top
disable
1100px
classic

/*BOXES*/

html body.tc-body .bluebox {display:block;background-color:#eef;padding:5px;padding-left:20px;padding-top:10px;margin-top:5px;margin-bottom:5px;width:95%;color:#000;}

html body.tc-body .graybox {display:block;background-color:#eee;padding:5px;padding-left:20px;padding-top:10px;margin-top:5px;margin-bottom:5px;width:95%;color:#000;}

body p {<<colour foreground>>;}
code {color: #b0a;background-color:#eee;}

/*TIGHT NOTES*/

html body.tc-body h1, html body.tc-body h2, html body.tc-body h3, html body.tc-body h4 { margin-top: 0.3em; margin-bottom: 0.3em; }

/*FONT SUBTITLES*/

.serif {font-family: 'Arial', sans-serif; color: <<colour tiddler-editor-border>>font-size:10pt;}

html body.tc-body .serif a.tc-tiddlylink-external {font-family: 'Arial', sans-serif;font-size:12pt; line-height:normal;font-weight:normal;color:#666;}

/*FONT STUFF (colors)*/

html body.tc-body .lightgraybk {background:#eee;padding:1px 4px px 4px;margin-bottom:2px;font-family:'Arial', sans-serif;}

.red {color:red;}
html body.tc-body .blue a {color:blue;}

/*FONT STUFF SOURCES*/

html body.tc-body .source {color:#777;font-size:10pt;}

/*ICON COLORS*/

html body.tc-body .tc-image-edit-button {stroke: white;fill:#555;}
html body.tc-body .tc-image-chevron-up {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-chevron-down {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-fold-button {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-close-button {stroke: white;fill:#555;}
html body.tc-body .tc-image-unfold-button {stroke: white;fill:#ccc;}
html body.tc-body .tc-image-preview-open {stroke: white;fill:#f29;font-size:150%;}
html body.tc-body .tc-image-delete-button {stroke: white;fill:#ff2222;}
html body.tc-body .tc-image-cancel-button {stroke: white;fill:#ffdd55;}
html body.tc-body .tc-image-done-button {stroke: white;fill:#094;}

/*INDENTING*/

html body.tc-body .indent1 {margin-left:1.5em;display:block;}

/*LINKS*/

html body.tc-body a.tc-tiddlylink {text-decoration: none;font-style: normal;font-weight: normal;} 
html body.tc-body a.tc-tiddlylink-external {text-decoration: none;font-weight: normal;}
html body.tc-body a.tc-tiddlylink-visited {text-decoration: none;font-weight: normal;}

html body.tc-body .source a.tc-tiddlylink-external {font-weight: normal;font-size:10pt;}

/*LISTS BASIC*/

html body.tc-body ul li {color: <<colour foreground>>;}
html body.tc-body ol li {color:<<colour foreground>>;}

/*TIDDLER TITLES*/

.tc-tiddler-missing .tc-title { font-style: normal; font-weight: bold; }

/*VIEWTEMPLATE FONT SIZE*/

html body.tc-body .viewtemplatebigtext {font-size:110%;}

/*HIDE SECTIONS FOR PRINTING*/

@media print {#tc-page-background {display: none ! important;}} 
@media print {.tc-tags-wrapper {display: none ! important;}} 

 @media print { body.tc-body {background-color: transparent;}}
 @media print {.tc-image-chevron-up {display: none ! important;}} 
 @media print {.tc-image-chevron-down {display: none ! important;}} 
 @media print {button.sidebar-toggle {display: none ! important;}} 
@media print {.hideprint {display: none ! important;}} 
@media print {.tc-btn-invisible {display: none ! important;}} 

@media print {

.story-river {
margin: 0;
padding: 0;
}

html body.tc-body .tc-tiddler-frame {
margin: 0;
border-bottom: 1px solid #fff;
padding: 5px;}

html body.tc-body a.tc-tiddlylink-external:hover {
border: 1px solid <<colour tiddler-border>>;
}

html body.tc-body .tc-tiddler-info {
padding: 14px 42px 14px 42px;
background-color: <<colour tiddler-info-background>>;}

}
<$vars journalTitleTemplate={{$:/config/NewJournal/Title}} journalTags={{$:/config/NewJournal/Tags}} journalText="">
<$wikify name="journalTitle" text="""<$macrocall $name="now" format=<<journalTitleTemplate>>/>""">
<$reveal type="nomatch" state=<<journalTitle>> text="">
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> tags="" text={{{ [<journalTitle>get[]] }}}/>
</$reveal>
<$reveal type="match" state=<<journalTitle>> text="">
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> tags="" text=<<journalText>>/>
</$reveal>
</$wikify>
</$vars>
<$button class="tc-btn-invisible" popup="$:/SamplePopupState">{{$:/core/images/chevron-down}}</$button>

<$reveal type="popup" state="$:/SamplePopupState" class="tc-tiddler-body tc-drop-down tc-popup-keep">

<$checkbox tiddler="$:/core/ui/EditTemplate/title" tag="$:/tags/EditTemplate"> title</$checkbox><br>
<$checkbox tiddler="$:/core/ui/EditTemplate/tags" tag="$:/tags/EditTemplate"> tags</$checkbox><br>
<$checkbox tiddler="$:/core/ui/EditTemplate/type" tag="$:/tags/EditTemplate"> type</$checkbox><br>
<$checkbox tiddler="$:/core/ui/EditTemplate/fields" tag="$:/tags/EditTemplate"> fields</$checkbox><br>
<$checkbox tiddler="$:/config/TextEditor/EnableToolbar" field="text" checked="yes" unchecked="no" default="no"> toolbar</$checkbox><br>
<$checkbox tiddler="$:/.giffmex/EditTemplate/custom" tag="$:/tags/EditTemplate"> custom</$checkbox>

''Open / close the sidebar:'' <$list filter="[[$:/state/sidebar]get[text]] +[else[yes]!match[no]]" variable="ignore"><$button set="$:/state/sidebar" setTo="no" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class="tc-btn-invisible">{{$:/core/images/chevron-right}}</$button>
</$list><$list filter="[[$:/state/sidebar]get[text]] +[else[yes]match[no]]" variable="ignore">
<$button set="$:/state/sidebar" setTo="yes" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class="tc-btn-invisible">{{$:/core/images/chevron-left}}</$button>
</$list>

''Click the link below to edit the''<br> [[Custom area|$:/.giffmex/EditTemplate/custom]]

{{$:/core/ui/EditorToolbar/editor-height-dropdown}}

</$reveal>
"""
This is where you can add your own items you want visible in the edit template. For example:

Grab symbol code: e.g.,  &#9830; `&#9830;`  &#9733; `&#9733;`

Grab snippets: e.g., `tiddlywiki --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html static text/plain --rendertiddler $:/core/templates/static.template.css static/static.css text/plain`
"""
<br>
toolbar
\define tagreset2() 
<$list filter="[tag[$:/giffmex/titleview]sort[created]] -[[$(currentTiddler)$]]" variable="removeme">
<$action-listops  $tiddler=<<removeme>> $tags="+[remove[$:/tags/ViewTemplate]]"/>
</$list>
<$action-deletefield dummy/>
\end

\define switchStoryView(storyview,default)
<$select tiddler='$storyview$' default='$default$'>
<option value="zoomin"><$text text='one tiddler only'/></option>
<option value="classic"><$text text='multiple tiddlers'/></option>
</$select>
\end

''Choose how to view titles:''

<$list filter="[tag[$:/giffmex/titleview]sort[caption]]">

<$list filter="[all[current]tag[$:/tags/ViewTemplate]]">
<$checkbox field=dummy checked="yes" unchecked="yes" default="yes"></$checkbox>
<$view field="caption"/><br/> 
</$list>

<$list filter="[all[current]!tag[$:/tags/ViewTemplate]]">
<$checkbox tag="$:/tags/ViewTemplate" xinvertTag="yes" checkactions=<<tagreset2>>/> <$view field="caption"/><br/> 
</$list>

</$list>
<br>

''Choose how to view tiddlers in each column''

Left column: <<switchStoryView $:/view zoomin>>

Right column: <<switchStoryView $:/_sq/Stories/config/Story2-storyview classic>>

''Left column to right column width ratio:''

{{$:/config/sq/Stories/storyRiverRatio}} : <$text text={{{[[100]subtract{$:/config/sq/Stories/storyRiverRatio}]}}}/>

<$range tiddler="$:/config/sq/Stories/storyRiverRatio" min="20" max="80" default="50" increment="5"/> 
<!--
''Right column font-size''

Tiddler: {{$:/config/sq/Stories/story2/fontsize-title}}px

<$range tiddler="$:/config/sq/Stories/story2/fontsize-title" min="6" max="40" default="14" increment="1"/> 

Body: {{$:/config/sq/Stories/story2/fontsize-body}}px

<$range tiddler="$:/config/sq/Stories/story2/fontsize-body" min="6" max="40" default="15" increment="1"/> 

-->
\define tagreset() 
<$list filter="[tag[$:/giffmex/refs]sort[created]] -[[$(currentTiddler)$]]" variable="removeme">
<$action-listops  $tiddler=<<removeme>> $tags="+[remove[$:/tags/ViewTemplate]]"/>
</$list>
<$action-deletefield dummy/>
\end

''Choose how to view references:''

<$list filter="[tag[$:/giffmex/refs]sort[caption]]">
<$list filter="[all[current]tag[$:/tags/ViewTemplate]]">
<$checkbox field=dummy checked="yes" unchecked="yes" default="yes"></$checkbox>
<$view field="caption"/><br/> 
</$list>
<$list filter="[all[current]!tag[$:/tags/ViewTemplate]]">
<$checkbox tag="$:/tags/ViewTemplate" xinvertTag="yes" checkactions=<<tagreset>>/> <$view field="caption"/><br/> 
</$list>
</$list>

{{Hint for Muffin tutorial}}

<br>Note that the gray boxes in the context and transclude options are links to their respective tiddlers.
\define delete-edittemplate-state-tiddlers() <$action-deletetiddler $filter="[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<newFieldNameInputTiddler>] [<newFieldNameSelectionTiddler>] [<newTagNameTiddler>] [<newTagNameInputTiddler>] [<newTagNameSelectionTiddler>] [<typeInputTiddler>] [<typeSelectionTiddler>]"/>
\define save-tiddler-actions()
<$action-sendmessage $message="tm-add-tag" $param={{{ [<newTagNameTiddler>get[text]] }}}/>
<$action-sendmessage $message="tm-add-field" $name={{{ [<newFieldNameTiddler>get[text]] }}} $value={{{ [<newFieldValueTiddler>get[text]] }}}/>
<<delete-edittemplate-state-tiddlers>>
<$action-sendmessage $message="tm-save-tiddler"/>
\end
\define cancel-delete-tiddler-actions(message)
<<delete-edittemplate-state-tiddlers>>
<$action-sendmessage $message="tm-$message$-tiddler"/>
<$list filter="[all[current]links[]is[missing]]"><$action-createtiddler $basetitle=<<currentTiddler>>/></$list>

\end
<div data-tiddler-title=<<currentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-edit-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}>
<$fieldmangler>
<$vars storyTiddler=<<currentTiddler>> newTagNameTiddler=<<qualify "$:/temp/NewTagName">> newFieldNameTiddler=<<qualify "$:/temp/NewFieldName">> newFieldValueTiddler=<<qualify "$:/temp/NewFieldValue">> newFieldNameInputTiddler=<<qualify "$:/temp/NewFieldName/input">> newFieldNameSelectionTiddler=<<qualify "$:/temp/NewFieldName/selected-item">> newTagNameInputTiddler=<<qualify "$:/temp/NewTagName/input">> newTagNameSelectionTiddler=<<qualify "$:/temp/NewTagName/selected-item">> typeInputTiddler=<<qualify "$:/temp/Type/input">> typeSelectionTiddler=<<qualify "$:/temp/Type/selected-item">>>
<$keyboard key="((cancel-edit-tiddler))" actions=<<cancel-delete-tiddler-actions "cancel">>>
<$keyboard key="((save-tiddler))" actions=<<save-tiddler-actions>>>
<$list filter="[all[shadows+tiddlers]tag[$:/tags/EditTemplate]!has[draft.of]]" variable="listItem">
<$set name="tv-config-toolbar-class" filter="[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]">
<$transclude tiddler=<<listItem>>/>
</$set>
</$list>
</$keyboard>
</$keyboard>
</$vars>
</$fieldmangler>
</div>
<span class="viewtemplatebigtext">

<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">

<hr>

<$vars searchme=<<currentTiddler>> searchspx={{{ [<currentTiddler>escaperegexp[]]}}} >

<$list filter="[!is[system]all[current]backlinks[]!tag[outlines]!tag[hide]sort[title]] -[is[current]]"><$link><$view field="title"/></$link><span class="indent1"><$link><span class="graybox"><$context term=<<searchme>> /></span></$link></span></$list>
</$vars>

</$reveal>

</span>

<span class="viewtemplatebigtext">

<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">

<hr>

<$vars searchme=<<currentTiddler>> searchspx={{{ [<currentTiddler>escaperegexp[]]}}} >

<$list filter="[!is[system]all[current]backlinks[]!tag[hide]sort[title]] -[is[current]]"><$link><$view field="title" /></$link><br></$list>
</$vars>

</$reveal>

</span>
<span class="viewtemplatebigtext">

<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">

<hr>

<$vars searchme=<<currentTiddler>> searchspx={{{ [<currentTiddler>escaperegexp[]]}}} >

<<tabs '[!is[system]all[current]backlinks[]!tag[hide]sort[title]] -[is[current]]' '' '$:/state/tab/strolltabs' 'tc-vertical'>>
</$vars>

</$reveal>

</span>
<span class="viewtemplatebigtext">

<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">

<hr>

<$list filter="[!is[system]all[current]backlinks[]!tag[hide]!tag[outlines]sort[title]] -[is[current]]"><$link><$view field="title"/></$link><span class="indent1"><$link><span class="graybox"><$transclude field="text" mode="block" /></span></$link></span></$list>

</$reveal>

</span>
<span class="viewtemplatebigtext">

<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" tag="div" retain="yes" animate="yes">

<hr>

<$list filter="[!is[system]all[current]backlinks[]!tag[hide]!tag[outlines]sort[title]] -[is[current]]"><$link><$view field="title"/></$link>
<$reveal type="nomatch" stateTitle="$:/.giffmex/TiddlyBlinkFoldData" stateIndex=<<currentTiddler>> text="show">
<$button class=<<tv-config-toolbar-class>> setTitle="$:/.giffmex/TiddlyBlinkFoldData" setIndex=<<currentTiddler>> setTo="show">{{$:/core/images/unfold-button}}</$button><br/>
</$reveal>
<$reveal type="match" stateTitle="$:/.giffmex/TiddlyBlinkFoldData" stateIndex=<<currentTiddler>> text="show">
<$button class=<<tv-config-toolbar-class>> setTitle="$:/.giffmex/TiddlyBlinkFoldData" setIndex=<<currentTiddler>> setTo="hide">{{$:/core/images/fold-button}}</$button>
<span class="indent1">
<$link><span class="graybox">

<$transclude field="text" mode="block" /></span></$link></span>
</$reveal>
</$list>

</$reveal>

</span>
\define title-styles()
fill:$(foregroundColor)$;
\end
\define config-title()
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
\end
<div class="tc-tiddler-title">
<div class="tc-titlebar">
<span class="tc-tiddler-controls">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$set name="tv-config-toolbar-class" filter="[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]"><$transclude tiddler=<<listItem>>/></$set></$reveal></$list>
</span>
<$set name="tv-wikilinks" value={{$:/config/Tiddlers/TitleLinks}}>
<$link>
<$set name="foregroundColor" value={{!!color}}>
<span class="tc-tiddler-title-icon" style=<<title-styles>>>
<$transclude tiddler={{!!icon}}/>
</span>
</$set>
<$list filter="[all[current]removeprefix[$:/]]">
<h2 class="tc-title" title={{$:/language/SystemTiddler/Tooltip}}>
<span class="tc-system-title-prefix">$:/</span><$text text=<<currentTiddler>>/>
</h2>
</$list>
<br><$list filter="[all[current]!prefix[$:/]]">
<h2 class="tc-title">
<$view field="title"/>
</h2>
</$list>
</$link>
</$set>
</div>

<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">

<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]" variable="listItem"><$transclude tiddler=<<listItem>> mode="block"/></$list>

</$reveal>
</div>
\define button()
<$button  tooltip={{$:/language/Buttons/NewHere/Hint}}  class=<<tv-config-toolbar-class>> actions=<<actions>>>
{{$:/core/images/new-button}}
</$button>
\end

\define actions()
<$action-sendmessage $message="tm-new-tiddler" title=<<journalTitle>> text="""[[$(tid)$]]"""/>
\end

<$wikify name=tid text=<<currentTiddler>>>
<<button>>
</$wikify>
\whitespace trim

\define journalButtonActions()
<$action-sendmessage $message="tm-new-tiddler" title=<<now """$(journalTitleTemplate)$""">> text="""[[$(tid)$]]""" />
\end

\define journalButtonTags()
[[$(currentTiddlerTag)$]] $(journalTags)$
\end

\define journalButton()
<$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}}
   aria-label={{$:/language/Buttons/NewJournalHere/Caption}}
   class=<<tv-config-toolbar-class>>
   actions=<<journalButtonActions>>>
   <$list filter="[<tv-config-toolbar-icons>match[yes]]">
      {{$:/core/images/new-journal-button}}
   </$list>
   <$list filter="[<tv-config-toolbar-text>match[yes]]">
      <span class="tc-btn-text">
         <$text text={{$:/language/Buttons/NewJournalHere/Caption}}/>
      </span>
   </$list>
</$button>
\end

<$set name="journalTitleTemplate" value={{$:/config/NewJournal/Title}}>
<$set name="tid" value=<<currentTiddler>>>
<<journalButton>>
</$set>
</$set>
no
comptext
hide
wikitext
list
wikitext
list
wikitext
wikitext
wikitext
list
wikitext
wikitext
wikitext
Day 
system
top
YYYY / 0MM / 0DD / 0hh:0mm:0ss /
hide
hide
show
show
show
hide
hide
show
hide
yes
60
no
$:/.giffmex/ui/EditTemplate
show
hide
hide
reveal
hide
hide
hide
show
{
    "tiddlers": {
        "$:/Acknowledgements": {
            "title": "$:/Acknowledgements",
            "text": "TiddlyWiki incorporates code from these fine OpenSource projects:\n\n* [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]]\n* [[The Jasmine JavaScript Test Framework|http://pivotal.github.io/jasmine/]]\n* [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]]\n\nAnd media from these projects:\n\n* World flag icons from [[Wikipedia|http://commons.wikimedia.org/wiki/Category:SVG_flags_by_country]]\n"
        },
        "$:/core/copyright.txt": {
            "title": "$:/core/copyright.txt",
            "type": "text/plain",
            "text": "TiddlyWiki created by Jeremy Ruston, (jeremy [at] jermolene [dot] com)\n\nCopyright (c) 2004-2007, Jeremy Ruston\nCopyright (c) 2007-2020, UnaMesa Association\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n* Redistributions of source code must retain the above copyright notice, this\n  list of conditions and the following disclaimer.\n\n* Redistributions in binary form must reproduce the above copyright notice,\n  this list of conditions and the following disclaimer in the documentation\n  and/or other materials provided with the distribution.\n\n* Neither the name of the copyright holder nor the names of its\n  contributors may be used to endorse or promote products derived from\n  this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 'AS IS'\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE."
        },
        "$:/core/icon": {
            "title": "$:/core/icon",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path d=\"M64 0l54.56 32v64L64 128 9.44 96V32L64 0zm21.127 95.408c-3.578-.103-5.15-.094-6.974-3.152l-1.42.042c-1.653-.075-.964-.04-2.067-.097-1.844-.07-1.548-1.86-1.873-2.8-.52-3.202.687-6.43.65-9.632-.014-1.14-1.593-5.17-2.157-6.61-1.768.34-3.546.406-5.34.497-4.134-.01-8.24-.527-12.317-1.183-.8 3.35-3.16 8.036-1.21 11.44 2.37 3.52 4.03 4.495 6.61 4.707 2.572.212 3.16 3.18 2.53 4.242-.55.73-1.52.864-2.346 1.04l-1.65.08c-1.296-.046-2.455-.404-3.61-.955-1.93-1.097-3.925-3.383-5.406-5.024.345.658.55 1.938.24 2.53-.878 1.27-4.665 1.26-6.4.47-1.97-.89-6.73-7.162-7.468-11.86 1.96-3.78 4.812-7.07 6.255-11.186-3.146-2.05-4.83-5.384-4.61-9.16l.08-.44c-3.097.59-1.49.37-4.82.628-10.608-.032-19.935-7.37-14.68-18.774.34-.673.664-1.287 1.243-.994.466.237.4 1.18.166 2.227-3.005 13.627 11.67 13.732 20.69 11.21.89-.25 2.67-1.936 3.905-2.495 2.016-.91 4.205-1.282 6.376-1.55 5.4-.63 11.893 2.276 15.19 2.37 3.3.096 7.99-.805 10.87-.615 2.09.098 4.143.483 6.16 1.03 1.306-6.49 1.4-11.27 4.492-12.38 1.814.293 3.213 2.818 4.25 4.167 2.112-.086 4.12.46 6.115 1.066 3.61-.522 6.642-2.593 9.833-4.203-3.234 2.69-3.673 7.075-3.303 11.127.138 2.103-.444 4.386-1.164 6.54-1.348 3.507-3.95 7.204-6.97 7.014-1.14-.036-1.805-.695-2.653-1.4-.164 1.427-.81 2.7-1.434 3.96-1.44 2.797-5.203 4.03-8.687 7.016-3.484 2.985 1.114 13.65 2.23 15.594 1.114 1.94 4.226 2.652 3.02 4.406-.37.58-.936.785-1.54 1.01l-.82.11zm-40.097-8.85l.553.14c.694-.27 2.09.15 2.83.353-1.363-1.31-3.417-3.24-4.897-4.46-.485-1.47-.278-2.96-.174-4.46l.02-.123c-.582 1.205-1.322 2.376-1.72 3.645-.465 1.71 2.07 3.557 3.052 4.615l.336.3z\" fill-rule=\"evenodd\"/></svg>"
        },
        "$:/core/images/add-comment": {
            "title": "$:/core/images/add-comment",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-add-comment tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M56 56H36a8 8 0 100 16h20v20a8 8 0 1016 0V72h20a8 8 0 100-16H72V36a8 8 0 10-16 0v20zm-12.595 58.362c-6.683 7.659-20.297 12.903-36.006 12.903-2.196 0-4.35-.102-6.451-.3 9.652-3.836 17.356-12.24 21.01-22.874C8.516 94.28 0 79.734 0 63.5 0 33.953 28.206 10 63 10s63 23.953 63 53.5S97.794 117 63 117c-6.841 0-13.428-.926-19.595-2.638z\"/></svg>"
        },
        "$:/core/images/advanced-search-button": {
            "title": "$:/core/images/advanced-search-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-advanced-search-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M74.565 87.985A47.776 47.776 0 0148 96C21.49 96 0 74.51 0 48S21.49 0 48 0s48 21.49 48 48c0 9.854-2.97 19.015-8.062 26.636l34.347 34.347a9.443 9.443 0 010 13.36 9.446 9.446 0 01-13.36 0l-34.36-34.358zM48 80c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32z\"/><circle cx=\"48\" cy=\"48\" r=\"8\"/><circle cx=\"28\" cy=\"48\" r=\"8\"/><circle cx=\"68\" cy=\"48\" r=\"8\"/></g></svg>"
        },
        "$:/core/images/auto-height": {
            "title": "$:/core/images/auto-height",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-auto-height tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M67.987 114.356l-.029-14.477a4 4 0 00-2.067-3.494l-15.966-8.813-1.933 7.502H79.9c4.222 0 5.564-5.693 1.786-7.58L49.797 71.572 48.01 79.15h31.982c4.217 0 5.564-5.682 1.795-7.575L49.805 55.517l-1.795 7.575h31.982c4.212 0 5.563-5.67 1.805-7.57l-16.034-8.105 2.195 3.57V35.614l9.214 9.213a4 4 0 105.656-5.656l-16-16a4 4 0 00-5.656 0l-16 16a4 4 0 105.656 5.656l9.13-9.13v15.288a4 4 0 002.195 3.57l16.035 8.106 1.804-7.57H48.01c-4.217 0-5.564 5.682-1.795 7.574l31.982 16.059 1.795-7.575H48.01c-4.222 0-5.564 5.693-1.787 7.579l31.89 15.923 1.787-7.578H47.992c-4.133 0-5.552 5.504-1.933 7.501l15.966 8.813-2.067-3.494.029 14.436-9.159-9.158a4 4 0 00-5.656 5.656l16 16a4 4 0 005.656 0l16-16a4 4 0 10-5.656-5.656l-9.185 9.184zM16 20h96a4 4 0 100-8H16a4 4 0 100 8z\"/></svg>"
        },
        "$:/core/images/blank": {
            "title": "$:/core/images/blank",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-blank tc-image-button\" viewBox=\"0 0 128 128\"/>"
        },
        "$:/core/images/bold": {
            "title": "$:/core/images/bold",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-bold tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M41.146 51.81V21.87h26.353c2.51 0 4.93.21 7.26.628 2.33.418 4.392 1.165 6.185 2.24 1.793 1.076 3.227 2.57 4.302 4.482 1.076 1.913 1.614 4.363 1.614 7.35 0 5.379-1.613 9.263-4.84 11.653-3.227 2.39-7.35 3.586-12.37 3.586H41.146zM13 0v128h62.028a65.45 65.45 0 0016.762-2.151c5.438-1.434 10.278-3.645 14.52-6.633 4.244-2.988 7.62-6.842 10.13-11.563 2.51-4.721 3.764-10.308 3.764-16.762 0-8.008-1.942-14.85-5.826-20.527-3.884-5.677-9.77-9.65-17.658-11.921 5.737-2.75 10.069-6.275 12.997-10.577 2.928-4.303 4.392-9.681 4.392-16.135 0-5.976-.986-10.995-2.958-15.059-1.972-4.063-4.75-7.32-8.336-9.77-3.585-2.45-7.888-4.213-12.907-5.289C84.888.538 79.33 0 73.235 0H13zm28.146 106.129V70.992H71.8c6.095 0 10.995 1.404 14.7 4.212 3.705 2.81 5.558 7.5 5.558 14.073 0 3.347-.568 6.096-1.703 8.247-1.136 2.151-2.66 3.854-4.572 5.11-1.912 1.254-4.123 2.15-6.633 2.688-2.51.538-5.139.807-7.888.807H41.146z\"/></svg>"
        },
        "$:/core/images/cancel-button": {
            "title": "$:/core/images/cancel-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-cancel-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M64 76.314l-16.97 16.97a7.999 7.999 0 01-11.314 0c-3.118-3.118-3.124-8.19 0-11.313L52.686 65l-16.97-16.97a7.999 7.999 0 010-11.314c3.118-3.118 8.19-3.124 11.313 0L64 53.686l16.97-16.97a7.999 7.999 0 0111.314 0c3.118 3.118 3.124 8.19 0 11.313L75.314 65l16.97 16.97a7.999 7.999 0 010 11.314c-3.118 3.118-8.19 3.124-11.313 0L64 76.314zM64 129c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 1 0 29.654 0 65c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 17 64 17 16 38.49 16 65s21.49 48 48 48z\"/></svg>"
        },
        "$:/core/images/chevron-down": {
            "title": "$:/core/images/chevron-down",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-down tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M64.053 85.456a7.889 7.889 0 01-5.6-2.316L2.473 27.16a7.92 7.92 0 010-11.196c3.086-3.085 8.105-3.092 11.196 0L64.05 66.344l50.382-50.382a7.92 7.92 0 0111.195 0c3.085 3.086 3.092 8.105 0 11.196l-55.98 55.98a7.892 7.892 0 01-5.595 2.317z\"/><path d=\"M64.053 124.069a7.889 7.889 0 01-5.6-2.316l-55.98-55.98a7.92 7.92 0 010-11.196c3.086-3.085 8.105-3.092 11.196 0l50.382 50.382 50.382-50.382a7.92 7.92 0 0111.195 0c3.085 3.086 3.092 8.104 0 11.196l-55.98 55.98a7.892 7.892 0 01-5.595 2.316z\"/></g></svg>"
        },
        "$:/core/images/chevron-left": {
            "title": "$:/core/images/chevron-left",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-left tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M47.544 64.053c0-2.027.77-4.054 2.316-5.6l55.98-55.98a7.92 7.92 0 0111.196 0c3.085 3.086 3.092 8.105 0 11.196L66.656 64.05l50.382 50.382a7.92 7.92 0 010 11.195c-3.086 3.085-8.105 3.092-11.196 0l-55.98-55.98a7.892 7.892 0 01-2.317-5.595z\"/><path d=\"M8.931 64.053c0-2.027.77-4.054 2.316-5.6l55.98-55.98a7.92 7.92 0 0111.196 0c3.085 3.086 3.092 8.105 0 11.196L28.041 64.05l50.382 50.382a7.92 7.92 0 010 11.195c-3.086 3.085-8.104 3.092-11.196 0l-55.98-55.98a7.892 7.892 0 01-2.316-5.595z\"/></g></svg>"
        },
        "$:/core/images/chevron-right": {
            "title": "$:/core/images/chevron-right",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-right tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M83.456 63.947c0 2.027-.77 4.054-2.316 5.6l-55.98 55.98a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196L64.344 63.95 13.963 13.567a7.92 7.92 0 010-11.195c3.086-3.085 8.105-3.092 11.196 0l55.98 55.98a7.892 7.892 0 012.317 5.595z\"/><path d=\"M122.069 63.947c0 2.027-.77 4.054-2.316 5.6l-55.98 55.98a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196l50.382-50.382-50.382-50.382a7.92 7.92 0 010-11.195c3.086-3.085 8.104-3.092 11.196 0l55.98 55.98a7.892 7.892 0 012.316 5.595z\"/></g></svg>"
        },
        "$:/core/images/chevron-up": {
            "title": "$:/core/images/chevron-up",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-chevron-up tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M63.947 44.544c2.027 0 4.054.77 5.6 2.316l55.98 55.98a7.92 7.92 0 010 11.196c-3.086 3.085-8.105 3.092-11.196 0L63.95 63.656l-50.382 50.382a7.92 7.92 0 01-11.195 0c-3.085-3.086-3.092-8.105 0-11.196l55.98-55.98a7.892 7.892 0 015.595-2.317z\"/><path d=\"M63.947 5.931c2.027 0 4.054.77 5.6 2.316l55.98 55.98a7.92 7.92 0 010 11.196c-3.086 3.085-8.105 3.092-11.196 0L63.95 25.041 13.567 75.423a7.92 7.92 0 01-11.195 0c-3.085-3.086-3.092-8.104 0-11.196l55.98-55.98a7.892 7.892 0 015.595-2.316z\"/></g></svg>"
        },
        "$:/core/images/clone-button": {
            "title": "$:/core/images/clone-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-clone-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M32.265 96v24.002A7.996 7.996 0 0040.263 128h79.74a7.996 7.996 0 007.997-7.998v-79.74a7.996 7.996 0 00-7.998-7.997H96V48h12.859a2.99 2.99 0 012.994 2.994v57.865a2.99 2.99 0 01-2.994 2.994H50.994A2.99 2.99 0 0148 108.859V96H32.265z\"/><path d=\"M40 56h-7.993C27.588 56 24 52.418 24 48c0-4.41 3.585-8 8.007-8H40v-7.993C40 27.588 43.582 24 48 24c4.41 0 8 3.585 8 8.007V40h7.993C68.412 40 72 43.582 72 48c0 4.41-3.585 8-8.007 8H56v7.993C56 68.412 52.418 72 48 72c-4.41 0-8-3.585-8-8.007V56zM8 0C3.58 0 0 3.588 0 8v80c0 4.419 3.588 8 8 8h80c4.419 0 8-3.588 8-8V8c0-4.419-3.588-8-8-8H8zM19 16A2.997 2.997 0 0016 19.001v57.998A2.997 2.997 0 0019.001 80h57.998A2.997 2.997 0 0080 76.999V19.001A2.997 2.997 0 0076.999 16H19.001z\"/></g></svg>"
        },
        "$:/core/images/close-all-button": {
            "title": "$:/core/images/close-all-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-close-all-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M28 111.314l-14.144 14.143a8 8 0 01-11.313-11.313L16.686 100 2.543 85.856a8 8 0 0111.313-11.313L28 88.686l14.144-14.143a8 8 0 0111.313 11.313L39.314 100l14.143 14.144a8 8 0 01-11.313 11.313L28 111.314zM28 39.314L13.856 53.457A8 8 0 012.543 42.144L16.686 28 2.543 13.856A8 8 0 0113.856 2.543L28 16.686 42.144 2.543a8 8 0 0111.313 11.313L39.314 28l14.143 14.144a8 8 0 01-11.313 11.313L28 39.314zM100 39.314L85.856 53.457a8 8 0 01-11.313-11.313L88.686 28 74.543 13.856A8 8 0 0185.856 2.543L100 16.686l14.144-14.143a8 8 0 0111.313 11.313L111.314 28l14.143 14.144a8 8 0 01-11.313 11.313L100 39.314zM100 111.314l-14.144 14.143a8 8 0 01-11.313-11.313L88.686 100 74.543 85.856a8 8 0 0111.313-11.313L100 88.686l14.144-14.143a8 8 0 0111.313 11.313L111.314 100l14.143 14.144a8 8 0 01-11.313 11.313L100 111.314z\"/></g></svg>"
        },
        "$:/core/images/close-button": {
            "title": "$:/core/images/close-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-close-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M65.086 75.41l-50.113 50.113c-3.121 3.121-8.192 3.126-11.316.002-3.118-3.118-3.123-8.19.002-11.316l50.114-50.114L3.659 13.982C.538 10.86.533 5.79 3.657 2.666c3.118-3.118 8.19-3.123 11.316.002l50.113 50.114L115.2 2.668c3.121-3.121 8.192-3.126 11.316-.002 3.118 3.118 3.123 8.19-.002 11.316L76.4 64.095l50.114 50.114c3.121 3.121 3.126 8.192.002 11.316-3.118 3.118-8.19 3.123-11.316-.002L65.086 75.409z\"/></svg>"
        },
        "$:/core/images/close-others-button": {
            "title": "$:/core/images/close-others-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-close-others-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M64 128c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 16 64 16 16 37.49 16 64s21.49 48 48 48zm0-16c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32zm0-16c8.837 0 16-7.163 16-16s-7.163-16-16-16-16 7.163-16 16 7.163 16 16 16z\"/></svg>"
        },
        "$:/core/images/copy-clipboard": {
            "title": "$:/core/images/copy-clipboard",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-copy-clipboard tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"33\" height=\"8\" x=\"40\" y=\"40\" rx=\"4\"/><rect width=\"17\" height=\"8\" x=\"40\" y=\"82\" rx=\"4\"/><rect width=\"17\" height=\"8\" x=\"40\" y=\"54\" rx=\"4\"/><rect width=\"33\" height=\"8\" x=\"40\" y=\"96\" rx=\"4\"/><rect width=\"12\" height=\"8\" x=\"40\" y=\"68\" rx=\"4\"/><path d=\"M40 16H24c-4.419 0-8 3.59-8 8a8.031 8.031 0 000 .01v95.98a8.03 8.03 0 000 .01c0 4.41 3.581 8 8 8h80a7.975 7.975 0 005.652-2.34 7.958 7.958 0 002.348-5.652v-16.016c0-4.414-3.582-7.992-8-7.992-4.41 0-8 3.578-8 7.992V112H32V32h64v8.008C96 44.422 99.582 48 104 48c4.41 0 8-3.578 8-7.992V23.992a7.963 7.963 0 00-2.343-5.651A7.995 7.995 0 00104.001 16H88c0-4.41-3.585-8-8.007-8H48.007C43.588 8 40 11.582 40 16zm4-1.004A4.001 4.001 0 0148 11h32c2.21 0 4 1.797 4 3.996v4.008A4.001 4.001 0 0180 23H48c-2.21 0-4-1.797-4-3.996v-4.008z\"/><rect width=\"66\" height=\"16\" x=\"62\" y=\"64\" rx=\"8\"/><path d=\"M84.657 82.343l-16-16v11.314l16-16a8 8 0 10-11.314-11.314l-16 16a8 8 0 000 11.314l16 16a8 8 0 1011.314-11.314z\"/></g></svg>"
        },
        "$:/core/images/delete-button": {
            "title": "$:/core/images/delete-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-delete-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\" transform=\"translate(12)\"><rect width=\"105\" height=\"16\" y=\"11\" rx=\"8\"/><rect width=\"48\" height=\"16\" x=\"28\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"8\" y=\"16\" rx=\"8\"/><rect width=\"88\" height=\"16\" x=\"8\" y=\"112\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"80\" y=\"16\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"56\" y=\"16\" rx=\"8\"/><rect width=\"16\" height=\"112\" x=\"32\" y=\"16\" rx=\"8\"/></g></svg>"
        },
        "$:/core/images/done-button": {
            "title": "$:/core/images/done-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-done-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M42.26 111.032c-2.051.001-4.103-.78-5.668-2.345L2.662 74.758a8 8 0 01-.005-11.32c3.118-3.117 8.192-3.12 11.32.007l28.278 28.278 72.124-72.124a8.002 8.002 0 0111.314-.001c3.118 3.118 3.124 8.19 0 11.315l-77.78 77.78a7.978 7.978 0 01-5.658 2.343z\"/></svg>"
        },
        "$:/core/images/down-arrow": {
            "title": "$:/core/images/down-arrow",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-down-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M64.177 100.069a7.889 7.889 0 01-5.6-2.316l-55.98-55.98a7.92 7.92 0 010-11.196c3.086-3.085 8.105-3.092 11.196 0l50.382 50.382 50.382-50.382a7.92 7.92 0 0111.195 0c3.086 3.086 3.092 8.104 0 11.196l-55.98 55.98a7.892 7.892 0 01-5.595 2.316z\"/></svg>"
        },
        "$:/core/images/download-button": {
            "title": "$:/core/images/download-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-download-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M64 128c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 16 64 16 16 37.49 16 64s21.49 48 48 48z\" class=\"tc-image-download-button-ring\"/><path d=\"M34.35 66.43l26.892 27.205a4.57 4.57 0 006.516 0L94.65 66.43a4.7 4.7 0 000-6.593 4.581 4.581 0 00-3.258-1.365h-8.46c-2.545 0-4.608-2.087-4.608-4.661v-15.15c0-2.575-2.063-4.662-4.608-4.662H55.284c-2.545 0-4.608 2.087-4.608 4.662v15.15c0 2.574-2.063 4.661-4.608 4.661h-8.46c-2.545 0-4.608 2.087-4.608 4.662a4.69 4.69 0 001.35 3.296z\"/></g></svg>"
        },
        "$:/core/images/edit-button": {
            "title": "$:/core/images/edit-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-edit-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M95.627 10.059l-5.656 5.657 11.313 11.313 5.657-5.656-11.314-11.314zm5.657-5.657l1.966-1.966c3.123-3.122 8.194-3.129 11.319-.005 3.117 3.118 3.122 8.192-.005 11.32l-1.966 1.965-11.314-11.314zm-16.97 16.97l-60.25 60.25a8.12 8.12 0 00-.322.342c-.1.087-.198.179-.295.275-5.735 5.735-10.702 22.016-10.702 22.016s16.405-5.09 22.016-10.702c.095-.096.186-.193.272-.292a8.12 8.12 0 00.345-.325l60.25-60.25-11.314-11.313zM35.171 124.19c6.788-.577 13.898-2.272 23.689-5.348 1.825-.573 3.57-1.136 6.336-2.04 16-5.226 21.877-6.807 28.745-7.146 8.358-.413 13.854 2.13 17.58 8.699a4 4 0 006.959-3.946c-5.334-9.406-13.745-13.296-24.933-12.744-7.875.39-14.057 2.052-30.835 7.533-2.739.894-4.46 1.45-6.25 2.012-19.46 6.112-30.77 7.072-39.597 1.747a4 4 0 10-4.132 6.85c6.333 3.82 13.754 5.12 22.438 4.383z\"/></g></svg>"
        },
        "$:/core/images/erase": {
            "title": "$:/core/images/erase",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-erase tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M60.087 127.996l63.015-63.015c6.535-6.535 6.528-17.115-.003-23.646L99.466 17.702c-6.539-6.538-17.117-6.532-23.646-.003L4.898 88.62c-6.535 6.534-6.528 17.115.003 23.646l15.73 15.73h39.456zm-34.95-7.313l-14.324-14.325c-3.267-3.268-3.268-8.564-.008-11.824L46.269 59.07l35.462 35.462-26.15 26.15H25.137z\"/></svg>"
        },
        "$:/core/images/excise": {
            "title": "$:/core/images/excise",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-excise tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M56 107.314l-2.343 2.343a8 8 0 11-11.314-11.314l16-16a8 8 0 0111.314 0l16 16a8 8 0 11-11.314 11.314L72 107.314v14.284c0 3.536-3.582 6.402-8 6.402s-8-2.866-8-6.402v-14.284zM0 40.007C0 35.585 3.59 32 8 32c4.418 0 8 3.588 8 8.007v31.986C16 76.415 12.41 80 8 80c-4.418 0-8-3.588-8-8.007V40.007zm32 0C32 35.585 35.59 32 40 32c4.418 0 8 3.588 8 8.007v31.986C48 76.415 44.41 80 40 80c-4.418 0-8-3.588-8-8.007V40.007zm48 0C80 35.585 83.59 32 88 32c4.418 0 8 3.588 8 8.007v31.986C96 76.415 92.41 80 88 80c-4.418 0-8-3.588-8-8.007V40.007zm-24-32C56 3.585 59.59 0 64 0c4.418 0 8 3.588 8 8.007v31.986C72 44.415 68.41 48 64 48c-4.418 0-8-3.588-8-8.007V8.007zm56 32c0-4.422 3.59-8.007 8-8.007 4.418 0 8 3.588 8 8.007v31.986c0 4.422-3.59 8.007-8 8.007-4.418 0-8-3.588-8-8.007V40.007z\"/></svg>"
        },
        "$:/core/images/export-button": {
            "title": "$:/core/images/export-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-export-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M8.003 128H119.993a7.984 7.984 0 005.664-2.349v.007A7.975 7.975 0 00128 120V56c0-4.418-3.59-8-8-8-4.418 0-8 3.58-8 8v56H16V56c0-4.418-3.59-8-8-8-4.418 0-8 3.58-8 8v64c0 4.418 3.59 8 8 8h.003zm48.62-100.689l-8.965 8.966c-3.125 3.125-8.195 3.13-11.319.005-3.118-3.118-3.122-8.192.005-11.319L58.962 2.346A7.986 7.986 0 0164.625 0l-.006.002c2.05-.001 4.102.78 5.666 2.344l22.618 22.617c3.124 3.125 3.129 8.195.005 11.319-3.118 3.118-8.192 3.122-11.319-.005l-8.965-8.966v61.256c0 4.411-3.582 8-8 8-4.41 0-8-3.582-8-8V27.311z\"/></svg>"
        },
        "$:/core/images/file": {
            "title": "$:/core/images/file",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-file tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M111.968 30.5H112V120a8 8 0 01-8 8H24a8 8 0 01-8-8V8a8 8 0 018-8h57v.02a7.978 7.978 0 015.998 2.337l22.627 22.627a7.975 7.975 0 012.343 5.516zM81 8H24v112h80V30.5H89c-4.418 0-8-3.578-8-8V8z\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"36\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"52\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"68\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"84\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"100\" rx=\"4\"/><rect width=\"40\" height=\"8\" x=\"32\" y=\"20\" rx=\"4\"/></svg>"
        },
        "$:/core/images/fixed-height": {
            "title": "$:/core/images/fixed-height",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fixed-height tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M60 35.657l-9.172 9.171a4 4 0 11-5.656-5.656l16-16a4 4 0 015.656 0l16 16a4 4 0 01-5.656 5.656L68 35.657v57.686l9.172-9.171a4 4 0 115.656 5.656l-16 16a4 4 0 01-5.656 0l-16-16a4 4 0 115.656-5.656L60 93.343V35.657zM16 116h96a4 4 0 100-8H16a4 4 0 100 8zm0-96h96a4 4 0 100-8H16a4 4 0 100 8z\"/></svg>"
        },
        "$:/core/images/fold-all-button": {
            "title": "$:/core/images/fold-all-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fold-all tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"64\" rx=\"8\"/><path d=\"M64.03 20.004c-2.05 0-4.102.78-5.667 2.344L35.746 44.966c-3.125 3.124-3.13 8.194-.005 11.318 3.118 3.118 8.192 3.122 11.319-.005l16.965-16.965 16.966 16.965c3.124 3.125 8.194 3.13 11.318.005 3.118-3.118 3.122-8.191-.005-11.318L69.687 22.348a7.986 7.986 0 00-5.663-2.346zM64.03 85.002c-2.05-.001-4.102.78-5.667 2.344l-22.617 22.617c-3.125 3.125-3.13 8.195-.005 11.319 3.118 3.118 8.192 3.122 11.319-.005l16.965-16.966 16.966 16.966c3.124 3.125 8.194 3.13 11.318.005 3.118-3.118 3.122-8.192-.005-11.319L69.687 87.346A7.986 7.986 0 0064.024 85z\"/></g></svg>"
        },
        "$:/core/images/fold-button": {
            "title": "$:/core/images/fold-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fold tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><path d=\"M64.03 25.004c-2.05 0-4.102.78-5.667 2.344L35.746 49.966c-3.125 3.124-3.13 8.194-.005 11.318 3.118 3.118 8.192 3.122 11.319-.005l16.965-16.965 16.966 16.965c3.124 3.125 8.194 3.13 11.318.005 3.118-3.118 3.122-8.191-.005-11.318L69.687 27.348a7.986 7.986 0 00-5.663-2.346zM64.005 67.379c-2.05 0-4.102.78-5.666 2.344L35.722 92.34c-3.125 3.125-3.13 8.195-.006 11.32 3.118 3.117 8.192 3.121 11.32-.006L64 86.69l16.965 16.965c3.125 3.125 8.195 3.13 11.319.005 3.118-3.118 3.122-8.192-.005-11.319L69.663 69.723A7.986 7.986 0 0064 67.377z\"/></g></svg>"
        },
        "$:/core/images/fold-others-button": {
            "title": "$:/core/images/fold-others-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-fold-others tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" y=\"56.031\" rx=\"8\"/><path d=\"M86.632 79.976c-2.05 0-4.102.78-5.666 2.345L64 99.286 47.034 82.321a7.986 7.986 0 00-5.662-2.346l.005.001c-2.05 0-4.102.78-5.666 2.345l-22.618 22.617c-3.124 3.125-3.129 8.195-.005 11.319 3.118 3.118 8.192 3.122 11.319-.005l16.966-16.966 16.965 16.966a7.986 7.986 0 005.663 2.346l-.005-.002c2.05 0 4.102-.78 5.666-2.344l16.965-16.966 16.966 16.966c3.125 3.124 8.194 3.129 11.319.005 3.118-3.118 3.122-8.192-.005-11.319L92.289 82.321a7.986 7.986 0 00-5.663-2.346zM86.7 48.024c-2.05 0-4.102-.78-5.666-2.345L64.07 28.714 47.103 45.679a7.986 7.986 0 01-5.663 2.346l.005-.001c-2.05 0-4.101-.78-5.666-2.345L13.162 23.062c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.192-3.122 11.319.005L41.44 28.714l16.966-16.966a7.986 7.986 0 015.662-2.346l-.005.002c2.05 0 4.102.78 5.666 2.344l16.966 16.966 16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L92.358 45.679a7.986 7.986 0 01-5.663 2.346z\"/></g></svg>"
        },
        "$:/core/images/folder": {
            "title": "$:/core/images/folder",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-folder tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M55.694 128H8C3.58 128 0 124.414 0 119.996V48.004C0 43.584 3.584 40 7.999 40H16v-8c0-4.418 3.578-8 8-8h32a8 8 0 018 8v8h40.001c4.418 0 7.999 3.586 7.999 8.004V59.83l-8-.082v-7.749A4 4 0 0099.997 48H56V36c0-2.21-1.793-4-4.004-4H28.004A4 4 0 0024 36v12H12.003A4 4 0 008 52v64a4 4 0 004.003 4h46.76l-3.069 8z\"/><path d=\"M23.873 55.5h96.003c4.417 0 7.004 4.053 5.774 9.063l-13.344 54.374c-1.228 5.005-5.808 9.063-10.223 9.063H6.08c-4.417 0-7.003-4.053-5.774-9.063L13.65 64.563c1.228-5.005 5.808-9.063 10.223-9.063zm1.78 8.5h87.994c2.211 0 3.504 2.093 2.891 4.666l-11.12 46.668c-.614 2.577-2.902 4.666-5.115 4.666H12.31c-2.211 0-3.504-2.093-2.891-4.666l11.12-46.668C21.152 66.09 23.44 64 25.653 64z\"/></g></svg>"
        },
        "$:/core/images/full-screen-button": {
            "title": "$:/core/images/full-screen-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-full-screen-button tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M0 8a8 8 0 018-8h32a8 8 0 110 16H16v24a8 8 0 11-16 0V8zM128 120a8 8 0 01-8 8H88a8 8 0 110-16h24V88a8 8 0 1116 0v32zM8 128a8 8 0 01-8-8V88a8 8 0 1116 0v24h24a8 8 0 110 16H8zM120 0a8 8 0 018 8v32a8 8 0 11-16 0V16H88a8 8 0 110-16h32z\"/></svg>"
        },
        "$:/core/images/github": {
            "title": "$:/core/images/github",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-github tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M63.938 1.607c-35.336 0-63.994 28.69-63.994 64.084 0 28.312 18.336 52.329 43.768 60.802 3.202.59 4.37-1.388 4.37-3.088 0-1.518-.056-5.55-.087-10.897-17.802 3.871-21.558-8.591-21.558-8.591-2.911-7.404-7.108-9.375-7.108-9.375-5.81-3.973.44-3.895.44-3.895 6.424.453 9.803 6.606 9.803 6.606 5.709 9.791 14.981 6.963 18.627 5.322.582-4.138 2.236-6.963 4.063-8.564-14.211-1.617-29.153-7.117-29.153-31.672 0-6.995 2.495-12.718 6.589-17.195-.66-1.621-2.856-8.14.629-16.96 0 0 5.37-1.722 17.597 6.57 5.104-1.424 10.58-2.132 16.022-2.16 5.438.028 10.91.736 16.022 2.16 12.22-8.292 17.582-6.57 17.582-6.57 3.493 8.82 1.297 15.339.64 16.96 4.102 4.477 6.578 10.2 6.578 17.195 0 24.618-14.966 30.035-29.22 31.62 2.295 1.98 4.342 5.89 4.342 11.87 0 8.564-.079 15.476-.079 17.576 0 1.715 1.155 3.71 4.4 3.084 25.413-8.493 43.733-32.494 43.733-60.798 0-35.394-28.657-64.084-64.006-64.084\"/></svg>"
        },
        "$:/core/images/gitter": {
            "title": "$:/core/images/gitter",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-gitter tc-image-button\" viewBox=\"0 0 18 25\"><path d=\"M15 5h2v10h-2zM10 5h2v20h-2zM5 5h2v20H5zM0 0h2v15H0z\"/></svg>"
        },
        "$:/core/images/globe": {
            "title": "$:/core/images/globe",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-globe tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M72.811 37.128v2.554c0 2.196.978 6.881 0 8.832-1.466 2.928-4.65 3.54-6.394 5.867-1.182 1.577-4.618 10.601-3.69 12.92 3.969 9.922 11.534 3.187 17.962 9.293.864.821 2.887 2.273 3.296 3.296 3.29 8.223-7.576 15.009 3.757 26.3 1.245 1.24 3.813-3.817 4.079-4.614.852-2.563 6.725-5.45 9.088-7.053 2.02-1.37 4.873-2.667 6.328-4.745 2.27-3.244 1.48-7.514 3.098-10.745 2.139-4.274 3.828-9.635 5.998-13.966 3.898-7.781 4.721 2.093 5.067 2.439.358.357 1.011 0 1.517 0 .094 0 1.447.099 1.516 0 .65-.935-1.043-17.92-1.318-19.297-1.404-7.01-6.944-15.781-11.865-20.5-6.274-6.015-7.09-16.197-18.259-14.954-.204.022-5.084 10.148-7.777 13.512-3.728 4.657-2.47-4.153-6.526-4.153-.081 0-1.183-.103-1.253 0-.586.88-1.44 3.896-2.306 4.417-.265.16-1.722-.239-1.846 0-2.243 4.3 8.256 2.212 5.792 7.952-2.352 5.481-6.328-1.997-6.328 8.56M44.467 7.01c9.685 6.13.682 12.198 2.694 16.215 1.655 3.303 4.241 5.395 1.714 9.814-2.063 3.608-6.87 3.966-9.623 6.723-3.04 3.044-5.464 8.94-6.79 12.911-1.617 4.843 14.547 6.866 12.063 11.008-1.386 2.311-6.746 1.466-8.437.198-1.165-.873-3.593-.546-4.417-1.78-2.613-3.915-2.26-8.023-3.625-12.128-.938-2.822-6.313-2.12-7.844-.593-.523.522-.33 1.792-.33 2.505 0 5.285 7.12 3.316 7.12 6.46 0 14.636 3.927 6.534 11.14 11.336 10.036 6.683 7.844 7.303 14.946 14.404 3.673 3.673 7.741 3.686 9.425 9.294 1.602 5.331-9.327 5.339-11.716 7.448-1.123.991-2.813 4.146-4.219 4.615-1.792.598-3.234.496-4.944 1.78-2.427 1.82-3.9 4.932-4.02 4.81-2.148-2.147-3.52-15.479-3.89-18.257-.588-4.42-5.59-5.54-6.986-9.03-1.57-3.927 1.524-9.52-1.129-13.761-6.52-10.424-11.821-14.5-15.35-26.292-.942-3.148 3.342-6.529 4.877-8.833 1.877-2.816 2.662-5.854 4.746-8.635C22.147 24.19 40.855 9.461 43.857 8.635l.61-1.625z\"/><path d=\"M64 126c34.242 0 62-27.758 62-62 0-34.242-27.758-62-62-62C29.758 2 2 29.758 2 64c0 34.242 27.758 62 62 62zm0-6c30.928 0 56-25.072 56-56S94.928 8 64 8 8 33.072 8 64s25.072 56 56 56z\"/></g></svg>"
        },
        "$:/core/images/heading-1": {
            "title": "$:/core/images/heading-1",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-1 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M14 30h13.25v30.104H61.7V30h13.25v75.684H61.7V71.552H27.25v34.132H14V30zm70.335 13.78c2.544 0 5.017-.212 7.42-.636 2.403-.424 4.576-1.13 6.52-2.12 1.942-.99 3.603-2.261 4.981-3.816 1.378-1.555 2.28-3.463 2.703-5.724h9.858v74.2h-13.25V53.32H84.335v-9.54z\"/></svg>"
        },
        "$:/core/images/heading-2": {
            "title": "$:/core/images/heading-2",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-2 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm119.52 75.684H74.85c.07-6.148 1.555-11.519 4.452-16.112 2.897-4.593 6.855-8.586 11.872-11.978a133.725 133.725 0 017.526-5.141 59.6 59.6 0 007.208-5.353c2.19-1.908 3.993-3.975 5.406-6.201 1.413-2.226 2.155-4.788 2.226-7.685 0-1.343-.159-2.774-.477-4.293a11.357 11.357 0 00-1.855-4.24c-.919-1.307-2.19-2.403-3.816-3.286-1.625-.883-3.745-1.325-6.36-1.325-2.403 0-4.399.477-5.989 1.431-1.59.954-2.862 2.261-3.816 3.922-.954 1.66-1.66 3.622-2.12 5.883-.46 2.261-.724 4.7-.795 7.314H76.23c0-4.099.548-7.897 1.643-11.395 1.095-3.498 2.738-6.519 4.93-9.063 2.19-2.544 4.857-4.54 8.002-5.989C93.95 30.724 97.606 30 101.775 30c4.523 0 8.303.742 11.342 2.226 3.039 1.484 5.494 3.357 7.367 5.618 1.873 2.261 3.198 4.717 3.975 7.367.777 2.65 1.166 5.176 1.166 7.579 0 2.968-.46 5.653-1.378 8.056a25.942 25.942 0 01-3.71 6.625 37.5 37.5 0 01-5.3 5.565 79.468 79.468 0 01-6.148 4.77 165.627 165.627 0 01-6.36 4.24 94.28 94.28 0 00-5.883 4.028c-1.802 1.343-3.374 2.738-4.717 4.187-1.343 1.449-2.261 2.986-2.756 4.611h36.146v10.812z\"/></svg>"
        },
        "$:/core/images/heading-3": {
            "title": "$:/core/images/heading-3",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-3 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm88.885 32.224c1.979.07 3.957-.07 5.936-.424 1.979-.353 3.745-.972 5.3-1.855a10.365 10.365 0 003.763-3.657c.954-1.555 1.431-3.463 1.431-5.724 0-3.18-1.078-5.724-3.233-7.632-2.155-1.908-4.929-2.862-8.32-2.862-2.12 0-3.958.424-5.513 1.272a11.318 11.318 0 00-3.869 3.445c-1.025 1.449-1.784 3.074-2.279 4.876a18.335 18.335 0 00-.636 5.565H75.381c.141-3.604.813-6.943 2.014-10.017 1.201-3.074 2.844-5.742 4.93-8.003 2.084-2.261 4.61-4.028 7.578-5.3C92.871 30.636 96.228 30 99.973 30a29.2 29.2 0 018.533 1.272c2.791.848 5.3 2.085 7.526 3.71s4.01 3.692 5.353 6.201c1.343 2.509 2.014 5.388 2.014 8.639 0 3.745-.848 7.014-2.544 9.805-1.696 2.791-4.346 4.823-7.95 6.095v.212c4.24.848 7.544 2.95 9.911 6.307s3.551 7.438 3.551 12.243c0 3.533-.707 6.696-2.12 9.487a21.538 21.538 0 01-5.724 7.102c-2.403 1.943-5.194 3.445-8.374 4.505-3.18 1.06-6.537 1.59-10.07 1.59-4.31 0-8.074-.618-11.289-1.855s-5.9-2.986-8.056-5.247c-2.155-2.261-3.798-4.982-4.929-8.162-1.13-3.18-1.731-6.713-1.802-10.6h12.084c-.141 4.523.972 8.286 3.34 11.289 2.366 3.003 5.917 4.505 10.652 4.505 4.028 0 7.402-1.148 10.123-3.445 2.72-2.297 4.081-5.565 4.081-9.805 0-2.897-.565-5.194-1.696-6.89a10.97 10.97 0 00-4.452-3.869c-1.837-.883-3.904-1.431-6.2-1.643a58.067 58.067 0 00-7.05-.212v-9.01z\"/></svg>"
        },
        "$:/core/images/heading-4": {
            "title": "$:/core/images/heading-4",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-4 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M8 30h13.25v30.104H55.7V30h13.25v75.684H55.7V71.552H21.25v34.132H8V30zm76.59 48.548h22.471V45.9h-.212L84.59 78.548zm43.46 9.54h-9.54v17.596H107.06V88.088h-31.8V76.11l31.8-44.626h11.448v47.064h9.54v9.54z\"/></svg>"
        },
        "$:/core/images/heading-5": {
            "title": "$:/core/images/heading-5",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-5 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm77.755 1.484h38.372v10.812H92.765L88.95 61.164l.212.212c1.625-1.837 3.692-3.233 6.201-4.187 2.509-.954 5-1.431 7.473-1.431 3.675 0 6.96.618 9.858 1.855 2.897 1.237 5.335 2.968 7.314 5.194s3.48 4.858 4.505 7.897c1.025 3.039 1.537 6.325 1.537 9.858 0 2.968-.477 6.024-1.43 9.169a25.161 25.161 0 01-4.559 8.586c-2.085 2.58-4.752 4.7-8.003 6.36-3.25 1.66-7.137 2.491-11.66 2.491-3.604 0-6.943-.477-10.017-1.431-3.074-.954-5.777-2.385-8.109-4.293-2.332-1.908-4.187-4.258-5.565-7.049-1.378-2.791-2.138-6.06-2.279-9.805h12.084c.353 4.028 1.731 7.12 4.134 9.275 2.403 2.155 5.583 3.233 9.54 3.233 2.544 0 4.7-.424 6.466-1.272 1.767-.848 3.198-2.014 4.293-3.498 1.095-1.484 1.873-3.215 2.332-5.194.46-1.979.69-4.099.69-6.36 0-2.05-.284-4.01-.849-5.883-.565-1.873-1.413-3.516-2.544-4.929-1.13-1.413-2.597-2.544-4.399-3.392-1.802-.848-3.904-1.272-6.307-1.272-2.544 0-4.929.477-7.155 1.431-2.226.954-3.834 2.738-4.823 5.353H75.805l7.95-40.598z\"/></svg>"
        },
        "$:/core/images/heading-6": {
            "title": "$:/core/images/heading-6",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-heading-6 tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M6 30h13.25v30.104H53.7V30h13.25v75.684H53.7V71.552H19.25v34.132H6V30zm106.587 20.246c-.283-3.039-1.36-5.494-3.233-7.367-1.873-1.873-4.399-2.809-7.579-2.809-2.19 0-4.08.406-5.67 1.219a12.435 12.435 0 00-4.029 3.233c-1.095 1.343-1.979 2.88-2.65 4.611a37.696 37.696 0 00-1.643 5.459 46.08 46.08 0 00-.9 5.671 722.213 722.213 0 00-.478 5.247l.212.212c1.625-2.968 3.87-5.176 6.731-6.625 2.862-1.449 5.954-2.173 9.275-2.173 3.675 0 6.96.636 9.858 1.908 2.897 1.272 5.353 3.021 7.367 5.247 2.014 2.226 3.551 4.858 4.611 7.897 1.06 3.039 1.59 6.325 1.59 9.858 0 3.604-.583 6.943-1.749 10.017-1.166 3.074-2.844 5.76-5.035 8.056-2.19 2.297-4.805 4.081-7.844 5.353-3.039 1.272-6.395 1.908-10.07 1.908-5.441 0-9.91-1.007-13.409-3.021-3.498-2.014-6.254-4.77-8.268-8.268-2.014-3.498-3.41-7.597-4.187-12.296-.777-4.7-1.166-9.77-1.166-15.211 0-4.452.477-8.94 1.431-13.462.954-4.523 2.526-8.639 4.717-12.349 2.19-3.71 5.07-6.731 8.64-9.063C92.676 31.166 97.075 30 102.304 30c2.968 0 5.76.495 8.374 1.484 2.615.99 4.93 2.367 6.943 4.134 2.014 1.767 3.657 3.887 4.93 6.36 1.271 2.473 1.978 5.23 2.12 8.268h-12.085zm-11.66 46.852c2.19 0 4.099-.442 5.724-1.325a12.869 12.869 0 004.081-3.445c1.095-1.413 1.908-3.056 2.438-4.929.53-1.873.795-3.798.795-5.777s-.265-3.887-.795-5.724c-.53-1.837-1.343-3.445-2.438-4.823-1.095-1.378-2.456-2.491-4.08-3.339-1.626-.848-3.534-1.272-5.725-1.272-2.19 0-4.116.406-5.777 1.219-1.66.813-3.056 1.908-4.187 3.286-1.13 1.378-1.979 2.986-2.544 4.823-.565 1.837-.848 3.78-.848 5.83 0 2.05.283 3.993.848 5.83.565 1.837 1.413 3.48 2.544 4.929a12.39 12.39 0 004.187 3.445c1.66.848 3.586 1.272 5.777 1.272z\"/></svg>"
        },
        "$:/core/images/help": {
            "title": "$:/core/images/help",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-help tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M36.055 111.441c-5.24 4.396-15.168 7.362-26.555 7.362-1.635 0-3.24-.06-4.806-.179 7.919-2.64 14.062-8.6 16.367-16.014C8.747 92.845 1.05 78.936 1.05 63.5c0-29.547 28.206-53.5 63-53.5s63 23.953 63 53.5-28.206 53.5-63 53.5c-10.055 0-19.56-2-27.994-5.559zm35.35-33.843a536.471 536.471 0 00.018-4.682 199.02 199.02 0 00-.023-3.042c.008-1.357.595-2.087 3.727-4.235.112-.077 1.085-.74 1.386-.948 3.093-2.133 5.022-3.786 6.762-6.187 2.34-3.228 3.558-7.077 3.558-11.649 0-13.292-9.86-21.952-21.455-21.952-11.103 0-22.499 9.609-24.066 22.295a6.023 6.023 0 1011.956 1.477c.806-6.527 6.972-11.726 12.11-11.726 5.265 0 9.408 3.64 9.408 9.906 0 3.634-1.1 5.153-5.111 7.919l-1.362.93c-2.682 1.84-4.227 3.1-5.7 4.931-2.109 2.62-3.242 5.717-3.258 9.314.013.892.02 1.86.022 2.981a470.766 470.766 0 01-.022 4.943 6.023 6.023 0 1012.046.12l.003-.395zm-6.027 24.499a7.529 7.529 0 100-15.058 7.529 7.529 0 000 15.058z\"/></svg>"
        },
        "$:/core/images/home-button": {
            "title": "$:/core/images/home-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-home-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M112.985 119.502c.01-.165.015-.331.015-.499V67.568c3.137 2.948 8.076 2.884 11.134-.174a7.999 7.999 0 00-.002-11.316L70.396 2.343A7.978 7.978 0 0064.734 0a7.957 7.957 0 00-5.656 2.343L33 28.42V8.007C33 3.585 29.41 0 25 0c-4.418 0-8 3.59-8 8.007V44.42L5.342 56.078c-3.125 3.125-3.12 8.198-.002 11.316a7.999 7.999 0 0011.316-.003l.344-.343v52.945a8.11 8.11 0 000 .007c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8a8.11 8.11 0 00-.015-.498zM97 112V51.574L64.737 19.31 33 51.048V112h64z\"/></svg>"
        },
        "$:/core/images/import-button": {
            "title": "$:/core/images/import-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-import-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M114.832 60.436s3.235-3.27 6.921.417c3.686 3.686.231 7.14.231 7.14l-42.153 42.92s-30.765 32.367-58.798 4.333C-7 87.213 24.59 55.623 24.59 55.623L67.363 12.85s22.725-24.6 43.587-3.738c20.862 20.862-3.96 43.09-3.96 43.09l-35.04 35.04S49.903 112.546 36.426 99.07c-13.476-13.477 11.83-35.523 11.83-35.523l35.04-35.04s3.902-3.902 7.78-.023c3.879 3.878.118 7.921.118 7.921l-35.04 35.04s-13.212 13.212-8.872 17.551c4.34 4.34 16.77-9.653 16.77-9.653l35.04-35.04s16.668-14.598 3.966-27.3c-13.893-13.892-27.565 3.702-27.565 3.702l-42.91 42.91s-23.698 23.698-3.658 43.738 43.012-4.385 43.012-4.385l42.895-42.533z\"/></svg>"
        },
        "$:/core/images/info-button": {
            "title": "$:/core/images/info-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-info-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\" transform=\"translate(.05)\"><path d=\"M64 128c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64c0 35.346 28.654 64 64 64zm0-16c26.51 0 48-21.49 48-48S90.51 16 64 16 16 37.49 16 64s21.49 48 48 48z\"/><circle cx=\"64\" cy=\"32\" r=\"8\"/><rect width=\"16\" height=\"56\" x=\"56\" y=\"48\" rx=\"8\"/></g></svg>"
        },
        "$:/core/images/italic": {
            "title": "$:/core/images/italic",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-italic tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M66.711 0h22.41L62.408 128H40z\"/></svg>"
        },
        "$:/core/images/left-arrow": {
            "title": "$:/core/images/left-arrow",
            "created": "20150315234410875",
            "modified": "20150315235324760",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-left-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M0 64.177c0-2.026.771-4.054 2.317-5.6l55.98-55.98a7.92 7.92 0 0111.195.001c3.086 3.085 3.092 8.104.001 11.195L19.111 64.175l50.382 50.382a7.92 7.92 0 010 11.195c-3.086 3.086-8.105 3.092-11.196.001l-55.98-55.98A7.892 7.892 0 010 64.177z\"/></svg>"
        },
        "$:/core/images/line-width": {
            "title": "$:/core/images/line-width",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-line-width tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M16 18h96a2 2 0 000-4H16a2 2 0 100 4zm0 17h96a4 4 0 100-8H16a4 4 0 100 8zm0 21h96a6 6 0 000-12H16a6 6 0 100 12zm0 29h96c5.523 0 10-4.477 10-10s-4.477-10-10-10H16c-5.523 0-10 4.477-10 10s4.477 10 10 10zm0 43h96c8.837 0 16-7.163 16-16s-7.163-16-16-16H16c-8.837 0-16 7.163-16 16s7.163 16 16 16z\"/></svg>"
        },
        "$:/core/images/link": {
            "title": "$:/core/images/link",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-link tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M42.263 69.38a31.919 31.919 0 006.841 10.13c12.5 12.5 32.758 12.496 45.255 0l22.627-22.628c12.502-12.501 12.497-32.758 0-45.255-12.5-12.5-32.758-12.496-45.254 0L49.104 34.255a32.333 32.333 0 00-2.666 3.019 36.156 36.156 0 0121.94.334l14.663-14.663c6.25-6.25 16.382-6.254 22.632-.004 6.248 6.249 6.254 16.373-.004 22.631l-22.62 22.62c-6.25 6.25-16.381 6.254-22.631.004a15.93 15.93 0 01-4.428-8.433 11.948 11.948 0 00-7.59 3.48l-6.137 6.137z\"/><path d=\"M86.35 59.234a31.919 31.919 0 00-6.84-10.13c-12.5-12.5-32.758-12.497-45.255 0L11.627 71.732c-12.501 12.5-12.496 32.758 0 45.254 12.5 12.5 32.758 12.497 45.255 0L79.51 94.36a32.333 32.333 0 002.665-3.02 36.156 36.156 0 01-21.94-.333l-14.663 14.663c-6.25 6.25-16.381 6.253-22.63.004-6.25-6.249-6.255-16.374.003-22.632l22.62-22.62c6.25-6.25 16.381-6.253 22.631-.003a15.93 15.93 0 014.428 8.432 11.948 11.948 0 007.59-3.48l6.137-6.136z\"/></g></svg>"
        },
        "$:/core/images/linkify": {
            "title": "$:/core/images/linkify",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-linkify-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M17.031 31.919H9.048V96.85h7.983v6.92H0V25h17.031v6.919zm24.66 0h-7.983V96.85h7.983v6.92H24.66V25h17.03v6.919zM67.77 56.422l11.975-3.903 2.306 7.096-12.063 3.903 7.628 10.379-6.12 4.435-7.63-10.467-7.45 10.2-5.943-4.523L58.1 63.518 45.95 59.35l2.306-7.096 12.064 4.17V43.825h7.45v12.596zM86.31 96.85h7.982V31.92H86.31V25h17.031v78.77H86.31v-6.92zm24.659 0h7.983V31.92h-7.983V25H128v78.77h-17.031v-6.92z\"/></svg>"
        },
        "$:/core/images/list-bullet": {
            "title": "$:/core/images/list-bullet",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-list-bullet tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M11.636 40.273c6.427 0 11.637-5.21 11.637-11.637C23.273 22.21 18.063 17 11.636 17 5.21 17 0 22.21 0 28.636c0 6.427 5.21 11.637 11.636 11.637zm0 34.909c6.427 0 11.637-5.21 11.637-11.637 0-6.426-5.21-11.636-11.637-11.636C5.21 51.91 0 57.12 0 63.545c0 6.427 5.21 11.637 11.636 11.637zm0 34.909c6.427 0 11.637-5.21 11.637-11.636 0-6.427-5.21-11.637-11.637-11.637C5.21 86.818 0 92.028 0 98.455c0 6.426 5.21 11.636 11.636 11.636zM34.91 22.818H128v11.637H34.91V22.818zm0 34.91H128v11.636H34.91V57.727zm0 34.908H128v11.637H34.91V92.636z\"/></svg>"
        },
        "$:/core/images/list-number": {
            "title": "$:/core/images/list-number",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-list-number tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M33.84 22.356H128v11.77H33.84v-11.77zm0 35.31H128v11.77H33.84v-11.77zm0 35.311H128v11.77H33.84v-11.77zM.38 42.631v-2.223h.998c.826 0 1.445-.14 1.858-.42.413-.28.619-.948.619-2.002V22.769c0-1.442-.193-2.336-.58-2.683-.385-.347-1.477-.52-3.275-.52v-2.143c3.502-.147 6.252-.955 8.25-2.423h2.117v22.865c0 .921.15 1.575.449 1.963.3.387.949.58 1.948.58h.998v2.223H.38zm-.3 35.356v-1.902c7.19-6.554 10.786-12.58 10.786-18.08 0-1.562-.326-2.81-.979-3.744-.652-.934-1.524-1.402-2.616-1.402-.893 0-1.655.317-2.287.952-.633.634-.95 1.364-.95 2.192 0 .974.247 1.829.74 2.563.106.16.16.28.16.36 0 .147-.16.28-.48.4-.213.08-.752.308-1.618.681-.839.374-1.358.561-1.558.561-.24 0-.512-.37-.819-1.111A6.2 6.2 0 010 57.064c0-1.949.849-3.544 2.547-4.785 1.698-1.242 3.798-1.862 6.302-1.862 2.463 0 4.53.67 6.202 2.012 1.67 1.341 2.506 3.093 2.506 5.256a8.644 8.644 0 01-.849 3.724c-.566 1.201-1.92 3.053-4.064 5.556a165.471 165.471 0 01-6.272 6.938h11.445l-1.019 5.726h-2.117c.08-.28.12-.534.12-.76 0-.388-.1-.631-.3-.731-.2-.1-.599-.15-1.198-.15H.08zm12.124 19.207c1.745.04 3.236.637 4.474 1.792 1.239 1.154 1.858 2.773 1.858 4.855 0 2.99-1.132 5.393-3.396 7.208-2.263 1.815-5 2.723-8.209 2.723-2.01 0-3.669-.384-4.974-1.151C.652 111.853 0 110.849 0 109.607c0-.774.27-1.398.809-1.872.54-.474 1.128-.71 1.768-.71.639 0 1.162.2 1.568.6.406.4.782 1.055 1.128 1.962.466 1.268 1.239 1.902 2.317 1.902 1.265 0 2.287-.477 3.066-1.431.78-.955 1.169-2.686 1.169-5.196 0-1.709-.12-3.023-.36-3.944-.24-.921-.792-1.382-1.658-1.382-.586 0-1.185.307-1.797.921-.493.494-.932.741-1.319.741-.333 0-.602-.147-.809-.44-.206-.294-.31-.574-.31-.841 0-.32.104-.594.31-.821.207-.227.69-.594 1.449-1.102 2.876-1.922 4.314-4.017 4.314-6.287 0-1.188-.306-2.092-.919-2.713a3.001 3.001 0 00-2.217-.93c-.799 0-1.525.263-2.177.79-.653.528-.979 1.158-.979 1.892 0 .641.253 1.235.76 1.782.172.2.259.367.259.5 0 .121-.57.428-1.708.922-1.139.494-1.854.74-2.147.74-.413 0-.75-.333-1.009-1-.26-.668-.39-1.282-.39-1.842 0-1.749.93-3.224 2.787-4.425 1.858-1.202 3.965-1.802 6.322-1.802 2.064 0 3.851.447 5.363 1.341 1.511.895 2.267 2.116 2.267 3.664 0 1.362-.57 2.623-1.708 3.784a13.387 13.387 0 01-3.945 2.784z\"/></svg>"
        },
        "$:/core/images/list": {
            "title": "$:/core/images/list",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-list tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M87.748 128H23.999c-4.418 0-7.999-3.59-7.999-8.007V8.007C16 3.585 19.588 0 24 0h80c4.419 0 8 3.59 8 8.007V104H91.25c-.965 0-1.84.392-2.473 1.025a3.476 3.476 0 00-1.029 2.476V128zm8-.12l15.88-15.88h-15.88v15.88zM40 15.508A3.502 3.502 0 0143.5 12h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 20h-55a3.498 3.498 0 01-3.5-3.509v-.982zM32 22a6 6 0 100-12 6 6 0 000 12zm8 9.509A3.502 3.502 0 0143.5 28h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 36h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 44h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 52h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 60h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 68h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 76h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 84h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.502 3.502 0 0143.5 92h55c1.933 0 3.5 1.561 3.5 3.509v.982A3.502 3.502 0 0198.5 100h-55a3.498 3.498 0 01-3.5-3.509v-.982zm0 16A3.505 3.505 0 0143.497 108h33.006A3.497 3.497 0 0180 111.509v.982A3.505 3.505 0 0176.503 116H43.497A3.497 3.497 0 0140 112.491v-.982zM32 38a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12zm0 16a6 6 0 100-12 6 6 0 000 12z\"/></svg>"
        },
        "$:/core/images/locked-padlock": {
            "title": "$:/core/images/locked-padlock",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-locked-padlock tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M96.472 64H105v32.01C105 113.674 90.674 128 73.001 128H56C38.318 128 24 113.677 24 96.01V64h8c.003-15.723.303-47.731 32.16-47.731 31.794 0 32.305 32.057 32.312 47.731zm-15.897 0H48.44c.002-16.287.142-32 15.719-32 15.684 0 16.977 16.136 16.415 32zM67.732 92.364A8.503 8.503 0 0064.5 76a8.5 8.5 0 00-3.498 16.25l-5.095 22.77H72.8l-5.07-22.656z\"/></svg>"
        },
        "$:/core/images/mail": {
            "title": "$:/core/images/mail",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-mail tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M122.827 104.894a7.986 7.986 0 01-2.834.516H8.007c-.812 0-1.597-.12-2.335-.345l34.163-34.163 20.842 20.842a3.998 3.998 0 003.418 1.134 4.003 4.003 0 003.395-1.134L88.594 70.64c.075.09.155.176.24.26l33.993 33.994zm5.076-6.237c.064-.406.097-.823.097-1.247v-64c0-.669-.082-1.318-.237-1.94L94.23 65.006c.09.075.177.154.261.239l33.413 33.413zm-127.698.56A8.023 8.023 0 010 97.41v-64c0-.716.094-1.41.271-2.071l33.907 33.906L.205 99.218zM5.93 25.684a8.012 8.012 0 012.078-.273h111.986c.766 0 1.507.108 2.209.308L64.083 83.837 5.93 25.683z\"/></svg>"
        },
        "$:/core/images/menu-button": {
            "title": "$:/core/images/menu-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-menu-button tc-image-button\" viewBox=\"0 0 128 128\"><rect width=\"128\" height=\"16\" y=\"16\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"56\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"96\" rx=\"8\"/></svg>"
        },
        "$:/core/images/mono-block": {
            "title": "$:/core/images/mono-block",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-mono-block tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M23.965 32.967h.357c.755 0 1.328.192 1.72.577.39.384.586.947.586 1.688 0 .824-.206 1.418-.618 1.782-.413.363-1.094.545-2.045.545h-6.31c-.965 0-1.65-.178-2.056-.535-.405-.356-.608-.954-.608-1.792 0-.811.203-1.391.608-1.74.406-.35 1.09-.525 2.055-.525h.734l-.86-2.453H8.471l-.902 2.453h.734c.95 0 1.632.178 2.044.535.413.356.619.933.619 1.73 0 .824-.206 1.418-.619 1.782-.412.363-1.094.545-2.044.545h-5.41c-.964 0-1.649-.182-2.054-.545-.406-.364-.608-.958-.608-1.782 0-.741.195-1.304.587-1.688.391-.385.964-.577 1.719-.577h.356l5.62-15.641H6.835c-.95 0-1.632-.182-2.044-.546-.412-.363-.619-.95-.619-1.76 0-.825.207-1.42.619-1.783.412-.363 1.094-.545 2.044-.545h7.863c1.244 0 2.118.67 2.62 2.013v.063l6.647 18.2zM12.98 17.326l-3.04 8.848h6.08l-3.04-8.848zm22.402 9.372v6.395h3.145c2.223 0 3.788-.245 4.697-.734.908-.49 1.362-1.307 1.362-2.453 0-1.16-.433-1.985-1.3-2.474-.866-.49-2.383-.734-4.55-.734h-3.354zm10.693-2.327c1.524.559 2.642 1.324 3.355 2.295.713.972 1.07 2.212 1.07 3.722 0 1.272-.308 2.432-.923 3.48-.615 1.049-1.496 1.909-2.642 2.58a7.499 7.499 0 01-2.254.849c-.832.174-2.01.262-3.533.262H30.202c-.922 0-1.583-.182-1.981-.545-.399-.364-.598-.958-.598-1.782 0-.741.189-1.304.566-1.688.378-.385.93-.577 1.657-.577h.356V17.326h-.356c-.727 0-1.28-.196-1.657-.587-.377-.392-.566-.965-.566-1.72 0-.81.203-1.401.608-1.771.406-.37 1.062-.556 1.971-.556h9.645c2.95 0 5.19.573 6.72 1.72 1.53 1.145 2.296 2.823 2.296 5.031 0 1.09-.234 2.052-.703 2.883-.468.832-1.163 1.513-2.086 2.045zM35.381 17.2v5.284h2.83c1.72 0 2.932-.203 3.638-.609.706-.405 1.06-1.09 1.06-2.054 0-.909-.319-1.573-.955-1.992-.636-.42-1.667-.63-3.093-.63h-3.48zm35.863-3.816c.28-.503.566-.86.86-1.07.293-.21.664-.314 1.111-.314.685 0 1.17.182 1.457.545.287.364.43.986.43 1.866l.042 5.452c0 .964-.157 1.614-.472 1.95-.314.335-.884.503-1.709.503-.587 0-1.037-.14-1.352-.42-.314-.28-.584-.796-.807-1.551-.364-1.328-.944-2.282-1.74-2.862-.797-.58-1.901-.87-3.313-.87-2.153 0-3.802.727-4.948 2.18-1.147 1.454-1.72 3.558-1.72 6.311 0 2.74.58 4.844 1.74 6.311 1.16 1.468 2.817 2.202 4.97 2.202 1.467 0 3.085-.49 4.854-1.468 1.768-.978 2.883-1.467 3.344-1.467.545 0 1.003.23 1.373.692.37.46.556 1.034.556 1.719 0 1.23-1.084 2.39-3.25 3.48-2.167 1.09-4.606 1.636-7.318 1.636-3.662 0-6.625-1.21-8.89-3.627-2.264-2.419-3.396-5.578-3.396-9.478 0-3.76 1.146-6.884 3.438-9.372 2.293-2.488 5.2-3.732 8.723-3.732.992 0 1.97.112 2.935.335.964.224 1.992.574 3.082 1.049zm10.22 19.583V17.326h-.356c-.755 0-1.328-.196-1.72-.587-.39-.392-.586-.965-.586-1.72 0-.81.21-1.401.629-1.771.42-.37 1.097-.556 2.034-.556h5.178c2.922 0 5.06.126 6.416.377 1.356.252 2.51.671 3.46 1.258 1.691 1.007 2.988 2.443 3.89 4.31.9 1.865 1.352 4.021 1.352 6.467 0 2.586-.514 4.847-1.541 6.783-1.028 1.936-2.485 3.4-4.372 4.393-.853.447-1.852.772-2.998.975-1.147.203-2.852.304-5.116.304h-6.269c-.965 0-1.65-.178-2.055-.535-.406-.356-.608-.954-.608-1.792 0-.741.195-1.304.587-1.688.391-.385.964-.577 1.72-.577h.356zm5.41-15.725v15.725h1.195c2.642 0 4.592-.646 5.85-1.94 1.258-1.292 1.887-3.28 1.887-5.965 0-2.641-.64-4.612-1.918-5.912-1.28-1.3-3.205-1.95-5.777-1.95-.335 0-.59.003-.765.01a7.992 7.992 0 00-.472.032zm35.067-.126h-9.75v5.368h3.69v-.252c0-.797.175-1.39.524-1.782.35-.392.88-.587 1.594-.587.629 0 1.142.178 1.54.534.4.357.598.808.598 1.353 0 .028.007.118.021.272.014.154.021.308.021.462v4.34c0 .936-.167 1.607-.503 2.013-.335.405-.88.608-1.635.608-.713 0-1.251-.19-1.615-.567-.363-.377-.545-.936-.545-1.677v-.377h-3.69v6.269h9.75v-2.495c0-.937.178-1.608.534-2.013.357-.405.94-.608 1.75-.608.798 0 1.367.2 1.71.597.342.399.513 1.073.513 2.024v5.074c0 .755-.146 1.258-.44 1.51-.293.251-.873.377-1.74.377h-17.172c-.923 0-1.583-.182-1.982-.545-.398-.364-.597-.958-.597-1.782 0-.741.189-1.304.566-1.688.377-.385.93-.577 1.656-.577h.357V17.326h-.357c-.712 0-1.261-.2-1.646-.598-.384-.398-.576-.968-.576-1.709 0-.81.203-1.401.608-1.771.405-.37 1.062-.556 1.97-.556h17.173c.853 0 1.43.13 1.73.388.3.258.45.772.45 1.54v4.698c0 .95-.174 1.631-.524 2.044-.35.412-.915.618-1.698.618-.81 0-1.394-.21-1.75-.629-.357-.419-.535-1.097-.535-2.033v-2.202zM19.77 47.641c.267-.504.55-.86.85-1.07.3-.21.675-.314 1.122-.314.685 0 1.17.181 1.457.545.287.363.43.985.43 1.866l.042 5.451c0 .965-.157 1.615-.472 1.95-.314.336-.891.504-1.73.504-.587 0-1.045-.144-1.373-.43-.329-.287-.598-.8-.807-1.541-.378-1.342-.958-2.3-1.74-2.873-.783-.573-1.88-.86-3.292-.86-2.153 0-3.799.727-4.938 2.181-1.14 1.454-1.709 3.557-1.709 6.311s.598 4.882 1.793 6.385C10.599 67.248 12.294 68 14.488 68c.503 0 1.077-.06 1.72-.179a23.809 23.809 0 002.264-.555v-3.313h-2.37c-.95 0-1.624-.175-2.023-.524-.398-.35-.597-.93-.597-1.74 0-.84.199-1.437.597-1.793.399-.357 1.073-.535 2.024-.535h7.569c.978 0 1.667.175 2.065.524.398.35.598.937.598 1.762 0 .74-.2 1.31-.598 1.708-.398.399-.975.598-1.73.598h-.335v5.242c0 .447-.05.758-.147.933-.098.174-.293.353-.587.534-.797.476-2.062.895-3.795 1.258a25.576 25.576 0 01-5.263.546c-3.662 0-6.625-1.21-8.89-3.628-2.264-2.418-3.397-5.577-3.397-9.477 0-3.76 1.147-6.884 3.44-9.372 2.292-2.488 5.199-3.732 8.721-3.732.979 0 1.954.112 2.925.335.972.224 2.003.573 3.093 1.049zm15.84 3.941v4.823h6.857v-4.823h-.336c-.754 0-1.331-.195-1.73-.587-.398-.391-.597-.964-.597-1.719 0-.825.206-1.419.619-1.782.412-.364 1.093-.545 2.044-.545h5.41c.95 0 1.624.181 2.023.545.398.363.597.957.597 1.782 0 .755-.192 1.328-.576 1.72-.385.39-.947.586-1.688.586h-.357v15.642h.357c.755 0 1.328.192 1.719.576.391.385.587.947.587 1.688 0 .825-.203 1.419-.608 1.782-.405.364-1.09.546-2.055.546h-5.41c-.964 0-1.649-.179-2.054-.535-.405-.357-.608-.954-.608-1.793 0-.74.2-1.303.598-1.688.398-.384.975-.576 1.73-.576h.335v-6.186h-6.856v6.186h.335c.755 0 1.331.192 1.73.576.398.385.597.947.597 1.688 0 .825-.206 1.419-.618 1.782-.412.364-1.094.546-2.044.546h-5.41c-.964 0-1.65-.179-2.055-.535-.405-.357-.608-.954-.608-1.793 0-.74.196-1.303.587-1.688.392-.384.965-.576 1.72-.576h.356V51.582h-.356c-.741 0-1.304-.195-1.688-.587-.385-.391-.577-.964-.577-1.719 0-.825.2-1.419.598-1.782.398-.364 1.073-.545 2.023-.545h5.41c.936 0 1.614.181 2.033.545.42.363.63.957.63 1.782 0 .755-.2 1.328-.598 1.72-.399.39-.975.586-1.73.586h-.335zm31.754 0v15.642h3.523c.95 0 1.632.178 2.044.534.412.357.618.933.618 1.73 0 .811-.21 1.402-.629 1.772-.419.37-1.097.556-2.033.556H58.433c-.95 0-1.632-.182-2.044-.546-.412-.363-.619-.957-.619-1.782 0-.81.203-1.39.608-1.74.406-.35 1.09-.524 2.055-.524h3.523V51.582h-3.523c-.95 0-1.632-.181-2.044-.545-.412-.363-.619-.95-.619-1.761 0-.825.203-1.412.608-1.761.406-.35 1.09-.524 2.055-.524h12.455c.992 0 1.684.174 2.075.524.392.35.587.936.587 1.761 0 .81-.202 1.398-.608 1.761-.405.364-1.09.545-2.054.545h-3.523zm30.496 0v11.994c0 1.873-.122 3.228-.367 4.067a5.876 5.876 0 01-1.227 2.244c-.74.852-1.768 1.495-3.082 1.929-1.314.433-2.893.65-4.738.65-1.3 0-2.555-.126-3.764-.378a16.843 16.843 0 01-3.491-1.132c-.615-.28-1.017-.643-1.206-1.09-.188-.448-.283-1.175-.283-2.18v-4.32c0-1.202.175-2.04.525-2.516.349-.475.957-.713 1.824-.713 1.244 0 1.929.915 2.054 2.747.014.321.035.566.063.733.168 1.622.545 2.73 1.133 3.324.587.594 1.523.89 2.81.89 1.593 0 2.714-.422 3.364-1.268.65-.845.975-2.386.975-4.623V51.582H88.93c-.95 0-1.632-.181-2.044-.545-.413-.363-.619-.95-.619-1.761 0-.825.2-1.412.598-1.761.398-.35 1.086-.524 2.065-.524h10.693c.979 0 1.667.174 2.065.524.399.35.598.936.598 1.761 0 .81-.206 1.398-.619 1.761-.412.364-1.093.545-2.044.545h-1.761zm14.644 0v6.353l6.48-6.478c-.728-.084-1.238-.29-1.531-.619-.294-.328-.44-.85-.44-1.562 0-.825.198-1.419.597-1.782.398-.364 1.073-.545 2.023-.545h5.137c.95 0 1.625.181 2.023.545.399.363.598.957.598 1.782 0 .769-.2 1.345-.598 1.73-.398.384-.982.576-1.75.576h-.483l-6.101 6.06c1.132.839 2.167 1.94 3.103 3.302.937 1.363 2.034 3.456 3.292 6.28h.692c.825 0 1.44.188 1.845.566.405.377.608.943.608 1.698 0 .825-.206 1.419-.619 1.782-.412.364-1.093.546-2.044.546h-2.579c-1.132 0-2.048-.762-2.746-2.286-.126-.28-.224-.503-.294-.67-.923-1.958-1.768-3.467-2.537-4.53a16.616 16.616 0 00-2.705-2.914l-1.97 1.887v3.92h.335c.755 0 1.331.193 1.73.577.398.385.597.947.597 1.688 0 .825-.206 1.419-.618 1.782-.413.364-1.094.546-2.045.546h-5.41c-.964 0-1.649-.179-2.054-.535-.405-.357-.608-.954-.608-1.793 0-.74.196-1.303.587-1.688.391-.384.965-.576 1.72-.576h.356V51.582h-.357c-.74 0-1.303-.195-1.687-.587-.385-.391-.577-.964-.577-1.719 0-.825.2-1.419.598-1.782.398-.364 1.072-.545 2.023-.545h5.41c.936 0 1.614.181 2.033.545.42.363.63.957.63 1.782 0 .755-.2 1.328-.598 1.72-.399.39-.975.586-1.73.586h-.336zM13.44 96.326l4.005-11.889c.251-.782.6-1.352 1.048-1.709.447-.356 1.041-.534 1.782-.534h3.271c.95 0 1.632.182 2.044.545.413.363.619.957.619 1.782 0 .755-.2 1.328-.598 1.72-.398.39-.975.587-1.73.587h-.335l.587 15.641h.357c.754 0 1.32.192 1.698.577.377.384.566.947.566 1.687 0 .825-.2 1.42-.598 1.783-.398.363-1.072.545-2.023.545h-4.718c-.95 0-1.624-.178-2.023-.535-.398-.356-.597-.954-.597-1.793 0-.74.192-1.303.576-1.687.385-.385.954-.577 1.709-.577h.335l-.293-12.79-3.061 9.52c-.224.712-.542 1.226-.954 1.54-.413.315-.982.472-1.709.472-.727 0-1.303-.157-1.73-.472-.426-.314-.751-.828-.975-1.54l-3.04-9.52-.294 12.79h.336c.755 0 1.324.192 1.709.577.384.384.576.947.576 1.687 0 .825-.202 1.42-.608 1.783-.405.363-1.076.545-2.013.545H2.621c-.937 0-1.608-.182-2.013-.545-.405-.364-.608-.958-.608-1.783 0-.74.192-1.303.577-1.687.384-.385.954-.577 1.708-.577h.336l.608-15.641h-.336c-.754 0-1.331-.196-1.73-.588-.398-.39-.597-.964-.597-1.719 0-.825.206-1.419.619-1.782.412-.363 1.093-.545 2.044-.545h3.27c.728 0 1.311.175 1.752.524.44.35.8.923 1.08 1.72l4.109 11.888zm30.454 2.054V86.828H42.74c-.922 0-1.583-.182-1.981-.546-.398-.363-.598-.95-.598-1.76 0-.812.2-1.402.598-1.773.398-.37 1.059-.555 1.981-.555h5.955c.909 0 1.566.185 1.97.555.406.37.609.961.609 1.772 0 .741-.192 1.31-.577 1.709-.384.398-.933.598-1.646.598h-.356v19.038c0 .657-.07 1.069-.21 1.237-.14.167-.454.251-.943.251h-2.097c-.67 0-1.143-.07-1.415-.21-.273-.14-.507-.384-.703-.733l-8.722-15.327v11.385h1.216c.909 0 1.559.175 1.95.524.392.35.587.93.587 1.74 0 .825-.199 1.42-.597 1.783-.399.363-1.045.545-1.94.545h-6.017c-.909 0-1.566-.182-1.971-.545-.406-.364-.608-.958-.608-1.783 0-.74.188-1.303.566-1.687.377-.385.936-.577 1.677-.577h.336V86.828h-.336c-.713 0-1.265-.2-1.656-.598-.392-.398-.587-.968-.587-1.709 0-.81.206-1.401.618-1.772.413-.37 1.066-.555 1.96-.555h3.44c.824 0 1.383.108 1.677.325.293.216.622.653.985 1.31l7.989 14.551zM64.66 86.366c-1.803 0-3.218.727-4.245 2.18-1.028 1.455-1.541 3.474-1.541 6.06 0 2.586.517 4.613 1.551 6.08 1.034 1.468 2.446 2.202 4.235 2.202 1.804 0 3.222-.73 4.257-2.19 1.034-1.461 1.551-3.492 1.551-6.092 0-2.586-.513-4.605-1.54-6.06-1.028-1.453-2.45-2.18-4.268-2.18zm0-4.864c3.44 0 6.27 1.23 8.492 3.69 2.223 2.46 3.334 5.598 3.334 9.414 0 3.844-1.104 6.99-3.313 9.436-2.208 2.446-5.046 3.669-8.513 3.669-3.424 0-6.255-1.234-8.491-3.701-2.237-2.467-3.355-5.602-3.355-9.404 0-3.83 1.108-6.971 3.323-9.424 2.216-2.454 5.057-3.68 8.523-3.68zM87.461 98.17v4.298h2.16c.908 0 1.555.175 1.94.524.384.35.576.93.576 1.74 0 .825-.196 1.42-.587 1.783-.392.363-1.035.545-1.93.545h-7.254c-.922 0-1.583-.182-1.981-.545-.399-.364-.598-.958-.598-1.783 0-.74.189-1.303.566-1.687.378-.385.93-.577 1.657-.577h.356V86.828h-.356c-.713 0-1.262-.2-1.646-.598-.385-.398-.577-.968-.577-1.709 0-.81.203-1.401.608-1.772.406-.37 1.063-.555 1.971-.555h8.66c3.424 0 6.014.657 7.768 1.97 1.754 1.315 2.631 3.25 2.631 5.809 0 2.697-.873 4.738-2.62 6.122-1.748 1.384-4.34 2.076-7.78 2.076h-3.564zm0-11.343v6.625h2.977c1.65 0 2.89-.28 3.722-.839.832-.559 1.248-1.397 1.248-2.516 0-1.048-.43-1.855-1.29-2.421-.86-.566-2.086-.85-3.68-.85h-2.977zm27.267 20.568l-1.636 1.636a12.37 12.37 0 011.772-.44c.58-.098 1.15-.147 1.709-.147 1.104 0 2.268.164 3.491.492 1.223.329 1.967.493 2.233.493.447 0 1.03-.15 1.75-.45.72-.301 1.206-.452 1.458-.452.517 0 .947.2 1.29.598.342.398.513.898.513 1.5 0 .796-.472 1.474-1.415 2.033-.944.56-2.1.839-3.47.839-.937 0-2.139-.22-3.607-.66-1.467-.441-2.53-.661-3.187-.661-.992 0-2.11.272-3.354.817-1.244.546-2.013.818-2.307.818a2.14 2.14 0 01-1.53-.597c-.42-.399-.63-.878-.63-1.437 0-.391.134-.807.4-1.247.265-.44.733-1.01 1.404-1.709l2.118-2.139c-2.335-.852-4.194-2.386-5.578-4.602-1.384-2.215-2.075-4.763-2.075-7.642 0-3.802 1.104-6.909 3.312-9.32 2.209-2.411 5.053-3.617 8.534-3.617 3.467 0 6.304 1.209 8.513 3.627 2.208 2.418 3.312 5.522 3.312 9.31 0 3.774-1.097 6.884-3.291 9.33-2.195 2.446-4.977 3.67-8.345 3.67a22.5 22.5 0 01-1.384-.043zm1.195-21.03c-1.803 0-3.218.727-4.246 2.18-1.027 1.455-1.54 3.474-1.54 6.06 0 2.586.516 4.613 1.55 6.08 1.035 1.468 2.447 2.202 4.236 2.202 1.803 0 3.222-.73 4.256-2.19 1.035-1.461 1.552-3.492 1.552-6.092 0-2.586-.514-4.605-1.541-6.06-1.028-1.453-2.45-2.18-4.267-2.18z\"/></svg>"
        },
        "$:/core/images/mono-line": {
            "title": "$:/core/images/mono-line",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-mono-line tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M60.437 84.523h.908c1.922 0 3.381.489 4.378 1.468.997.979 1.495 2.411 1.495 4.298 0 2.1-.525 3.612-1.575 4.538-1.05.925-2.785 1.388-5.206 1.388h-16.07c-2.456 0-4.2-.454-5.232-1.361-1.032-.908-1.548-2.43-1.548-4.565 0-2.065.516-3.542 1.548-4.432 1.032-.89 2.776-1.334 5.232-1.334h1.869l-2.19-6.247H20.983l-2.296 6.247h1.87c2.42 0 4.155.453 5.205 1.361 1.05.908 1.575 2.376 1.575 4.405 0 2.1-.525 3.612-1.575 4.538-1.05.925-2.785 1.388-5.206 1.388H6.781c-2.456 0-4.2-.463-5.233-1.388C.516 93.9 0 92.389 0 90.289c0-1.887.498-3.32 1.495-4.298.997-.979 2.456-1.468 4.378-1.468h.908l14.308-39.83h-4.271c-2.42 0-4.156-.462-5.206-1.387-1.05-.926-1.575-2.42-1.575-4.485 0-2.1.525-3.613 1.575-4.538 1.05-.926 2.785-1.388 5.206-1.388h20.021c3.168 0 5.392 1.708 6.674 5.125v.16l16.924 46.343zm-27.976-39.83L24.72 67.225h15.483l-7.742-22.53zM89.506 68.56v16.284h8.008c5.66 0 9.646-.623 11.96-1.869 2.313-1.245 3.47-3.328 3.47-6.246 0-2.955-1.103-5.055-3.31-6.3-2.207-1.246-6.069-1.869-11.586-1.869h-8.542zm27.229-5.926c3.88 1.423 6.727 3.372 8.542 5.846 1.815 2.474 2.723 5.633 2.723 9.477 0 3.239-.783 6.193-2.35 8.862-1.565 2.67-3.808 4.859-6.726 6.567-1.709.997-3.622 1.718-5.74 2.163-2.118.445-5.116.667-8.996.667h-27.87c-2.349 0-4.03-.463-5.045-1.388-1.014-.926-1.521-2.438-1.521-4.538 0-1.887.48-3.32 1.441-4.298.961-.979 2.367-1.468 4.218-1.468h.907v-39.83h-.907c-1.851 0-3.257-.498-4.218-1.494-.961-.997-1.441-2.456-1.441-4.378 0-2.065.516-3.568 1.548-4.512 1.032-.943 2.705-1.414 5.018-1.414h24.56c7.51 0 13.214 1.459 17.111 4.377 3.898 2.92 5.847 7.19 5.847 12.814 0 2.776-.597 5.223-1.789 7.341-1.192 2.118-2.963 3.853-5.312 5.206zm-27.23-18.26v13.455h7.208c4.378 0 7.466-.516 9.264-1.549 1.797-1.032 2.696-2.776 2.696-5.232 0-2.313-.81-4.004-2.43-5.072-1.619-1.068-4.244-1.602-7.874-1.602h-8.863z\"/></svg>"
        },
        "$:/core/images/new-button": {
            "title": "$:/core/images/new-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M56 72H8.007C3.591 72 0 68.418 0 64c0-4.41 3.585-8 8.007-8H56V8.007C56 3.591 59.582 0 64 0c4.41 0 8 3.585 8 8.007V56h47.993c4.416 0 8.007 3.582 8.007 8 0 4.41-3.585 8-8.007 8H72v47.993c0 4.416-3.582 8.007-8 8.007-4.41 0-8-3.585-8-8.007V72z\"/></svg>"
        },
        "$:/core/images/new-here-button": {
            "title": "$:/core/images/new-here-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-here-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M55.838 20.935l-3.572.938c-3.688.968-8.23 4.43-10.136 7.731L3.37 96.738c-1.905 3.3-.771 7.524 2.534 9.432l33.717 19.466c3.297 1.904 7.53.78 9.435-2.521l38.76-67.134c1.905-3.3 2.632-8.963 1.623-12.646L83.285 20.88c-1.009-3.68-4.821-5.884-8.513-4.915l-7.603 1.995.043.287c.524 3.394 2.053 7.498 4.18 11.55.418.163.829.36 1.23.59a8.864 8.864 0 014.438 8.169c.104.132.21.264.316.395l-.386.318a8.663 8.663 0 01-1.082 3.137c-2.42 4.192-7.816 5.608-12.051 3.163-4.12-2.379-5.624-7.534-3.476-11.671-2.177-4.394-3.788-8.874-4.543-12.964z\"/><path d=\"M69.554 44.76c-5.944-7.476-10.74-17.196-11.955-25.059-1.68-10.875 3.503-18.216 15.082-18.04 10.407.158 19.975 5.851 24.728 13.785 5.208 8.695 2.95 17.868-6.855 20.496l-2.037-7.601c4.232-1.134 4.999-4.248 2.24-8.853-3.37-5.626-10.465-9.848-18.146-9.965-6.392-.097-8.31 2.62-7.323 9.01.999 6.465 5.318 15.138 10.582 21.65l-.072.06c.559 1.553-4.17 6.44-5.938 4.888l-.005.004-.028-.034a1.323 1.323 0 01-.124-.135 2.618 2.618 0 01-.149-.205z\"/><rect width=\"16\" height=\"48\" x=\"96\" y=\"80\" rx=\"8\"/><rect width=\"48\" height=\"16\" x=\"80\" y=\"96\" rx=\"8\"/></g></svg>"
        },
        "$:/core/images/new-image-button": {
            "title": "$:/core/images/new-image-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-image-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M81.362 73.627l15.826-27.41a2.626 2.626 0 00-.962-3.59l-50.01-28.872a2.626 2.626 0 00-3.588.961L30.058 36.49l10.04-5.261c3.042-1.595 6.771.114 7.55 3.46l3.607 17.702 9.88.85a5.25 5.25 0 014.571 3.77c.034.115.1.344.199.671.165.553.353 1.172.562 1.843.595 1.914 1.23 3.85 1.872 5.678.207.588.412 1.156.614 1.701.625 1.685 1.209 3.114 1.725 4.207.255.54.485.977.726 1.427.214.212.547.425 1.011.622 1.141.482 2.784.74 4.657.758.864.008 1.71-.034 2.492-.11.448-.043.753-.085.871-.104.315-.053.625-.077.927-.076zM37.47 2.649A5.257 5.257 0 0144.649.725l63.645 36.746a5.257 5.257 0 011.923 7.178L73.47 108.294a5.257 5.257 0 01-7.177 1.923L2.649 73.47a5.257 5.257 0 01-1.924-7.177L37.471 2.649zm42.837 50.49a5.25 5.25 0 105.25-9.092 5.25 5.25 0 00-5.25 9.093zM96 112h-7.993c-4.419 0-8.007-3.582-8.007-8 0-4.41 3.585-8 8.007-8H96v-7.993C96 83.588 99.582 80 104 80c4.41 0 8 3.585 8 8.007V96h7.993c4.419 0 8.007 3.582 8.007 8 0 4.41-3.585 8-8.007 8H112v7.993c0 4.419-3.582 8.007-8 8.007-4.41 0-8-3.585-8-8.007V112zM33.347 51.791c7.428 7.948 9.01 10.69 7.449 13.394-1.56 2.703-13.838-2.328-16.094 1.58-2.256 3.908-.907 3.258-2.437 5.908l19.73 11.39s-5.605-8.255-4.235-10.628c2.515-4.356 8.77-1.256 10.365-4.019 2.414-4.181-5.103-9.639-14.778-17.625z\"/></svg>"
        },
        "$:/core/images/new-journal-button": {
            "title": "$:/core/images/new-journal-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-new-journal-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M102.545 112.818v11.818c0 1.306 1.086 2.364 2.425 2.364h6.06c1.34 0 2.425-1.058 2.425-2.364v-11.818h12.12c1.34 0 2.425-1.058 2.425-2.363v-5.91c0-1.305-1.085-2.363-2.424-2.363h-12.121V90.364c0-1.306-1.086-2.364-2.425-2.364h-6.06c-1.34 0-2.425 1.058-2.425 2.364v11.818h-12.12c-1.34 0-2.425 1.058-2.425 2.363v5.91c0 1.305 1.085 2.363 2.424 2.363h12.121zM60.016 4.965c-4.781-2.76-10.897-1.118-13.656 3.66L5.553 79.305A9.993 9.993 0 009.21 92.963l51.04 29.468c4.78 2.76 10.897 1.118 13.655-3.66l40.808-70.681a9.993 9.993 0 00-3.658-13.656L60.016 4.965zm-3.567 27.963a6 6 0 106-10.393 6 6 0 00-6 10.393zm31.697 17.928a6 6 0 106-10.392 6 6 0 00-6 10.392z\"/><text class=\"tc-fill-background\" font-family=\"Helvetica\" font-size=\"47.172\" font-weight=\"bold\" transform=\"rotate(30 25.742 95.82)\"><tspan x=\"42\" y=\"77.485\" text-anchor=\"middle\"><<now \"DD\">></tspan></text></g></svg>"
        },
        "$:/core/images/opacity": {
            "title": "$:/core/images/opacity",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-opacity tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M102.362 65a51.595 51.595 0 01-1.942 6H82.584a35.867 35.867 0 002.997-6h16.78zm.472-2c.423-1.961.734-3.963.929-6H87.656a35.78 35.78 0 01-1.368 6h16.546zm-3.249 10a51.847 51.847 0 01-3.135 6H75.812a36.205 36.205 0 005.432-6h18.341zm-4.416 8c-1.424 2.116-3 4.12-4.71 6H60.46a35.843 35.843 0 0012.874-6h21.834zm-7.513-34h16.107C101.247 20.627 79.033 0 52 0 23.281 0 0 23.281 0 52c0 25.228 17.965 46.26 41.8 51h20.4a51.66 51.66 0 0015.875-6H39v-2h42.25a52.257 52.257 0 007.288-6H39v-2h4.539C27.739 83.194 16 68.968 16 52c0-19.882 16.118-36 36-36 18.186 0 33.222 13.484 35.656 31zm.22 2h16.039a52.823 52.823 0 010 6H87.877a36.483 36.483 0 000-6z\"/><path d=\"M76 128c28.719 0 52-23.281 52-52s-23.281-52-52-52-52 23.281-52 52 23.281 52 52 52zm0-16c19.882 0 36-16.118 36-36S95.882 40 76 40 40 56.118 40 76s16.118 36 36 36z\"/><path d=\"M37 58h53v4H37v-4zm3-8h53v4H40v-4zm0-8h53v4H40v-4zm-8 24h53v4H32v-4zm-2 8h53v4H30v-4zm-3 8h53v4H27v-4z\"/></g></svg>"
        },
        "$:/core/images/open-window": {
            "title": "$:/core/images/open-window",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-open-window tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M16 112h88.994c3.87 0 7.006 3.59 7.006 8 0 4.418-3.142 8-7.006 8H7.006C3.136 128 0 124.41 0 120a9.321 9.321 0 010-.01V24.01C0 19.586 3.59 16 8 16c4.418 0 8 3.584 8 8.01V112z\"/><path d=\"M96 43.196V56a8 8 0 1016 0V24c0-4.41-3.585-8-8.007-8H72.007C67.588 16 64 19.582 64 24c0 4.41 3.585 8 8.007 8H84.57l-36.3 36.299a8 8 0 00-.001 11.316c3.117 3.117 8.19 3.123 11.316-.003L96 43.196zM32 7.999C32 3.581 35.588 0 40 0h80c4.419 0 8 3.588 8 8v80c0 4.419-3.588 8-8 8H40c-4.419 0-8-3.588-8-8V8z\"/></g></svg>"
        },
        "$:/core/images/options-button": {
            "title": "$:/core/images/options-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-options-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M110.488 76a47.712 47.712 0 01-5.134 12.384l6.724 6.724c3.123 3.123 3.132 8.192.011 11.313l-5.668 5.668c-3.12 3.12-8.186 3.117-11.313-.01l-6.724-6.725c-3.82 2.258-7.98 4-12.384 5.134v9.505c0 4.417-3.578 8.007-7.992 8.007h-8.016C55.58 128 52 124.415 52 119.993v-9.505a47.712 47.712 0 01-12.384-5.134l-6.724 6.725c-3.123 3.122-8.192 3.131-11.313.01l-5.668-5.668c-3.12-3.12-3.116-8.186.01-11.313l6.725-6.724c-2.257-3.82-4-7.98-5.134-12.384H8.007C3.591 76 0 72.422 0 68.01v-8.017C0 55.58 3.585 52 8.007 52h9.505a47.712 47.712 0 015.134-12.383l-6.724-6.725c-3.123-3.122-3.132-8.191-.011-11.312l5.668-5.669c3.12-3.12 8.186-3.116 11.313.01l6.724 6.725c3.82-2.257 7.98-4 12.384-5.134V8.007C52 3.591 55.578 0 59.992 0h8.016C72.42 0 76 3.585 76 8.007v9.505a47.712 47.712 0 0112.384 5.134l6.724-6.724c3.123-3.123 8.192-3.132 11.313-.01l5.668 5.668c3.12 3.12 3.116 8.186-.01 11.312l-6.725 6.725c2.257 3.82 4 7.979 5.134 12.383h9.505c4.416 0 8.007 3.578 8.007 7.992v8.017c0 4.411-3.585 7.991-8.007 7.991h-9.505zM64 96c17.673 0 32-14.327 32-32 0-17.673-14.327-32-32-32-17.673 0-32 14.327-32 32 0 17.673 14.327 32 32 32z\"/></svg>"
        },
        "$:/core/images/paint": {
            "title": "$:/core/images/paint",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-paint tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M83.527 76.19C90.43 69.287 91.892 59 87.91 50.665l37.903-37.902c2.919-2.92 2.913-7.659 0-10.572a7.474 7.474 0 00-10.572 0L77.338 40.093c-8.335-3.982-18.622-2.521-25.526 4.383l31.715 31.715zm-2.643 2.644L49.169 47.119S8.506 81.243 0 80.282c0 0 3.782 5.592 6.827 8.039 14.024-5.69 37.326-24.6 37.326-24.6l.661.66S19.45 90.222 9.18 92.047c1.222 1.44 4.354 4.053 6.247 5.776 5.417-1.488 34.733-28.57 34.733-28.57l.661.66-32.407 31.022 5.285 5.286L56.106 75.2l.662.66s-27.864 30.536-28.684 32.432c0 0 6.032 6.853 7.569 7.824.702-2.836 27.884-33.485 27.884-33.485l.661.66s-20.597 23.755-24.964 36.732c3.21 3.549 7.5 5.137 10.926 6.298-2.19-11.817 30.724-47.487 30.724-47.487z\"/></svg>"
        },
        "$:/core/images/palette": {
            "title": "$:/core/images/palette",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-palette tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M80.247 39.182a93.52 93.52 0 00-16.228-1.4C28.662 37.781 0 57.131 0 81.002c0 9.642 4.676 18.546 12.58 25.735C23.504 91.19 26.34 72.395 36.89 63.562c15.183-12.713 26.538-7.828 26.538-7.828l16.82-16.552zm26.535 9.655c13.049 7.913 21.257 19.392 21.257 32.166 0 9.35.519 17.411-11.874 25.08-10.797 6.681-3.824-6.536-11.844-10.898s-19.946 1.308-18.213 7.906c3.2 12.181 19.422 11.455 6.314 16.658-13.107 5.202-18.202 4.476-28.403 4.476-7.821 0-15.315-.947-22.243-2.68 9.844-4.197 27.88-12.539 33.354-19.456C82.788 92.409 87.37 80 83.324 72.484c-.194-.359 11.215-11.668 23.458-23.647zM1.134 123.867l-.66.002c33.479-14.94 22.161-64.226 58.818-64.226.317 1.418.644 2.944 1.062 4.494-25.907-4.166-23.567 48.031-59.22 59.73zm.713-.007c38.872-.506 78.152-22.347 78.152-44.813-9.27 0-14.073-3.48-16.816-7.942-16.597-7.003-30.365 45.715-61.336 52.755zm65.351-64.008c-4.45 4.115 4.886 16.433 11.318 11.318l45.27-45.27c11.317-11.318 0-22.635-11.318-11.318-11.317 11.318-33.518 34.405-45.27 45.27z\"/></svg>"
        },
        "$:/core/images/permalink-button": {
            "title": "$:/core/images/permalink-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-permalink-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M80.483 48l-7.387 32h-25.58l7.388-32h25.58zm3.694-16l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L100.598 32h3.403c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8h-7.096l-7.387 32H104c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8H85.824l-5.624 24.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L69.402 96h-25.58L38.2 120.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L27.402 96h-3.403C19.59 96 16 92.418 16 88c0-4.41 3.581-8 8-8h7.096l7.387-32H24C19.59 48 16 44.418 16 40c0-4.41 3.581-8 8-8h18.177l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L58.598 32h25.58z\"/></svg>"
        },
        "$:/core/images/permaview-button": {
            "title": "$:/core/images/permaview-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-permaview-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M81.483 48l-1.846 8h-5.58l1.847-8h5.58zm3.694-16l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L101.598 32h2.403c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8h-6.096l-1.847 8h7.944c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8H92.364l-1.846 8H104c4.41 0 7.999 3.582 7.999 8 0 4.41-3.581 8-8 8H86.824l-5.624 24.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L70.402 96h-5.58L59.2 120.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L48.402 96h-5.58L37.2 120.358c-.993 4.303-5.29 6.996-9.596 6.002-4.296-.992-6.988-5.293-5.994-9.602L26.402 96h-2.403C19.59 96 16 92.418 16 88c0-4.41 3.581-8 8-8h6.096l1.847-8h-7.944C19.59 72 16 68.418 16 64c0-4.41 3.581-8 8-8h11.637l1.846-8H24C19.59 48 16 44.418 16 40c0-4.41 3.581-8 8-8h17.177l5.624-24.358c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L57.598 32h5.58L68.8 7.642c.993-4.303 5.29-6.996 9.596-6.002 4.296.992 6.988 5.293 5.994 9.602L79.598 32h5.58zM53.904 48l-1.847 8h5.58l1.846-8h-5.579zm22.039 24l-1.847 8h-5.58l1.847-8h5.58zm-27.58 0l-1.846 8h5.579l1.847-8h-5.58z\"/></svg>"
        },
        "$:/core/images/picture": {
            "title": "$:/core/images/picture",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-picture tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M112 68.233v-48.23A4.001 4.001 0 00107.997 16H20.003A4.001 4.001 0 0016 20.003v38.31l9.241-14.593c2.8-4.422 9.023-5.008 12.6-1.186l18.247 20.613 13.687-6.407a8 8 0 018.903 1.492 264.97 264.97 0 002.92 2.739 249.44 249.44 0 006.798 6.066 166.5 166.5 0 002.106 1.778c2.108 1.747 3.967 3.188 5.482 4.237.748.518 1.383.92 2.044 1.33.444.117 1.046.144 1.809.05 1.873-.233 4.238-1.144 6.723-2.547a36.016 36.016 0 003.205-2.044c.558-.4.93-.686 1.07-.802.376-.31.765-.577 1.165-.806zM0 8.007A8.01 8.01 0 018.007 0h111.986A8.01 8.01 0 01128 8.007v111.986a8.01 8.01 0 01-8.007 8.007H8.007A8.01 8.01 0 010 119.993V8.007zM95 42a8 8 0 100-16 8 8 0 000 16zM32 76c15.859 4.83 20.035 7.244 20.035 12S32 95.471 32 102.347c0 6.876 1.285 4.99 1.285 9.653H68s-13.685-6.625-13.685-10.8c0-7.665 10.615-8.34 10.615-13.2 0-7.357-14.078-8.833-32.93-12z\"/></svg>"
        },
        "$:/core/images/plugin-generic-language": {
            "title": "$:/core/images/plugin-generic-language",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M61.207 68.137c-4.324 2.795-6.999 6.656-6.999 10.921 0 7.906 9.19 14.424 21.042 15.336 2.162 3.902 8.598 6.785 16.318 7.01-5.126-1.125-9.117-3.742-10.62-7.01C92.805 93.487 102 86.967 102 79.059c0-8.53-10.699-15.445-23.896-15.445-6.599 0-12.572 1.729-16.897 4.524zm12.794-14.158c-4.324 2.795-10.298 4.524-16.897 4.524-2.619 0-5.14-.272-7.497-.775-3.312 2.25-8.383 3.69-14.067 3.69l-.255-.002c4.119-.892 7.511-2.747 9.478-5.13-6.925-2.704-11.555-7.617-11.555-13.228 0-8.53 10.699-15.445 23.896-15.445C70.301 27.613 81 34.528 81 43.058c0 4.265-2.675 8.126-6.999 10.921zM64 0l54.56 32v64L64 128 9.44 96V32L64 0z\"/></svg>"
        },
        "$:/core/images/plugin-generic-plugin": {
            "title": "$:/core/images/plugin-generic-plugin",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M40.397 76.446V95.34h14.12l-.001-.005a6.912 6.912 0 005.364-11.593l.046-.023a6.912 6.912 0 119.979.526l.086.055a6.914 6.914 0 004.408 10.948l-.023.092h21.32V75.568l-.15.038a6.912 6.912 0 00-11.593-5.364l-.022-.046a6.912 6.912 0 11.526-9.979l.055-.086a6.914 6.914 0 0010.948-4.408c.079.018.158.038.236.059v-15.74h-21.32l.023-.094a6.914 6.914 0 01-4.408-10.947 10.23 10.23 0 00-.086-.055 6.912 6.912 0 10-9.979-.526l-.046.023a6.912 6.912 0 01-5.364 11.593l.001.005h-14.12v12.847A6.912 6.912 0 0129.5 59.843l-.054.086a6.912 6.912 0 10-.526 9.979l.023.046a6.912 6.912 0 0111.455 6.492zM64 0l54.56 32v64L64 128 9.44 96V32L64 0z\"/></svg>"
        },
        "$:/core/images/plugin-generic-theme": {
            "title": "$:/core/images/plugin-generic-theme",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M29.408 91.472L51.469 69.41l-.004-.005a2.22 2.22 0 01.004-3.146c.87-.87 2.281-.872 3.147-.005l9.465 9.464a2.22 2.22 0 01-.005 3.147c-.87.87-2.28.871-3.147.005l-.005-.005-22.061 22.062a6.686 6.686 0 11-9.455-9.455zM60.802 66.38c-2.436-2.704-4.465-5.091-5.817-6.869-6.855-9.014-10.313-4.268-14.226 0-3.913 4.268 1.03 7.726-2.683 10.741-3.713 3.015-3.484 4.06-9.752-1.455-6.267-5.516-6.7-7.034-3.823-10.181 2.877-3.147 5.281 1.808 11.159-3.785 5.877-5.593.94-10.55.94-10.55s12.237-25.014 28.588-23.167c16.351 1.848-6.186-2.392-11.792 17.226-2.4 8.4.447 6.42 4.998 9.968 1.394 1.086 6.03 4.401 11.794 8.685l20.677-20.676 1.615-4.766 7.84-4.689 3.151 3.152-4.688 7.84-4.766 1.615-20.224 20.223c12.663 9.547 28.312 22.146 28.312 26.709 0 7.217-3.071 11.526-9.535 9.164-4.693-1.715-18.768-15.192-28.753-25.897l-2.893 2.893-3.151-3.152 3.029-3.029zM63.953 0l54.56 32v64l-54.56 32-54.56-32V32l54.56-32z\"/></svg>"
        },
        "$:/core/images/preview-closed": {
            "title": "$:/core/images/preview-closed",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-preview-closed tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M.088 64a7.144 7.144 0 001.378 5.458C16.246 88.818 39.17 100.414 64 100.414c24.83 0 47.753-11.596 62.534-30.956A7.144 7.144 0 00127.912 64C110.582 78.416 88.304 87.086 64 87.086 39.696 87.086 17.418 78.416.088 64z\"/><rect width=\"4\" height=\"16\" x=\"62\" y=\"96\" rx=\"4\"/><rect width=\"4\" height=\"16\" x=\"78\" y=\"93\" rx=\"4\" transform=\"rotate(-5 80 101)\"/><rect width=\"4\" height=\"16\" x=\"46\" y=\"93\" rx=\"4\" transform=\"rotate(5 48 101)\"/><rect width=\"4\" height=\"16\" x=\"30\" y=\"88\" rx=\"4\" transform=\"rotate(10 32 96)\"/><rect width=\"4\" height=\"16\" x=\"94\" y=\"88\" rx=\"4\" transform=\"rotate(-10 96 96)\"/><rect width=\"4\" height=\"16\" x=\"110\" y=\"80\" rx=\"4\" transform=\"rotate(-20 112 88)\"/><rect width=\"4\" height=\"16\" x=\"14\" y=\"80\" rx=\"4\" transform=\"rotate(20 16 88)\"/></g></svg>"
        },
        "$:/core/images/preview-open": {
            "title": "$:/core/images/preview-open",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-preview-open tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M64.11 99.588c-24.83 0-47.754-11.596-62.534-30.957a7.148 7.148 0 010-8.675C16.356 40.596 39.28 29 64.11 29c24.83 0 47.753 11.596 62.534 30.956a7.148 7.148 0 010 8.675c-14.78 19.36-37.703 30.957-62.534 30.957zm46.104-32.007c1.44-1.524 1.44-3.638 0-5.162C99.326 50.9 82.439 44 64.147 44S28.968 50.9 18.08 62.42c-1.44 1.523-1.44 3.637 0 5.16C28.968 79.1 45.855 86 64.147 86s35.179-6.9 46.067-18.42z\"/><path d=\"M63.5 88C76.479 88 87 77.479 87 64.5S76.479 41 63.5 41 40 51.521 40 64.5 50.521 88 63.5 88z\"/></g></svg>"
        },
        "$:/core/images/print-button": {
            "title": "$:/core/images/print-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-print-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M112 71V30.5h-.032c-.035-2-.816-3.99-2.343-5.516L86.998 2.357A7.978 7.978 0 0081 .02V0H24a8 8 0 00-8 8v63h8V8h57v14.5c0 4.422 3.582 8 8 8h15V71h8z\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"36\" rx=\"4\"/><rect width=\"64\" height=\"8\" x=\"32\" y=\"52\" rx=\"4\"/><rect width=\"40\" height=\"8\" x=\"32\" y=\"20\" rx=\"4\"/><path d=\"M0 80.005C0 71.165 7.156 64 16 64h96c8.836 0 16 7.155 16 16.005v31.99c0 8.84-7.156 16.005-16 16.005H16c-8.836 0-16-7.155-16-16.005v-31.99zM104 96a8 8 0 100-16 8 8 0 000 16z\"/></g></svg>"
        },
        "$:/core/images/quote": {
            "title": "$:/core/images/quote",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-quote tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M51.219 117.713V62.199H27.427c0-8.891 1.683-16.401 5.047-22.53 3.365-6.127 9.613-10.754 18.745-13.878V2c-7.45.961-14.36 3.184-20.728 6.669-6.368 3.484-11.835 7.87-16.401 13.157C9.524 27.113 5.98 33.241 3.456 40.21.933 47.18-.21 54.63.03 62.56v55.153H51.22zm76.781 0V62.199h-23.791c0-8.891 1.682-16.401 5.046-22.53 3.365-6.127 9.613-10.754 18.745-13.878V2c-7.45.961-14.359 3.184-20.727 6.669-6.369 3.484-11.836 7.87-16.402 13.157-4.566 5.287-8.11 11.415-10.634 18.384-2.523 6.97-3.665 14.42-3.424 22.35v55.153H128z\"/></svg>"
        },
        "$:/core/images/refresh-button": {
            "title": "$:/core/images/refresh-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-refresh-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M106.369 39.433c10.16 20.879 6.57 46.764-10.771 64.106-21.87 21.87-57.327 21.87-79.196 0-21.87-21.87-21.87-57.326 0-79.196a8 8 0 1111.314 11.314c-15.621 15.62-15.621 40.947 0 56.568 15.62 15.621 40.947 15.621 56.568 0C97.72 78.79 99.6 58.175 89.924 42.73l-6.44 12.264a8 8 0 11-14.166-7.437L84.435 18.76a8 8 0 0110.838-3.345l28.873 15.345a8 8 0 11-7.51 14.129l-10.267-5.457zm-8.222-12.368c-.167-.19-.336-.38-.506-.57l.96-.296-.454.866z\"/></svg>"
        },
        "$:/core/images/right-arrow": {
            "title": "$:/core/images/right-arrow",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-right-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M99.069 64.173c0 2.027-.77 4.054-2.316 5.6l-55.98 55.98a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196l50.382-50.382-50.382-50.382a7.92 7.92 0 010-11.195c3.086-3.085 8.104-3.092 11.196 0l55.98 55.98a7.892 7.892 0 012.316 5.595z\"/></svg>"
        },
        "$:/core/images/rotate-left": {
            "title": "$:/core/images/rotate-left",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-rotate-left tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"32\" height=\"80\" rx=\"8\"/><rect width=\"80\" height=\"32\" x=\"48\" y=\"96\" rx=\"8\"/><path d=\"M61.32 36.65c19.743 2.45 35.023 19.287 35.023 39.693a4 4 0 01-8 0c0-15.663-11.254-28.698-26.117-31.46l3.916 3.916a4 4 0 11-5.657 5.657L49.172 43.142a4 4 0 010-5.657l11.313-11.313a4 4 0 115.657 5.656l-4.821 4.822z\"/></g></svg>"
        },
        "$:/core/images/save-button": {
            "title": "$:/core/images/save-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-save-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M120.783 34.33c4.641 8.862 7.266 18.948 7.266 29.646 0 35.347-28.653 64-64 64-35.346 0-64-28.653-64-64 0-35.346 28.654-64 64-64 18.808 0 35.72 8.113 47.43 21.03l2.68-2.68c3.13-3.13 8.197-3.132 11.321-.008 3.118 3.118 3.121 8.193-.007 11.32l-4.69 4.691zm-12.058 12.058a47.876 47.876 0 013.324 17.588c0 26.51-21.49 48-48 48s-48-21.49-48-48 21.49-48 48-48c14.39 0 27.3 6.332 36.098 16.362L58.941 73.544 41.976 56.578c-3.127-3.127-8.201-3.123-11.32-.005-3.123 3.124-3.119 8.194.006 11.319l22.617 22.617a7.992 7.992 0 005.659 2.347c2.05 0 4.101-.783 5.667-2.349l44.12-44.12z\"/></svg>"
        },
        "$:/core/images/size": {
            "title": "$:/core/images/size",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-size tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M92.343 26l-9.171 9.172a4 4 0 105.656 5.656l16-16a4 4 0 000-5.656l-16-16a4 4 0 10-5.656 5.656L92.343 18H22a4 4 0 00-4 4v70.343l-9.172-9.171a4 4 0 10-5.656 5.656l16 16a4 4 0 005.656 0l16-16a4 4 0 10-5.656-5.656L26 92.343V22l-4 4h70.343zM112 52v64l4-4H52a4 4 0 100 8h64a4 4 0 004-4V52a4 4 0 10-8 0z\"/></svg>"
        },
        "$:/core/images/spiral": {
            "title": "$:/core/images/spiral",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-spiral tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M64.534 68.348c3.39 0 6.097-2.62 6.476-5.968l-4.755-.538 4.75.583c.377-3.07-1.194-6.054-3.89-7.78-2.757-1.773-6.34-2.01-9.566-.7-3.46 1.403-6.14 4.392-7.35 8.148l-.01.026c-1.3 4.08-.72 8.64 1.58 12.52 2.5 4.2 6.77 7.2 11.76 8.27 5.37 1.15 11.11-.05 15.83-3.31 5.04-3.51 8.46-9.02 9.45-15.3 1.05-6.7-.72-13.63-4.92-19.19l.02.02c-4.42-5.93-11.2-9.82-18.78-10.78-7.96-1.01-16.13 1.31-22.59 6.43-6.81 5.39-11.18 13.41-12.11 22.26-.98 9.27 1.87 18.65 7.93 26.02 6.32 7.69 15.6 12.56 25.74 13.48 10.54.96 21.15-2.42 29.45-9.4l.01-.01c8.58-7.25 13.94-17.78 14.86-29.21.94-11.84-2.96-23.69-10.86-32.9-8.19-9.5-19.95-15.36-32.69-16.27-13.16-.94-26.24 3.49-36.34 12.34l.01-.01c-10.41 9.08-16.78 22.1-17.68 36.15-.93 14.44 4.03 28.77 13.79 39.78 10.03 11.32 24.28 18.2 39.6 19.09 15.73.92 31.31-4.56 43.24-15.234 12.23-10.954 19.61-26.44 20.5-43.074a4.785 4.785 0 00-4.52-5.03 4.778 4.778 0 00-5.03 4.52c-.75 14.1-7 27.2-17.33 36.45-10.03 8.98-23.11 13.58-36.3 12.81-12.79-.75-24.67-6.48-33-15.89-8.07-9.11-12.17-20.94-11.41-32.827.74-11.52 5.942-22.15 14.43-29.54l.01-.01c8.18-7.17 18.74-10.75 29.35-9.998 10.21.726 19.6 5.41 26.11 12.96 6.24 7.273 9.32 16.61 8.573 25.894-.718 8.9-4.88 17.064-11.504 22.66l.01-.007c-6.36 5.342-14.44 7.92-22.425 7.19-7.604-.68-14.52-4.314-19.21-10.027-4.44-5.4-6.517-12.23-5.806-18.94.67-6.3 3.76-11.977 8.54-15.766 4.46-3.54 10.05-5.128 15.44-4.44 5.03.63 9.46 3.18 12.32 7.01l.02.024c2.65 3.5 3.75 7.814 3.1 11.92-.59 3.71-2.58 6.925-5.45 8.924-2.56 1.767-5.61 2.403-8.38 1.81-2.42-.516-4.42-1.92-5.53-3.79-.93-1.56-1.15-3.3-.69-4.75l-4.56-1.446L59.325 65c.36-1.12 1.068-1.905 1.84-2.22.25-.103.48-.14.668-.13.06.006.11.015.14.025.01 0 .01 0-.01-.01a1.047 1.047 0 01-.264-.332c-.15-.29-.23-.678-.18-1.11l-.005.04c.15-1.332 1.38-2.523 3.035-2.523-2.65 0-4.79 2.144-4.79 4.787s2.14 4.785 4.78 4.785z\"/></svg>"
        },
        "$:/core/images/stamp": {
            "title": "$:/core/images/stamp",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-stamp tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M49.733 64H16.01C11.584 64 8 67.583 8 72.003V97h112V72.003A8 8 0 00111.99 64H78.267A22.813 22.813 0 0175.5 53.077c0-6.475 2.687-12.324 7.009-16.497A22.818 22.818 0 0087 22.952C87 10.276 76.703 0 64 0S41 10.276 41 22.952c0 5.103 1.669 9.817 4.491 13.628 4.322 4.173 7.009 10.022 7.009 16.497 0 3.954-1.002 7.675-2.767 10.923zM8 104h112v8H8v-8z\"/></svg>"
        },
        "$:/core/images/star-filled": {
            "title": "$:/core/images/star-filled",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-star-filled tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M61.836 96.823l37.327 27.287c2.72 1.99 6.379-.69 5.343-3.912L90.29 75.988l-1.26 3.91 37.285-27.345c2.718-1.993 1.32-6.327-2.041-6.33l-46.113-.036 3.3 2.416L67.176 4.416c-1.04-3.221-5.563-3.221-6.604 0L46.29 48.603l3.3-2.416-46.113.036c-3.362.003-4.759 4.337-2.04 6.33L38.72 79.898l-1.26-3.91-14.216 44.21c-1.036 3.223 2.622 5.901 5.343 3.912l37.326-27.287h-4.078z\"/></svg>"
        },
        "$:/core/images/storyview-classic": {
            "title": "$:/core/images/storyview-classic",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-storyview-classic tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M8.007 0A8.01 8.01 0 000 8.007v111.986A8.01 8.01 0 008.007 128h111.986a8.01 8.01 0 008.007-8.007V8.007A8.01 8.01 0 00119.993 0H8.007zm15.992 16C19.581 16 16 19.578 16 23.992v16.016C16 44.422 19.588 48 24 48h80c4.419 0 8-3.578 8-7.992V23.992c0-4.414-3.588-7.992-8-7.992H24zm0 48C19.581 64 16 67.59 16 72c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24zm0 32C19.581 96 16 99.59 16 104c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24z\"/></svg>"
        },
        "$:/core/images/storyview-pop": {
            "title": "$:/core/images/storyview-pop",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-storyview-pop tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M8.007 0A8.01 8.01 0 000 8.007v111.986A8.01 8.01 0 008.007 128h111.986a8.01 8.01 0 008.007-8.007V8.007A8.01 8.01 0 00119.993 0H8.007zm15.992 16C19.581 16 16 19.578 16 23.992v16.016C16 44.422 19.588 48 24 48h80c4.419 0 8-3.578 8-7.992V23.992c0-4.414-3.588-7.992-8-7.992H24zm-7.99 40C11.587 56 8 59.578 8 63.992v16.016C8 84.422 11.584 88 16.01 88h95.98c4.424 0 8.01-3.578 8.01-7.992V63.992c0-4.414-3.584-7.992-8.01-7.992H16.01zM24 96C19.581 96 16 99.59 16 104c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24zm0-32C19.581 64 16 67.59 16 72c0 4.418 3.588 8 8 8h80c4.419 0 8-3.59 8-8 0-4.418-3.588-8-8-8H24z\"/></svg>"
        },
        "$:/core/images/storyview-zoomin": {
            "title": "$:/core/images/storyview-zoomin",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-storyview-zoomin tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M8.007 0A8.01 8.01 0 000 8.007v111.986A8.01 8.01 0 008.007 128h111.986a8.01 8.01 0 008.007-8.007V8.007A8.01 8.01 0 00119.993 0H8.007zm15.992 16A8 8 0 0016 24.009V71.99C16 76.414 19.588 80 24 80h80a8 8 0 008-8.009V24.01c0-4.423-3.588-8.009-8-8.009H24z\"/></svg>"
        },
        "$:/core/images/strikethrough": {
            "title": "$:/core/images/strikethrough",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-strikethrough tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M92.794 38.726h15.422c-.229-6.74-1.514-12.538-3.856-17.393-2.342-4.855-5.54-8.881-9.596-12.08-4.055-3.199-8.767-5.54-14.136-7.025C75.258.743 69.433 0 63.15 0a62.76 62.76 0 00-16.364 2.142C41.474 3.57 36.733 5.74 32.564 8.653c-4.17 2.913-7.511 6.626-10.025 11.138-2.513 4.512-3.77 9.853-3.77 16.022 0 5.597 1.115 10.252 3.342 13.965 2.228 3.712 5.198 6.74 8.91 9.081 3.713 2.342 7.911 4.227 12.595 5.655a194.641 194.641 0 0014.308 3.77c4.855 1.085 9.624 2.142 14.308 3.17 4.683 1.028 8.881 2.37 12.594 4.027 3.713 1.656 6.683 3.798 8.91 6.425 2.228 2.628 3.342 6.055 3.342 10.281 0 4.456-.914 8.111-2.742 10.967a19.953 19.953 0 01-7.197 6.768c-2.97 1.657-6.311 2.828-10.024 3.513a60.771 60.771 0 01-11.052 1.028c-4.57 0-9.025-.571-13.366-1.713-4.34-1.143-8.139-2.913-11.394-5.312-3.256-2.4-5.884-5.455-7.883-9.168-1.999-3.712-2.998-8.139-2.998-13.28H15c0 7.426 1.342 13.852 4.027 19.278 2.684 5.426 6.34 9.881 10.966 13.365 4.627 3.484 9.996 6.083 16.107 7.797 6.112 1.713 12.595 2.57 19.449 2.57 5.597 0 11.223-.657 16.878-1.97 5.655-1.314 10.767-3.428 15.336-6.34 4.57-2.914 8.31-6.683 11.224-11.31 2.913-4.626 4.37-10.195 4.37-16.707 0-6.054-1.115-11.08-3.342-15.079-2.228-3.998-5.198-7.31-8.91-9.938-3.713-2.627-7.911-4.712-12.595-6.254a170.83 170.83 0 00-14.308-4.027 549.669 549.669 0 00-14.308-3.17c-4.683-.971-8.881-2.2-12.594-3.684-3.713-1.485-6.683-3.399-8.91-5.74-2.228-2.342-3.342-5.398-3.342-9.168 0-3.998.771-7.34 2.313-10.024 1.543-2.685 3.599-4.826 6.17-6.426 2.57-1.599 5.51-2.741 8.824-3.427a49.767 49.767 0 0110.11-1.028c8.453 0 15.393 1.97 20.819 5.912 5.426 3.94 8.596 10.31 9.51 19.106z\"/><path d=\"M5 54h118v16H5z\"/></g></svg>"
        },
        "$:/core/images/subscript": {
            "title": "$:/core/images/subscript",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-subscript tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M2.272 16h19.91l21.649 33.675L66.414 16h18.708L53.585 61.969l33.809 49.443H67.082L43.296 74.93l-24.187 36.48H0L33.808 61.97 2.272 16zM127.91 128.412H85.328c.059-5.168 1.306-9.681 3.741-13.542 2.435-3.86 5.761-7.216 9.978-10.066a112.388 112.388 0 016.325-4.321 50.09 50.09 0 006.058-4.499c1.841-1.603 3.356-3.34 4.543-5.211 1.188-1.871 1.812-4.024 1.871-6.46 0-1.128-.133-2.33-.4-3.607a9.545 9.545 0 00-1.56-3.564c-.772-1.098-1.84-2.019-3.207-2.761-1.366-.743-3.148-1.114-5.345-1.114-2.02 0-3.697.4-5.033 1.203-1.337.801-2.406 1.9-3.208 3.296-.801 1.396-1.395 3.044-1.781 4.944-.386 1.9-.609 3.95-.668 6.147H86.486c0-3.445.46-6.637 1.38-9.577.921-2.94 2.302-5.478 4.143-7.617 1.841-2.138 4.083-3.815 6.726-5.033 2.643-1.217 5.716-1.826 9.22-1.826 3.802 0 6.979.623 9.533 1.87 2.554 1.248 4.617 2.822 6.191 4.722 1.574 1.9 2.688 3.965 3.341 6.192.653 2.227.98 4.35.98 6.37 0 2.494-.386 4.75-1.158 6.77a21.803 21.803 0 01-3.118 5.568 31.516 31.516 0 01-4.454 4.677 66.788 66.788 0 01-5.167 4.009 139.198 139.198 0 01-5.346 3.563 79.237 79.237 0 00-4.944 3.386c-1.514 1.128-2.836 2.3-3.964 3.518-1.129 1.218-1.9 2.51-2.317 3.876h30.379v9.087z\"/></svg>"
        },
        "$:/core/images/superscript": {
            "title": "$:/core/images/superscript",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-superscript tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M2.272 16h19.91l21.649 33.675L66.414 16h18.708L53.585 61.969l33.809 49.443H67.082L43.296 74.93l-24.187 36.48H0L33.808 61.97 2.272 16zM127.91 63.412H85.328c.059-5.168 1.306-9.681 3.741-13.542 2.435-3.86 5.761-7.216 9.978-10.066a112.388 112.388 0 016.325-4.321 50.09 50.09 0 006.058-4.499c1.841-1.603 3.356-3.34 4.543-5.211 1.188-1.871 1.812-4.024 1.871-6.46 0-1.128-.133-2.33-.4-3.607a9.545 9.545 0 00-1.56-3.564c-.772-1.098-1.84-2.019-3.207-2.761-1.366-.743-3.148-1.114-5.345-1.114-2.02 0-3.697.4-5.033 1.203-1.337.801-2.406 1.9-3.208 3.296-.801 1.396-1.395 3.044-1.781 4.944-.386 1.9-.609 3.95-.668 6.147H86.486c0-3.445.46-6.637 1.38-9.577.921-2.94 2.302-5.478 4.143-7.617 1.841-2.138 4.083-3.815 6.726-5.033 2.643-1.217 5.716-1.826 9.22-1.826 3.802 0 6.979.623 9.533 1.87 2.554 1.248 4.617 2.822 6.191 4.722 1.574 1.9 2.688 3.965 3.341 6.192.653 2.227.98 4.35.98 6.37 0 2.494-.386 4.75-1.158 6.77a21.803 21.803 0 01-3.118 5.568 31.516 31.516 0 01-4.454 4.677 66.788 66.788 0 01-5.167 4.009 139.198 139.198 0 01-5.346 3.563 79.237 79.237 0 00-4.944 3.386c-1.514 1.128-2.836 2.3-3.964 3.518-1.129 1.218-1.9 2.51-2.317 3.876h30.379v9.087z\"/></svg>"
        },
        "$:/core/images/tag-button": {
            "title": "$:/core/images/tag-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-tag-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M18.164 47.66l.004 4.105c.003 3.823 2.19 9.097 4.885 11.792l61.85 61.85c2.697 2.697 7.068 2.69 9.769-.01L125.767 94.3a6.903 6.903 0 00.01-9.77L63.928 22.683c-2.697-2.697-7.976-4.88-11.796-4.881l-27.076-.007a6.902 6.902 0 00-6.91 6.91l.008 9.96.287.033c3.73.411 8.489-.044 13.365-1.153a9.702 9.702 0 0111.14-3.662l.291-.13.128.285a9.7 9.7 0 013.3 2.17c3.796 3.796 3.801 9.945.012 13.734-3.618 3.618-9.386 3.777-13.204.482-5.365 1.122-10.674 1.596-15.309 1.237z\"/><path d=\"M47.633 39.532l.023.051c-9.689 4.356-21.584 6.799-30.396 5.828C5.273 44.089-1.028 36.43 2.443 24.078 5.562 12.976 14.3 4.361 24.047 1.548c10.68-3.083 19.749 1.968 19.749 13.225h-8.623c0-4.859-3.078-6.573-8.735-4.94-6.91 1.995-13.392 8.383-15.694 16.577-1.915 6.818.417 9.653 7.46 10.43 7.126.785 17.531-1.352 25.917-5.121l.027.06.036-.017c1.76-.758 6.266 6.549 3.524 7.74a2.8 2.8 0 01-.075.03z\"/></g></svg>"
        },
        "$:/core/images/theme-button": {
            "title": "$:/core/images/theme-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-theme-button tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M55.854 66.945a122.626 122.626 0 01-3.9-4.819c-11.064-14.548-16.645-6.888-22.96 0-6.315 6.888 1.664 12.47-4.33 17.335-5.993 4.866-5.623 6.552-15.737-2.35-10.115-8.9-10.815-11.351-6.172-16.43 4.644-5.08 8.524 2.918 18.01-6.108 9.485-9.026 1.517-17.026 1.517-17.026S42.03-2.824 68.42.157c26.39 2.982-9.984-3.86-19.031 27.801-3.874 13.556.72 10.362 8.066 16.087 1.707 1.33 6.428 4.732 12.671 9.318-6.129 5.879-11.157 10.669-14.273 13.582zm11.641 12.947c16.013 17.036 37.742 37.726 45.117 40.42 10.432 3.813 15.388-3.141 15.388-14.79 0-7.151-23.83-26.542-43.924-41.769-7.408 7.156-13.376 12.953-16.58 16.139z\"/><path d=\"M11.069 109.828L46.31 74.587a3.56 3.56 0 115.037-5.032l15.098 15.098a3.56 3.56 0 11-5.032 5.037l-35.24 35.241c-4.171 4.17-10.933 4.17-15.104 0-4.17-4.17-4.17-10.933 0-15.103zM124.344 6.622l5.034 5.034-7.49 12.524-7.613 2.58L61.413 79.62l-5.034-5.034 52.861-52.862 2.58-7.614 12.524-7.49z\"/></g></svg>"
        },
        "$:/core/images/timestamp-off": {
            "title": "$:/core/images/timestamp-off",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-timestamp-off tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M58.25 11C26.08 11 0 37.082 0 69.25s26.08 58.25 58.25 58.25c32.175 0 58.25-26.082 58.25-58.25S90.425 11 58.25 11zm0 100.5C34.914 111.5 16 92.586 16 69.25 16 45.92 34.914 27 58.25 27s42.25 18.92 42.25 42.25c0 23.336-18.914 42.25-42.25 42.25zM49.704 10a5 5 0 010-10H66.69a5 5 0 015 5c.006 2.757-2.238 5-5 5H49.705z\"/><path d=\"M58.25 35.88c-18.777 0-33.998 15.224-33.998 33.998 0 18.773 15.22 34.002 33.998 34.002 18.784 0 34.002-15.23 34.002-34.002 0-18.774-15.218-33.998-34.002-33.998zm-3.03 50.123H44.196v-34H55.22v34zm16.976 0H61.17v-34h11.025v34z\"/></g></svg>"
        },
        "$:/core/images/timestamp-on": {
            "title": "$:/core/images/timestamp-on",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-timestamp-on tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><path d=\"M58.25 11C26.08 11 0 37.082 0 69.25s26.08 58.25 58.25 58.25c32.175 0 58.25-26.082 58.25-58.25S90.425 11 58.25 11zm0 100.5C34.914 111.5 16 92.586 16 69.25 16 45.92 34.914 27 58.25 27s42.25 18.92 42.25 42.25c0 23.336-18.914 42.25-42.25 42.25zM49.704 10a5 5 0 010-10H66.69a5 5 0 015 5c.006 2.757-2.238 5-5 5H49.705z\"/><path d=\"M13.41 27.178a5.005 5.005 0 01-7.045-.613 5.008 5.008 0 01.616-7.047l9.95-8.348a5 5 0 016.429 7.661l-9.95 8.348zm89.573 0a5.005 5.005 0 007.045-.613 5.008 5.008 0 00-.616-7.047l-9.95-8.348a5 5 0 00-6.428 7.661l9.95 8.348zM65.097 71.072c0 3.826-3.09 6.928-6.897 6.928-3.804.006-6.9-3.102-6.903-6.928 0 0 4.76-39.072 6.903-39.072s6.897 39.072 6.897 39.072z\"/></g></svg>"
        },
        "$:/core/images/tip": {
            "title": "$:/core/images/tip",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-tip tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M64 128.242c35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64-35.346 0-64 28.654-64 64 0 35.346 28.654 64 64 64zm11.936-36.789c-.624 4.129-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349C54.33 94.05 58.824 95.82 64 95.82c5.175 0 9.67-1.769 11.936-4.366zm0 4.492c-.624 4.13-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zm0 4.456c-.624 4.129-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zm0 4.492c-.624 4.13-5.73 7.349-11.936 7.349-6.206 0-11.312-3.22-11.936-7.349 2.266 2.597 6.76 4.366 11.936 4.366 5.175 0 9.67-1.769 11.936-4.366zM64.3 24.242c11.618 0 23.699 7.82 23.699 24.2S75.92 71.754 75.92 83.576c0 5.873-5.868 9.26-11.92 9.26s-12.027-3.006-12.027-9.26C51.973 71.147 40 65.47 40 48.442s12.683-24.2 24.301-24.2z\"/></svg>"
        },
        "$:/core/images/transcludify": {
            "title": "$:/core/images/transcludify",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-transcludify-button tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M0 59.482c.591 0 1.36-.089 2.306-.266a10.417 10.417 0 002.75-.932 6.762 6.762 0 002.306-1.907c.651-.828.976-1.863.976-3.104V35.709c0-2.01.414-3.74 1.242-5.19.828-1.448 1.833-2.66 3.016-3.636s2.425-1.7 3.726-2.173c1.3-.473 2.424-.71 3.37-.71h8.073v7.451h-4.88c-1.241 0-2.232.207-2.97.621-.74.414-1.302.932-1.686 1.552a4.909 4.909 0 00-.71 1.996c-.089.71-.133 1.39-.133 2.04v16.677c0 1.715-.325 3.134-.976 4.258-.65 1.123-1.434 2.025-2.35 2.705-.917.68-1.863 1.168-2.839 1.464-.976.296-1.818.473-2.528.532v.178c.71.059 1.552.207 2.528.443.976.237 1.922.68 2.839 1.33.916.651 1.7 1.583 2.35 2.795.65 1.212.976 2.853.976 4.923v16.144c0 .65.044 1.33.133 2.04.089.71.325 1.375.71 1.996.384.621.946 1.139 1.685 1.553.74.414 1.73.62 2.972.62h4.879v7.452h-8.073c-.946 0-2.07-.237-3.37-.71-1.301-.473-2.543-1.197-3.726-2.173-1.183-.976-2.188-2.188-3.016-3.637-.828-1.449-1.242-3.179-1.242-5.19V74.119c0-1.42-.325-2.572-.976-3.46-.65-.886-1.419-1.581-2.306-2.084a8.868 8.868 0 00-2.75-1.02C1.36 67.377.591 67.288 0 67.288v-7.806zm24.66 0c.591 0 1.36-.089 2.306-.266a10.417 10.417 0 002.75-.932 6.762 6.762 0 002.306-1.907c.65-.828.976-1.863.976-3.104V35.709c0-2.01.414-3.74 1.242-5.19.828-1.448 1.833-2.66 3.016-3.636s2.425-1.7 3.726-2.173c1.3-.473 2.424-.71 3.37-.71h8.073v7.451h-4.88c-1.241 0-2.232.207-2.97.621-.74.414-1.302.932-1.686 1.552a4.909 4.909 0 00-.71 1.996c-.089.71-.133 1.39-.133 2.04v16.677c0 1.715-.325 3.134-.976 4.258-.65 1.123-1.434 2.025-2.35 2.705-.917.68-1.863 1.168-2.839 1.464-.976.296-1.818.473-2.528.532v.178c.71.059 1.552.207 2.528.443.976.237 1.922.68 2.839 1.33.916.651 1.7 1.583 2.35 2.795.65 1.212.976 2.853.976 4.923v16.144c0 .65.044 1.33.133 2.04.089.71.325 1.375.71 1.996.384.621.946 1.139 1.685 1.553.74.414 1.73.62 2.972.62h4.879v7.452h-8.073c-.946 0-2.07-.237-3.37-.71-1.301-.473-2.543-1.197-3.726-2.173-1.183-.976-2.188-2.188-3.016-3.637-.828-1.449-1.242-3.179-1.242-5.19V74.119c0-1.42-.325-2.572-.976-3.46-.65-.886-1.419-1.581-2.306-2.084a8.868 8.868 0 00-2.75-1.02c-.946-.177-1.715-.266-2.306-.266v-7.806zm43.965-3.538L80.6 52.041l2.306 7.097-12.063 3.903 7.628 10.378-6.12 4.435-7.63-10.467-7.45 10.201-5.943-4.524 7.628-10.023-12.152-4.17 2.306-7.096 12.064 4.17V43.347h7.451v12.596zm34.425 11.344c-.65 0-1.449.089-2.395.266-.946.177-1.863.488-2.75.931a6.356 6.356 0 00-2.262 1.908c-.62.828-.931 1.862-.931 3.104v17.564c0 2.01-.414 3.74-1.242 5.189-.828 1.449-1.833 2.661-3.016 3.637s-2.425 1.7-3.726 2.173c-1.3.473-2.424.71-3.37.71h-8.073v-7.451h4.88c1.241 0 2.232-.207 2.97-.621.74-.414 1.302-.932 1.686-1.553a4.9 4.9 0 00.71-1.995c.089-.71.133-1.39.133-2.04V72.432c0-1.715.325-3.134.976-4.258.65-1.124 1.434-2.01 2.35-2.661.917-.65 1.863-1.124 2.839-1.42.976-.295 1.818-.502 2.528-.62v-.178c-.71-.059-1.552-.207-2.528-.443-.976-.237-1.922-.68-2.839-1.33-.916-.651-1.7-1.583-2.35-2.795-.65-1.212-.976-2.853-.976-4.923V37.66c0-.651-.044-1.331-.133-2.04a4.909 4.909 0 00-.71-1.997c-.384-.62-.946-1.138-1.685-1.552-.74-.414-1.73-.62-2.972-.62h-4.879V24h8.073c.946 0 2.07.237 3.37.71 1.301.473 2.543 1.197 3.726 2.173 1.183.976 2.188 2.188 3.016 3.637.828 1.449 1.242 3.178 1.242 5.189v16.943c0 1.419.31 2.572.931 3.46a6.897 6.897 0 002.262 2.084 8.868 8.868 0 002.75 1.02c.946.177 1.745.266 2.395.266v7.806zm24.66 0c-.65 0-1.449.089-2.395.266-.946.177-1.863.488-2.75.931a6.356 6.356 0 00-2.262 1.908c-.62.828-.931 1.862-.931 3.104v17.564c0 2.01-.414 3.74-1.242 5.189-.828 1.449-1.833 2.661-3.016 3.637s-2.425 1.7-3.726 2.173c-1.3.473-2.424.71-3.37.71h-8.073v-7.451h4.88c1.241 0 2.232-.207 2.97-.621.74-.414 1.302-.932 1.686-1.553a4.9 4.9 0 00.71-1.995c.089-.71.133-1.39.133-2.04V72.432c0-1.715.325-3.134.976-4.258.65-1.124 1.434-2.01 2.35-2.661.917-.65 1.863-1.124 2.839-1.42.976-.295 1.818-.502 2.528-.62v-.178c-.71-.059-1.552-.207-2.528-.443-.976-.237-1.922-.68-2.839-1.33-.916-.651-1.7-1.583-2.35-2.795-.65-1.212-.976-2.853-.976-4.923V37.66c0-.651-.044-1.331-.133-2.04a4.909 4.909 0 00-.71-1.997c-.384-.62-.946-1.138-1.685-1.552-.74-.414-1.73-.62-2.972-.62h-4.879V24h8.073c.946 0 2.07.237 3.37.71 1.301.473 2.543 1.197 3.726 2.173 1.183.976 2.188 2.188 3.016 3.637.828 1.449 1.242 3.178 1.242 5.189v16.943c0 1.419.31 2.572.931 3.46a6.897 6.897 0 002.262 2.084 8.868 8.868 0 002.75 1.02c.946.177 1.745.266 2.395.266v7.806z\"/></svg>"
        },
        "$:/core/images/twitter": {
            "title": "$:/core/images/twitter",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-twitter tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M41.626 115.803A73.376 73.376 0 012 104.235c2.022.238 4.08.36 6.166.36 12.111 0 23.258-4.117 32.105-11.023-11.312-.208-20.859-7.653-24.148-17.883a25.98 25.98 0 0011.674-.441C15.971 72.881 7.061 62.474 7.061 49.997c0-.108 0-.216.002-.323a25.824 25.824 0 0011.709 3.22c-6.936-4.617-11.5-12.5-11.5-21.433 0-4.719 1.274-9.142 3.5-12.945 12.75 15.579 31.797 25.83 53.281 26.904-.44-1.884-.67-3.85-.67-5.868 0-14.22 11.575-25.75 25.852-25.75a25.865 25.865 0 0118.869 8.132 51.892 51.892 0 0016.415-6.248c-1.93 6.012-6.029 11.059-11.366 14.246A51.844 51.844 0 00128 25.878a52.428 52.428 0 01-12.9 13.33c.05 1.104.075 2.214.075 3.33 0 34.028-26 73.265-73.549 73.265\"/></svg>"
        },
        "$:/core/images/underline": {
            "title": "$:/core/images/underline",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-underline tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M7 117.421h114.248V128H7v-10.579zm97.871-18.525V0h-16.26v55.856c0 4.463-.605 8.576-1.816 12.338-1.212 3.762-3.03 7.046-5.452 9.851-2.423 2.806-5.452 4.974-9.086 6.504-3.635 1.53-7.939 2.296-12.912 2.296-6.25 0-11.159-1.786-14.73-5.356-3.57-3.571-5.356-8.417-5.356-14.538V0H23v65.038c0 5.356.542 10.234 1.626 14.633 1.084 4.4 2.965 8.194 5.643 11.382 2.678 3.188 6.185 5.643 10.52 7.365 4.337 1.721 9.756 2.582 16.26 2.582 7.27 0 13.582-1.435 18.938-4.304 5.356-2.87 9.755-7.365 13.199-13.486h.382v15.686h15.303z\"/></svg>"
        },
        "$:/core/images/unfold-all-button": {
            "title": "$:/core/images/unfold-all-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-unfold-all tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><rect width=\"128\" height=\"16\" y=\"64\" rx=\"8\"/><path d=\"M63.945 60.624c-2.05 0-4.101-.78-5.666-2.345L35.662 35.662c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.192-3.122 11.319.005L63.94 41.314l16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L69.603 58.279a7.986 7.986 0 01-5.663 2.346zM64.004 124.565c-2.05 0-4.102-.78-5.666-2.345L35.721 99.603c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.191-3.122 11.318.005L64 105.255l16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L69.662 122.22a7.986 7.986 0 01-5.663 2.346z\"/></g></svg>"
        },
        "$:/core/images/unfold-button": {
            "title": "$:/core/images/unfold-button",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-unfold tc-image-button\" viewBox=\"0 0 128 128\"><g fill-rule=\"evenodd\"><rect width=\"128\" height=\"16\" rx=\"8\"/><path d=\"M63.945 63.624c-2.05 0-4.101-.78-5.666-2.345L35.662 38.662c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.192-3.122 11.319.005L63.94 44.314l16.966-16.966c3.124-3.124 8.194-3.129 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319L69.603 61.279a7.986 7.986 0 01-5.663 2.346zM64.004 105.682c-2.05.001-4.102-.78-5.666-2.344L35.721 80.721c-3.125-3.125-3.13-8.195-.005-11.319 3.118-3.118 8.191-3.122 11.318.005L64 86.373l16.966-16.966c3.124-3.125 8.194-3.13 11.318-.005 3.118 3.118 3.122 8.192-.005 11.319l-22.617 22.617a7.986 7.986 0 01-5.663 2.346z\"/></g></svg>"
        },
        "$:/core/images/unlocked-padlock": {
            "title": "$:/core/images/unlocked-padlock",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-unlocked-padlock tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M48.627 64H105v32.01C105 113.674 90.674 128 73.001 128H56C38.318 128 24 113.677 24 96.01V64h6.136c-10.455-12.651-27.364-35.788-4.3-55.142 24.636-20.672 45.835 4.353 55.777 16.201 9.943 11.85-2.676 22.437-12.457 9.892-9.78-12.545-21.167-24.146-33.207-14.043-12.041 10.104-1.757 22.36 8.813 34.958 2.467 2.94 3.641 5.732 3.865 8.134zm19.105 28.364A8.503 8.503 0 0064.5 76a8.5 8.5 0 00-3.498 16.25l-5.095 22.77H72.8l-5.07-22.656z\"/></svg>"
        },
        "$:/core/images/up-arrow": {
            "title": "$:/core/images/up-arrow",
            "created": "20150316000544368",
            "modified": "20150316000831867",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-up-arrow tc-image-button\" viewBox=\"0 0 128 128\"><path d=\"M63.892.281c2.027 0 4.054.77 5.6 2.316l55.98 55.98a7.92 7.92 0 010 11.196c-3.086 3.085-8.104 3.092-11.196 0L63.894 19.393 13.513 69.774a7.92 7.92 0 01-11.196 0c-3.085-3.086-3.092-8.105 0-11.196l55.98-55.98A7.892 7.892 0 0163.893.28z\"/></svg>"
        },
        "$:/core/images/video": {
            "title": "$:/core/images/video",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-video tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M64 12c-34.91 0-55.273 2.917-58.182 5.833C2.91 20.75 0 41.167 0 64.5c0 23.333 2.91 43.75 5.818 46.667C8.728 114.083 29.091 117 64 117c34.91 0 55.273-2.917 58.182-5.833C125.09 108.25 128 87.833 128 64.5c0-23.333-2.91-43.75-5.818-46.667C119.272 14.917 98.909 12 64 12zm-9.084 32.618c-3.813-2.542-6.905-.879-6.905 3.698v31.368c0 4.585 3.099 6.235 6.905 3.698l22.168-14.779c3.813-2.542 3.806-6.669 0-9.206L54.916 44.618z\"/></svg>"
        },
        "$:/core/images/warning": {
            "title": "$:/core/images/warning",
            "tags": "$:/tags/Image",
            "text": "<svg width=\"22pt\" height=\"22pt\" class=\"tc-image-warning tc-image-button\" viewBox=\"0 0 128 128\"><path fill-rule=\"evenodd\" d=\"M57.072 11c3.079-5.333 10.777-5.333 13.856 0l55.426 96c3.079 5.333-.77 12-6.928 12H8.574c-6.158 0-10.007-6.667-6.928-12l55.426-96zM64 37c-4.418 0-8 3.582-8 7.994v28.012C56 77.421 59.59 81 64 81c4.418 0 8-3.582 8-7.994V44.994C72 40.579 68.41 37 64 37zm0 67a8 8 0 100-16 8 8 0 000 16z\"/></svg>"
        },
        "$:/language/Buttons/AdvancedSearch/Caption": {
            "title": "$:/language/Buttons/AdvancedSearch/Caption",
            "text": "advanced search"
        },
        "$:/language/Buttons/AdvancedSearch/Hint": {
            "title": "$:/language/Buttons/AdvancedSearch/Hint",
            "text": "Advanced search"
        },
        "$:/language/Buttons/Cancel/Caption": {
            "title": "$:/language/Buttons/Cancel/Caption",
            "text": "cancel"
        },
        "$:/language/Buttons/Cancel/Hint": {
            "title": "$:/language/Buttons/Cancel/Hint",
            "text": "Discard changes to this tiddler"
        },
        "$:/language/Buttons/Clone/Caption": {
            "title": "$:/language/Buttons/Clone/Caption",
            "text": "clone"
        },
        "$:/language/Buttons/Clone/Hint": {
            "title": "$:/language/Buttons/Clone/Hint",
            "text": "Clone this tiddler"
        },
        "$:/language/Buttons/Close/Caption": {
            "title": "$:/language/Buttons/Close/Caption",
            "text": "close"
        },
        "$:/language/Buttons/Close/Hint": {
            "title": "$:/language/Buttons/Close/Hint",
            "text": "Close this tiddler"
        },
        "$:/language/Buttons/CloseAll/Caption": {
            "title": "$:/language/Buttons/CloseAll/Caption",
            "text": "close all"
        },
        "$:/language/Buttons/CloseAll/Hint": {
            "title": "$:/language/Buttons/CloseAll/Hint",
            "text": "Close all tiddlers"
        },
        "$:/language/Buttons/CloseOthers/Caption": {
            "title": "$:/language/Buttons/CloseOthers/Caption",
            "text": "close others"
        },
        "$:/language/Buttons/CloseOthers/Hint": {
            "title": "$:/language/Buttons/CloseOthers/Hint",
            "text": "Close other tiddlers"
        },
        "$:/language/Buttons/ControlPanel/Caption": {
            "title": "$:/language/Buttons/ControlPanel/Caption",
            "text": "control panel"
        },
        "$:/language/Buttons/ControlPanel/Hint": {
            "title": "$:/language/Buttons/ControlPanel/Hint",
            "text": "Open control panel"
        },
        "$:/language/Buttons/CopyToClipboard/Caption": {
            "title": "$:/language/Buttons/CopyToClipboard/Caption",
            "text": "copy to clipboard"
        },
        "$:/language/Buttons/CopyToClipboard/Hint": {
            "title": "$:/language/Buttons/CopyToClipboard/Hint",
            "text": "Copy this text to the clipboard"
        },
        "$:/language/Buttons/Delete/Caption": {
            "title": "$:/language/Buttons/Delete/Caption",
            "text": "delete"
        },
        "$:/language/Buttons/Delete/Hint": {
            "title": "$:/language/Buttons/Delete/Hint",
            "text": "Delete this tiddler"
        },
        "$:/language/Buttons/Edit/Caption": {
            "title": "$:/language/Buttons/Edit/Caption",
            "text": "edit"
        },
        "$:/language/Buttons/Edit/Hint": {
            "title": "$:/language/Buttons/Edit/Hint",
            "text": "Edit this tiddler"
        },
        "$:/language/Buttons/Encryption/Caption": {
            "title": "$:/language/Buttons/Encryption/Caption",
            "text": "encryption"
        },
        "$:/language/Buttons/Encryption/Hint": {
            "title": "$:/language/Buttons/Encryption/Hint",
            "text": "Set or clear a password for saving this wiki"
        },
        "$:/language/Buttons/Encryption/ClearPassword/Caption": {
            "title": "$:/language/Buttons/Encryption/ClearPassword/Caption",
            "text": "clear password"
        },
        "$:/language/Buttons/Encryption/ClearPassword/Hint": {
            "title": "$:/language/Buttons/Encryption/ClearPassword/Hint",
            "text": "Clear the password and save this wiki without encryption"
        },
        "$:/language/Buttons/Encryption/SetPassword/Caption": {
            "title": "$:/language/Buttons/Encryption/SetPassword/Caption",
            "text": "set password"
        },
        "$:/language/Buttons/Encryption/SetPassword/Hint": {
            "title": "$:/language/Buttons/Encryption/SetPassword/Hint",
            "text": "Set a password for saving this wiki with encryption"
        },
        "$:/language/Buttons/ExportPage/Caption": {
            "title": "$:/language/Buttons/ExportPage/Caption",
            "text": "export all"
        },
        "$:/language/Buttons/ExportPage/Hint": {
            "title": "$:/language/Buttons/ExportPage/Hint",
            "text": "Export all tiddlers"
        },
        "$:/language/Buttons/ExportTiddler/Caption": {
            "title": "$:/language/Buttons/ExportTiddler/Caption",
            "text": "export tiddler"
        },
        "$:/language/Buttons/ExportTiddler/Hint": {
            "title": "$:/language/Buttons/ExportTiddler/Hint",
            "text": "Export tiddler"
        },
        "$:/language/Buttons/ExportTiddlers/Caption": {
            "title": "$:/language/Buttons/ExportTiddlers/Caption",
            "text": "export tiddlers"
        },
        "$:/language/Buttons/ExportTiddlers/Hint": {
            "title": "$:/language/Buttons/ExportTiddlers/Hint",
            "text": "Export tiddlers"
        },
        "$:/language/Buttons/SidebarSearch/Hint": {
            "title": "$:/language/Buttons/SidebarSearch/Hint",
            "text": "Select the sidebar search field"
        },
        "$:/language/Buttons/Fold/Caption": {
            "title": "$:/language/Buttons/Fold/Caption",
            "text": "fold tiddler"
        },
        "$:/language/Buttons/Fold/Hint": {
            "title": "$:/language/Buttons/Fold/Hint",
            "text": "Fold the body of this tiddler"
        },
        "$:/language/Buttons/Fold/FoldBar/Caption": {
            "title": "$:/language/Buttons/Fold/FoldBar/Caption",
            "text": "fold-bar"
        },
        "$:/language/Buttons/Fold/FoldBar/Hint": {
            "title": "$:/language/Buttons/Fold/FoldBar/Hint",
            "text": "Optional bars to fold and unfold tiddlers"
        },
        "$:/language/Buttons/Unfold/Caption": {
            "title": "$:/language/Buttons/Unfold/Caption",
            "text": "unfold tiddler"
        },
        "$:/language/Buttons/Unfold/Hint": {
            "title": "$:/language/Buttons/Unfold/Hint",
            "text": "Unfold the body of this tiddler"
        },
        "$:/language/Buttons/FoldOthers/Caption": {
            "title": "$:/language/Buttons/FoldOthers/Caption",
            "text": "fold other tiddlers"
        },
        "$:/language/Buttons/FoldOthers/Hint": {
            "title": "$:/language/Buttons/FoldOthers/Hint",
            "text": "Fold the bodies of other opened tiddlers"
        },
        "$:/language/Buttons/FoldAll/Caption": {
            "title": "$:/language/Buttons/FoldAll/Caption",
            "text": "fold all tiddlers"
        },
        "$:/language/Buttons/FoldAll/Hint": {
            "title": "$:/language/Buttons/FoldAll/Hint",
            "text": "Fold the bodies of all opened tiddlers"
        },
        "$:/language/Buttons/UnfoldAll/Caption": {
            "title": "$:/language/Buttons/UnfoldAll/Caption",
            "text": "unfold all tiddlers"
        },
        "$:/language/Buttons/UnfoldAll/Hint": {
            "title": "$:/language/Buttons/UnfoldAll/Hint",
            "text": "Unfold the bodies of all opened tiddlers"
        },
        "$:/language/Buttons/FullScreen/Caption": {
            "title": "$:/language/Buttons/FullScreen/Caption",
            "text": "full-screen"
        },
        "$:/language/Buttons/FullScreen/Hint": {
            "title": "$:/language/Buttons/FullScreen/Hint",
            "text": "Enter or leave full-screen mode"
        },
        "$:/language/Buttons/Help/Caption": {
            "title": "$:/language/Buttons/Help/Caption",
            "text": "help"
        },
        "$:/language/Buttons/Help/Hint": {
            "title": "$:/language/Buttons/Help/Hint",
            "text": "Show help panel"
        },
        "$:/language/Buttons/Import/Caption": {
            "title": "$:/language/Buttons/Import/Caption",
            "text": "import"
        },
        "$:/language/Buttons/Import/Hint": {
            "title": "$:/language/Buttons/Import/Hint",
            "text": "Import many types of file including text, image, TiddlyWiki or JSON"
        },
        "$:/language/Buttons/Info/Caption": {
            "title": "$:/language/Buttons/Info/Caption",
            "text": "info"
        },
        "$:/language/Buttons/Info/Hint": {
            "title": "$:/language/Buttons/Info/Hint",
            "text": "Show information for this tiddler"
        },
        "$:/language/Buttons/Home/Caption": {
            "title": "$:/language/Buttons/Home/Caption",
            "text": "home"
        },
        "$:/language/Buttons/Home/Hint": {
            "title": "$:/language/Buttons/Home/Hint",
            "text": "Open the default tiddlers"
        },
        "$:/language/Buttons/Language/Caption": {
            "title": "$:/language/Buttons/Language/Caption",
            "text": "language"
        },
        "$:/language/Buttons/Language/Hint": {
            "title": "$:/language/Buttons/Language/Hint",
            "text": "Choose the user interface language"
        },
        "$:/language/Buttons/Manager/Caption": {
            "title": "$:/language/Buttons/Manager/Caption",
            "text": "tiddler manager"
        },
        "$:/language/Buttons/Manager/Hint": {
            "title": "$:/language/Buttons/Manager/Hint",
            "text": "Open tiddler manager"
        },
        "$:/language/Buttons/More/Caption": {
            "title": "$:/language/Buttons/More/Caption",
            "text": "more"
        },
        "$:/language/Buttons/More/Hint": {
            "title": "$:/language/Buttons/More/Hint",
            "text": "More actions"
        },
        "$:/language/Buttons/NewHere/Caption": {
            "title": "$:/language/Buttons/NewHere/Caption",
            "text": "new here"
        },
        "$:/language/Buttons/NewHere/Hint": {
            "title": "$:/language/Buttons/NewHere/Hint",
            "text": "Create a new tiddler tagged with this one"
        },
        "$:/language/Buttons/NewJournal/Caption": {
            "title": "$:/language/Buttons/NewJournal/Caption",
            "text": "new journal"
        },
        "$:/language/Buttons/NewJournal/Hint": {
            "title": "$:/language/Buttons/NewJournal/Hint",
            "text": "Create a new journal tiddler"
        },
        "$:/language/Buttons/NewJournalHere/Caption": {
            "title": "$:/language/Buttons/NewJournalHere/Caption",
            "text": "new journal here"
        },
        "$:/language/Buttons/NewJournalHere/Hint": {
            "title": "$:/language/Buttons/NewJournalHere/Hint",
            "text": "Create a new journal tiddler tagged with this one"
        },
        "$:/language/Buttons/NewImage/Caption": {
            "title": "$:/language/Buttons/NewImage/Caption",
            "text": "new image"
        },
        "$:/language/Buttons/NewImage/Hint": {
            "title": "$:/language/Buttons/NewImage/Hint",
            "text": "Create a new image tiddler"
        },
        "$:/language/Buttons/NewMarkdown/Caption": {
            "title": "$:/language/Buttons/NewMarkdown/Caption",
            "text": "new Markdown tiddler"
        },
        "$:/language/Buttons/NewMarkdown/Hint": {
            "title": "$:/language/Buttons/NewMarkdown/Hint",
            "text": "Create a new Markdown tiddler"
        },
        "$:/language/Buttons/NewTiddler/Caption": {
            "title": "$:/language/Buttons/NewTiddler/Caption",
            "text": "new tiddler"
        },
        "$:/language/Buttons/NewTiddler/Hint": {
            "title": "$:/language/Buttons/NewTiddler/Hint",
            "text": "Create a new tiddler"
        },
        "$:/language/Buttons/OpenWindow/Caption": {
            "title": "$:/language/Buttons/OpenWindow/Caption",
            "text": "open in new window"
        },
        "$:/language/Buttons/OpenWindow/Hint": {
            "title": "$:/language/Buttons/OpenWindow/Hint",
            "text": "Open tiddler in new window"
        },
        "$:/language/Buttons/Palette/Caption": {
            "title": "$:/language/Buttons/Palette/Caption",
            "text": "palette"
        },
        "$:/language/Buttons/Palette/Hint": {
            "title": "$:/language/Buttons/Palette/Hint",
            "text": "Choose the colour palette"
        },
        "$:/language/Buttons/Permalink/Caption": {
            "title": "$:/language/Buttons/Permalink/Caption",
            "text": "permalink"
        },
        "$:/language/Buttons/Permalink/Hint": {
            "title": "$:/language/Buttons/Permalink/Hint",
            "text": "Set browser address bar to a direct link to this tiddler"
        },
        "$:/language/Buttons/Permaview/Caption": {
            "title": "$:/language/Buttons/Permaview/Caption",
            "text": "permaview"
        },
        "$:/language/Buttons/Permaview/Hint": {
            "title": "$:/language/Buttons/Permaview/Hint",
            "text": "Set browser address bar to a direct link to all the tiddlers in this story"
        },
        "$:/language/Buttons/Print/Caption": {
            "title": "$:/language/Buttons/Print/Caption",
            "text": "print page"
        },
        "$:/language/Buttons/Print/Hint": {
            "title": "$:/language/Buttons/Print/Hint",
            "text": "Print the current page"
        },
        "$:/language/Buttons/Refresh/Caption": {
            "title": "$:/language/Buttons/Refresh/Caption",
            "text": "refresh"
        },
        "$:/language/Buttons/Refresh/Hint": {
            "title": "$:/language/Buttons/Refresh/Hint",
            "text": "Perform a full refresh of the wiki"
        },
        "$:/language/Buttons/Save/Caption": {
            "title": "$:/language/Buttons/Save/Caption",
            "text": "ok"
        },
        "$:/language/Buttons/Save/Hint": {
            "title": "$:/language/Buttons/Save/Hint",
            "text": "Confirm changes to this tiddler"
        },
        "$:/language/Buttons/SaveWiki/Caption": {
            "title": "$:/language/Buttons/SaveWiki/Caption",
            "text": "save changes"
        },
        "$:/language/Buttons/SaveWiki/Hint": {
            "title": "$:/language/Buttons/SaveWiki/Hint",
            "text": "Save changes"
        },
        "$:/language/Buttons/StoryView/Caption": {
            "title": "$:/language/Buttons/StoryView/Caption",
            "text": "storyview"
        },
        "$:/language/Buttons/StoryView/Hint": {
            "title": "$:/language/Buttons/StoryView/Hint",
            "text": "Choose the story visualisation"
        },
        "$:/language/Buttons/HideSideBar/Caption": {
            "title": "$:/language/Buttons/HideSideBar/Caption",
            "text": "hide sidebar"
        },
        "$:/language/Buttons/HideSideBar/Hint": {
            "title": "$:/language/Buttons/HideSideBar/Hint",
            "text": "Hide sidebar"
        },
        "$:/language/Buttons/ShowSideBar/Caption": {
            "title": "$:/language/Buttons/ShowSideBar/Caption",
            "text": "show sidebar"
        },
        "$:/language/Buttons/ShowSideBar/Hint": {
            "title": "$:/language/Buttons/ShowSideBar/Hint",
            "text": "Show sidebar"
        },
        "$:/language/Buttons/TagManager/Caption": {
            "title": "$:/language/Buttons/TagManager/Caption",
            "text": "tag manager"
        },
        "$:/language/Buttons/TagManager/Hint": {
            "title": "$:/language/Buttons/TagManager/Hint",
            "text": "Open tag manager"
        },
        "$:/language/Buttons/Timestamp/Caption": {
            "title": "$:/language/Buttons/Timestamp/Caption",
            "text": "timestamps"
        },
        "$:/language/Buttons/Timestamp/Hint": {
            "title": "$:/language/Buttons/Timestamp/Hint",
            "text": "Choose whether modifications update timestamps"
        },
        "$:/language/Buttons/Timestamp/On/Caption": {
            "title": "$:/language/Buttons/Timestamp/On/Caption",
            "text": "timestamps are on"
        },
        "$:/language/Buttons/Timestamp/On/Hint": {
            "title": "$:/language/Buttons/Timestamp/On/Hint",
            "text": "Update timestamps when tiddlers are modified"
        },
        "$:/language/Buttons/Timestamp/Off/Caption": {
            "title": "$:/language/Buttons/Timestamp/Off/Caption",
            "text": "timestamps are off"
        },
        "$:/language/Buttons/Timestamp/Off/Hint": {
            "title": "$:/language/Buttons/Timestamp/Off/Hint",
            "text": "Don't update timestamps when tiddlers are modified"
        },
        "$:/language/Buttons/Theme/Caption": {
            "title": "$:/language/Buttons/Theme/Caption",
            "text": "theme"
        },
        "$:/language/Buttons/Theme/Hint": {
            "title": "$:/language/Buttons/Theme/Hint",
            "text": "Choose the display theme"
        },
        "$:/language/Buttons/Bold/Caption": {
            "title": "$:/language/Buttons/Bold/Caption",
            "text": "bold"
        },
        "$:/language/Buttons/Bold/Hint": {
            "title": "$:/language/Buttons/Bold/Hint",
            "text": "Apply bold formatting to selection"
        },
        "$:/language/Buttons/Clear/Caption": {
            "title": "$:/language/Buttons/Clear/Caption",
            "text": "clear"
        },
        "$:/language/Buttons/Clear/Hint": {
            "title": "$:/language/Buttons/Clear/Hint",
            "text": "Clear image to solid colour"
        },
        "$:/language/Buttons/EditorHeight/Caption": {
            "title": "$:/language/Buttons/EditorHeight/Caption",
            "text": "editor height"
        },
        "$:/language/Buttons/EditorHeight/Caption/Auto": {
            "title": "$:/language/Buttons/EditorHeight/Caption/Auto",
            "text": "Automatically adjust height to fit content"
        },
        "$:/language/Buttons/EditorHeight/Caption/Fixed": {
            "title": "$:/language/Buttons/EditorHeight/Caption/Fixed",
            "text": "Fixed height:"
        },
        "$:/language/Buttons/EditorHeight/Hint": {
            "title": "$:/language/Buttons/EditorHeight/Hint",
            "text": "Choose the height of the text editor"
        },
        "$:/language/Buttons/Excise/Caption": {
            "title": "$:/language/Buttons/Excise/Caption",
            "text": "excise"
        },
        "$:/language/Buttons/Excise/Caption/Excise": {
            "title": "$:/language/Buttons/Excise/Caption/Excise",
            "text": "Perform excision"
        },
        "$:/language/Buttons/Excise/Caption/MacroName": {
            "title": "$:/language/Buttons/Excise/Caption/MacroName",
            "text": "Macro name:"
        },
        "$:/language/Buttons/Excise/Caption/NewTitle": {
            "title": "$:/language/Buttons/Excise/Caption/NewTitle",
            "text": "Title of new tiddler:"
        },
        "$:/language/Buttons/Excise/Caption/Replace": {
            "title": "$:/language/Buttons/Excise/Caption/Replace",
            "text": "Replace excised text with:"
        },
        "$:/language/Buttons/Excise/Caption/Replace/Macro": {
            "title": "$:/language/Buttons/Excise/Caption/Replace/Macro",
            "text": "macro"
        },
        "$:/language/Buttons/Excise/Caption/Replace/Link": {
            "title": "$:/language/Buttons/Excise/Caption/Replace/Link",
            "text": "link"
        },
        "$:/language/Buttons/Excise/Caption/Replace/Transclusion": {
            "title": "$:/language/Buttons/Excise/Caption/Replace/Transclusion",
            "text": "transclusion"
        },
        "$:/language/Buttons/Excise/Caption/Tag": {
            "title": "$:/language/Buttons/Excise/Caption/Tag",
            "text": "Tag new tiddler with the title of this tiddler"
        },
        "$:/language/Buttons/Excise/Caption/TiddlerExists": {
            "title": "$:/language/Buttons/Excise/Caption/TiddlerExists",
            "text": "Warning: tiddler already exists"
        },
        "$:/language/Buttons/Excise/Hint": {
            "title": "$:/language/Buttons/Excise/Hint",
            "text": "Excise the selected text into a new tiddler"
        },
        "$:/language/Buttons/Heading1/Caption": {
            "title": "$:/language/Buttons/Heading1/Caption",
            "text": "heading 1"
        },
        "$:/language/Buttons/Heading1/Hint": {
            "title": "$:/language/Buttons/Heading1/Hint",
            "text": "Apply heading level 1 formatting to lines containing selection"
        },
        "$:/language/Buttons/Heading2/Caption": {
            "title": "$:/language/Buttons/Heading2/Caption",
            "text": "heading 2"
        },
        "$:/language/Buttons/Heading2/Hint": {
            "title": "$:/language/Buttons/Heading2/Hint",
            "text": "Apply heading level 2 formatting to lines containing selection"
        },
        "$:/language/Buttons/Heading3/Caption": {
            "title": "$:/language/Buttons/Heading3/Caption",
            "text": "heading 3"
        },
        "$:/language/Buttons/Heading3/Hint": {
            "title": "$:/language/Buttons/Heading3/Hint",
            "text": "Apply heading level 3 formatting to lines containing selection"
        },
        "$:/language/Buttons/Heading4/Caption": {
            "title": "$:/language/Buttons/Heading4/Caption",
            "text": "heading 4"
        },
        "$:/language/Buttons/Heading4/Hint": {
            "title": "$:/language/Buttons/Heading4/Hint",
            "text": "Apply heading level 4 formatting to lines containing selection"
        },
        "$:/language/Buttons/Heading5/Caption": {
            "title": "$:/language/Buttons/Heading5/Caption",
            "text": "heading 5"
        },
        "$:/language/Buttons/Heading5/Hint": {
            "title": "$:/language/Buttons/Heading5/Hint",
            "text": "Apply heading level 5 formatting to lines containing selection"
        },
        "$:/language/Buttons/Heading6/Caption": {
            "title": "$:/language/Buttons/Heading6/Caption",
            "text": "heading 6"
        },
        "$:/language/Buttons/Heading6/Hint": {
            "title": "$:/language/Buttons/Heading6/Hint",
            "text": "Apply heading level 6 formatting to lines containing selection"
        },
        "$:/language/Buttons/Italic/Caption": {
            "title": "$:/language/Buttons/Italic/Caption",
            "text": "italic"
        },
        "$:/language/Buttons/Italic/Hint": {
            "title": "$:/language/Buttons/Italic/Hint",
            "text": "Apply italic formatting to selection"
        },
        "$:/language/Buttons/LineWidth/Caption": {
            "title": "$:/language/Buttons/LineWidth/Caption",
            "text": "line width"
        },
        "$:/language/Buttons/LineWidth/Hint": {
            "title": "$:/language/Buttons/LineWidth/Hint",
            "text": "Set line width for painting"
        },
        "$:/language/Buttons/Link/Caption": {
            "title": "$:/language/Buttons/Link/Caption",
            "text": "link"
        },
        "$:/language/Buttons/Link/Hint": {
            "title": "$:/language/Buttons/Link/Hint",
            "text": "Create wikitext link"
        },
        "$:/language/Buttons/Linkify/Caption": {
            "title": "$:/language/Buttons/Linkify/Caption",
            "text": "wikilink"
        },
        "$:/language/Buttons/Linkify/Hint": {
            "title": "$:/language/Buttons/Linkify/Hint",
            "text": "Wrap selection in square brackets"
        },
        "$:/language/Buttons/ListBullet/Caption": {
            "title": "$:/language/Buttons/ListBullet/Caption",
            "text": "bulleted list"
        },
        "$:/language/Buttons/ListBullet/Hint": {
            "title": "$:/language/Buttons/ListBullet/Hint",
            "text": "Apply bulleted list formatting to lines containing selection"
        },
        "$:/language/Buttons/ListNumber/Caption": {
            "title": "$:/language/Buttons/ListNumber/Caption",
            "text": "numbered list"
        },
        "$:/language/Buttons/ListNumber/Hint": {
            "title": "$:/language/Buttons/ListNumber/Hint",
            "text": "Apply numbered list formatting to lines containing selection"
        },
        "$:/language/Buttons/MonoBlock/Caption": {
            "title": "$:/language/Buttons/MonoBlock/Caption",
            "text": "monospaced block"
        },
        "$:/language/Buttons/MonoBlock/Hint": {
            "title": "$:/language/Buttons/MonoBlock/Hint",
            "text": "Apply monospaced block formatting to lines containing selection"
        },
        "$:/language/Buttons/MonoLine/Caption": {
            "title": "$:/language/Buttons/MonoLine/Caption",
            "text": "monospaced"
        },
        "$:/language/Buttons/MonoLine/Hint": {
            "title": "$:/language/Buttons/MonoLine/Hint",
            "text": "Apply monospaced character formatting to selection"
        },
        "$:/language/Buttons/Opacity/Caption": {
            "title": "$:/language/Buttons/Opacity/Caption",
            "text": "opacity"
        },
        "$:/language/Buttons/Opacity/Hint": {
            "title": "$:/language/Buttons/Opacity/Hint",
            "text": "Set painting opacity"
        },
        "$:/language/Buttons/Paint/Caption": {
            "title": "$:/language/Buttons/Paint/Caption",
            "text": "paint colour"
        },
        "$:/language/Buttons/Paint/Hint": {
            "title": "$:/language/Buttons/Paint/Hint",
            "text": "Set painting colour"
        },
        "$:/language/Buttons/Picture/Caption": {
            "title": "$:/language/Buttons/Picture/Caption",
            "text": "picture"
        },
        "$:/language/Buttons/Picture/Hint": {
            "title": "$:/language/Buttons/Picture/Hint",
            "text": "Insert picture"
        },
        "$:/language/Buttons/Preview/Caption": {
            "title": "$:/language/Buttons/Preview/Caption",
            "text": "preview"
        },
        "$:/language/Buttons/Preview/Hint": {
            "title": "$:/language/Buttons/Preview/Hint",
            "text": "Show preview pane"
        },
        "$:/language/Buttons/PreviewType/Caption": {
            "title": "$:/language/Buttons/PreviewType/Caption",
            "text": "preview type"
        },
        "$:/language/Buttons/PreviewType/Hint": {
            "title": "$:/language/Buttons/PreviewType/Hint",
            "text": "Choose preview type"
        },
        "$:/language/Buttons/Quote/Caption": {
            "title": "$:/language/Buttons/Quote/Caption",
            "text": "quote"
        },
        "$:/language/Buttons/Quote/Hint": {
            "title": "$:/language/Buttons/Quote/Hint",
            "text": "Apply quoted text formatting to lines containing selection"
        },
        "$:/language/Buttons/RotateLeft/Caption": {
            "title": "$:/language/Buttons/RotateLeft/Caption",
            "text": "rotate left"
        },
        "$:/language/Buttons/RotateLeft/Hint": {
            "title": "$:/language/Buttons/RotateLeft/Hint",
            "text": "Rotate image left by 90 degrees"
        },
        "$:/language/Buttons/Size/Caption": {
            "title": "$:/language/Buttons/Size/Caption",
            "text": "image size"
        },
        "$:/language/Buttons/Size/Caption/Height": {
            "title": "$:/language/Buttons/Size/Caption/Height",
            "text": "Height:"
        },
        "$:/language/Buttons/Size/Caption/Resize": {
            "title": "$:/language/Buttons/Size/Caption/Resize",
            "text": "Resize image"
        },
        "$:/language/Buttons/Size/Caption/Width": {
            "title": "$:/language/Buttons/Size/Caption/Width",
            "text": "Width:"
        },
        "$:/language/Buttons/Size/Hint": {
            "title": "$:/language/Buttons/Size/Hint",
            "text": "Set image size"
        },
        "$:/language/Buttons/Stamp/Caption": {
            "title": "$:/language/Buttons/Stamp/Caption",
            "text": "stamp"
        },
        "$:/language/Buttons/Stamp/Caption/New": {
            "title": "$:/language/Buttons/Stamp/Caption/New",
            "text": "Add your own"
        },
        "$:/language/Buttons/Stamp/Hint": {
            "title": "$:/language/Buttons/Stamp/Hint",
            "text": "Insert a preconfigured snippet of text"
        },
        "$:/language/Buttons/Stamp/New/Title": {
            "title": "$:/language/Buttons/Stamp/New/Title",
            "text": "Name as shown in menu"
        },
        "$:/language/Buttons/Stamp/New/Text": {
            "title": "$:/language/Buttons/Stamp/New/Text",
            "text": "Text of snippet. (Remember to add a descriptive title in the caption field)."
        },
        "$:/language/Buttons/Strikethrough/Caption": {
            "title": "$:/language/Buttons/Strikethrough/Caption",
            "text": "strikethrough"
        },
        "$:/language/Buttons/Strikethrough/Hint": {
            "title": "$:/language/Buttons/Strikethrough/Hint",
            "text": "Apply strikethrough formatting to selection"
        },
        "$:/language/Buttons/Subscript/Caption": {
            "title": "$:/language/Buttons/Subscript/Caption",
            "text": "subscript"
        },
        "$:/language/Buttons/Subscript/Hint": {
            "title": "$:/language/Buttons/Subscript/Hint",
            "text": "Apply subscript formatting to selection"
        },
        "$:/language/Buttons/Superscript/Caption": {
            "title": "$:/language/Buttons/Superscript/Caption",
            "text": "superscript"
        },
        "$:/language/Buttons/Superscript/Hint": {
            "title": "$:/language/Buttons/Superscript/Hint",
            "text": "Apply superscript formatting to selection"
        },
        "$:/language/Buttons/ToggleSidebar/Hint": {
            "title": "$:/language/Buttons/ToggleSidebar/Hint",
            "text": "Toggle the sidebar visibility"
        },
        "$:/language/Buttons/Transcludify/Caption": {
            "title": "$:/language/Buttons/Transcludify/Caption",
            "text": "transclusion"
        },
        "$:/language/Buttons/Transcludify/Hint": {
            "title": "$:/language/Buttons/Transcludify/Hint",
            "text": "Wrap selection in curly brackets"
        },
        "$:/language/Buttons/Underline/Caption": {
            "title": "$:/language/Buttons/Underline/Caption",
            "text": "underline"
        },
        "$:/language/Buttons/Underline/Hint": {
            "title": "$:/language/Buttons/Underline/Hint",
            "text": "Apply underline formatting to selection"
        },
        "$:/language/ControlPanel/Advanced/Caption": {
            "title": "$:/language/ControlPanel/Advanced/Caption",
            "text": "Advanced"
        },
        "$:/language/ControlPanel/Advanced/Hint": {
            "title": "$:/language/ControlPanel/Advanced/Hint",
            "text": "Internal information about this TiddlyWiki"
        },
        "$:/language/ControlPanel/Appearance/Caption": {
            "title": "$:/language/ControlPanel/Appearance/Caption",
            "text": "Appearance"
        },
        "$:/language/ControlPanel/Appearance/Hint": {
            "title": "$:/language/ControlPanel/Appearance/Hint",
            "text": "Ways to customise the appearance of your TiddlyWiki."
        },
        "$:/language/ControlPanel/Basics/AnimDuration/Prompt": {
            "title": "$:/language/ControlPanel/Basics/AnimDuration/Prompt",
            "text": "Animation duration"
        },
        "$:/language/ControlPanel/Basics/AutoFocus/Prompt": {
            "title": "$:/language/ControlPanel/Basics/AutoFocus/Prompt",
            "text": "Default focus field for new tiddlers"
        },
        "$:/language/ControlPanel/Basics/Caption": {
            "title": "$:/language/ControlPanel/Basics/Caption",
            "text": "Basics"
        },
        "$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint": {
            "title": "$:/language/ControlPanel/Basics/DefaultTiddlers/BottomHint",
            "text": "Use &#91;&#91;double square brackets&#93;&#93; for titles with spaces. Or you can choose to <$button set=\"$:/DefaultTiddlers\" setTo=\"[list[$:/StoryList]]\">retain story ordering</$button>"
        },
        "$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/DefaultTiddlers/Prompt",
            "text": "Default tiddlers"
        },
        "$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint": {
            "title": "$:/language/ControlPanel/Basics/DefaultTiddlers/TopHint",
            "text": "Choose which tiddlers are displayed at startup"
        },
        "$:/language/ControlPanel/Basics/Language/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Language/Prompt",
            "text": "Hello! Current language:"
        },
        "$:/language/ControlPanel/Basics/NewJournal/Title/Prompt": {
            "title": "$:/language/ControlPanel/Basics/NewJournal/Title/Prompt",
            "text": "Title of new journal tiddlers"
        },
        "$:/language/ControlPanel/Basics/NewJournal/Text/Prompt": {
            "title": "$:/language/ControlPanel/Basics/NewJournal/Text/Prompt",
            "text": "Text for new journal tiddlers"
        },
        "$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt": {
            "title": "$:/language/ControlPanel/Basics/NewJournal/Tags/Prompt",
            "text": "Tags for new journal tiddlers"
        },
        "$:/language/ControlPanel/Basics/NewTiddler/Title/Prompt": {
            "title": "$:/language/ControlPanel/Basics/NewTiddler/Title/Prompt",
            "text": "Title of new tiddlers"
        },
        "$:/language/ControlPanel/Basics/NewTiddler/Tags/Prompt": {
            "title": "$:/language/ControlPanel/Basics/NewTiddler/Tags/Prompt",
            "text": "Tags for new tiddlers"
        },
        "$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/OverriddenShadowTiddlers/Prompt",
            "text": "Number of overridden shadow tiddlers"
        },
        "$:/language/ControlPanel/Basics/RemoveTags": {
            "title": "$:/language/ControlPanel/Basics/RemoveTags",
            "text": "Update to current format"
        },
        "$:/language/ControlPanel/Basics/RemoveTags/Hint": {
            "title": "$:/language/ControlPanel/Basics/RemoveTags/Hint",
            "text": "Update the tags configuration to the latest format"
        },
        "$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/ShadowTiddlers/Prompt",
            "text": "Number of shadow tiddlers"
        },
        "$:/language/ControlPanel/Basics/Subtitle/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Subtitle/Prompt",
            "text": "Subtitle"
        },
        "$:/language/ControlPanel/Basics/SystemTiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/SystemTiddlers/Prompt",
            "text": "Number of system tiddlers"
        },
        "$:/language/ControlPanel/Basics/Tags/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Tags/Prompt",
            "text": "Number of tags"
        },
        "$:/language/ControlPanel/Basics/Tiddlers/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Tiddlers/Prompt",
            "text": "Number of tiddlers"
        },
        "$:/language/ControlPanel/Basics/Title/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Title/Prompt",
            "text": "Title of this ~TiddlyWiki"
        },
        "$:/language/ControlPanel/Basics/Username/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Username/Prompt",
            "text": "Username for signing edits"
        },
        "$:/language/ControlPanel/Basics/Version/Prompt": {
            "title": "$:/language/ControlPanel/Basics/Version/Prompt",
            "text": "~TiddlyWiki version"
        },
        "$:/language/ControlPanel/EditorTypes/Caption": {
            "title": "$:/language/ControlPanel/EditorTypes/Caption",
            "text": "Editor Types"
        },
        "$:/language/ControlPanel/EditorTypes/Editor/Caption": {
            "title": "$:/language/ControlPanel/EditorTypes/Editor/Caption",
            "text": "Editor"
        },
        "$:/language/ControlPanel/EditorTypes/Hint": {
            "title": "$:/language/ControlPanel/EditorTypes/Hint",
            "text": "These tiddlers determine which editor is used to edit specific tiddler types."
        },
        "$:/language/ControlPanel/EditorTypes/Type/Caption": {
            "title": "$:/language/ControlPanel/EditorTypes/Type/Caption",
            "text": "Type"
        },
        "$:/language/ControlPanel/Info/Caption": {
            "title": "$:/language/ControlPanel/Info/Caption",
            "text": "Info"
        },
        "$:/language/ControlPanel/Info/Hint": {
            "title": "$:/language/ControlPanel/Info/Hint",
            "text": "Information about this TiddlyWiki"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt",
            "text": "Type shortcut here"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Add/Caption": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Add/Caption",
            "text": "add shortcut"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Caption": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Caption",
            "text": "Keyboard Shortcuts"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Hint": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Hint",
            "text": "Manage keyboard shortcut assignments"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/NoShortcuts/Caption",
            "text": "No keyboard shortcuts assigned"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint",
            "text": "remove keyboard shortcut"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/All": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/All",
            "text": "All platforms"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Mac",
            "text": "Macintosh platform only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonMac",
            "text": "Non-Macintosh platforms only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Linux",
            "text": "Linux platform only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonLinux",
            "text": "Non-Linux platforms only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/Windows",
            "text": "Windows platform only"
        },
        "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows": {
            "title": "$:/language/ControlPanel/KeyboardShortcuts/Platform/NonWindows",
            "text": "Non-Windows platforms only"
        },
        "$:/language/ControlPanel/LayoutSwitcher/Caption": {
            "title": "$:/language/ControlPanel/LayoutSwitcher/Caption",
            "text": "Layout"
        },
        "$:/language/ControlPanel/LoadedModules/Caption": {
            "title": "$:/language/ControlPanel/LoadedModules/Caption",
            "text": "Loaded Modules"
        },
        "$:/language/ControlPanel/LoadedModules/Hint": {
            "title": "$:/language/ControlPanel/LoadedModules/Hint",
            "text": "These are the currently loaded tiddler modules linked to their source tiddlers. Any italicised modules lack a source tiddler, typically because they were setup during the boot process."
        },
        "$:/language/ControlPanel/Palette/Caption": {
            "title": "$:/language/ControlPanel/Palette/Caption",
            "text": "Palette"
        },
        "$:/language/ControlPanel/Palette/Editor/Clone/Caption": {
            "title": "$:/language/ControlPanel/Palette/Editor/Clone/Caption",
            "text": "clone"
        },
        "$:/language/ControlPanel/Palette/Editor/Clone/Prompt": {
            "title": "$:/language/ControlPanel/Palette/Editor/Clone/Prompt",
            "text": "It is recommended that you clone this shadow palette before editing it"
        },
        "$:/language/ControlPanel/Palette/Editor/Delete/Hint": {
            "title": "$:/language/ControlPanel/Palette/Editor/Delete/Hint",
            "text": "delete this entry from the current palette"
        },
        "$:/language/ControlPanel/Palette/Editor/Names/External/Show": {
            "title": "$:/language/ControlPanel/Palette/Editor/Names/External/Show",
            "text": "Show color names that are not part of the current palette"
        },
        "$:/language/ControlPanel/Palette/Editor/Prompt/Modified": {
            "title": "$:/language/ControlPanel/Palette/Editor/Prompt/Modified",
            "text": "This shadow palette has been modified"
        },
        "$:/language/ControlPanel/Palette/Editor/Prompt": {
            "title": "$:/language/ControlPanel/Palette/Editor/Prompt",
            "text": "Editing"
        },
        "$:/language/ControlPanel/Palette/Editor/Reset/Caption": {
            "title": "$:/language/ControlPanel/Palette/Editor/Reset/Caption",
            "text": "reset"
        },
        "$:/language/ControlPanel/Palette/HideEditor/Caption": {
            "title": "$:/language/ControlPanel/Palette/HideEditor/Caption",
            "text": "hide editor"
        },
        "$:/language/ControlPanel/Palette/Prompt": {
            "title": "$:/language/ControlPanel/Palette/Prompt",
            "text": "Current palette:"
        },
        "$:/language/ControlPanel/Palette/ShowEditor/Caption": {
            "title": "$:/language/ControlPanel/Palette/ShowEditor/Caption",
            "text": "show editor"
        },
        "$:/language/ControlPanel/Parsing/Caption": {
            "title": "$:/language/ControlPanel/Parsing/Caption",
            "text": "Parsing"
        },
        "$:/language/ControlPanel/Parsing/Hint": {
            "title": "$:/language/ControlPanel/Parsing/Hint",
            "text": "Here you can globally disable/enable wiki parser rules. For changes to take effect, save and reload your wiki. Disabling certain parser rules can prevent <$text text=\"TiddlyWiki\"/> from functioning correctly. Use [[safe mode|https://tiddlywiki.com/#SafeMode]] to restore normal operation."
        },
        "$:/language/ControlPanel/Parsing/Block/Caption": {
            "title": "$:/language/ControlPanel/Parsing/Block/Caption",
            "text": "Block Parse Rules"
        },
        "$:/language/ControlPanel/Parsing/Inline/Caption": {
            "title": "$:/language/ControlPanel/Parsing/Inline/Caption",
            "text": "Inline Parse Rules"
        },
        "$:/language/ControlPanel/Parsing/Pragma/Caption": {
            "title": "$:/language/ControlPanel/Parsing/Pragma/Caption",
            "text": "Pragma Parse Rules"
        },
        "$:/language/ControlPanel/Plugins/Add/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Add/Caption",
            "text": "Get more plugins"
        },
        "$:/language/ControlPanel/Plugins/Add/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Add/Hint",
            "text": "Install plugins from the official library"
        },
        "$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint": {
            "title": "$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint",
            "text": "This plugin is already installed at version <$text text=<<installedVersion>>/>"
        },
        "$:/language/ControlPanel/Plugins/AlsoRequires": {
            "title": "$:/language/ControlPanel/Plugins/AlsoRequires",
            "text": "Also requires:"
        },
        "$:/language/ControlPanel/Plugins/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Caption",
            "text": "Plugins"
        },
        "$:/language/ControlPanel/Plugins/Disable/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Disable/Caption",
            "text": "disable"
        },
        "$:/language/ControlPanel/Plugins/Disable/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Disable/Hint",
            "text": "Disable this plugin when reloading page"
        },
        "$:/language/ControlPanel/Plugins/Disabled/Status": {
            "title": "$:/language/ControlPanel/Plugins/Disabled/Status",
            "text": "(disabled)"
        },
        "$:/language/ControlPanel/Plugins/Downgrade/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Downgrade/Caption",
            "text": "downgrade"
        },
        "$:/language/ControlPanel/Plugins/Empty/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Empty/Hint",
            "text": "None"
        },
        "$:/language/ControlPanel/Plugins/Enable/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Enable/Caption",
            "text": "enable"
        },
        "$:/language/ControlPanel/Plugins/Enable/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Enable/Hint",
            "text": "Enable this plugin when reloading page"
        },
        "$:/language/ControlPanel/Plugins/Install/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Install/Caption",
            "text": "install"
        },
        "$:/language/ControlPanel/Plugins/Installed/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Installed/Hint",
            "text": "Currently installed plugins:"
        },
        "$:/language/ControlPanel/Plugins/Languages/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Languages/Caption",
            "text": "Languages"
        },
        "$:/language/ControlPanel/Plugins/Languages/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Languages/Hint",
            "text": "Language pack plugins"
        },
        "$:/language/ControlPanel/Plugins/NoInfoFound/Hint": {
            "title": "$:/language/ControlPanel/Plugins/NoInfoFound/Hint",
            "text": "No ''\"<$text text=<<currentTab>>/>\"'' found"
        },
        "$:/language/ControlPanel/Plugins/NotInstalled/Hint": {
            "title": "$:/language/ControlPanel/Plugins/NotInstalled/Hint",
            "text": "This plugin is not currently installed"
        },
        "$:/language/ControlPanel/Plugins/OpenPluginLibrary": {
            "title": "$:/language/ControlPanel/Plugins/OpenPluginLibrary",
            "text": "open plugin library"
        },
        "$:/language/ControlPanel/Plugins/ClosePluginLibrary": {
            "title": "$:/language/ControlPanel/Plugins/ClosePluginLibrary",
            "text": "close plugin library"
        },
        "$:/language/ControlPanel/Plugins/PluginWillRequireReload": {
            "title": "$:/language/ControlPanel/Plugins/PluginWillRequireReload",
            "text": "(requires reload)"
        },
        "$:/language/ControlPanel/Plugins/Plugins/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Plugins/Caption",
            "text": "Plugins"
        },
        "$:/language/ControlPanel/Plugins/Plugins/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Plugins/Hint",
            "text": "Plugins"
        },
        "$:/language/ControlPanel/Plugins/Reinstall/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Reinstall/Caption",
            "text": "reinstall"
        },
        "$:/language/ControlPanel/Plugins/Themes/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Themes/Caption",
            "text": "Themes"
        },
        "$:/language/ControlPanel/Plugins/Themes/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Themes/Hint",
            "text": "Theme plugins"
        },
        "$:/language/ControlPanel/Plugins/Update/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Update/Caption",
            "text": "update"
        },
        "$:/language/ControlPanel/Plugins/Updates/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Updates/Caption",
            "text": "Updates"
        },
        "$:/language/ControlPanel/Plugins/Updates/Hint": {
            "title": "$:/language/ControlPanel/Plugins/Updates/Hint",
            "text": "Available updates to installed plugins"
        },
        "$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption": {
            "title": "$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption",
            "text": "Update <<update-count>> plugins"
        },
        "$:/language/ControlPanel/Plugins/SubPluginPrompt": {
            "title": "$:/language/ControlPanel/Plugins/SubPluginPrompt",
            "text": "With <<count>> sub-plugins available"
        },
        "$:/language/ControlPanel/Saving/Caption": {
            "title": "$:/language/ControlPanel/Saving/Caption",
            "text": "Saving"
        },
        "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Description": {
            "title": "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Description",
            "text": "Permit automatic saving for the download saver"
        },
        "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Hint": {
            "title": "$:/language/ControlPanel/Saving/DownloadSaver/AutoSave/Hint",
            "text": "Enable Autosave for Download Saver"
        },
        "$:/language/ControlPanel/Saving/DownloadSaver/Caption": {
            "title": "$:/language/ControlPanel/Saving/DownloadSaver/Caption",
            "text": "Download Saver"
        },
        "$:/language/ControlPanel/Saving/DownloadSaver/Hint": {
            "title": "$:/language/ControlPanel/Saving/DownloadSaver/Hint",
            "text": "These settings apply to the HTML5-compatible download saver"
        },
        "$:/language/ControlPanel/Saving/General/Caption": {
            "title": "$:/language/ControlPanel/Saving/General/Caption",
            "text": "General"
        },
        "$:/language/ControlPanel/Saving/General/Hint": {
            "title": "$:/language/ControlPanel/Saving/General/Hint",
            "text": "These settings apply to all the loaded savers"
        },
        "$:/language/ControlPanel/Saving/Hint": {
            "title": "$:/language/ControlPanel/Saving/Hint",
            "text": "Settings used for saving the entire TiddlyWiki as a single file via a saver module"
        },
        "$:/language/ControlPanel/Saving/GitService/Branch": {
            "title": "$:/language/ControlPanel/Saving/GitService/Branch",
            "text": "Target branch for saving"
        },
        "$:/language/ControlPanel/Saving/GitService/CommitMessage": {
            "title": "$:/language/ControlPanel/Saving/GitService/CommitMessage",
            "text": "Saved by TiddlyWiki"
        },
        "$:/language/ControlPanel/Saving/GitService/Description": {
            "title": "$:/language/ControlPanel/Saving/GitService/Description",
            "text": "These settings are only used when saving to <<service-name>>"
        },
        "$:/language/ControlPanel/Saving/GitService/Filename": {
            "title": "$:/language/ControlPanel/Saving/GitService/Filename",
            "text": "Filename of target file (e.g. `index.html`)"
        },
        "$:/language/ControlPanel/Saving/GitService/Path": {
            "title": "$:/language/ControlPanel/Saving/GitService/Path",
            "text": "Path to target file (e.g. `/wiki/`)"
        },
        "$:/language/ControlPanel/Saving/GitService/Repo": {
            "title": "$:/language/ControlPanel/Saving/GitService/Repo",
            "text": "Target repository (e.g. `Jermolene/TiddlyWiki5`)"
        },
        "$:/language/ControlPanel/Saving/GitService/ServerURL": {
            "title": "$:/language/ControlPanel/Saving/GitService/ServerURL",
            "text": "Server API URL"
        },
        "$:/language/ControlPanel/Saving/GitService/UserName": {
            "title": "$:/language/ControlPanel/Saving/GitService/UserName",
            "text": "Username"
        },
        "$:/language/ControlPanel/Saving/GitService/GitHub/Caption": {
            "title": "$:/language/ControlPanel/Saving/GitService/GitHub/Caption",
            "text": "~GitHub Saver"
        },
        "$:/language/ControlPanel/Saving/GitService/GitHub/Password": {
            "title": "$:/language/ControlPanel/Saving/GitService/GitHub/Password",
            "text": "Password, OAUTH token, or personal access token (see [[GitHub help page|https://help.github.com/en/articles/creating-a-personal-access-token-for-the-command-line]] for details)"
        },
        "$:/language/ControlPanel/Saving/GitService/GitLab/Caption": {
            "title": "$:/language/ControlPanel/Saving/GitService/GitLab/Caption",
            "text": "~GitLab Saver"
        },
        "$:/language/ControlPanel/Saving/GitService/GitLab/Password": {
            "title": "$:/language/ControlPanel/Saving/GitService/GitLab/Password",
            "text": "Personal access token for API (see [[GitLab help page|https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html]] for details)"
        },
        "$:/language/ControlPanel/Saving/GitService/Gitea/Caption": {
            "title": "$:/language/ControlPanel/Saving/GitService/Gitea/Caption",
            "text": "Gitea Saver"
        },
        "$:/language/ControlPanel/Saving/GitService/Gitea/Password": {
            "title": "$:/language/ControlPanel/Saving/GitService/Gitea/Password",
            "text": "Personal access token for API (via Gitea’s web interface: `Settings | Applications | Generate New Token`)"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Advanced/Heading",
            "text": "Advanced Settings"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/BackupDir": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/BackupDir",
            "text": "Backup Directory"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/ControlPanel": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/ControlPanel",
            "text": "~TiddlySpot Control Panel"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Backups": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Backups",
            "text": "Backups"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Caption": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Caption",
            "text": "~TiddlySpot Saver"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Description": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Description",
            "text": "These settings are only used when saving to http://tiddlyspot.com or a compatible remote server"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Filename": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Filename",
            "text": "Upload Filename"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Heading": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Heading",
            "text": "~TiddlySpot"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Hint": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Hint",
            "text": "//The server URL defaults to `http://<wikiname>.tiddlyspot.com/store.cgi` and can be changed to use a custom server address, e.g. `http://example.com/store.php`.//"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/Password": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/Password",
            "text": "Password"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/ReadOnly": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/ReadOnly",
            "text": "The ~TiddlySpot service is currently only available in read-only form. Please see http://tiddlyspot.com/ for the latest details. The ~TiddlySpot saver can still be used to save to compatible servers."
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/ServerURL": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/ServerURL",
            "text": "Server URL"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/UploadDir": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/UploadDir",
            "text": "Upload Directory"
        },
        "$:/language/ControlPanel/Saving/TiddlySpot/UserName": {
            "title": "$:/language/ControlPanel/Saving/TiddlySpot/UserName",
            "text": "Wiki Name"
        },
        "$:/language/ControlPanel/Settings/AutoSave/Caption": {
            "title": "$:/language/ControlPanel/Settings/AutoSave/Caption",
            "text": "Autosave"
        },
        "$:/language/ControlPanel/Settings/AutoSave/Disabled/Description": {
            "title": "$:/language/ControlPanel/Settings/AutoSave/Disabled/Description",
            "text": "Do not save changes automatically"
        },
        "$:/language/ControlPanel/Settings/AutoSave/Enabled/Description": {
            "title": "$:/language/ControlPanel/Settings/AutoSave/Enabled/Description",
            "text": "Save changes automatically"
        },
        "$:/language/ControlPanel/Settings/AutoSave/Hint": {
            "title": "$:/language/ControlPanel/Settings/AutoSave/Hint",
            "text": "Attempt to automatically save changes during editing when using a supporting saver"
        },
        "$:/language/ControlPanel/Settings/CamelCase/Caption": {
            "title": "$:/language/ControlPanel/Settings/CamelCase/Caption",
            "text": "Camel Case Wiki Links"
        },
        "$:/language/ControlPanel/Settings/CamelCase/Hint": {
            "title": "$:/language/ControlPanel/Settings/CamelCase/Hint",
            "text": "You can globally disable automatic linking of ~CamelCase phrases. Requires reload to take effect"
        },
        "$:/language/ControlPanel/Settings/CamelCase/Description": {
            "title": "$:/language/ControlPanel/Settings/CamelCase/Description",
            "text": "Enable automatic ~CamelCase linking"
        },
        "$:/language/ControlPanel/Settings/Caption": {
            "title": "$:/language/ControlPanel/Settings/Caption",
            "text": "Settings"
        },
        "$:/language/ControlPanel/Settings/EditorToolbar/Caption": {
            "title": "$:/language/ControlPanel/Settings/EditorToolbar/Caption",
            "text": "Editor Toolbar"
        },
        "$:/language/ControlPanel/Settings/EditorToolbar/Hint": {
            "title": "$:/language/ControlPanel/Settings/EditorToolbar/Hint",
            "text": "Enable or disable the editor toolbar:"
        },
        "$:/language/ControlPanel/Settings/EditorToolbar/Description": {
            "title": "$:/language/ControlPanel/Settings/EditorToolbar/Description",
            "text": "Show editor toolbar"
        },
        "$:/language/ControlPanel/Settings/InfoPanelMode/Caption": {
            "title": "$:/language/ControlPanel/Settings/InfoPanelMode/Caption",
            "text": "Tiddler Info Panel Mode"
        },
        "$:/language/ControlPanel/Settings/InfoPanelMode/Hint": {
            "title": "$:/language/ControlPanel/Settings/InfoPanelMode/Hint",
            "text": "Control when the tiddler info panel closes:"
        },
        "$:/language/ControlPanel/Settings/InfoPanelMode/Popup/Description": {
            "title": "$:/language/ControlPanel/Settings/InfoPanelMode/Popup/Description",
            "text": "Tiddler info panel closes automatically"
        },
        "$:/language/ControlPanel/Settings/InfoPanelMode/Sticky/Description": {
            "title": "$:/language/ControlPanel/Settings/InfoPanelMode/Sticky/Description",
            "text": "Tiddler info panel stays open until explicitly closed"
        },
        "$:/language/ControlPanel/Settings/Hint": {
            "title": "$:/language/ControlPanel/Settings/Hint",
            "text": "These settings let you customise the behaviour of TiddlyWiki."
        },
        "$:/language/ControlPanel/Settings/NavigationAddressBar/Caption": {
            "title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Caption",
            "text": "Navigation Address Bar"
        },
        "$:/language/ControlPanel/Settings/NavigationAddressBar/Hint": {
            "title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Hint",
            "text": "Behaviour of the browser address bar when navigating to a tiddler:"
        },
        "$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationAddressBar/No/Description",
            "text": "Do not update the address bar"
        },
        "$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Permalink/Description",
            "text": "Include the target tiddler"
        },
        "$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationAddressBar/Permaview/Description",
            "text": "Include the target tiddler and the current story sequence"
        },
        "$:/language/ControlPanel/Settings/NavigationHistory/Caption": {
            "title": "$:/language/ControlPanel/Settings/NavigationHistory/Caption",
            "text": "Navigation History"
        },
        "$:/language/ControlPanel/Settings/NavigationHistory/Hint": {
            "title": "$:/language/ControlPanel/Settings/NavigationHistory/Hint",
            "text": "Update browser history when navigating to a tiddler:"
        },
        "$:/language/ControlPanel/Settings/NavigationHistory/No/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationHistory/No/Description",
            "text": "Do not update history"
        },
        "$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationHistory/Yes/Description",
            "text": "Update history"
        },
        "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption": {
            "title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption",
            "text": "Permalink/permaview Mode"
        },
        "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Hint": {
            "title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Hint",
            "text": "Choose how permalink/permaview is handled:"
        },
        "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/CopyToClipboard/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/CopyToClipboard/Description",
            "text": "Copy permalink/permaview URL to clipboard"
        },
        "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description": {
            "title": "$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/UpdateAddressBar/Description",
            "text": "Update address bar with permalink/permaview URL"
        },
        "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption": {
            "title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption",
            "text": "Performance Instrumentation"
        },
        "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Hint": {
            "title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Hint",
            "text": "Displays performance statistics in the browser developer console. Requires reload to take effect"
        },
        "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Description": {
            "title": "$:/language/ControlPanel/Settings/PerformanceInstrumentation/Description",
            "text": "Enable performance instrumentation"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption",
            "text": "Toolbar Button Style"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Hint": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Hint",
            "text": "Choose the style for toolbar buttons:"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless",
            "text": "Borderless"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed",
            "text": "Boxed"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded",
            "text": "Rounded"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtons/Caption": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtons/Caption",
            "text": "Toolbar Buttons"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtons/Hint": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtons/Hint",
            "text": "Default toolbar button appearance:"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtons/Icons/Description",
            "text": "Include icon"
        },
        "$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description": {
            "title": "$:/language/ControlPanel/Settings/ToolbarButtons/Text/Description",
            "text": "Include text"
        },
        "$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption": {
            "title": "$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption",
            "text": "Default Sidebar Tab"
        },
        "$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint": {
            "title": "$:/language/ControlPanel/Settings/DefaultSidebarTab/Hint",
            "text": "Specify which sidebar tab is displayed by default"
        },
        "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption": {
            "title": "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption",
            "text": "Default More Sidebar Tab"
        },
        "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Hint": {
            "title": "$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Hint",
            "text": "Specify which More sidebar tab is displayed by default"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/Caption": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/Caption",
            "text": "Tiddler Opening Behaviour"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/InsideRiver/Hint": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/InsideRiver/Hint",
            "text": "Navigation from //within// the story river"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/OutsideRiver/Hint": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OutsideRiver/Hint",
            "text": "Navigation from //outside// the story river"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAbove": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAbove",
            "text": "Open above the current tiddler"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenBelow": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenBelow",
            "text": "Open below the current tiddler"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtTop": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtTop",
            "text": "Open at the top of the story river"
        },
        "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtBottom": {
            "title": "$:/language/ControlPanel/Settings/LinkToBehaviour/OpenAtBottom",
            "text": "Open at the bottom of the story river"
        },
        "$:/language/ControlPanel/Settings/TitleLinks/Caption": {
            "title": "$:/language/ControlPanel/Settings/TitleLinks/Caption",
            "text": "Tiddler Titles"
        },
        "$:/language/ControlPanel/Settings/TitleLinks/Hint": {
            "title": "$:/language/ControlPanel/Settings/TitleLinks/Hint",
            "text": "Optionally display tiddler titles as links"
        },
        "$:/language/ControlPanel/Settings/TitleLinks/No/Description": {
            "title": "$:/language/ControlPanel/Settings/TitleLinks/No/Description",
            "text": "Do not display tiddler titles as links"
        },
        "$:/language/ControlPanel/Settings/TitleLinks/Yes/Description": {
            "title": "$:/language/ControlPanel/Settings/TitleLinks/Yes/Description",
            "text": "Display tiddler titles as links"
        },
        "$:/language/ControlPanel/Settings/MissingLinks/Caption": {
            "title": "$:/language/ControlPanel/Settings/MissingLinks/Caption",
            "text": "Wiki Links"
        },
        "$:/language/ControlPanel/Settings/MissingLinks/Hint": {
            "title": "$:/language/ControlPanel/Settings/MissingLinks/Hint",
            "text": "Choose whether to link to tiddlers that do not exist yet"
        },
        "$:/language/ControlPanel/Settings/MissingLinks/Description": {
            "title": "$:/language/ControlPanel/Settings/MissingLinks/Description",
            "text": "Enable links to missing tiddlers"
        },
        "$:/language/ControlPanel/StoryView/Caption": {
            "title": "$:/language/ControlPanel/StoryView/Caption",
            "text": "Story View"
        },
        "$:/language/ControlPanel/StoryView/Prompt": {
            "title": "$:/language/ControlPanel/StoryView/Prompt",
            "text": "Current view:"
        },
        "$:/language/ControlPanel/Stylesheets/Caption": {
            "title": "$:/language/ControlPanel/Stylesheets/Caption",
            "text": "Stylesheets"
        },
        "$:/language/ControlPanel/Stylesheets/Expand/Caption": {
            "title": "$:/language/ControlPanel/Stylesheets/Expand/Caption",
            "text": "Expand All"
        },
        "$:/language/ControlPanel/Stylesheets/Hint": {
            "title": "$:/language/ControlPanel/Stylesheets/Hint",
            "text": "This is the rendered CSS of the current stylesheet tiddlers tagged with <<tag \"$:/tags/Stylesheet\">>"
        },
        "$:/language/ControlPanel/Stylesheets/Restore/Caption": {
            "title": "$:/language/ControlPanel/Stylesheets/Restore/Caption",
            "text": "Restore"
        },
        "$:/language/ControlPanel/Theme/Caption": {
            "title": "$:/language/ControlPanel/Theme/Caption",
            "text": "Theme"
        },
        "$:/language/ControlPanel/Theme/Prompt": {
            "title": "$:/language/ControlPanel/Theme/Prompt",
            "text": "Current theme:"
        },
        "$:/language/ControlPanel/TiddlerFields/Caption": {
            "title": "$:/language/ControlPanel/TiddlerFields/Caption",
            "text": "Tiddler Fields"
        },
        "$:/language/ControlPanel/TiddlerFields/Hint": {
            "title": "$:/language/ControlPanel/TiddlerFields/Hint",
            "text": "This is the full set of TiddlerFields in use in this wiki (including system tiddlers but excluding shadow tiddlers)."
        },
        "$:/language/ControlPanel/Toolbars/Caption": {
            "title": "$:/language/ControlPanel/Toolbars/Caption",
            "text": "Toolbars"
        },
        "$:/language/ControlPanel/Toolbars/EditToolbar/Caption": {
            "title": "$:/language/ControlPanel/Toolbars/EditToolbar/Caption",
            "text": "Edit Toolbar"
        },
        "$:/language/ControlPanel/Toolbars/EditToolbar/Hint": {
            "title": "$:/language/ControlPanel/Toolbars/EditToolbar/Hint",
            "text": "Choose which buttons are displayed for tiddlers in edit mode. Drag and drop to change the ordering"
        },
        "$:/language/ControlPanel/Toolbars/Hint": {
            "title": "$:/language/ControlPanel/Toolbars/Hint",
            "text": "Select which toolbar buttons are displayed"
        },
        "$:/language/ControlPanel/Toolbars/PageControls/Caption": {
            "title": "$:/language/ControlPanel/Toolbars/PageControls/Caption",
            "text": "Page Toolbar"
        },
        "$:/language/ControlPanel/Toolbars/PageControls/Hint": {
            "title": "$:/language/ControlPanel/Toolbars/PageControls/Hint",
            "text": "Choose which buttons are displayed on the main page toolbar. Drag and drop to change the ordering"
        },
        "$:/language/ControlPanel/Toolbars/EditorToolbar/Caption": {
            "title": "$:/language/ControlPanel/Toolbars/EditorToolbar/Caption",
            "text": "Editor Toolbar"
        },
        "$:/language/ControlPanel/Toolbars/EditorToolbar/Hint": {
            "title": "$:/language/ControlPanel/Toolbars/EditorToolbar/Hint",
            "text": "Choose which buttons are displayed in the editor toolbar. Note that some buttons will only appear when editing tiddlers of a certain type. Drag and drop to change the ordering"
        },
        "$:/language/ControlPanel/Toolbars/ViewToolbar/Caption": {
            "title": "$:/language/ControlPanel/Toolbars/ViewToolbar/Caption",
            "text": "View Toolbar"
        },
        "$:/language/ControlPanel/Toolbars/ViewToolbar/Hint": {
            "title": "$:/language/ControlPanel/Toolbars/ViewToolbar/Hint",
            "text": "Choose which buttons are displayed for tiddlers in view mode. Drag and drop to change the ordering"
        },
        "$:/language/ControlPanel/Tools/Download/Full/Caption": {
            "title": "$:/language/ControlPanel/Tools/Download/Full/Caption",
            "text": "Download full wiki"
        },
        "$:/language/Date/DaySuffix/1": {
            "title": "$:/language/Date/DaySuffix/1",
            "text": "st"
        },
        "$:/language/Date/DaySuffix/2": {
            "title": "$:/language/Date/DaySuffix/2",
            "text": "nd"
        },
        "$:/language/Date/DaySuffix/3": {
            "title": "$:/language/Date/DaySuffix/3",
            "text": "rd"
        },
        "$:/language/Date/DaySuffix/4": {
            "title": "$:/language/Date/DaySuffix/4",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/5": {
            "title": "$:/language/Date/DaySuffix/5",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/6": {
            "title": "$:/language/Date/DaySuffix/6",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/7": {
            "title": "$:/language/Date/DaySuffix/7",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/8": {
            "title": "$:/language/Date/DaySuffix/8",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/9": {
            "title": "$:/language/Date/DaySuffix/9",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/10": {
            "title": "$:/language/Date/DaySuffix/10",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/11": {
            "title": "$:/language/Date/DaySuffix/11",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/12": {
            "title": "$:/language/Date/DaySuffix/12",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/13": {
            "title": "$:/language/Date/DaySuffix/13",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/14": {
            "title": "$:/language/Date/DaySuffix/14",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/15": {
            "title": "$:/language/Date/DaySuffix/15",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/16": {
            "title": "$:/language/Date/DaySuffix/16",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/17": {
            "title": "$:/language/Date/DaySuffix/17",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/18": {
            "title": "$:/language/Date/DaySuffix/18",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/19": {
            "title": "$:/language/Date/DaySuffix/19",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/20": {
            "title": "$:/language/Date/DaySuffix/20",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/21": {
            "title": "$:/language/Date/DaySuffix/21",
            "text": "st"
        },
        "$:/language/Date/DaySuffix/22": {
            "title": "$:/language/Date/DaySuffix/22",
            "text": "nd"
        },
        "$:/language/Date/DaySuffix/23": {
            "title": "$:/language/Date/DaySuffix/23",
            "text": "rd"
        },
        "$:/language/Date/DaySuffix/24": {
            "title": "$:/language/Date/DaySuffix/24",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/25": {
            "title": "$:/language/Date/DaySuffix/25",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/26": {
            "title": "$:/language/Date/DaySuffix/26",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/27": {
            "title": "$:/language/Date/DaySuffix/27",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/28": {
            "title": "$:/language/Date/DaySuffix/28",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/29": {
            "title": "$:/language/Date/DaySuffix/29",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/30": {
            "title": "$:/language/Date/DaySuffix/30",
            "text": "th"
        },
        "$:/language/Date/DaySuffix/31": {
            "title": "$:/language/Date/DaySuffix/31",
            "text": "st"
        },
        "$:/language/Date/Long/Day/0": {
            "title": "$:/language/Date/Long/Day/0",
            "text": "Sunday"
        },
        "$:/language/Date/Long/Day/1": {
            "title": "$:/language/Date/Long/Day/1",
            "text": "Monday"
        },
        "$:/language/Date/Long/Day/2": {
            "title": "$:/language/Date/Long/Day/2",
            "text": "Tuesday"
        },
        "$:/language/Date/Long/Day/3": {
            "title": "$:/language/Date/Long/Day/3",
            "text": "Wednesday"
        },
        "$:/language/Date/Long/Day/4": {
            "title": "$:/language/Date/Long/Day/4",
            "text": "Thursday"
        },
        "$:/language/Date/Long/Day/5": {
            "title": "$:/language/Date/Long/Day/5",
            "text": "Friday"
        },
        "$:/language/Date/Long/Day/6": {
            "title": "$:/language/Date/Long/Day/6",
            "text": "Saturday"
        },
        "$:/language/Date/Long/Month/1": {
            "title": "$:/language/Date/Long/Month/1",
            "text": "January"
        },
        "$:/language/Date/Long/Month/2": {
            "title": "$:/language/Date/Long/Month/2",
            "text": "February"
        },
        "$:/language/Date/Long/Month/3": {
            "title": "$:/language/Date/Long/Month/3",
            "text": "March"
        },
        "$:/language/Date/Long/Month/4": {
            "title": "$:/language/Date/Long/Month/4",
            "text": "April"
        },
        "$:/language/Date/Long/Month/5": {
            "title": "$:/language/Date/Long/Month/5",
            "text": "May"
        },
        "$:/language/Date/Long/Month/6": {
            "title": "$:/language/Date/Long/Month/6",
            "text": "June"
        },
        "$:/language/Date/Long/Month/7": {
            "title": "$:/language/Date/Long/Month/7",
            "text": "July"
        },
        "$:/language/Date/Long/Month/8": {
            "title": "$:/language/Date/Long/Month/8",
            "text": "August"
        },
        "$:/language/Date/Long/Month/9": {
            "title": "$:/language/Date/Long/Month/9",
            "text": "September"
        },
        "$:/language/Date/Long/Month/10": {
            "title": "$:/language/Date/Long/Month/10",
            "text": "October"
        },
        "$:/language/Date/Long/Month/11": {
            "title": "$:/language/Date/Long/Month/11",
            "text": "November"
        },
        "$:/language/Date/Long/Month/12": {
            "title": "$:/language/Date/Long/Month/12",
            "text": "December"
        },
        "$:/language/Date/Period/am": {
            "title": "$:/language/Date/Period/am",
            "text": "am"
        },
        "$:/language/Date/Period/pm": {
            "title": "$:/language/Date/Period/pm",
            "text": "pm"
        },
        "$:/language/Date/Short/Day/0": {
            "title": "$:/language/Date/Short/Day/0",
            "text": "Sun"
        },
        "$:/language/Date/Short/Day/1": {
            "title": "$:/language/Date/Short/Day/1",
            "text": "Mon"
        },
        "$:/language/Date/Short/Day/2": {
            "title": "$:/language/Date/Short/Day/2",
            "text": "Tue"
        },
        "$:/language/Date/Short/Day/3": {
            "title": "$:/language/Date/Short/Day/3",
            "text": "Wed"
        },
        "$:/language/Date/Short/Day/4": {
            "title": "$:/language/Date/Short/Day/4",
            "text": "Thu"
        },
        "$:/language/Date/Short/Day/5": {
            "title": "$:/language/Date/Short/Day/5",
            "text": "Fri"
        },
        "$:/language/Date/Short/Day/6": {
            "title": "$:/language/Date/Short/Day/6",
            "text": "Sat"
        },
        "$:/language/Date/Short/Month/1": {
            "title": "$:/language/Date/Short/Month/1",
            "text": "Jan"
        },
        "$:/language/Date/Short/Month/2": {
            "title": "$:/language/Date/Short/Month/2",
            "text": "Feb"
        },
        "$:/language/Date/Short/Month/3": {
            "title": "$:/language/Date/Short/Month/3",
            "text": "Mar"
        },
        "$:/language/Date/Short/Month/4": {
            "title": "$:/language/Date/Short/Month/4",
            "text": "Apr"
        },
        "$:/language/Date/Short/Month/5": {
            "title": "$:/language/Date/Short/Month/5",
            "text": "May"
        },
        "$:/language/Date/Short/Month/6": {
            "title": "$:/language/Date/Short/Month/6",
            "text": "Jun"
        },
        "$:/language/Date/Short/Month/7": {
            "title": "$:/language/Date/Short/Month/7",
            "text": "Jul"
        },
        "$:/language/Date/Short/Month/8": {
            "title": "$:/language/Date/Short/Month/8",
            "text": "Aug"
        },
        "$:/language/Date/Short/Month/9": {
            "title": "$:/language/Date/Short/Month/9",
            "text": "Sep"
        },
        "$:/language/Date/Short/Month/10": {
            "title": "$:/language/Date/Short/Month/10",
            "text": "Oct"
        },
        "$:/language/Date/Short/Month/11": {
            "title": "$:/language/Date/Short/Month/11",
            "text": "Nov"
        },
        "$:/language/Date/Short/Month/12": {
            "title": "$:/language/Date/Short/Month/12",
            "text": "Dec"
        },
        "$:/language/RelativeDate/Future/Days": {
            "title": "$:/language/RelativeDate/Future/Days",
            "text": "<<period>> days from now"
        },
        "$:/language/RelativeDate/Future/Hours": {
            "title": "$:/language/RelativeDate/Future/Hours",
            "text": "<<period>> hours from now"
        },
        "$:/language/RelativeDate/Future/Minutes": {
            "title": "$:/language/RelativeDate/Future/Minutes",
            "text": "<<period>> minutes from now"
        },
        "$:/language/RelativeDate/Future/Months": {
            "title": "$:/language/RelativeDate/Future/Months",
            "text": "<<period>> months from now"
        },
        "$:/language/RelativeDate/Future/Second": {
            "title": "$:/language/RelativeDate/Future/Second",
            "text": "1 second from now"
        },
        "$:/language/RelativeDate/Future/Seconds": {
            "title": "$:/language/RelativeDate/Future/Seconds",
            "text": "<<period>> seconds from now"
        },
        "$:/language/RelativeDate/Future/Years": {
            "title": "$:/language/RelativeDate/Future/Years",
            "text": "<<period>> years from now"
        },
        "$:/language/RelativeDate/Past/Days": {
            "title": "$:/language/RelativeDate/Past/Days",
            "text": "<<period>> days ago"
        },
        "$:/language/RelativeDate/Past/Hours": {
            "title": "$:/language/RelativeDate/Past/Hours",
            "text": "<<period>> hours ago"
        },
        "$:/language/RelativeDate/Past/Minutes": {
            "title": "$:/language/RelativeDate/Past/Minutes",
            "text": "<<period>> minutes ago"
        },
        "$:/language/RelativeDate/Past/Months": {
            "title": "$:/language/RelativeDate/Past/Months",
            "text": "<<period>> months ago"
        },
        "$:/language/RelativeDate/Past/Second": {
            "title": "$:/language/RelativeDate/Past/Second",
            "text": "1 second ago"
        },
        "$:/language/RelativeDate/Past/Seconds": {
            "title": "$:/language/RelativeDate/Past/Seconds",
            "text": "<<period>> seconds ago"
        },
        "$:/language/RelativeDate/Past/Years": {
            "title": "$:/language/RelativeDate/Past/Years",
            "text": "<<period>> years ago"
        },
        "$:/language/Docs/ModuleTypes/allfilteroperator": {
            "title": "$:/language/Docs/ModuleTypes/allfilteroperator",
            "text": "A sub-operator for the ''all'' filter operator."
        },
        "$:/language/Docs/ModuleTypes/animation": {
            "title": "$:/language/Docs/ModuleTypes/animation",
            "text": "Animations that may be used with the RevealWidget."
        },
        "$:/language/Docs/ModuleTypes/authenticator": {
            "title": "$:/language/Docs/ModuleTypes/authenticator",
            "text": "Defines how requests are authenticated by the built-in HTTP server."
        },
        "$:/language/Docs/ModuleTypes/bitmapeditoroperation": {
            "title": "$:/language/Docs/ModuleTypes/bitmapeditoroperation",
            "text": "A bitmap editor toolbar operation."
        },
        "$:/language/Docs/ModuleTypes/command": {
            "title": "$:/language/Docs/ModuleTypes/command",
            "text": "Commands that can be executed under Node.js."
        },
        "$:/language/Docs/ModuleTypes/config": {
            "title": "$:/language/Docs/ModuleTypes/config",
            "text": "Data to be inserted into `$tw.config`."
        },
        "$:/language/Docs/ModuleTypes/filteroperator": {
            "title": "$:/language/Docs/ModuleTypes/filteroperator",
            "text": "Individual filter operator methods."
        },
        "$:/language/Docs/ModuleTypes/global": {
            "title": "$:/language/Docs/ModuleTypes/global",
            "text": "Global data to be inserted into `$tw`."
        },
        "$:/language/Docs/ModuleTypes/info": {
            "title": "$:/language/Docs/ModuleTypes/info",
            "text": "Publishes system information via the [[$:/temp/info-plugin]] pseudo-plugin."
        },
        "$:/language/Docs/ModuleTypes/isfilteroperator": {
            "title": "$:/language/Docs/ModuleTypes/isfilteroperator",
            "text": "Operands for the ''is'' filter operator."
        },
        "$:/language/Docs/ModuleTypes/library": {
            "title": "$:/language/Docs/ModuleTypes/library",
            "text": "Generic module type for general purpose JavaScript modules."
        },
        "$:/language/Docs/ModuleTypes/macro": {
            "title": "$:/language/Docs/ModuleTypes/macro",
            "text": "JavaScript macro definitions."
        },
        "$:/language/Docs/ModuleTypes/parser": {
            "title": "$:/language/Docs/ModuleTypes/parser",
            "text": "Parsers for different content types."
        },
        "$:/language/Docs/ModuleTypes/route": {
            "title": "$:/language/Docs/ModuleTypes/route",
            "text": "Defines how individual URL patterns are handled by the built-in HTTP server."
        },
        "$:/language/Docs/ModuleTypes/saver": {
            "title": "$:/language/Docs/ModuleTypes/saver",
            "text": "Savers handle different methods for saving files from the browser."
        },
        "$:/language/Docs/ModuleTypes/startup": {
            "title": "$:/language/Docs/ModuleTypes/startup",
            "text": "Startup functions."
        },
        "$:/language/Docs/ModuleTypes/storyview": {
            "title": "$:/language/Docs/ModuleTypes/storyview",
            "text": "Story views customise the animation and behaviour of list widgets."
        },
        "$:/language/Docs/ModuleTypes/texteditoroperation": {
            "title": "$:/language/Docs/ModuleTypes/texteditoroperation",
            "text": "A text editor toolbar operation."
        },
        "$:/language/Docs/ModuleTypes/tiddlerdeserializer": {
            "title": "$:/language/Docs/ModuleTypes/tiddlerdeserializer",
            "text": "Converts different content types into tiddlers."
        },
        "$:/language/Docs/ModuleTypes/tiddlerfield": {
            "title": "$:/language/Docs/ModuleTypes/tiddlerfield",
            "text": "Defines the behaviour of an individual tiddler field."
        },
        "$:/language/Docs/ModuleTypes/tiddlermethod": {
            "title": "$:/language/Docs/ModuleTypes/tiddlermethod",
            "text": "Adds methods to the `$tw.Tiddler` prototype."
        },
        "$:/language/Docs/ModuleTypes/upgrader": {
            "title": "$:/language/Docs/ModuleTypes/upgrader",
            "text": "Applies upgrade processing to tiddlers during an upgrade/import."
        },
        "$:/language/Docs/ModuleTypes/utils": {
            "title": "$:/language/Docs/ModuleTypes/utils",
            "text": "Adds methods to `$tw.utils`."
        },
        "$:/language/Docs/ModuleTypes/utils-node": {
            "title": "$:/language/Docs/ModuleTypes/utils-node",
            "text": "Adds Node.js-specific methods to `$tw.utils`."
        },
        "$:/language/Docs/ModuleTypes/widget": {
            "title": "$:/language/Docs/ModuleTypes/widget",
            "text": "Widgets encapsulate DOM rendering and refreshing."
        },
        "$:/language/Docs/ModuleTypes/wikimethod": {
            "title": "$:/language/Docs/ModuleTypes/wikimethod",
            "text": "Adds methods to `$tw.Wiki`."
        },
        "$:/language/Docs/ModuleTypes/wikirule": {
            "title": "$:/language/Docs/ModuleTypes/wikirule",
            "text": "Individual parser rules for the main WikiText parser."
        },
        "$:/language/Docs/PaletteColours/alert-background": {
            "title": "$:/language/Docs/PaletteColours/alert-background",
            "text": "Alert background"
        },
        "$:/language/Docs/PaletteColours/alert-border": {
            "title": "$:/language/Docs/PaletteColours/alert-border",
            "text": "Alert border"
        },
        "$:/language/Docs/PaletteColours/alert-highlight": {
            "title": "$:/language/Docs/PaletteColours/alert-highlight",
            "text": "Alert highlight"
        },
        "$:/language/Docs/PaletteColours/alert-muted-foreground": {
            "title": "$:/language/Docs/PaletteColours/alert-muted-foreground",
            "text": "Alert muted foreground"
        },
        "$:/language/Docs/PaletteColours/background": {
            "title": "$:/language/Docs/PaletteColours/background",
            "text": "General background"
        },
        "$:/language/Docs/PaletteColours/blockquote-bar": {
            "title": "$:/language/Docs/PaletteColours/blockquote-bar",
            "text": "Blockquote bar"
        },
        "$:/language/Docs/PaletteColours/button-background": {
            "title": "$:/language/Docs/PaletteColours/button-background",
            "text": "Default button background"
        },
        "$:/language/Docs/PaletteColours/button-border": {
            "title": "$:/language/Docs/PaletteColours/button-border",
            "text": "Default button border"
        },
        "$:/language/Docs/PaletteColours/button-foreground": {
            "title": "$:/language/Docs/PaletteColours/button-foreground",
            "text": "Default button foreground"
        },
        "$:/language/Docs/PaletteColours/dirty-indicator": {
            "title": "$:/language/Docs/PaletteColours/dirty-indicator",
            "text": "Unsaved changes indicator"
        },
        "$:/language/Docs/PaletteColours/code-background": {
            "title": "$:/language/Docs/PaletteColours/code-background",
            "text": "Code background"
        },
        "$:/language/Docs/PaletteColours/code-border": {
            "title": "$:/language/Docs/PaletteColours/code-border",
            "text": "Code border"
        },
        "$:/language/Docs/PaletteColours/code-foreground": {
            "title": "$:/language/Docs/PaletteColours/code-foreground",
            "text": "Code foreground"
        },
        "$:/language/Docs/PaletteColours/download-background": {
            "title": "$:/language/Docs/PaletteColours/download-background",
            "text": "Download button background"
        },
        "$:/language/Docs/PaletteColours/download-foreground": {
            "title": "$:/language/Docs/PaletteColours/download-foreground",
            "text": "Download button foreground"
        },
        "$:/language/Docs/PaletteColours/dragger-background": {
            "title": "$:/language/Docs/PaletteColours/dragger-background",
            "text": "Dragger background"
        },
        "$:/language/Docs/PaletteColours/dragger-foreground": {
            "title": "$:/language/Docs/PaletteColours/dragger-foreground",
            "text": "Dragger foreground"
        },
        "$:/language/Docs/PaletteColours/dropdown-background": {
            "title": "$:/language/Docs/PaletteColours/dropdown-background",
            "text": "Dropdown background"
        },
        "$:/language/Docs/PaletteColours/dropdown-border": {
            "title": "$:/language/Docs/PaletteColours/dropdown-border",
            "text": "Dropdown border"
        },
        "$:/language/Docs/PaletteColours/dropdown-tab-background-selected": {
            "title": "$:/language/Docs/PaletteColours/dropdown-tab-background-selected",
            "text": "Dropdown tab background for selected tabs"
        },
        "$:/language/Docs/PaletteColours/dropdown-tab-background": {
            "title": "$:/language/Docs/PaletteColours/dropdown-tab-background",
            "text": "Dropdown tab background"
        },
        "$:/language/Docs/PaletteColours/dropzone-background": {
            "title": "$:/language/Docs/PaletteColours/dropzone-background",
            "text": "Dropzone background"
        },
        "$:/language/Docs/PaletteColours/external-link-background-hover": {
            "title": "$:/language/Docs/PaletteColours/external-link-background-hover",
            "text": "External link background hover"
        },
        "$:/language/Docs/PaletteColours/external-link-background-visited": {
            "title": "$:/language/Docs/PaletteColours/external-link-background-visited",
            "text": "External link background visited"
        },
        "$:/language/Docs/PaletteColours/external-link-background": {
            "title": "$:/language/Docs/PaletteColours/external-link-background",
            "text": "External link background"
        },
        "$:/language/Docs/PaletteColours/external-link-foreground-hover": {
            "title": "$:/language/Docs/PaletteColours/external-link-foreground-hover",
            "text": "External link foreground hover"
        },
        "$:/language/Docs/PaletteColours/external-link-foreground-visited": {
            "title": "$:/language/Docs/PaletteColours/external-link-foreground-visited",
            "text": "External link foreground visited"
        },
        "$:/language/Docs/PaletteColours/external-link-foreground": {
            "title": "$:/language/Docs/PaletteColours/external-link-foreground",
            "text": "External link foreground"
        },
        "$:/language/Docs/PaletteColours/foreground": {
            "title": "$:/language/Docs/PaletteColours/foreground",
            "text": "General foreground"
        },
        "$:/language/Docs/PaletteColours/menubar-background": {
            "title": "$:/language/Docs/PaletteColours/menubar-background",
            "text": "Menu bar background"
        },
        "$:/language/Docs/PaletteColours/menubar-foreground": {
            "title": "$:/language/Docs/PaletteColours/menubar-foreground",
            "text": "Menu bar foreground"
        },
        "$:/language/Docs/PaletteColours/message-background": {
            "title": "$:/language/Docs/PaletteColours/message-background",
            "text": "Message box background"
        },
        "$:/language/Docs/PaletteColours/message-border": {
            "title": "$:/language/Docs/PaletteColours/message-border",
            "text": "Message box border"
        },
        "$:/language/Docs/PaletteColours/message-foreground": {
            "title": "$:/language/Docs/PaletteColours/message-foreground",
            "text": "Message box foreground"
        },
        "$:/language/Docs/PaletteColours/modal-backdrop": {
            "title": "$:/language/Docs/PaletteColours/modal-backdrop",
            "text": "Modal backdrop"
        },
        "$:/language/Docs/PaletteColours/modal-background": {
            "title": "$:/language/Docs/PaletteColours/modal-background",
            "text": "Modal background"
        },
        "$:/language/Docs/PaletteColours/modal-border": {
            "title": "$:/language/Docs/PaletteColours/modal-border",
            "text": "Modal border"
        },
        "$:/language/Docs/PaletteColours/modal-footer-background": {
            "title": "$:/language/Docs/PaletteColours/modal-footer-background",
            "text": "Modal footer background"
        },
        "$:/language/Docs/PaletteColours/modal-footer-border": {
            "title": "$:/language/Docs/PaletteColours/modal-footer-border",
            "text": "Modal footer border"
        },
        "$:/language/Docs/PaletteColours/modal-header-border": {
            "title": "$:/language/Docs/PaletteColours/modal-header-border",
            "text": "Modal header border"
        },
        "$:/language/Docs/PaletteColours/muted-foreground": {
            "title": "$:/language/Docs/PaletteColours/muted-foreground",
            "text": "General muted foreground"
        },
        "$:/language/Docs/PaletteColours/notification-background": {
            "title": "$:/language/Docs/PaletteColours/notification-background",
            "text": "Notification background"
        },
        "$:/language/Docs/PaletteColours/notification-border": {
            "title": "$:/language/Docs/PaletteColours/notification-border",
            "text": "Notification border"
        },
        "$:/language/Docs/PaletteColours/page-background": {
            "title": "$:/language/Docs/PaletteColours/page-background",
            "text": "Page background"
        },
        "$:/language/Docs/PaletteColours/pre-background": {
            "title": "$:/language/Docs/PaletteColours/pre-background",
            "text": "Preformatted code background"
        },
        "$:/language/Docs/PaletteColours/pre-border": {
            "title": "$:/language/Docs/PaletteColours/pre-border",
            "text": "Preformatted code border"
        },
        "$:/language/Docs/PaletteColours/primary": {
            "title": "$:/language/Docs/PaletteColours/primary",
            "text": "General primary"
        },
        "$:/language/Docs/PaletteColours/select-tag-background": {
            "title": "$:/language/Docs/PaletteColours/select-tag-background",
            "text": "`<select>` element background"
        },
        "$:/language/Docs/PaletteColours/select-tag-foreground": {
            "title": "$:/language/Docs/PaletteColours/select-tag-foreground",
            "text": "`<select>` element text"
        },
        "$:/language/Docs/PaletteColours/sidebar-button-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-button-foreground",
            "text": "Sidebar button foreground"
        },
        "$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover": {
            "title": "$:/language/Docs/PaletteColours/sidebar-controls-foreground-hover",
            "text": "Sidebar controls foreground hover"
        },
        "$:/language/Docs/PaletteColours/sidebar-controls-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-controls-foreground",
            "text": "Sidebar controls foreground"
        },
        "$:/language/Docs/PaletteColours/sidebar-foreground-shadow": {
            "title": "$:/language/Docs/PaletteColours/sidebar-foreground-shadow",
            "text": "Sidebar foreground shadow"
        },
        "$:/language/Docs/PaletteColours/sidebar-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-foreground",
            "text": "Sidebar foreground"
        },
        "$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover": {
            "title": "$:/language/Docs/PaletteColours/sidebar-muted-foreground-hover",
            "text": "Sidebar muted foreground hover"
        },
        "$:/language/Docs/PaletteColours/sidebar-muted-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-muted-foreground",
            "text": "Sidebar muted foreground"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-background-selected": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-background-selected",
            "text": "Sidebar tab background for selected tabs"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-background": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-background",
            "text": "Sidebar tab background"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-border-selected": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-border-selected",
            "text": "Sidebar tab border for selected tabs"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-border": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-border",
            "text": "Sidebar tab border"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-divider": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-divider",
            "text": "Sidebar tab divider"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-foreground-selected",
            "text": "Sidebar tab foreground for selected tabs"
        },
        "$:/language/Docs/PaletteColours/sidebar-tab-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tab-foreground",
            "text": "Sidebar tab foreground"
        },
        "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground-hover",
            "text": "Sidebar tiddler link foreground hover"
        },
        "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground": {
            "title": "$:/language/Docs/PaletteColours/sidebar-tiddler-link-foreground",
            "text": "Sidebar tiddler link foreground"
        },
        "$:/language/Docs/PaletteColours/site-title-foreground": {
            "title": "$:/language/Docs/PaletteColours/site-title-foreground",
            "text": "Site title foreground"
        },
        "$:/language/Docs/PaletteColours/static-alert-foreground": {
            "title": "$:/language/Docs/PaletteColours/static-alert-foreground",
            "text": "Static alert foreground"
        },
        "$:/language/Docs/PaletteColours/tab-background-selected": {
            "title": "$:/language/Docs/PaletteColours/tab-background-selected",
            "text": "Tab background for selected tabs"
        },
        "$:/language/Docs/PaletteColours/tab-background": {
            "title": "$:/language/Docs/PaletteColours/tab-background",
            "text": "Tab background"
        },
        "$:/language/Docs/PaletteColours/tab-border-selected": {
            "title": "$:/language/Docs/PaletteColours/tab-border-selected",
            "text": "Tab border for selected tabs"
        },
        "$:/language/Docs/PaletteColours/tab-border": {
            "title": "$:/language/Docs/PaletteColours/tab-border",
            "text": "Tab border"
        },
        "$:/language/Docs/PaletteColours/tab-divider": {
            "title": "$:/language/Docs/PaletteColours/tab-divider",
            "text": "Tab divider"
        },
        "$:/language/Docs/PaletteColours/tab-foreground-selected": {
            "title": "$:/language/Docs/PaletteColours/tab-foreground-selected",
            "text": "Tab foreground for selected tabs"
        },
        "$:/language/Docs/PaletteColours/tab-foreground": {
            "title": "$:/language/Docs/PaletteColours/tab-foreground",
            "text": "Tab foreground"
        },
        "$:/language/Docs/PaletteColours/table-border": {
            "title": "$:/language/Docs/PaletteColours/table-border",
            "text": "Table border"
        },
        "$:/language/Docs/PaletteColours/table-footer-background": {
            "title": "$:/language/Docs/PaletteColours/table-footer-background",
            "text": "Table footer background"
        },
        "$:/language/Docs/PaletteColours/table-header-background": {
            "title": "$:/language/Docs/PaletteColours/table-header-background",
            "text": "Table header background"
        },
        "$:/language/Docs/PaletteColours/tag-background": {
            "title": "$:/language/Docs/PaletteColours/tag-background",
            "text": "Tag background"
        },
        "$:/language/Docs/PaletteColours/tag-foreground": {
            "title": "$:/language/Docs/PaletteColours/tag-foreground",
            "text": "Tag foreground"
        },
        "$:/language/Docs/PaletteColours/tiddler-background": {
            "title": "$:/language/Docs/PaletteColours/tiddler-background",
            "text": "Tiddler background"
        },
        "$:/language/Docs/PaletteColours/tiddler-border": {
            "title": "$:/language/Docs/PaletteColours/tiddler-border",
            "text": "Tiddler border"
        },
        "$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover": {
            "title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground-hover",
            "text": "Tiddler controls foreground hover"
        },
        "$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected": {
            "title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground-selected",
            "text": "Tiddler controls foreground for selected controls"
        },
        "$:/language/Docs/PaletteColours/tiddler-controls-foreground": {
            "title": "$:/language/Docs/PaletteColours/tiddler-controls-foreground",
            "text": "Tiddler controls foreground"
        },
        "$:/language/Docs/PaletteColours/tiddler-editor-background": {
            "title": "$:/language/Docs/PaletteColours/tiddler-editor-background",
            "text": "Tiddler editor background"
        },
        "$:/language/Docs/PaletteColours/tiddler-editor-border-image": {
            "title": "$:/language/Docs/PaletteColours/tiddler-editor-border-image",
            "text": "Tiddler editor border image"
        },
        "$:/language/Docs/PaletteColours/tiddler-editor-border": {
            "title": "$:/language/Docs/PaletteColours/tiddler-editor-border",
            "text": "Tiddler editor border"
        },
        "$:/language/Docs/PaletteColours/tiddler-editor-fields-even": {
            "title": "$:/language/Docs/PaletteColours/tiddler-editor-fields-even",
            "text": "Tiddler editor background for even fields"
        },
        "$:/language/Docs/PaletteColours/tiddler-editor-fields-odd": {
            "title": "$:/language/Docs/PaletteColours/tiddler-editor-fields-odd",
            "text": "Tiddler editor background for odd fields"
        },
        "$:/language/Docs/PaletteColours/tiddler-info-background": {
            "title": "$:/language/Docs/PaletteColours/tiddler-info-background",
            "text": "Tiddler info panel background"
        },
        "$:/language/Docs/PaletteColours/tiddler-info-border": {
            "title": "$:/language/Docs/PaletteColours/tiddler-info-border",
            "text": "Tiddler info panel border"
        },
        "$:/language/Docs/PaletteColours/tiddler-info-tab-background": {
            "title": "$:/language/Docs/PaletteColours/tiddler-info-tab-background",
            "text": "Tiddler info panel tab background"
        },
        "$:/language/Docs/PaletteColours/tiddler-link-background": {
            "title": "$:/language/Docs/PaletteColours/tiddler-link-background",
            "text": "Tiddler link background"
        },
        "$:/language/Docs/PaletteColours/tiddler-link-foreground": {
            "title": "$:/language/Docs/PaletteColours/tiddler-link-foreground",
            "text": "Tiddler link foreground"
        },
        "$:/language/Docs/PaletteColours/tiddler-subtitle-foreground": {
            "title": "$:/language/Docs/PaletteColours/tiddler-subtitle-foreground",
            "text": "Tiddler subtitle foreground"
        },
        "$:/language/Docs/PaletteColours/tiddler-title-foreground": {
            "title": "$:/language/Docs/PaletteColours/tiddler-title-foreground",
            "text": "Tiddler title foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-new-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-new-button",
            "text": "Toolbar 'new tiddler' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-options-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-options-button",
            "text": "Toolbar 'options' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-save-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-save-button",
            "text": "Toolbar 'save' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-info-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-info-button",
            "text": "Toolbar 'info' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-edit-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-edit-button",
            "text": "Toolbar 'edit' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-close-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-close-button",
            "text": "Toolbar 'close' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-delete-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-delete-button",
            "text": "Toolbar 'delete' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-cancel-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-cancel-button",
            "text": "Toolbar 'cancel' button foreground"
        },
        "$:/language/Docs/PaletteColours/toolbar-done-button": {
            "title": "$:/language/Docs/PaletteColours/toolbar-done-button",
            "text": "Toolbar 'done' button foreground"
        },
        "$:/language/Docs/PaletteColours/untagged-background": {
            "title": "$:/language/Docs/PaletteColours/untagged-background",
            "text": "Untagged pill background"
        },
        "$:/language/Docs/PaletteColours/very-muted-foreground": {
            "title": "$:/language/Docs/PaletteColours/very-muted-foreground",
            "text": "Very muted foreground"
        },
        "$:/language/EditTemplate/Body/External/Hint": {
            "title": "$:/language/EditTemplate/Body/External/Hint",
            "text": "This tiddler shows content stored outside of the main TiddlyWiki file. You can edit the tags and fields but cannot directly edit the content itself"
        },
        "$:/language/EditTemplate/Body/Placeholder": {
            "title": "$:/language/EditTemplate/Body/Placeholder",
            "text": "Type the text for this tiddler"
        },
        "$:/language/EditTemplate/Body/Preview/Type/Output": {
            "title": "$:/language/EditTemplate/Body/Preview/Type/Output",
            "text": "output"
        },
        "$:/language/EditTemplate/Field/Remove/Caption": {
            "title": "$:/language/EditTemplate/Field/Remove/Caption",
            "text": "remove field"
        },
        "$:/language/EditTemplate/Field/Remove/Hint": {
            "title": "$:/language/EditTemplate/Field/Remove/Hint",
            "text": "Remove field"
        },
        "$:/language/EditTemplate/Field/Dropdown/Caption": {
            "title": "$:/language/EditTemplate/Field/Dropdown/Caption",
            "text": "field list"
        },
        "$:/language/EditTemplate/Field/Dropdown/Hint": {
            "title": "$:/language/EditTemplate/Field/Dropdown/Hint",
            "text": "Show field list"
        },
        "$:/language/EditTemplate/Fields/Add/Button": {
            "title": "$:/language/EditTemplate/Fields/Add/Button",
            "text": "add"
        },
        "$:/language/EditTemplate/Fields/Add/Button/Hint": {
            "title": "$:/language/EditTemplate/Fields/Add/Button/Hint",
            "text": "Add the new field to the tiddler"
        },
        "$:/language/EditTemplate/Fields/Add/Name/Placeholder": {
            "title": "$:/language/EditTemplate/Fields/Add/Name/Placeholder",
            "text": "field name"
        },
        "$:/language/EditTemplate/Fields/Add/Prompt": {
            "title": "$:/language/EditTemplate/Fields/Add/Prompt",
            "text": "Add a new field:"
        },
        "$:/language/EditTemplate/Fields/Add/Value/Placeholder": {
            "title": "$:/language/EditTemplate/Fields/Add/Value/Placeholder",
            "text": "field value"
        },
        "$:/language/EditTemplate/Fields/Add/Dropdown/System": {
            "title": "$:/language/EditTemplate/Fields/Add/Dropdown/System",
            "text": "System fields"
        },
        "$:/language/EditTemplate/Fields/Add/Dropdown/User": {
            "title": "$:/language/EditTemplate/Fields/Add/Dropdown/User",
            "text": "User fields"
        },
        "$:/language/EditTemplate/Shadow/Warning": {
            "title": "$:/language/EditTemplate/Shadow/Warning",
            "text": "This is a shadow tiddler. Any changes you make will override the default version from the plugin <<pluginLink>>"
        },
        "$:/language/EditTemplate/Shadow/OverriddenWarning": {
            "title": "$:/language/EditTemplate/Shadow/OverriddenWarning",
            "text": "This is a modified shadow tiddler. You can revert to the default version in the plugin <<pluginLink>> by deleting this tiddler"
        },
        "$:/language/EditTemplate/Tags/Add/Button": {
            "title": "$:/language/EditTemplate/Tags/Add/Button",
            "text": "add"
        },
        "$:/language/EditTemplate/Tags/Add/Button/Hint": {
            "title": "$:/language/EditTemplate/Tags/Add/Button/Hint",
            "text": "add tag"
        },
        "$:/language/EditTemplate/Tags/Add/Placeholder": {
            "title": "$:/language/EditTemplate/Tags/Add/Placeholder",
            "text": "tag name"
        },
        "$:/language/EditTemplate/Tags/ClearInput/Caption": {
            "title": "$:/language/EditTemplate/Tags/ClearInput/Caption",
            "text": "clear input"
        },
        "$:/language/EditTemplate/Tags/ClearInput/Hint": {
            "title": "$:/language/EditTemplate/Tags/ClearInput/Hint",
            "text": "Clear tag input"
        },
        "$:/language/EditTemplate/Tags/Dropdown/Caption": {
            "title": "$:/language/EditTemplate/Tags/Dropdown/Caption",
            "text": "tag list"
        },
        "$:/language/EditTemplate/Tags/Dropdown/Hint": {
            "title": "$:/language/EditTemplate/Tags/Dropdown/Hint",
            "text": "Show tag list"
        },
        "$:/language/EditTemplate/Title/BadCharacterWarning": {
            "title": "$:/language/EditTemplate/Title/BadCharacterWarning",
            "text": "Warning: avoid using any of the characters <<bad-chars>> in tiddler titles"
        },
        "$:/language/EditTemplate/Title/Exists/Prompt": {
            "title": "$:/language/EditTemplate/Title/Exists/Prompt",
            "text": "Target tiddler already exists"
        },
        "$:/language/EditTemplate/Title/Relink/Prompt": {
            "title": "$:/language/EditTemplate/Title/Relink/Prompt",
            "text": "Update ''<$text text=<<fromTitle>>/>'' to ''<$text text=<<toTitle>>/>'' in the //tags// and //list// fields of other tiddlers"
        },
        "$:/language/EditTemplate/Title/References/Prompt": {
            "title": "$:/language/EditTemplate/Title/References/Prompt",
            "text": "The following references to this tiddler will not be automatically updated:"
        },
        "$:/language/EditTemplate/Type/Dropdown/Caption": {
            "title": "$:/language/EditTemplate/Type/Dropdown/Caption",
            "text": "content type list"
        },
        "$:/language/EditTemplate/Type/Dropdown/Hint": {
            "title": "$:/language/EditTemplate/Type/Dropdown/Hint",
            "text": "Show content type list"
        },
        "$:/language/EditTemplate/Type/Delete/Caption": {
            "title": "$:/language/EditTemplate/Type/Delete/Caption",
            "text": "delete content type"
        },
        "$:/language/EditTemplate/Type/Delete/Hint": {
            "title": "$:/language/EditTemplate/Type/Delete/Hint",
            "text": "Delete content type"
        },
        "$:/language/EditTemplate/Type/Placeholder": {
            "title": "$:/language/EditTemplate/Type/Placeholder",
            "text": "content type"
        },
        "$:/language/EditTemplate/Type/Prompt": {
            "title": "$:/language/EditTemplate/Type/Prompt",
            "text": "Type:"
        },
        "$:/language/Exporters/StaticRiver": {
            "title": "$:/language/Exporters/StaticRiver",
            "text": "Static HTML"
        },
        "$:/language/Exporters/JsonFile": {
            "title": "$:/language/Exporters/JsonFile",
            "text": "JSON file"
        },
        "$:/language/Exporters/CsvFile": {
            "title": "$:/language/Exporters/CsvFile",
            "text": "CSV file"
        },
        "$:/language/Exporters/TidFile": {
            "title": "$:/language/Exporters/TidFile",
            "text": "\".tid\" file"
        },
        "$:/language/Docs/Fields/_canonical_uri": {
            "title": "$:/language/Docs/Fields/_canonical_uri",
            "text": "The full URI of an external image tiddler"
        },
        "$:/language/Docs/Fields/bag": {
            "title": "$:/language/Docs/Fields/bag",
            "text": "The name of the bag from which a tiddler came"
        },
        "$:/language/Docs/Fields/caption": {
            "title": "$:/language/Docs/Fields/caption",
            "text": "The text to be displayed on a tab or button"
        },
        "$:/language/Docs/Fields/color": {
            "title": "$:/language/Docs/Fields/color",
            "text": "The CSS color value associated with a tiddler"
        },
        "$:/language/Docs/Fields/component": {
            "title": "$:/language/Docs/Fields/component",
            "text": "The name of the component responsible for an [[alert tiddler|AlertMechanism]]"
        },
        "$:/language/Docs/Fields/current-tiddler": {
            "title": "$:/language/Docs/Fields/current-tiddler",
            "text": "Used to cache the top tiddler in a [[history list|HistoryMechanism]]"
        },
        "$:/language/Docs/Fields/created": {
            "title": "$:/language/Docs/Fields/created",
            "text": "The date a tiddler was created"
        },
        "$:/language/Docs/Fields/creator": {
            "title": "$:/language/Docs/Fields/creator",
            "text": "The name of the person who created a tiddler"
        },
        "$:/language/Docs/Fields/dependents": {
            "title": "$:/language/Docs/Fields/dependents",
            "text": "For a plugin, lists the dependent plugin titles"
        },
        "$:/language/Docs/Fields/description": {
            "title": "$:/language/Docs/Fields/description",
            "text": "The descriptive text for a plugin, or a modal dialogue"
        },
        "$:/language/Docs/Fields/draft.of": {
            "title": "$:/language/Docs/Fields/draft.of",
            "text": "For draft tiddlers, contains the title of the tiddler of which this is a draft"
        },
        "$:/language/Docs/Fields/draft.title": {
            "title": "$:/language/Docs/Fields/draft.title",
            "text": "For draft tiddlers, contains the proposed new title of the tiddler"
        },
        "$:/language/Docs/Fields/footer": {
            "title": "$:/language/Docs/Fields/footer",
            "text": "The footer text for a wizard"
        },
        "$:/language/Docs/Fields/hide-body": {
            "title": "$:/language/Docs/Fields/hide-body",
            "text": "The view template will hide bodies of tiddlers if set to: ''yes''"
        },
        "$:/language/Docs/Fields/icon": {
            "title": "$:/language/Docs/Fields/icon",
            "text": "The title of the tiddler containing the icon associated with a tiddler"
        },
        "$:/language/Docs/Fields/library": {
            "title": "$:/language/Docs/Fields/library",
            "text": "Indicates that a tiddler should be saved as a JavaScript library if set to: ''yes''"
        },
        "$:/language/Docs/Fields/list": {
            "title": "$:/language/Docs/Fields/list",
            "text": "An ordered list of tiddler titles associated with a tiddler"
        },
        "$:/language/Docs/Fields/list-before": {
            "title": "$:/language/Docs/Fields/list-before",
            "text": "If set, the title of a tiddler before which this tiddler should be added to the ordered list of tiddler titles, or at the start of the list if this field is present but empty"
        },
        "$:/language/Docs/Fields/list-after": {
            "title": "$:/language/Docs/Fields/list-after",
            "text": "If set, the title of the tiddler after which this tiddler should be added to the ordered list of tiddler titles, or at the end of the list if this field is present but empty"
        },
        "$:/language/Docs/Fields/modified": {
            "title": "$:/language/Docs/Fields/modified",
            "text": "The date and time at which a tiddler was last modified"
        },
        "$:/language/Docs/Fields/modifier": {
            "title": "$:/language/Docs/Fields/modifier",
            "text": "The tiddler title associated with the person who last modified a tiddler"
        },
        "$:/language/Docs/Fields/name": {
            "title": "$:/language/Docs/Fields/name",
            "text": "The human readable name associated with a plugin tiddler"
        },
        "$:/language/Docs/Fields/plugin-priority": {
            "title": "$:/language/Docs/Fields/plugin-priority",
            "text": "A numerical value indicating the priority of a plugin tiddler"
        },
        "$:/language/Docs/Fields/plugin-type": {
            "title": "$:/language/Docs/Fields/plugin-type",
            "text": "The type of plugin in a plugin tiddler"
        },
        "$:/language/Docs/Fields/revision": {
            "title": "$:/language/Docs/Fields/revision",
            "text": "The revision of the tiddler held at the server"
        },
        "$:/language/Docs/Fields/released": {
            "title": "$:/language/Docs/Fields/released",
            "text": "Date of a TiddlyWiki release"
        },
        "$:/language/Docs/Fields/source": {
            "title": "$:/language/Docs/Fields/source",
            "text": "The source URL associated with a tiddler"
        },
        "$:/language/Docs/Fields/subtitle": {
            "title": "$:/language/Docs/Fields/subtitle",
            "text": "The subtitle text for a wizard"
        },
        "$:/language/Docs/Fields/tags": {
            "title": "$:/language/Docs/Fields/tags",
            "text": "A list of tags associated with a tiddler"
        },
        "$:/language/Docs/Fields/text": {
            "title": "$:/language/Docs/Fields/text",
            "text": "The body text of a tiddler"
        },
        "$:/language/Docs/Fields/throttle.refresh": {
            "title": "$:/language/Docs/Fields/throttle.refresh",
            "text": "If present, throttles refreshes of this tiddler"
        },
        "$:/language/Docs/Fields/title": {
            "title": "$:/language/Docs/Fields/title",
            "text": "The unique name of a tiddler"
        },
        "$:/language/Docs/Fields/toc-link": {
            "title": "$:/language/Docs/Fields/toc-link",
            "text": "Suppresses the tiddler's link in a Table of Contents tree if set to: ''no''"
        },
        "$:/language/Docs/Fields/type": {
            "title": "$:/language/Docs/Fields/type",
            "text": "The content type of a tiddler"
        },
        "$:/language/Docs/Fields/version": {
            "title": "$:/language/Docs/Fields/version",
            "text": "Version information for a plugin"
        },
        "$:/language/Docs/Fields/_is_skinny": {
            "title": "$:/language/Docs/Fields/_is_skinny",
            "text": "If present, indicates that the tiddler text field must be loaded from the server"
        },
        "$:/language/Filters/AllTiddlers": {
            "title": "$:/language/Filters/AllTiddlers",
            "text": "All tiddlers except system tiddlers"
        },
        "$:/language/Filters/RecentSystemTiddlers": {
            "title": "$:/language/Filters/RecentSystemTiddlers",
            "text": "Recently modified tiddlers, including system tiddlers"
        },
        "$:/language/Filters/RecentTiddlers": {
            "title": "$:/language/Filters/RecentTiddlers",
            "text": "Recently modified tiddlers"
        },
        "$:/language/Filters/AllTags": {
            "title": "$:/language/Filters/AllTags",
            "text": "All tags except system tags"
        },
        "$:/language/Filters/Missing": {
            "title": "$:/language/Filters/Missing",
            "text": "Missing tiddlers"
        },
        "$:/language/Filters/Drafts": {
            "title": "$:/language/Filters/Drafts",
            "text": "Draft tiddlers"
        },
        "$:/language/Filters/Orphans": {
            "title": "$:/language/Filters/Orphans",
            "text": "Orphan tiddlers"
        },
        "$:/language/Filters/SystemTiddlers": {
            "title": "$:/language/Filters/SystemTiddlers",
            "text": "System tiddlers"
        },
        "$:/language/Filters/ShadowTiddlers": {
            "title": "$:/language/Filters/ShadowTiddlers",
            "text": "Shadow tiddlers"
        },
        "$:/language/Filters/OverriddenShadowTiddlers": {
            "title": "$:/language/Filters/OverriddenShadowTiddlers",
            "text": "Overridden shadow tiddlers"
        },
        "$:/language/Filters/SessionTiddlers": {
            "title": "$:/language/Filters/SessionTiddlers",
            "text": "Tiddlers modified since the wiki was loaded"
        },
        "$:/language/Filters/SystemTags": {
            "title": "$:/language/Filters/SystemTags",
            "text": "System tags"
        },
        "$:/language/Filters/StoryList": {
            "title": "$:/language/Filters/StoryList",
            "text": "Tiddlers in the story river, excluding <$text text=\"$:/AdvancedSearch\"/>"
        },
        "$:/language/Filters/TypedTiddlers": {
            "title": "$:/language/Filters/TypedTiddlers",
            "text": "Non wiki-text tiddlers"
        },
        "GettingStarted": {
            "title": "GettingStarted",
            "text": "\\define lingo-base() $:/language/ControlPanel/Basics/\nWelcome to ~TiddlyWiki and the ~TiddlyWiki community\n\nBefore you start storing important information in ~TiddlyWiki it is vital to make sure that you can reliably save changes. See https://tiddlywiki.com/#GettingStarted for details\n\n!! Set up this ~TiddlyWiki\n\n<div class=\"tc-control-panel\">\n\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n</div>\n\nSee the [[control panel|$:/ControlPanel]] for more options.\n"
        },
        "$:/language/Help/build": {
            "title": "$:/language/Help/build",
            "description": "Automatically run configured commands",
            "text": "Build the specified build targets for the current wiki. If no build targets are specified then all available targets will be built.\n\n```\n--build <target> [<target> ...]\n```\n\nBuild targets are defined in the `tiddlywiki.info` file of a wiki folder.\n\n"
        },
        "$:/language/Help/clearpassword": {
            "title": "$:/language/Help/clearpassword",
            "description": "Clear a password for subsequent crypto operations",
            "text": "Clear the password for subsequent crypto operations\n\n```\n--clearpassword\n```\n"
        },
        "$:/language/Help/default": {
            "title": "$:/language/Help/default",
            "text": "\\define commandTitle()\n$:/language/Help/$(command)$\n\\end\n```\nusage: tiddlywiki [<wikifolder>] [--<command> [<args>...]...]\n```\n\nAvailable commands:\n\n<ul>\n<$list filter=\"[commands[]sort[title]]\" variable=\"command\">\n<li><$link to=<<commandTitle>>><$macrocall $name=\"command\" $type=\"text/plain\" $output=\"text/plain\"/></$link>: <$transclude tiddler=<<commandTitle>> field=\"description\"/></li>\n</$list>\n</ul>\n\nTo get detailed help on a command:\n\n```\ntiddlywiki --help <command>\n```\n"
        },
        "$:/language/Help/deletetiddlers": {
            "title": "$:/language/Help/deletetiddlers",
            "description": "Deletes a group of tiddlers",
            "text": "<<.from-version \"5.1.20\">> Deletes a group of tiddlers identified by a filter.\n\n```\n--deletetiddlers <filter>\n```\n"
        },
        "$:/language/Help/editions": {
            "title": "$:/language/Help/editions",
            "description": "Lists the available editions of TiddlyWiki",
            "text": "Lists the names and descriptions of the available editions. You can create a new wiki of a specified edition with the `--init` command.\n\n```\n--editions\n```\n"
        },
        "$:/language/Help/fetch": {
            "title": "$:/language/Help/fetch",
            "description": "Fetch tiddlers from wiki by URL",
            "text": "Fetch one or more files over HTTP/HTTPS, and import the tiddlers matching a filter, optionally transforming the incoming titles.\n\n```\n--fetch file <url> <import-filter> <transform-filter>\n--fetch files <url-filter> <import-filter> <transform-filter>\n--fetch raw-file <url> <transform-filter>\n--fetch raw-files <url-filter> <transform-filter>\n```\n\nThe \"file\" and \"files\" variants fetch the specified files and attempt to import the tiddlers within them (the same processing as if the files were dragged into the browser window). The \"raw-file\" and \"raw-files\" variants fetch the specified files and then store the raw file data in tiddlers, without applying the import logic.\n\nWith the \"file\" and \"raw-file\" variants only a single file is fetched and the first parameter is the URL of the file to read.\n\nWith the \"files\" and \"raw-files\" variants, multiple files are fetched and the first parameter is a filter yielding a list of URLs of the files to read. For example, given a set of tiddlers tagged \"remote-server\" that have a field \"url\" the filter `[tag[remote-server]get[url]]` will retrieve all the available URLs.\n\nFor the \"file\" and \"files\" variants, the `<import-filter>` parameter specifies a filter determining which tiddlers are imported. It defaults to `[all[tiddlers]]` if not provided.\n\nFor all variants, the `<transform-filter>` parameter specifies an optional filter that transforms the titles of the imported tiddlers. For example, `[addprefix[$:/myimports/]]` would add the prefix `$:/myimports/` to each title.\n\nPreceding the `--fetch` command with `--verbose` will output progress information during the import.\n\nNote that TiddlyWiki will not fetch an older version of an already loaded plugin.\n\nThe following example retrieves all the non-system tiddlers from https://tiddlywiki.com and saves them to a JSON file:\n\n```\ntiddlywiki --verbose --fetch file \"https://tiddlywiki.com/\" \"[!is[system]]\" \"\" --rendertiddler \"$:/core/templates/exporters/JsonFile\" output.json text/plain \"\" exportFilter \"[!is[system]]\"\n```\n\nThe following example retrieves the \"favicon\" file from tiddlywiki.com and saves it in a file called \"output.ico\". Note that the intermediate tiddler \"Icon Tiddler\" is quoted in the \"--fetch\" command because it is being used as a transformation filter to replace the default title, while there are no quotes for the \"--savetiddler\" command because it is being used directly as a title.\n\n```\ntiddlywiki --verbose --fetch raw-file \"https://tiddlywiki.com/favicon.ico\" \"[[Icon Tiddler]]\" --savetiddler \"Icon Tiddler\" output.ico\n```\n\n"
        },
        "$:/language/Help/help": {
            "title": "$:/language/Help/help",
            "description": "Display help for TiddlyWiki commands",
            "text": "Displays help text for a command:\n\n```\n--help [<command>]\n```\n\nIf the command name is omitted then a list of available commands is displayed.\n"
        },
        "$:/language/Help/import": {
            "title": "$:/language/Help/import",
            "description": "Import tiddlers from a file",
            "text": "Import tiddlers from TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` or other local files. The deserializer must be explicitly specified, unlike the `load` command which infers the deserializer from the file extension.\n\n```\n--import <filepath> <deserializer> [<title>] [<encoding>]\n```\n\nThe deserializers in the core include:\n\n* application/javascript\n* application/json\n* application/x-tiddler\n* application/x-tiddler-html-div\n* application/x-tiddlers\n* text/html\n* text/plain\n\nThe title of the imported tiddler defaults to the filename.\n\nThe encoding defaults to \"utf8\", but can be \"base64\" for importing binary files.\n\nNote that TiddlyWiki will not import an older version of an already loaded plugin.\n"
        },
        "$:/language/Help/init": {
            "title": "$:/language/Help/init",
            "description": "Initialise a new wiki folder",
            "text": "Initialise an empty [[WikiFolder|WikiFolders]] with a copy of the specified edition.\n\n```\n--init <edition> [<edition> ...]\n```\n\nFor example:\n\n```\ntiddlywiki ./MyWikiFolder --init empty\n```\n\nNote:\n\n* The wiki folder directory will be created if necessary\n* The \"edition\" defaults to ''empty''\n* The init command will fail if the wiki folder is not empty\n* The init command removes any `includeWikis` definitions in the edition's `tiddlywiki.info` file\n* When multiple editions are specified, editions initialised later will overwrite any files shared with earlier editions (so, the final `tiddlywiki.info` file will be copied from the last edition)\n* `--editions` returns a list of available editions\n"
        },
        "$:/language/Help/listen": {
            "title": "$:/language/Help/listen",
            "description": "Provides an HTTP server interface to TiddlyWiki",
            "text": "Serves a wiki over HTTP.\n\nThe listen command uses NamedCommandParameters:\n\n```\n--listen [<name>=<value>]...\n```\n\nAll parameters are optional with safe defaults, and can be specified in any order. The recognised parameters are:\n\n* ''host'' - optional hostname to serve from (defaults to \"127.0.0.1\" aka \"localhost\")\n* ''path-prefix'' - optional prefix for paths\n* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to \"8080\")\n* ''credentials'' - pathname of credentials CSV file (relative to wiki folder)\n* ''anon-username'' - the username for signing edits for anonymous users\n* ''username'' - optional username for basic authentication\n* ''password'' - optional password for basic authentication\n* ''authenticated-user-header'' - optional name of header to be used for trusted authentication\n* ''readers'' - comma separated list of principals allowed to read from this wiki\n* ''writers'' - comma separated list of principals allowed to write to this wiki\n* ''csrf-disable'' - set to \"yes\" to disable CSRF checks (defaults to \"no\")\n* ''root-tiddler'' - the tiddler to serve at the root (defaults to \"$:/core/save/all\")\n* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to \"text/plain\")\n* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to \"text/html\")\n* ''tls-cert'' - pathname of TLS certificate file (relative to wiki folder)\n* ''tls-key'' - pathname of TLS key file (relative to wiki folder)\n* ''debug-level'' - optional debug level; set to \"debug\" to view request details (defaults to \"none\")\n* ''gzip'' - set to \"yes\" to enable gzip compression for some http endpoints (defaults to \"no\")\n\nFor information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com.\n\n"
        },
        "$:/language/Help/load": {
            "title": "$:/language/Help/load",
            "description": "Load tiddlers from a file",
            "text": "Load tiddlers from TiddlyWiki (`.html`), `.tiddler`, `.tid`, `.json` or other local files. The processing applied to incoming files is determined by the file extension. Use the alternative `import` command if you need to specify the deserializer and encoding explicitly.\n\n```\n--load <filepath> [noerror]\n--load <dirpath> [noerror]\n```\n\nBy default, the load command raises an error if no tiddlers are found. The error can be suppressed by providing the optional \"noerror\" parameter.\n\nTo load tiddlers from an encrypted TiddlyWiki file you should first specify the password with the PasswordCommand. For example:\n\n```\ntiddlywiki ./MyWiki --password pa55w0rd --load my_encrypted_wiki.html\n```\n\nNote that TiddlyWiki will not load an older version of an already loaded plugin.\n"
        },
        "$:/language/Help/makelibrary": {
            "title": "$:/language/Help/makelibrary",
            "description": "Construct library plugin required by upgrade process",
            "text": "Constructs the `$:/UpgradeLibrary` tiddler for the upgrade process.\n\nThe upgrade library is formatted as an ordinary plugin tiddler with the plugin type `library`. It contains a copy of each of the plugins, themes and language packs available within the TiddlyWiki5 repository.\n\nThis command is intended for internal use; it is only relevant to users constructing a custom upgrade procedure.\n\n```\n--makelibrary <title>\n```\n\nThe title argument defaults to `$:/UpgradeLibrary`.\n"
        },
        "$:/language/Help/notfound": {
            "title": "$:/language/Help/notfound",
            "text": "No such help item"
        },
        "$:/language/Help/output": {
            "title": "$:/language/Help/output",
            "description": "Set the base output directory for subsequent commands",
            "text": "Sets the base output directory for subsequent commands. The default output directory is the `output` subdirectory of the edition directory.\n\n```\n--output <pathname>\n```\n\nIf the specified pathname is relative then it is resolved relative to the current working directory. For example `--output .` sets the output directory to the current working directory.\n\n"
        },
        "$:/language/Help/password": {
            "title": "$:/language/Help/password",
            "description": "Set a password for subsequent crypto operations",
            "text": "Set a password for subsequent crypto operations\n\n```\n--password <password>\n```\n\n''Note'': This should not be used for serving TiddlyWiki with password protection. Instead, see the password option under the [[ServerCommand]].\n"
        },
        "$:/language/Help/render": {
            "title": "$:/language/Help/render",
            "description": "Renders individual tiddlers to files",
            "text": "Render individual tiddlers identified by a filter and save the results to the specified files.\n\nOptionally, the title of a template tiddler can be specified. In this case, instead of directly rendering each tiddler, the template tiddler is rendered with the \"currentTiddler\" variable set to the title of the tiddler that is being rendered.\n\nA name and value for an additional variable may optionally also be specified.\n\n```\n--render <tiddler-filter> [<filename-filter>] [<render-type>] [<template>] [<name>] [<value>]\n```\n\n* ''tiddler-filter'': A filter identifying the tiddler(s) to be rendered\n* ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]addsuffix[.html]]`, which uses the unchanged tiddler title as the filename\n* ''render-type'': Optional render type: `text/html` (the default) returns the full HTML text and `text/plain` just returns the text content (ie it ignores HTML tags and other unprintable material)\n* ''template'': Optional template through which each tiddler is rendered\n* ''name'': Name of optional variable\n* ''value'': Value of optional variable\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nNotes:\n\n* The output directory is not cleared of any existing files\n* Any missing directories in the path to the filename are automatically created.\n* When referring to a tiddler with spaces in its title, take care to use both the quotes required by your shell and also TiddlyWiki's double square brackets : `--render \"[[Motovun Jack.jpg]]\"`\n* The filename filter is evaluated with the selected items being set to the title of the tiddler currently being rendered, allowing the title to be used as the basis for computing the filename. For example `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`\n* The `--render` command is a more flexible replacement for both the `--rendertiddler` and `--rendertiddlers` commands, which are deprecated\n\nExamples:\n\n* `--render \"[!is[system]]\" \"[encodeuricomponent[]addprefix[tiddlers/]addsuffix[.html]]\"` -- renders all non-system tiddlers as files in the subdirectory \"tiddlers\" with URL-encoded titles and the extension HTML\n\n"
        },
        "$:/language/Help/rendertiddler": {
            "title": "$:/language/Help/rendertiddler",
            "description": "Render an individual tiddler as a specified ContentType",
            "text": "(Note: The `--rendertiddler` command is deprecated in favour of the new, more flexible `--render` command)\n\nRender an individual tiddler as a specified ContentType, defaulting to `text/html` and save it to the specified filename.\n\nOptionally the title of a template tiddler can be specified, in which case the template tiddler is rendered with the \"currentTiddler\" variable set to the tiddler that is being rendered (the first parameter value).\n\nA name and value for an additional variable may optionally also be specified.\n\n```\n--rendertiddler <title> <filename> [<type>] [<template>] [<name>] [<value>]\n```\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the path to the filename are automatically created.\n\nFor example, the following command saves all tiddlers matching the filter `[tag[done]]` to a JSON file titled `output.json` by employing the core template `$:/core/templates/exporters/JsonFile`.\n\n```\n--rendertiddler \"$:/core/templates/exporters/JsonFile\" output.json text/plain \"\" exportFilter \"[tag[done]]\"\n```\n"
        },
        "$:/language/Help/rendertiddlers": {
            "title": "$:/language/Help/rendertiddlers",
            "description": "Render tiddlers matching a filter to a specified ContentType",
            "text": "(Note: The `--rendertiddlers` command is deprecated in favour of the new, more flexible `--render` command)\n\nRender a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).\n\n```\n--rendertiddlers '<filter>' <template> <pathname> [<type>] [<extension>] [\"noclean\"]\n```\n\nFor example:\n\n```\n--rendertiddlers '[!is[system]]' $:/core/templates/static.tiddler.html ./static text/plain\n```\n\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny files in the target directory are deleted unless the ''noclean'' flag is specified. The target directory is recursively created if it is missing.\n"
        },
        "$:/language/Help/save": {
            "title": "$:/language/Help/save",
            "description": "Saves individual raw tiddlers to files",
            "text": "Saves individual tiddlers identified by a filter in their raw text or binary format to the specified files.\n\n```\n--save <tiddler-filter> <filename-filter>\n```\n\n* ''tiddler-filter'': A filter identifying the tiddler(s) to be saved\n* ''filename-filter'': Optional filter transforming tiddler titles into pathnames. If omitted, defaults to `[is[tiddler]]`, which uses the unchanged tiddler title as the filename\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nNotes:\n\n* The output directory is not cleared of any existing files\n* Any missing directories in the path to the filename are automatically created.\n* When saving a tiddler with spaces in its title, take care to use both the quotes required by your shell and also TiddlyWiki's double square brackets : `--save \"[[Motovun Jack.jpg]]\"`\n* The filename filter is evaluated with the selected items being set to the title of the tiddler currently being saved, allowing the title to be used as the basis for computing the filename. For example `[encodeuricomponent[]addprefix[static/]]` applies URI encoding to each title, and then adds the prefix `static/`\n* The `--save` command is a more flexible replacement for both the `--savetiddler` and `--savetiddlers` commands, which are deprecated\n\nExamples:\n\n* `--save \"[!is[system]is[image]]\" \"[encodeuricomponent[]addprefix[tiddlers/]]\"` -- saves all non-system image tiddlers as files in the subdirectory \"tiddlers\" with URL-encoded titles\n"
        },
        "$:/language/Help/savetiddler": {
            "title": "$:/language/Help/savetiddler",
            "description": "Saves a raw tiddler to a file",
            "text": "(Note: The `--savetiddler` command is deprecated in favour of the new, more flexible `--save` command)\n\nSaves an individual tiddler in its raw text or binary format to the specified filename.\n\n```\n--savetiddler <title> <filename>\n```\n\nBy default, the filename is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nAny missing directories in the path to the filename are automatically created.\n"
        },
        "$:/language/Help/savetiddlers": {
            "title": "$:/language/Help/savetiddlers",
            "description": "Saves a group of raw tiddlers to a directory",
            "text": "(Note: The `--savetiddlers` command is deprecated in favour of the new, more flexible `--save` command)\n\nSaves a group of tiddlers in their raw text or binary format to the specified directory.\n\n```\n--savetiddlers <filter> <pathname> [\"noclean\"]\n```\n\nBy default, the pathname is resolved relative to the `output` subdirectory of the edition directory. The `--output` command can be used to direct output to a different directory.\n\nThe output directory is cleared of existing files before saving the specified files. The deletion can be disabled by specifying the ''noclean'' flag.\n\nAny missing directories in the pathname are automatically created.\n"
        },
        "$:/language/Help/savewikifolder": {
            "title": "$:/language/Help/savewikifolder",
            "description": "Saves a wiki to a new wiki folder",
            "text": "<<.from-version \"5.1.20\">> Saves the current wiki as a wiki folder, including tiddlers, plugins and configuration:\n\n```\n--savewikifolder <wikifolderpath> [<filter>]\n```\n\n* The target wiki folder must be empty or non-existent\n* The filter specifies which tiddlers should be included. It is optional, defaulting to `[all[tiddlers]]`\n* Plugins from the official plugin library are replaced with references to those plugins in the `tiddlywiki.info` file\n* Custom plugins are unpacked into their own folder\n\nA common usage is to convert a TiddlyWiki HTML file into a wiki folder:\n\n```\ntiddlywiki --load ./mywiki.html --savewikifolder ./mywikifolder\n```\n"
        },
        "$:/language/Help/server": {
            "title": "$:/language/Help/server",
            "description": "Provides an HTTP server interface to TiddlyWiki (deprecated in favour of the new listen command)",
            "text": "Legacy command to serve a wiki over HTTP.\n\n```\n--server <port> <root-tiddler> <root-render-type> <root-serve-type> <username> <password> <host> <path-prefix> <debug-level>\n```\n\nThe parameters are:\n\n* ''port'' - port number on which to listen; non-numeric values are interpreted as a system environment variable from which the port number is extracted (defaults to \"8080\")\n* ''root-tiddler'' - the tiddler to serve at the root (defaults to \"$:/core/save/all\")\n* ''root-render-type'' - the content type to which the root tiddler should be rendered (defaults to \"text/plain\")\n* ''root-serve-type'' - the content type with which the root tiddler should be served (defaults to \"text/html\")\n* ''username'' - the default username for signing edits\n* ''password'' - optional password for basic authentication\n* ''host'' - optional hostname to serve from (defaults to \"127.0.0.1\" aka \"localhost\")\n* ''path-prefix'' - optional prefix for paths\n* ''debug-level'' - optional debug level; set to \"debug\" to view request details (defaults to \"none\")\n\nIf the password parameter is specified then the browser will prompt the user for the username and password. Note that the password is transmitted in plain text so this implementation should only be used on a trusted network or over HTTPS.\n\nFor example:\n\n```\n--server 8080 $:/core/save/all text/plain text/html MyUserName passw0rd\n```\n\nThe username and password can be specified as empty strings if you need to set the hostname or pathprefix and don't want to require a password.\n\n\n```\n--server 8080 $:/core/save/all text/plain text/html \"\" \"\" 192.168.0.245\n```\n\nUsing an address like this exposes your system to the local network. For information on opening up your instance to the entire local network, and possible security concerns, see the WebServer tiddler at TiddlyWiki.com.\n\nTo run multiple TiddlyWiki servers at the same time you'll need to put each one on a different port. It can be useful to use an environment variable to pass the port number to the Node.js process. This example references an environment variable called \"MY_PORT_NUMBER\":\n\n```\n--server MY_PORT_NUMBER $:/core/save/all text/plain text/html MyUserName passw0rd\n```\n"
        },
        "$:/language/Help/setfield": {
            "title": "$:/language/Help/setfield",
            "description": "Prepares external tiddlers for use",
            "text": "//Note that this command is experimental and may change or be replaced before being finalised//\n\nSets the specified field of a group of tiddlers to the result of wikifying a template tiddler with the `currentTiddler` variable set to the tiddler.\n\n```\n--setfield <filter> <fieldname> <templatetitle> <rendertype>\n```\n\nThe parameters are:\n\n* ''filter'' - filter identifying the tiddlers to be affected\n* ''fieldname'' - the field to modify (defaults to \"text\")\n* ''templatetitle'' - the tiddler to wikify into the specified field. If blank or missing then the specified field is deleted\n* ''rendertype'' - the text type to render (defaults to \"text/plain\"; \"text/html\" can be used to include HTML tags)\n"
        },
        "$:/language/Help/unpackplugin": {
            "title": "$:/language/Help/unpackplugin",
            "description": "Unpack the payload tiddlers from a plugin",
            "text": "Extract the payload tiddlers from a plugin, creating them as ordinary tiddlers:\n\n```\n--unpackplugin <title>\n```\n"
        },
        "$:/language/Help/verbose": {
            "title": "$:/language/Help/verbose",
            "description": "Triggers verbose output mode",
            "text": "Triggers verbose output, useful for debugging\n\n```\n--verbose\n```\n"
        },
        "$:/language/Help/version": {
            "title": "$:/language/Help/version",
            "description": "Displays the version number of TiddlyWiki",
            "text": "Displays the version number of TiddlyWiki.\n\n```\n--version\n```\n"
        },
        "$:/language/Import/Imported/Hint": {
            "title": "$:/language/Import/Imported/Hint",
            "text": "The following tiddlers were imported:"
        },
        "$:/language/Import/Listing/Cancel/Caption": {
            "title": "$:/language/Import/Listing/Cancel/Caption",
            "text": "Cancel"
        },
        "$:/language/Import/Listing/Hint": {
            "title": "$:/language/Import/Listing/Hint",
            "text": "These tiddlers are ready to import:"
        },
        "$:/language/Import/Listing/Import/Caption": {
            "title": "$:/language/Import/Listing/Import/Caption",
            "text": "Import"
        },
        "$:/language/Import/Listing/Select/Caption": {
            "title": "$:/language/Import/Listing/Select/Caption",
            "text": "Select"
        },
        "$:/language/Import/Listing/Status/Caption": {
            "title": "$:/language/Import/Listing/Status/Caption",
            "text": "Status"
        },
        "$:/language/Import/Listing/Title/Caption": {
            "title": "$:/language/Import/Listing/Title/Caption",
            "text": "Title"
        },
        "$:/language/Import/Listing/Preview": {
            "title": "$:/language/Import/Listing/Preview",
            "text": "Preview:"
        },
        "$:/language/Import/Listing/Preview/Text": {
            "title": "$:/language/Import/Listing/Preview/Text",
            "text": "Text"
        },
        "$:/language/Import/Listing/Preview/TextRaw": {
            "title": "$:/language/Import/Listing/Preview/TextRaw",
            "text": "Text (Raw)"
        },
        "$:/language/Import/Listing/Preview/Fields": {
            "title": "$:/language/Import/Listing/Preview/Fields",
            "text": "Fields"
        },
        "$:/language/Import/Listing/Preview/Diff": {
            "title": "$:/language/Import/Listing/Preview/Diff",
            "text": "Diff"
        },
        "$:/language/Import/Listing/Preview/DiffFields": {
            "title": "$:/language/Import/Listing/Preview/DiffFields",
            "text": "Diff (Fields)"
        },
        "$:/language/Import/Listing/Rename/Tooltip": {
            "title": "$:/language/Import/Listing/Rename/Tooltip",
            "text": "Rename tiddler before importing"
        },
        "$:/language/Import/Listing/Rename/Prompt": {
            "title": "$:/language/Import/Listing/Rename/Prompt",
            "text": "Rename to:"
        },
        "$:/language/Import/Listing/Rename/ConfirmRename": {
            "title": "$:/language/Import/Listing/Rename/ConfirmRename",
            "text": "Rename tiddler"
        },
        "$:/language/Import/Listing/Rename/CancelRename": {
            "title": "$:/language/Import/Listing/Rename/CancelRename",
            "text": "Cancel"
        },
        "$:/language/Import/Listing/Rename/OverwriteWarning": {
            "title": "$:/language/Import/Listing/Rename/OverwriteWarning",
            "text": "A tiddler with this title already exists."
        },
        "$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible": {
            "title": "$:/language/Import/Upgrader/Plugins/Suppressed/Incompatible",
            "text": "Blocked incompatible or obsolete plugin."
        },
        "$:/language/Import/Upgrader/Plugins/Suppressed/Version": {
            "title": "$:/language/Import/Upgrader/Plugins/Suppressed/Version",
            "text": "Blocked plugin (due to incoming <<incoming>> not being newer than existing <<existing>>)."
        },
        "$:/language/Import/Upgrader/Plugins/Upgraded": {
            "title": "$:/language/Import/Upgrader/Plugins/Upgraded",
            "text": "Upgraded plugin from <<incoming>> to <<upgraded>>."
        },
        "$:/language/Import/Upgrader/State/Suppressed": {
            "title": "$:/language/Import/Upgrader/State/Suppressed",
            "text": "Blocked temporary state tiddler."
        },
        "$:/language/Import/Upgrader/System/Suppressed": {
            "title": "$:/language/Import/Upgrader/System/Suppressed",
            "text": "Blocked system tiddler."
        },
        "$:/language/Import/Upgrader/System/Warning": {
            "title": "$:/language/Import/Upgrader/System/Warning",
            "text": "Core module tiddler."
        },
        "$:/language/Import/Upgrader/System/Alert": {
            "title": "$:/language/Import/Upgrader/System/Alert",
            "text": "You are about to import a tiddler that will overwrite a core module tiddler. This is not recommended as it may make the system unstable."
        },
        "$:/language/Import/Upgrader/ThemeTweaks/Created": {
            "title": "$:/language/Import/Upgrader/ThemeTweaks/Created",
            "text": "Migrated theme tweak from <$text text=<<from>>/>."
        },
        "$:/language/AboveStory/ClassicPlugin/Warning": {
            "title": "$:/language/AboveStory/ClassicPlugin/Warning",
            "text": "It looks like you are trying to load a plugin designed for ~TiddlyWiki Classic. Please note that [[these plugins do not work with TiddlyWiki version 5.x.x|https://tiddlywiki.com/#TiddlyWikiClassic]]. ~TiddlyWiki Classic plugins detected:"
        },
        "$:/language/BinaryWarning/Prompt": {
            "title": "$:/language/BinaryWarning/Prompt",
            "text": "This tiddler contains binary data"
        },
        "$:/language/ClassicWarning/Hint": {
            "title": "$:/language/ClassicWarning/Hint",
            "text": "This tiddler is written in TiddlyWiki Classic wiki text format, which is not fully compatible with TiddlyWiki version 5. See https://tiddlywiki.com/static/Upgrading.html for more details."
        },
        "$:/language/ClassicWarning/Upgrade/Caption": {
            "title": "$:/language/ClassicWarning/Upgrade/Caption",
            "text": "upgrade"
        },
        "$:/language/CloseAll/Button": {
            "title": "$:/language/CloseAll/Button",
            "text": "close all"
        },
        "$:/language/ColourPicker/Recent": {
            "title": "$:/language/ColourPicker/Recent",
            "text": "Recent:"
        },
        "$:/language/ConfirmCancelTiddler": {
            "title": "$:/language/ConfirmCancelTiddler",
            "text": "Do you wish to discard changes to the tiddler \"<$text text=<<title>>/>\"?"
        },
        "$:/language/ConfirmDeleteTiddler": {
            "title": "$:/language/ConfirmDeleteTiddler",
            "text": "Do you wish to delete the tiddler \"<$text text=<<title>>/>\"?"
        },
        "$:/language/ConfirmOverwriteTiddler": {
            "title": "$:/language/ConfirmOverwriteTiddler",
            "text": "Do you wish to overwrite the tiddler \"<$text text=<<title>>/>\"?"
        },
        "$:/language/ConfirmEditShadowTiddler": {
            "title": "$:/language/ConfirmEditShadowTiddler",
            "text": "You are about to edit a ShadowTiddler. Any changes will override the default system making future upgrades non-trivial. Are you sure you want to edit \"<$text text=<<title>>/>\"?"
        },
        "$:/language/ConfirmAction": {
            "title": "$:/language/ConfirmAction",
            "text": "Do you wish to proceed?"
        },
        "$:/language/Count": {
            "title": "$:/language/Count",
            "text": "count"
        },
        "$:/language/DefaultNewTiddlerTitle": {
            "title": "$:/language/DefaultNewTiddlerTitle",
            "text": "New Tiddler"
        },
        "$:/language/Diffs/CountMessage": {
            "title": "$:/language/Diffs/CountMessage",
            "text": "<<diff-count>> differences"
        },
        "$:/language/DropMessage": {
            "title": "$:/language/DropMessage",
            "text": "Drop here (or use the 'Escape' key to cancel)"
        },
        "$:/language/Encryption/Cancel": {
            "title": "$:/language/Encryption/Cancel",
            "text": "Cancel"
        },
        "$:/language/Encryption/ConfirmClearPassword": {
            "title": "$:/language/Encryption/ConfirmClearPassword",
            "text": "Do you wish to clear the password? This will remove the encryption applied when saving this wiki"
        },
        "$:/language/Encryption/PromptSetPassword": {
            "title": "$:/language/Encryption/PromptSetPassword",
            "text": "Set a new password for this TiddlyWiki"
        },
        "$:/language/Encryption/Username": {
            "title": "$:/language/Encryption/Username",
            "text": "Username"
        },
        "$:/language/Encryption/Password": {
            "title": "$:/language/Encryption/Password",
            "text": "Password"
        },
        "$:/language/Encryption/RepeatPassword": {
            "title": "$:/language/Encryption/RepeatPassword",
            "text": "Repeat password"
        },
        "$:/language/Encryption/PasswordNoMatch": {
            "title": "$:/language/Encryption/PasswordNoMatch",
            "text": "Passwords do not match"
        },
        "$:/language/Encryption/SetPassword": {
            "title": "$:/language/Encryption/SetPassword",
            "text": "Set password"
        },
        "$:/language/Error/Caption": {
            "title": "$:/language/Error/Caption",
            "text": "Error"
        },
        "$:/language/Error/EditConflict": {
            "title": "$:/language/Error/EditConflict",
            "text": "File changed on server"
        },
        "$:/language/Error/Filter": {
            "title": "$:/language/Error/Filter",
            "text": "Filter error"
        },
        "$:/language/Error/FilterSyntax": {
            "title": "$:/language/Error/FilterSyntax",
            "text": "Syntax error in filter expression"
        },
        "$:/language/Error/FilterRunPrefix": {
            "title": "$:/language/Error/FilterRunPrefix",
            "text": "Filter Error: Unknown prefix for filter run"
        },
        "$:/language/Error/IsFilterOperator": {
            "title": "$:/language/Error/IsFilterOperator",
            "text": "Filter Error: Unknown operand for the 'is' filter operator"
        },
        "$:/language/Error/FormatFilterOperator": {
            "title": "$:/language/Error/FormatFilterOperator",
            "text": "Filter Error: Unknown suffix for the 'format' filter operator"
        },
        "$:/language/Error/LoadingPluginLibrary": {
            "title": "$:/language/Error/LoadingPluginLibrary",
            "text": "Error loading plugin library"
        },
        "$:/language/Error/NetworkErrorAlert": {
            "title": "$:/language/Error/NetworkErrorAlert",
            "text": "`<h2>''Network Error''</h2>It looks like the connection to the server has been lost. This may indicate a problem with your network connection. Please attempt to restore network connectivity before continuing.<br><br>''Any unsaved changes will be automatically synchronised when connectivity is restored''.`"
        },
        "$:/language/Error/RecursiveTransclusion": {
            "title": "$:/language/Error/RecursiveTransclusion",
            "text": "Recursive transclusion error in transclude widget"
        },
        "$:/language/Error/RetrievingSkinny": {
            "title": "$:/language/Error/RetrievingSkinny",
            "text": "Error retrieving skinny tiddler list"
        },
        "$:/language/Error/SavingToTWEdit": {
            "title": "$:/language/Error/SavingToTWEdit",
            "text": "Error saving to TWEdit"
        },
        "$:/language/Error/WhileSaving": {
            "title": "$:/language/Error/WhileSaving",
            "text": "Error while saving"
        },
        "$:/language/Error/XMLHttpRequest": {
            "title": "$:/language/Error/XMLHttpRequest",
            "text": "XMLHttpRequest error code"
        },
        "$:/language/InternalJavaScriptError/Title": {
            "title": "$:/language/InternalJavaScriptError/Title",
            "text": "Internal JavaScript Error"
        },
        "$:/language/InternalJavaScriptError/Hint": {
            "title": "$:/language/InternalJavaScriptError/Hint",
            "text": "Well, this is embarrassing. It is recommended that you restart TiddlyWiki by refreshing your browser"
        },
        "$:/language/InvalidFieldName": {
            "title": "$:/language/InvalidFieldName",
            "text": "Illegal characters in field name \"<$text text=<<fieldName>>/>\". Fields can only contain lowercase letters, digits and the characters underscore (`_`), hyphen (`-`) and period (`.`)"
        },
        "$:/language/LayoutSwitcher/Description": {
            "title": "$:/language/LayoutSwitcher/Description",
            "text": "Open the layout switcher"
        },
        "$:/language/LazyLoadingWarning": {
            "title": "$:/language/LazyLoadingWarning",
            "text": "<p>Trying to load external content from ''<$text text={{!!_canonical_uri}}/>''</p><p>If this message doesn't disappear, either the tiddler content type doesn't match the type of the external content, or you may be using a browser that doesn't support external content for wikis loaded as standalone files. See https://tiddlywiki.com/#ExternalText</p>"
        },
        "$:/language/LoginToTiddlySpace": {
            "title": "$:/language/LoginToTiddlySpace",
            "text": "Login to TiddlySpace"
        },
        "$:/language/Manager/Controls/FilterByTag/None": {
            "title": "$:/language/Manager/Controls/FilterByTag/None",
            "text": "(none)"
        },
        "$:/language/Manager/Controls/FilterByTag/Prompt": {
            "title": "$:/language/Manager/Controls/FilterByTag/Prompt",
            "text": "Filter by tag:"
        },
        "$:/language/Manager/Controls/Order/Prompt": {
            "title": "$:/language/Manager/Controls/Order/Prompt",
            "text": "Reverse order"
        },
        "$:/language/Manager/Controls/Search/Placeholder": {
            "title": "$:/language/Manager/Controls/Search/Placeholder",
            "text": "Search"
        },
        "$:/language/Manager/Controls/Search/Prompt": {
            "title": "$:/language/Manager/Controls/Search/Prompt",
            "text": "Search:"
        },
        "$:/language/Manager/Controls/Show/Option/Tags": {
            "title": "$:/language/Manager/Controls/Show/Option/Tags",
            "text": "tags"
        },
        "$:/language/Manager/Controls/Show/Option/Tiddlers": {
            "title": "$:/language/Manager/Controls/Show/Option/Tiddlers",
            "text": "tiddlers"
        },
        "$:/language/Manager/Controls/Show/Prompt": {
            "title": "$:/language/Manager/Controls/Show/Prompt",
            "text": "Show:"
        },
        "$:/language/Manager/Controls/Sort/Prompt": {
            "title": "$:/language/Manager/Controls/Sort/Prompt",
            "text": "Sort by:"
        },
        "$:/language/Manager/Item/Colour": {
            "title": "$:/language/Manager/Item/Colour",
            "text": "Colour"
        },
        "$:/language/Manager/Item/Fields": {
            "title": "$:/language/Manager/Item/Fields",
            "text": "Fields"
        },
        "$:/language/Manager/Item/Icon/None": {
            "title": "$:/language/Manager/Item/Icon/None",
            "text": "(none)"
        },
        "$:/language/Manager/Item/Icon": {
            "title": "$:/language/Manager/Item/Icon",
            "text": "Icon"
        },
        "$:/language/Manager/Item/RawText": {
            "title": "$:/language/Manager/Item/RawText",
            "text": "Raw text"
        },
        "$:/language/Manager/Item/Tags": {
            "title": "$:/language/Manager/Item/Tags",
            "text": "Tags"
        },
        "$:/language/Manager/Item/Tools": {
            "title": "$:/language/Manager/Item/Tools",
            "text": "Tools"
        },
        "$:/language/Manager/Item/WikifiedText": {
            "title": "$:/language/Manager/Item/WikifiedText",
            "text": "Wikified text"
        },
        "$:/language/MissingTiddler/Hint": {
            "title": "$:/language/MissingTiddler/Hint",
            "text": "Missing tiddler \"<$text text=<<currentTiddler>>/>\" -- click {{||$:/core/ui/Buttons/edit}} to create"
        },
        "$:/language/No": {
            "title": "$:/language/No",
            "text": "No"
        },
        "$:/language/OfficialPluginLibrary": {
            "title": "$:/language/OfficialPluginLibrary",
            "text": "Official ~TiddlyWiki Plugin Library"
        },
        "$:/language/OfficialPluginLibrary/Hint": {
            "title": "$:/language/OfficialPluginLibrary/Hint",
            "text": "The official ~TiddlyWiki plugin library at tiddlywiki.com. Plugins, themes and language packs are maintained by the core team."
        },
        "$:/language/PageTemplate/Description": {
            "title": "$:/language/PageTemplate/Description",
            "text": "the default ~TiddlyWiki layout"
        },
        "$:/language/PageTemplate/Name": {
            "title": "$:/language/PageTemplate/Name",
            "text": "Default ~PageTemplate"
        },
        "$:/language/PluginReloadWarning": {
            "title": "$:/language/PluginReloadWarning",
            "text": "Please save {{$:/core/ui/Buttons/save-wiki}} and reload {{$:/core/ui/Buttons/refresh}} to allow changes to ~JavaScript plugins to take effect"
        },
        "$:/language/RecentChanges/DateFormat": {
            "title": "$:/language/RecentChanges/DateFormat",
            "text": "DDth MMM YYYY"
        },
        "$:/language/Shortcuts/Input/AdvancedSearch/Hint": {
            "title": "$:/language/Shortcuts/Input/AdvancedSearch/Hint",
            "text": "Open the ~AdvancedSearch panel from within the sidebar search field"
        },
        "$:/language/Shortcuts/Input/Accept/Hint": {
            "title": "$:/language/Shortcuts/Input/Accept/Hint",
            "text": "Accept the selected item"
        },
        "$:/language/Shortcuts/Input/AcceptVariant/Hint": {
            "title": "$:/language/Shortcuts/Input/AcceptVariant/Hint",
            "text": "Accept the selected item (variant)"
        },
        "$:/language/Shortcuts/Input/Cancel/Hint": {
            "title": "$:/language/Shortcuts/Input/Cancel/Hint",
            "text": "Clear the input field"
        },
        "$:/language/Shortcuts/Input/Down/Hint": {
            "title": "$:/language/Shortcuts/Input/Down/Hint",
            "text": "Select the next item"
        },
        "$:/language/Shortcuts/Input/Tab-Left/Hint": {
            "title": "$:/language/Shortcuts/Input/Tab-Left/Hint",
            "text": "Select the previous Tab"
        },
        "$:/language/Shortcuts/Input/Tab-Right/Hint": {
            "title": "$:/language/Shortcuts/Input/Tab-Right/Hint",
            "text": "Select the next Tab"
        },
        "$:/language/Shortcuts/Input/Up/Hint": {
            "title": "$:/language/Shortcuts/Input/Up/Hint",
            "text": "Select the previous item"
        },
        "$:/language/Shortcuts/SidebarLayout/Hint": {
            "title": "$:/language/Shortcuts/SidebarLayout/Hint",
            "text": "Change the sidebar layout"
        },
        "$:/language/Switcher/Subtitle/theme": {
            "title": "$:/language/Switcher/Subtitle/theme",
            "text": "Switch Theme"
        },
        "$:/language/Switcher/Subtitle/layout": {
            "title": "$:/language/Switcher/Subtitle/layout",
            "text": "Switch Layout"
        },
        "$:/language/Switcher/Subtitle/language": {
            "title": "$:/language/Switcher/Subtitle/language",
            "text": "Switch Language"
        },
        "$:/language/Switcher/Subtitle/palette": {
            "title": "$:/language/Switcher/Subtitle/palette",
            "text": "Switch Palette"
        },
        "$:/language/SystemTiddler/Tooltip": {
            "title": "$:/language/SystemTiddler/Tooltip",
            "text": "This is a system tiddler"
        },
        "$:/language/SystemTiddlers/Include/Prompt": {
            "title": "$:/language/SystemTiddlers/Include/Prompt",
            "text": "Include system tiddlers"
        },
        "$:/language/TagManager/Colour/Heading": {
            "title": "$:/language/TagManager/Colour/Heading",
            "text": "Colour"
        },
        "$:/language/TagManager/Count/Heading": {
            "title": "$:/language/TagManager/Count/Heading",
            "text": "Count"
        },
        "$:/language/TagManager/Icon/Heading": {
            "title": "$:/language/TagManager/Icon/Heading",
            "text": "Icon"
        },
        "$:/language/TagManager/Icons/None": {
            "title": "$:/language/TagManager/Icons/None",
            "text": "None"
        },
        "$:/language/TagManager/Info/Heading": {
            "title": "$:/language/TagManager/Info/Heading",
            "text": "Info"
        },
        "$:/language/TagManager/Tag/Heading": {
            "title": "$:/language/TagManager/Tag/Heading",
            "text": "Tag"
        },
        "$:/language/Tiddler/DateFormat": {
            "title": "$:/language/Tiddler/DateFormat",
            "text": "DDth MMM YYYY at hh12:0mmam"
        },
        "$:/language/UnsavedChangesWarning": {
            "title": "$:/language/UnsavedChangesWarning",
            "text": "You have unsaved changes in TiddlyWiki"
        },
        "$:/language/Yes": {
            "title": "$:/language/Yes",
            "text": "Yes"
        },
        "$:/language/Modals/Download": {
            "title": "$:/language/Modals/Download",
            "subtitle": "Download changes",
            "footer": "<$button message=\"tm-close-tiddler\">Close</$button>",
            "help": "https://tiddlywiki.com/static/DownloadingChanges.html",
            "text": "Your browser only supports manual saving.\n\nTo save your modified wiki, right click on the download link below and select \"Download file\" or \"Save file\", and then choose the folder and filename.\n\n//You can marginally speed things up by clicking the link with the control key (Windows) or the options/alt key (Mac OS X). You will not be prompted for the folder or filename, but your browser is likely to give it an unrecognisable name -- you may need to rename the file to include an `.html` extension before you can do anything useful with it.//\n\nOn smartphones that do not allow files to be downloaded you can instead bookmark the link, and then sync your bookmarks to a desktop computer from where the wiki can be saved normally.\n"
        },
        "$:/language/Modals/SaveInstructions": {
            "title": "$:/language/Modals/SaveInstructions",
            "subtitle": "Save your work",
            "footer": "<$button message=\"tm-close-tiddler\">Close</$button>",
            "help": "https://tiddlywiki.com/static/SavingChanges.html",
            "text": "Your changes to this wiki need to be saved as a ~TiddlyWiki HTML file.\n\n!!! Desktop browsers\n\n# Select ''Save As'' from the ''File'' menu\n# Choose a filename and location\n#* Some browsers also require you to explicitly specify the file saving format as ''Webpage, HTML only'' or similar\n# Close this tab\n\n!!! Smartphone browsers\n\n# Create a bookmark to this page\n#* If you've got iCloud or Google Sync set up then the bookmark will automatically sync to your desktop where you can open it and save it as above\n# Close this tab\n\n//If you open the bookmark again in Mobile Safari you will see this message again. If you want to go ahead and use the file, just click the ''close'' button below//\n"
        },
        "$:/config/NewJournal/Title": {
            "title": "$:/config/NewJournal/Title",
            "text": "DDth MMM YYYY"
        },
        "$:/config/NewJournal/Text": {
            "title": "$:/config/NewJournal/Text",
            "text": ""
        },
        "$:/config/NewJournal/Tags": {
            "title": "$:/config/NewJournal/Tags",
            "text": "Journal\n"
        },
        "$:/language/Notifications/Save/Done": {
            "title": "$:/language/Notifications/Save/Done",
            "text": "Saved wiki"
        },
        "$:/language/Notifications/Save/Starting": {
            "title": "$:/language/Notifications/Save/Starting",
            "text": "Starting to save wiki"
        },
        "$:/language/Notifications/CopiedToClipboard/Succeeded": {
            "title": "$:/language/Notifications/CopiedToClipboard/Succeeded",
            "text": "Copied to clipboard!"
        },
        "$:/language/Notifications/CopiedToClipboard/Failed": {
            "title": "$:/language/Notifications/CopiedToClipboard/Failed",
            "text": "Failed to copy to clipboard!"
        },
        "$:/language/Search/DefaultResults/Caption": {
            "title": "$:/language/Search/DefaultResults/Caption",
            "text": "List"
        },
        "$:/language/Search/Filter/Caption": {
            "title": "$:/language/Search/Filter/Caption",
            "text": "Filter"
        },
        "$:/language/Search/Filter/Hint": {
            "title": "$:/language/Search/Filter/Hint",
            "text": "Search via a [[filter expression|https://tiddlywiki.com/static/Filters.html]]"
        },
        "$:/language/Search/Filter/Matches": {
            "title": "$:/language/Search/Filter/Matches",
            "text": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/Search/Matches": {
            "title": "$:/language/Search/Matches",
            "text": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/Search/Matches/All": {
            "title": "$:/language/Search/Matches/All",
            "text": "All matches:"
        },
        "$:/language/Search/Matches/Title": {
            "title": "$:/language/Search/Matches/Title",
            "text": "Title matches:"
        },
        "$:/language/Search/Search": {
            "title": "$:/language/Search/Search",
            "text": "Search"
        },
        "$:/language/Search/Search/TooShort": {
            "title": "$:/language/Search/Search/TooShort",
            "text": "Search text too short"
        },
        "$:/language/Search/Shadows/Caption": {
            "title": "$:/language/Search/Shadows/Caption",
            "text": "Shadows"
        },
        "$:/language/Search/Shadows/Hint": {
            "title": "$:/language/Search/Shadows/Hint",
            "text": "Search for shadow tiddlers"
        },
        "$:/language/Search/Shadows/Matches": {
            "title": "$:/language/Search/Shadows/Matches",
            "text": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/Search/Standard/Caption": {
            "title": "$:/language/Search/Standard/Caption",
            "text": "Standard"
        },
        "$:/language/Search/Standard/Hint": {
            "title": "$:/language/Search/Standard/Hint",
            "text": "Search for standard tiddlers"
        },
        "$:/language/Search/Standard/Matches": {
            "title": "$:/language/Search/Standard/Matches",
            "text": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/Search/System/Caption": {
            "title": "$:/language/Search/System/Caption",
            "text": "System"
        },
        "$:/language/Search/System/Hint": {
            "title": "$:/language/Search/System/Hint",
            "text": "Search for system tiddlers"
        },
        "$:/language/Search/System/Matches": {
            "title": "$:/language/Search/System/Matches",
            "text": "//<small><<resultCount>> matches</small>//"
        },
        "$:/language/SideBar/All/Caption": {
            "title": "$:/language/SideBar/All/Caption",
            "text": "All"
        },
        "$:/language/SideBar/Contents/Caption": {
            "title": "$:/language/SideBar/Contents/Caption",
            "text": "Contents"
        },
        "$:/language/SideBar/Drafts/Caption": {
            "title": "$:/language/SideBar/Drafts/Caption",
            "text": "Drafts"
        },
        "$:/language/SideBar/Explorer/Caption": {
            "title": "$:/language/SideBar/Explorer/Caption",
            "text": "Explorer"
        },
        "$:/language/SideBar/Missing/Caption": {
            "title": "$:/language/SideBar/Missing/Caption",
            "text": "Missing"
        },
        "$:/language/SideBar/More/Caption": {
            "title": "$:/language/SideBar/More/Caption",
            "text": "More"
        },
        "$:/language/SideBar/Open/Caption": {
            "title": "$:/language/SideBar/Open/Caption",
            "text": "Open"
        },
        "$:/language/SideBar/Orphans/Caption": {
            "title": "$:/language/SideBar/Orphans/Caption",
            "text": "Orphans"
        },
        "$:/language/SideBar/Recent/Caption": {
            "title": "$:/language/SideBar/Recent/Caption",
            "text": "Recent"
        },
        "$:/language/SideBar/Shadows/Caption": {
            "title": "$:/language/SideBar/Shadows/Caption",
            "text": "Shadows"
        },
        "$:/language/SideBar/System/Caption": {
            "title": "$:/language/SideBar/System/Caption",
            "text": "System"
        },
        "$:/language/SideBar/Tags/Caption": {
            "title": "$:/language/SideBar/Tags/Caption",
            "text": "Tags"
        },
        "$:/language/SideBar/Tags/Untagged/Caption": {
            "title": "$:/language/SideBar/Tags/Untagged/Caption",
            "text": "untagged"
        },
        "$:/language/SideBar/Tools/Caption": {
            "title": "$:/language/SideBar/Tools/Caption",
            "text": "Tools"
        },
        "$:/language/SideBar/Types/Caption": {
            "title": "$:/language/SideBar/Types/Caption",
            "text": "Types"
        },
        "$:/SiteSubtitle": {
            "title": "$:/SiteSubtitle",
            "text": "a non-linear personal web notebook"
        },
        "$:/SiteTitle": {
            "title": "$:/SiteTitle",
            "text": "My ~TiddlyWiki"
        },
        "$:/language/Snippets/ListByTag": {
            "title": "$:/language/Snippets/ListByTag",
            "tags": "$:/tags/TextEditor/Snippet",
            "caption": "List of tiddlers by tag",
            "text": "<<list-links \"[tag[task]sort[title]]\">>\n"
        },
        "$:/language/Snippets/MacroDefinition": {
            "title": "$:/language/Snippets/MacroDefinition",
            "tags": "$:/tags/TextEditor/Snippet",
            "caption": "Macro definition",
            "text": "\\define macroName(param1:\"default value\",param2)\nText of the macro\n\\end\n"
        },
        "$:/language/Snippets/Table4x3": {
            "title": "$:/language/Snippets/Table4x3",
            "tags": "$:/tags/TextEditor/Snippet",
            "caption": "Table with 4 columns by 3 rows",
            "text": "|! |!Alpha |!Beta |!Gamma |!Delta |\n|!One | | | | |\n|!Two | | | | |\n|!Three | | | | |\n"
        },
        "$:/language/Snippets/TableOfContents": {
            "title": "$:/language/Snippets/TableOfContents",
            "tags": "$:/tags/TextEditor/Snippet",
            "caption": "Table of Contents",
            "text": "<div class=\"tc-table-of-contents\">\n\n<<toc-selective-expandable 'TableOfContents'>>\n\n</div>"
        },
        "$:/language/ThemeTweaks/ThemeTweaks": {
            "title": "$:/language/ThemeTweaks/ThemeTweaks",
            "text": "Theme Tweaks"
        },
        "$:/language/ThemeTweaks/ThemeTweaks/Hint": {
            "title": "$:/language/ThemeTweaks/ThemeTweaks/Hint",
            "text": "You can tweak certain aspects of the ''Vanilla'' theme."
        },
        "$:/language/ThemeTweaks/Options": {
            "title": "$:/language/ThemeTweaks/Options",
            "text": "Options"
        },
        "$:/language/ThemeTweaks/Options/SidebarLayout": {
            "title": "$:/language/ThemeTweaks/Options/SidebarLayout",
            "text": "Sidebar layout"
        },
        "$:/language/ThemeTweaks/Options/SidebarLayout/Fixed-Fluid": {
            "title": "$:/language/ThemeTweaks/Options/SidebarLayout/Fixed-Fluid",
            "text": "Fixed story, fluid sidebar"
        },
        "$:/language/ThemeTweaks/Options/SidebarLayout/Fluid-Fixed": {
            "title": "$:/language/ThemeTweaks/Options/SidebarLayout/Fluid-Fixed",
            "text": "Fluid story, fixed sidebar"
        },
        "$:/language/ThemeTweaks/Options/StickyTitles": {
            "title": "$:/language/ThemeTweaks/Options/StickyTitles",
            "text": "Sticky titles"
        },
        "$:/language/ThemeTweaks/Options/StickyTitles/Hint": {
            "title": "$:/language/ThemeTweaks/Options/StickyTitles/Hint",
            "text": "Causes tiddler titles to \"stick\" to the top of the browser window"
        },
        "$:/language/ThemeTweaks/Options/CodeWrapping": {
            "title": "$:/language/ThemeTweaks/Options/CodeWrapping",
            "text": "Wrap long lines in code blocks"
        },
        "$:/language/ThemeTweaks/Settings": {
            "title": "$:/language/ThemeTweaks/Settings",
            "text": "Settings"
        },
        "$:/language/ThemeTweaks/Settings/FontFamily": {
            "title": "$:/language/ThemeTweaks/Settings/FontFamily",
            "text": "Font family"
        },
        "$:/language/ThemeTweaks/Settings/CodeFontFamily": {
            "title": "$:/language/ThemeTweaks/Settings/CodeFontFamily",
            "text": "Code font family"
        },
        "$:/language/ThemeTweaks/Settings/EditorFontFamily": {
            "title": "$:/language/ThemeTweaks/Settings/EditorFontFamily",
            "text": "Editor font family"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImage": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImage",
            "text": "Page background image"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment",
            "text": "Page background image attachment"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Scroll": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Scroll",
            "text": "Scroll with tiddlers"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Fixed": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageAttachment/Fixed",
            "text": "Fixed to window"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageSize": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize",
            "text": "Page background image size"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Auto": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Auto",
            "text": "Auto"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Cover": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Cover",
            "text": "Cover"
        },
        "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Contain": {
            "title": "$:/language/ThemeTweaks/Settings/BackgroundImageSize/Contain",
            "text": "Contain"
        },
        "$:/language/ThemeTweaks/Metrics": {
            "title": "$:/language/ThemeTweaks/Metrics",
            "text": "Sizes"
        },
        "$:/language/ThemeTweaks/Metrics/FontSize": {
            "title": "$:/language/ThemeTweaks/Metrics/FontSize",
            "text": "Font size"
        },
        "$:/language/ThemeTweaks/Metrics/LineHeight": {
            "title": "$:/language/ThemeTweaks/Metrics/LineHeight",
            "text": "Line height"
        },
        "$:/language/ThemeTweaks/Metrics/BodyFontSize": {
            "title": "$:/language/ThemeTweaks/Metrics/BodyFontSize",
            "text": "Font size for tiddler body"
        },
        "$:/language/ThemeTweaks/Metrics/BodyLineHeight": {
            "title": "$:/language/ThemeTweaks/Metrics/BodyLineHeight",
            "text": "Line height for tiddler body"
        },
        "$:/language/ThemeTweaks/Metrics/StoryLeft": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryLeft",
            "text": "Story left position"
        },
        "$:/language/ThemeTweaks/Metrics/StoryLeft/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryLeft/Hint",
            "text": "how far the left margin of the story river<br>(tiddler area) is from the left of the page"
        },
        "$:/language/ThemeTweaks/Metrics/StoryTop": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryTop",
            "text": "Story top position"
        },
        "$:/language/ThemeTweaks/Metrics/StoryTop/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryTop/Hint",
            "text": "how far the top margin of the story river<br>is from the top of the page"
        },
        "$:/language/ThemeTweaks/Metrics/StoryRight": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryRight",
            "text": "Story right"
        },
        "$:/language/ThemeTweaks/Metrics/StoryRight/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryRight/Hint",
            "text": "how far the left margin of the sidebar <br>is from the left of the page"
        },
        "$:/language/ThemeTweaks/Metrics/StoryWidth": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryWidth",
            "text": "Story width"
        },
        "$:/language/ThemeTweaks/Metrics/StoryWidth/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/StoryWidth/Hint",
            "text": "the overall width of the story river"
        },
        "$:/language/ThemeTweaks/Metrics/TiddlerWidth": {
            "title": "$:/language/ThemeTweaks/Metrics/TiddlerWidth",
            "text": "Tiddler width"
        },
        "$:/language/ThemeTweaks/Metrics/TiddlerWidth/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/TiddlerWidth/Hint",
            "text": "within the story river"
        },
        "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint": {
            "title": "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint",
            "text": "Sidebar breakpoint"
        },
        "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/SidebarBreakpoint/Hint",
            "text": "the minimum page width at which the story<br>river and sidebar will appear side by side"
        },
        "$:/language/ThemeTweaks/Metrics/SidebarWidth": {
            "title": "$:/language/ThemeTweaks/Metrics/SidebarWidth",
            "text": "Sidebar width"
        },
        "$:/language/ThemeTweaks/Metrics/SidebarWidth/Hint": {
            "title": "$:/language/ThemeTweaks/Metrics/SidebarWidth/Hint",
            "text": "the width of the sidebar in fluid-fixed layout"
        },
        "$:/language/TiddlerInfo/Advanced/Caption": {
            "title": "$:/language/TiddlerInfo/Advanced/Caption",
            "text": "Advanced"
        },
        "$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Empty/Hint",
            "text": "none"
        },
        "$:/language/TiddlerInfo/Advanced/PluginInfo/Heading": {
            "title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Heading",
            "text": "Plugin Details"
        },
        "$:/language/TiddlerInfo/Advanced/PluginInfo/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/PluginInfo/Hint",
            "text": "This plugin contains the following shadow tiddlers:"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Heading",
            "text": "Shadow Status"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/NotShadow/Hint",
            "text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is not a shadow tiddler"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Hint",
            "text": "The tiddler <$link to=<<infoTiddler>>><$text text=<<infoTiddler>>/></$link> is a shadow tiddler"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/Shadow/Source",
            "text": "It is defined in the plugin <$link to=<<pluginTiddler>>><$text text=<<pluginTiddler>>/></$link>"
        },
        "$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint": {
            "title": "$:/language/TiddlerInfo/Advanced/ShadowInfo/OverriddenShadow/Hint",
            "text": "It is overridden by an ordinary tiddler"
        },
        "$:/language/TiddlerInfo/Fields/Caption": {
            "title": "$:/language/TiddlerInfo/Fields/Caption",
            "text": "Fields"
        },
        "$:/language/TiddlerInfo/List/Caption": {
            "title": "$:/language/TiddlerInfo/List/Caption",
            "text": "List"
        },
        "$:/language/TiddlerInfo/List/Empty": {
            "title": "$:/language/TiddlerInfo/List/Empty",
            "text": "This tiddler does not have a list"
        },
        "$:/language/TiddlerInfo/Listed/Caption": {
            "title": "$:/language/TiddlerInfo/Listed/Caption",
            "text": "Listed"
        },
        "$:/language/TiddlerInfo/Listed/Empty": {
            "title": "$:/language/TiddlerInfo/Listed/Empty",
            "text": "This tiddler is not listed by any others"
        },
        "$:/language/TiddlerInfo/References/Caption": {
            "title": "$:/language/TiddlerInfo/References/Caption",
            "text": "Backlinks"
        },
        "$:/language/TiddlerInfo/References/Empty": {
            "title": "$:/language/TiddlerInfo/References/Empty",
            "text": "No tiddlers link to this one"
        },
        "$:/language/TiddlerInfo/Tagging/Caption": {
            "title": "$:/language/TiddlerInfo/Tagging/Caption",
            "text": "Tagging"
        },
        "$:/language/TiddlerInfo/Tagging/Empty": {
            "title": "$:/language/TiddlerInfo/Tagging/Empty",
            "text": "No tiddlers are tagged with this one"
        },
        "$:/language/TiddlerInfo/Tools/Caption": {
            "title": "$:/language/TiddlerInfo/Tools/Caption",
            "text": "Tools"
        },
        "$:/language/Docs/Types/application/javascript": {
            "title": "$:/language/Docs/Types/application/javascript",
            "description": "JavaScript code",
            "name": "application/javascript",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/application/json": {
            "title": "$:/language/Docs/Types/application/json",
            "description": "JSON data",
            "name": "application/json",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/application/x-tiddler-dictionary": {
            "title": "$:/language/Docs/Types/application/x-tiddler-dictionary",
            "description": "Data dictionary",
            "name": "application/x-tiddler-dictionary",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/image/gif": {
            "title": "$:/language/Docs/Types/image/gif",
            "description": "GIF image",
            "name": "image/gif",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/jpeg": {
            "title": "$:/language/Docs/Types/image/jpeg",
            "description": "JPEG image",
            "name": "image/jpeg",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/png": {
            "title": "$:/language/Docs/Types/image/png",
            "description": "PNG image",
            "name": "image/png",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/svg+xml": {
            "title": "$:/language/Docs/Types/image/svg+xml",
            "description": "Structured Vector Graphics image",
            "name": "image/svg+xml",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/image/x-icon": {
            "title": "$:/language/Docs/Types/image/x-icon",
            "description": "ICO format icon file",
            "name": "image/x-icon",
            "group": "Image",
            "group-sort": "1"
        },
        "$:/language/Docs/Types/text/css": {
            "title": "$:/language/Docs/Types/text/css",
            "description": "Static stylesheet",
            "name": "text/css",
            "group": "Developer",
            "group-sort": "2"
        },
        "$:/language/Docs/Types/text/html": {
            "title": "$:/language/Docs/Types/text/html",
            "description": "HTML markup",
            "name": "text/html",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/language/Docs/Types/text/plain": {
            "title": "$:/language/Docs/Types/text/plain",
            "description": "Plain text",
            "name": "text/plain",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/language/Docs/Types/text/vnd.tiddlywiki": {
            "title": "$:/language/Docs/Types/text/vnd.tiddlywiki",
            "description": "TiddlyWiki 5",
            "name": "text/vnd.tiddlywiki",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/language/Docs/Types/text/x-tiddlywiki": {
            "title": "$:/language/Docs/Types/text/x-tiddlywiki",
            "description": "TiddlyWiki Classic",
            "name": "text/x-tiddlywiki",
            "group": "Text",
            "group-sort": "0"
        },
        "$:/languages/en-GB/icon": {
            "title": "$:/languages/en-GB/icon",
            "type": "image/svg+xml",
            "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 60 30\" width=\"1200\" height=\"600\">\n<clipPath id=\"t\">\n\t<path d=\"M30,15 h30 v15 z v15 h-30 z h-30 v-15 z v-15 h30 z\"/>\n</clipPath>\n<path d=\"M0,0 v30 h60 v-30 z\" fill=\"#00247d\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" stroke=\"#fff\" stroke-width=\"6\"/>\n<path d=\"M0,0 L60,30 M60,0 L0,30\" clip-path=\"url(#t)\" stroke=\"#cf142b\" stroke-width=\"4\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#fff\" stroke-width=\"10\"/>\n<path d=\"M30,0 v30 M0,15 h60\" stroke=\"#cf142b\" stroke-width=\"6\"/>\n</svg>\n"
        },
        "$:/languages/en-GB": {
            "title": "$:/languages/en-GB",
            "name": "en-GB",
            "description": "English (British)",
            "author": "JeremyRuston",
            "core-version": ">=5.0.0\"",
            "text": "Stub pseudo-plugin for the default language"
        },
        "$:/core/modules/commander.js": {
            "title": "$:/core/modules/commander.js",
            "text": "/*\\\ntitle: $:/core/modules/commander.js\ntype: application/javascript\nmodule-type: global\n\nThe $tw.Commander class is a command interpreter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParse a sequence of commands\n\tcommandTokens: an array of command string tokens\n\twiki: reference to the wiki store object\n\tstreams: {output:, error:}, each of which has a write(string) method\n\tcallback: a callback invoked as callback(err) where err is null if there was no error\n*/\nvar Commander = function(commandTokens,callback,wiki,streams) {\n\tvar path = require(\"path\");\n\tthis.commandTokens = commandTokens;\n\tthis.nextToken = 0;\n\tthis.callback = callback;\n\tthis.wiki = wiki;\n\tthis.streams = streams;\n\tthis.outputPath = path.resolve($tw.boot.wikiPath,$tw.config.wikiOutputSubDir);\n};\n\n/*\nLog a string if verbose flag is set\n*/\nCommander.prototype.log = function(str) {\n\tif(this.verbose) {\n\t\tthis.streams.output.write(str + \"\\n\");\n\t}\n};\n\n/*\nWrite a string if verbose flag is set\n*/\nCommander.prototype.write = function(str) {\n\tif(this.verbose) {\n\t\tthis.streams.output.write(str);\n\t}\n};\n\n/*\nAdd a string of tokens to the command queue\n*/\nCommander.prototype.addCommandTokens = function(commandTokens) {\n\tvar params = commandTokens.slice(0);\n\tparams.unshift(0);\n\tparams.unshift(this.nextToken);\n\tArray.prototype.splice.apply(this.commandTokens,params);\n};\n\n/*\nExecute the sequence of commands and invoke a callback on completion\n*/\nCommander.prototype.execute = function() {\n\tthis.executeNextCommand();\n};\n\n/*\nExecute the next command in the sequence\n*/\nCommander.prototype.executeNextCommand = function() {\n\tvar self = this;\n\t// Invoke the callback if there are no more commands\n\tif(this.nextToken >= this.commandTokens.length) {\n\t\tthis.callback(null);\n\t} else {\n\t\t// Get and check the command token\n\t\tvar commandName = this.commandTokens[this.nextToken++];\n\t\tif(commandName.substr(0,2) !== \"--\") {\n\t\t\tthis.callback(\"Missing command: \" + commandName);\n\t\t} else {\n\t\t\tcommandName = commandName.substr(2); // Trim off the --\n\t\t\t// Accumulate the parameters to the command\n\t\t\tvar params = [];\n\t\t\twhile(this.nextToken < this.commandTokens.length && \n\t\t\t\tthis.commandTokens[this.nextToken].substr(0,2) !== \"--\") {\n\t\t\t\tparams.push(this.commandTokens[this.nextToken++]);\n\t\t\t}\n\t\t\t// Get the command info\n\t\t\tvar command = $tw.commands[commandName],\n\t\t\t\tc,err;\n\t\t\tif(!command) {\n\t\t\t\tthis.callback(\"Unknown command: \" + commandName);\n\t\t\t} else {\n\t\t\t\tif(this.verbose) {\n\t\t\t\t\tthis.streams.output.write(\"Executing command: \" + commandName + \" \" + params.join(\" \") + \"\\n\");\n\t\t\t\t}\n\t\t\t\t// Parse named parameters if required\n\t\t\t\tif(command.info.namedParameterMode) {\n\t\t\t\t\tparams = this.extractNamedParameters(params,command.info.mandatoryParameters);\n\t\t\t\t\tif(typeof params === \"string\") {\n\t\t\t\t\t\treturn this.callback(params);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(command.info.synchronous) {\n\t\t\t\t\t// Synchronous command\n\t\t\t\t\tc = new command.Command(params,this);\n\t\t\t\t\terr = c.execute();\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\tthis.callback(err);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tthis.executeNextCommand();\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// Asynchronous command\n\t\t\t\t\tc = new command.Command(params,this,function(err) {\n\t\t\t\t\t\tif(err) {\n\t\t\t\t\t\t\tself.callback(err);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tself.executeNextCommand();\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t\terr = c.execute();\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\tthis.callback(err);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nGiven an array of parameter strings `params` in name:value format, and an array of mandatory parameter names in `mandatoryParameters`, returns a hashmap of values or a string if error\n*/\nCommander.prototype.extractNamedParameters = function(params,mandatoryParameters) {\n\tmandatoryParameters = mandatoryParameters || [];\n\tvar errors = [],\n\t\tparamsByName = Object.create(null);\n\t// Extract the parameters\n\t$tw.utils.each(params,function(param) {\n\t\tvar index = param.indexOf(\"=\");\n\t\tif(index < 1) {\n\t\t\terrors.push(\"malformed named parameter: '\" + param + \"'\");\n\t\t}\n\t\tparamsByName[param.slice(0,index)] = $tw.utils.trim(param.slice(index+1));\n\t});\n\t// Check the mandatory parameters are present\n\t$tw.utils.each(mandatoryParameters,function(mandatoryParameter) {\n\t\tif(!$tw.utils.hop(paramsByName,mandatoryParameter)) {\n\t\t\terrors.push(\"missing mandatory parameter: '\" + mandatoryParameter + \"'\");\n\t\t}\n\t});\n\t// Return any errors\n\tif(errors.length > 0) {\n\t\treturn errors.join(\" and\\n\");\n\t} else {\n\t\treturn paramsByName;\t\t\n\t}\n};\n\nCommander.initCommands = function(moduleType) {\n\tmoduleType = moduleType || \"command\";\n\t$tw.commands = {};\n\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\n\t\tvar c = $tw.commands[module.info.name] = {};\n\t\t// Add the methods defined by the module\n\t\tfor(var f in module) {\n\t\t\tif($tw.utils.hop(module,f)) {\n\t\t\t\tc[f] = module[f];\n\t\t\t}\n\t\t}\n\t});\n};\n\nexports.Commander = Commander;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/commands/build.js": {
            "title": "$:/core/modules/commands/build.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/build.js\ntype: application/javascript\nmodule-type: command\n\nCommand to build a build target\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"build\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\t// Get the build targets defined in the wiki\n\tvar buildTargets = $tw.boot.wikiInfo.build;\n\tif(!buildTargets) {\n\t\treturn \"No build targets defined\";\n\t}\n\t// Loop through each of the specified targets\n\tvar targets;\n\tif(this.params.length > 0) {\n\t\ttargets = this.params;\n\t} else {\n\t\ttargets = Object.keys(buildTargets);\n\t}\n\tfor(var targetIndex=0; targetIndex<targets.length; targetIndex++) {\n\t\tvar target = targets[targetIndex],\n\t\t\tcommands = buildTargets[target];\n\t\tif(!commands) {\n\t\t\treturn \"Build target '\" + target + \"' not found\";\n\t\t}\n\t\t// Add the commands to the queue\n\t\tthis.commander.addCommandTokens(commands);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/clearpassword.js": {
            "title": "$:/core/modules/commands/clearpassword.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/clearpassword.js\ntype: application/javascript\nmodule-type: command\n\nClear password for crypto operations\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"clearpassword\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\t$tw.crypto.setPassword(null);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/deletetiddlers.js": {
            "title": "$:/core/modules/commands/deletetiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/deletetiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to delete tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"deletetiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filter\";\n\t}\n\tvar self = this,\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\twiki.deleteTiddler(title);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/editions.js": {
            "title": "$:/core/modules/commands/editions.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/editions.js\ntype: application/javascript\nmodule-type: command\n\nCommand to list the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"editions\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this;\n\t// Output the list\n\tthis.commander.streams.output.write(\"Available editions:\\n\\n\");\n\tvar editionInfo = $tw.utils.getEditionInfo();\n\t$tw.utils.each(editionInfo,function(info,name) {\n\t\tself.commander.streams.output.write(\"    \" + name + \": \" + info.description + \"\\n\");\n\t});\n\tthis.commander.streams.output.write(\"\\n\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/fetch.js": {
            "title": "$:/core/modules/commands/fetch.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/fetch.js\ntype: application/javascript\nmodule-type: command\n\nCommands to fetch external tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"fetch\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing subcommand and url\";\n\t}\n\tswitch(this.params[0]) {\n\t\tcase \"raw-file\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\traw: true,\n\t\t\t\turl: this.params[1],\n\t\t\t\ttransformFilter: this.params[2] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"file\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\turl: this.params[1],\n\t\t\t\timportFilter: this.params[2],\n\t\t\t\ttransformFilter: this.params[3] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"raw-files\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\traw: true,\n\t\t\t\turlFilter: this.params[1],\n\t\t\t\ttransformFilter: this.params[2] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t\tcase \"files\":\n\t\t\treturn this.fetchFiles({\n\t\t\t\turlFilter: this.params[1],\n\t\t\t\timportFilter: this.params[2],\n\t\t\t\ttransformFilter: this.params[3] || \"\",\n\t\t\t\tcallback: this.callback\n\t\t\t});\n\t\t\tbreak;\n\t}\n\treturn null;\n};\n\nCommand.prototype.fetchFiles = function(options) {\n\tvar self = this;\n\t// Get the list of URLs\n\tvar urls;\n\tif(options.url) {\n\t\turls = [options.url]\n\t} else if(options.urlFilter) {\n\t\turls = this.commander.wiki.filterTiddlers(options.urlFilter);\n\t} else {\n\t\treturn \"Missing URL\";\n\t}\n\t// Process each URL in turn\n\tvar next = 0;\n\tvar getNextFile = function(err) {\n\t\tif(err) {\n\t\t\treturn options.callback(err);\n\t\t}\n\t\tif(next < urls.length) {\n\t\t\tself.fetchFile(urls[next++],options,getNextFile);\n\t\t} else {\n\t\t\toptions.callback(null);\n\t\t}\n\t};\n\tgetNextFile(null);\n\t// Success\n\treturn null;\n};\n\nCommand.prototype.fetchFile = function(url,options,callback,redirectCount) {\n\tif(redirectCount > 10) {\n\t\treturn callback(\"Error too many redirects retrieving \" + url);\n\t}\n\tvar self = this,\n\t\tlib = url.substr(0,8) === \"https://\" ? require(\"https\") : require(\"http\");\n\tlib.get(url).on(\"response\",function(response) {\n\t    var type = (response.headers[\"content-type\"] || \"\").split(\";\")[0],\n\t    \tdata = [];\n\t    self.commander.write(\"Reading \" + url + \": \");\n\t    response.on(\"data\",function(chunk) {\n\t        data.push(chunk);\n\t        self.commander.write(\".\");\n\t    });\n\t    response.on(\"end\",function() {\n\t        self.commander.write(\"\\n\");\n\t        if(response.statusCode === 200) {\n\t\t        self.processBody(Buffer.concat(data),type,options,url);\n\t\t        callback(null);\n\t        } else {\n\t        \tif(response.statusCode === 302 || response.statusCode === 303 || response.statusCode === 307) {\n\t        \t\treturn self.fetchFile(response.headers.location,options,callback,redirectCount + 1);\n\t        \t} else {\n\t\t        \treturn callback(\"Error \" + response.statusCode + \" retrieving \" + url)\t        \t\t\n\t        \t}\n\t        }\n\t   \t});\n\t   \tresponse.on(\"error\",function(e) {\n\t\t\tconsole.log(\"Error on GET request: \" + e);\n\t\t\tcallback(e);\n\t   \t});\n\t});\n\treturn null;\n};\n\nCommand.prototype.processBody = function(body,type,options,url) {\n\tvar self = this;\n\t// Collect the tiddlers in a wiki\n\tvar incomingWiki = new $tw.Wiki();\n\tif(options.raw) {\n\t\tvar typeInfo = type ? $tw.config.contentTypeInfo[type] : null,\n\t\t\tencoding = typeInfo ? typeInfo.encoding : \"utf8\";\n\t\tincomingWiki.addTiddler(new $tw.Tiddler({\n\t\t\ttitle: url,\n\t\t\ttype: type,\n\t\t\ttext: body.toString(encoding)\n\t\t}));\n\t} else {\n\t\t// Deserialise the file to extract the tiddlers\n\t\tvar tiddlers = this.commander.wiki.deserializeTiddlers(type || \"text/html\",body.toString(\"utf8\"),{});\n\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\tincomingWiki.addTiddler(new $tw.Tiddler(tiddler));\n\t\t});\n\t}\n\t// Filter the tiddlers to select the ones we want\n\tvar filteredTitles = incomingWiki.filterTiddlers(options.importFilter || \"[all[tiddlers]]\");\n\t// Import the selected tiddlers\n\tvar count = 0;\n\tincomingWiki.each(function(tiddler,title) {\n\t\tif(filteredTitles.indexOf(title) !== -1) {\n\t\t\tvar newTiddler;\n\t\t\tif(options.transformFilter) {\n\t\t\t\tvar transformedTitle = (incomingWiki.filterTiddlers(options.transformFilter,null,self.commander.wiki.makeTiddlerIterator([title])) || [\"\"])[0];\n\t\t\t\tif(transformedTitle) {\n\t\t\t\t\tself.commander.log(\"Importing \" + title + \" as \" + transformedTitle)\n\t\t\t\t\tnewTiddler = new $tw.Tiddler(tiddler,{title: transformedTitle});\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tself.commander.log(\"Importing \" + title)\n\t\t\t\tnewTiddler = tiddler;\n\t\t\t}\n\t\t\tself.commander.wiki.importTiddler(newTiddler);\n\t\t\tcount++;\n\t\t}\n\t});\n\tself.commander.log(\"Imported \" + count + \" tiddlers\")\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/help.js": {
            "title": "$:/core/modules/commands/help.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/help.js\ntype: application/javascript\nmodule-type: command\n\nHelp command\n\n\\*/\n(function(){\n\n/*jshint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"help\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar subhelp = this.params[0] || \"default\",\n\t\thelpBase = \"$:/language/Help/\",\n\t\ttext;\n\tif(!this.commander.wiki.getTiddler(helpBase + subhelp)) {\n\t\tsubhelp = \"notfound\";\n\t}\n\t// Wikify the help as formatted text (ie block elements generate newlines)\n\ttext = this.commander.wiki.renderTiddler(\"text/plain-formatted\",helpBase + subhelp);\n\t// Remove any leading linebreaks\n\ttext = text.replace(/^(\\r?\\n)*/g,\"\");\n\tthis.commander.streams.output.write(text);\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/import.js": {
            "title": "$:/core/modules/commands/import.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/import.js\ntype: application/javascript\nmodule-type: command\n\nCommand to import tiddlers from a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"import\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 2) {\n\t\treturn \"Missing parameters\";\n\t}\n\tvar filename = self.params[0],\n\t\tdeserializer = self.params[1],\n\t\ttitle = self.params[2] || filename,\n\t\tencoding = self.params[3] || \"utf8\",\n\t\ttext = fs.readFileSync(filename,encoding),\n\t\ttiddlers = this.commander.wiki.deserializeTiddlers(null,text,{title: title},{deserializer: deserializer});\n\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddler));\n\t});\n\tthis.commander.log(tiddlers.length + \" tiddler(s) imported\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/init.js": {
            "title": "$:/core/modules/commands/init.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/init.js\ntype: application/javascript\nmodule-type: command\n\nCommand to initialise an empty wiki folder\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"init\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tvar fs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\t// Check that we don't already have a valid wiki folder\n\tif($tw.boot.wikiTiddlersPath || ($tw.utils.isDirectory($tw.boot.wikiPath) && !$tw.utils.isDirectoryEmpty($tw.boot.wikiPath))) {\n\t\treturn \"Wiki folder is not empty\";\n\t}\n\t// Loop through each of the specified editions\n\tvar editions = this.params.length > 0 ? this.params : [\"empty\"];\n\tfor(var editionIndex=0; editionIndex<editions.length; editionIndex++) {\n\t\tvar editionName = editions[editionIndex];\n\t\t// Check the edition exists\n\t\tvar editionPath = $tw.findLibraryItem(editionName,$tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar));\n\t\tif(!$tw.utils.isDirectory(editionPath)) {\n\t\t\treturn \"Edition '\" + editionName + \"' not found\";\n\t\t}\n\t\t// Copy the edition content\n\t\tvar err = $tw.utils.copyDirectory(editionPath,$tw.boot.wikiPath);\n\t\tif(!err) {\n\t\t\tthis.commander.streams.output.write(\"Copied edition '\" + editionName + \"' to \" + $tw.boot.wikiPath + \"\\n\");\n\t\t} else {\n\t\t\treturn err;\n\t\t}\n\t}\n\t// Tweak the tiddlywiki.info to remove any included wikis\n\tvar packagePath = $tw.boot.wikiPath + \"/tiddlywiki.info\",\n\t\tpackageJson = JSON.parse(fs.readFileSync(packagePath));\n\tdelete packageJson.includeWikis;\n\tfs.writeFileSync(packagePath,JSON.stringify(packageJson,null,$tw.config.preferences.jsonSpaces));\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/listen.js": {
            "title": "$:/core/modules/commands/listen.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/listen.js\ntype: application/javascript\nmodule-type: command\n\nListen for HTTP requests and serve tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Server = require(\"$:/core/modules/server/server.js\").Server;\n\nexports.info = {\n\tname: \"listen\",\n\tsynchronous: true,\n\tnamedParameterMode: true,\n\tmandatoryParameters: [],\n};\n\nvar Command = function(params,commander,callback) {\n\tvar self = this;\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this;\n\tif(!$tw.boot.wikiTiddlersPath) {\n\t\t$tw.utils.warning(\"Warning: Wiki folder '\" + $tw.boot.wikiPath + \"' does not exist or is missing a tiddlywiki.info file\");\n\t}\n\t// Set up server\n\tthis.server = new Server({\n\t\twiki: this.commander.wiki,\n\t\tvariables: self.params\n\t});\n\tvar nodeServer = this.server.listen();\n\t$tw.hooks.invokeHook(\"th-server-command-post-start\",this.server,nodeServer,\"tiddlywiki\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/load.js": {
            "title": "$:/core/modules/commands/load.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/load.js\ntype: application/javascript\nmodule-type: command\n\nCommand to load tiddlers from a file or directory\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"load\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar tiddlers = $tw.loadTiddlersFromPath(self.params[0]),\n\t\tcount = 0;\n\t$tw.utils.each(tiddlers,function(tiddlerInfo) {\n\t\t$tw.utils.each(tiddlerInfo.tiddlers,function(tiddler) {\n\t\t\tself.commander.wiki.importTiddler(new $tw.Tiddler(tiddler));\n\t\t\tcount++;\n\t\t});\n\t});\n\tif(!count && self.params[1] !== \"noerror\") {\n\t\tself.callback(\"No tiddlers found in file \\\"\" + self.params[0] + \"\\\"\");\n\t} else {\n\t\tself.callback(null);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/makelibrary.js": {
            "title": "$:/core/modules/commands/makelibrary.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/makelibrary.js\ntype: application/javascript\nmodule-type: command\n\nCommand to pack all of the plugins in the library into a plugin tiddler of type \"library\"\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"makelibrary\",\n\tsynchronous: true\n};\n\nvar UPGRADE_LIBRARY_TITLE = \"$:/UpgradeLibrary\";\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar wiki = this.commander.wiki,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tupgradeLibraryTitle = this.params[0] || UPGRADE_LIBRARY_TITLE,\n\t\ttiddlers = {};\n\t// Collect up the library plugins\n\tvar collectPlugins = function(folder) {\n\t\t\tvar pluginFolders = $tw.utils.getSubdirectories(folder) || [];\n\t\t\tfor(var p=0; p<pluginFolders.length; p++) {\n\t\t\t\tif(!$tw.boot.excludeRegExp.test(pluginFolders[p])) {\n\t\t\t\t\tpluginFields = $tw.loadPluginFolder(path.resolve(folder,\"./\" + pluginFolders[p]));\n\t\t\t\t\tif(pluginFields && pluginFields.title) {\n\t\t\t\t\t\ttiddlers[pluginFields.title] = pluginFields;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\tcollectPublisherPlugins = function(folder) {\n\t\t\tvar publisherFolders = $tw.utils.getSubdirectories(folder) || [];\n\t\t\tfor(var t=0; t<publisherFolders.length; t++) {\n\t\t\t\tif(!$tw.boot.excludeRegExp.test(publisherFolders[t])) {\n\t\t\t\t\tcollectPlugins(path.resolve(folder,\"./\" + publisherFolders[t]));\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t$tw.utils.each($tw.getLibraryItemSearchPaths($tw.config.pluginsPath,$tw.config.pluginsEnvVar),collectPublisherPlugins);\n\t$tw.utils.each($tw.getLibraryItemSearchPaths($tw.config.themesPath,$tw.config.themesEnvVar),collectPublisherPlugins);\n\t$tw.utils.each($tw.getLibraryItemSearchPaths($tw.config.languagesPath,$tw.config.languagesEnvVar),collectPlugins);\n\t// Save the upgrade library tiddler\n\tvar pluginFields = {\n\t\ttitle: upgradeLibraryTitle,\n\t\ttype: \"application/json\",\n\t\t\"plugin-type\": \"library\",\n\t\t\"text\": JSON.stringify({tiddlers: tiddlers})\n\t};\n\twiki.addTiddler(new $tw.Tiddler(pluginFields));\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/output.js": {
            "title": "$:/core/modules/commands/output.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/output.js\ntype: application/javascript\nmodule-type: command\n\nCommand to set the default output location (defaults to current working directory)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"output\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tvar fs = require(\"fs\"),\n\t\tpath = require(\"path\");\n\tif(this.params.length < 1) {\n\t\treturn \"Missing output path\";\n\t}\n\tthis.commander.outputPath = path.resolve(process.cwd(),this.params[0]);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/password.js": {
            "title": "$:/core/modules/commands/password.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/password.js\ntype: application/javascript\nmodule-type: command\n\nSave password for crypto operations\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"password\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing password\";\n\t}\n\t$tw.crypto.setPassword(this.params[0]);\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/render.js": {
            "title": "$:/core/modules/commands/render.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/render.js\ntype: application/javascript\nmodule-type: command\n\nRender individual tiddlers and save the results to the specified files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"render\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing tiddler filter\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\ttiddlerFilter = this.params[0],\n\t\tfilenameFilter = this.params[1] || \"[is[tiddler]addsuffix[.html]]\",\n\t\ttype = this.params[2] || \"text/html\",\n\t\ttemplate = this.params[3],\n\t\tvarName = this.params[4],\n\t\tvarValue = this.params[5],\n\t\ttiddlers = wiki.filterTiddlers(tiddlerFilter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(template || title),\n\t\t\tvariables = {currentTiddler: title};\n\t\tif(varName) {\n\t\t\tvariables[varName] = varValue || \"\";\n\t\t}\n\t\tvar widgetNode = wiki.makeWidget(parser,{variables: variables}),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\tvar text = type === \"text/html\" ? container.innerHTML : container.textContent,\n\t\t\tfilepath = path.resolve(self.commander.outputPath,wiki.filterTiddlers(filenameFilter,$tw.rootWidget,wiki.makeTiddlerIterator([title]))[0]);\n\t\tif(self.commander.verbose) {\n\t\t\tconsole.log(\"Rendering \\\"\" + title + \"\\\" to \\\"\" + filepath + \"\\\"\");\n\t\t}\n\t\t$tw.utils.createFileDirectories(filepath);\n\t\tfs.writeFileSync(filepath,text,\"utf8\");\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/rendertiddler.js": {
            "title": "$:/core/modules/commands/rendertiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/rendertiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to render a tiddler and save it to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"rendertiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\ttitle = this.params[0],\n\t\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttype = this.params[2] || \"text/html\",\n\t\ttemplate = this.params[3],\n\t\tname = this.params[4],\n\t\tvalue = this.params[5],\n\t\tvariables = {};\n\t$tw.utils.createFileDirectories(filename);\n\tif(template) {\n\t\tvariables.currentTiddler = title;\n\t\ttitle = template;\n\t}\n\tif(name && value) {\n\t\tvariables[name] = value;\n\t}\n\tfs.writeFile(filename,this.commander.wiki.renderTiddler(type,title,{variables: variables}),\"utf8\",function(err) {\n\t\tself.callback(err);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/rendertiddlers.js": {
            "title": "$:/core/modules/commands/rendertiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/rendertiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to render several tiddlers to a folder of files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"rendertiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\ttemplate = this.params[1],\n\t\toutputPath = this.commander.outputPath,\n\t\tpathname = path.resolve(outputPath,this.params[2]),\t\t\n\t\ttype = this.params[3] || \"text/html\",\n\t\textension = this.params[4] || \".html\",\n\t\tdeleteDirectory = (this.params[5] || \"\").toLowerCase() !== \"noclean\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\tif(deleteDirectory) {\n\t\t$tw.utils.deleteDirectory(pathname);\n\t}\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(template),\n\t\t\twidgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}}),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\tvar text = type === \"text/html\" ? container.innerHTML : container.textContent,\n\t\t\texportPath = null;\n\t\tif($tw.utils.hop($tw.macros,\"tv-get-export-path\")) {\n\t\t\tvar macroPath = $tw.macros[\"tv-get-export-path\"].run.apply(self,[title]);\n\t\t\tif(macroPath) {\n\t\t\t\texportPath = path.resolve(outputPath,macroPath + extension);\n\t\t\t}\n\t\t}\n\t\tvar finalPath = exportPath || path.resolve(pathname,encodeURIComponent(title) + extension);\n\t\t$tw.utils.createFileDirectories(finalPath);\n\t\tfs.writeFileSync(finalPath,text,\"utf8\");\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/save.js": {
            "title": "$:/core/modules/commands/save.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/save.js\ntype: application/javascript\nmodule-type: command\n\nSaves individual tiddlers in their raw text or binary format to the specified files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"save\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename filter\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\ttiddlerFilter = this.params[0],\n\t\tfilenameFilter = this.params[1] || \"[is[tiddler]]\",\n\t\ttiddlers = wiki.filterTiddlers(tiddlerFilter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.commander.wiki.getTiddler(title),\n\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"},\n\t\t\tfilepath = path.resolve(self.commander.outputPath,wiki.filterTiddlers(filenameFilter,$tw.rootWidget,wiki.makeTiddlerIterator([title]))[0]);\n\t\tif(self.commander.verbose) {\n\t\t\tconsole.log(\"Saving \\\"\" + title + \"\\\" to \\\"\" + filepath + \"\\\"\");\n\t\t}\n\t\t$tw.utils.createFileDirectories(filepath);\n\t\tfs.writeFileSync(filepath,tiddler.fields.text,contentTypeInfo.encoding);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/savelibrarytiddlers.js": {
            "title": "$:/core/modules/commands/savelibrarytiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/savelibrarytiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the subtiddlers of a bundle tiddler as a series of JSON files\n\n--savelibrarytiddlers <tiddler> <tiddler-filter> <pathname> <skinnylisting>\n\nThe tiddler identifies the bundle tiddler that contains the subtiddlers.\n\nThe tiddler filter specifies the plugins to be included.\n\nThe pathname specifies the pathname to the folder in which the JSON files should be saved. The filename is the URL encoded title of the subtiddler.\n\nThe skinnylisting specifies the title of the tiddler to which a JSON catalogue of the subtiddlers will be saved. The JSON file contains the same data as the bundle tiddler but with the `text` field removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savelibrarytiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\tcontainerTitle = this.params[0],\n\t\tfilter = this.params[1],\n\t\tbasepath = this.params[2],\n\t\tskinnyListTitle = this.params[3];\n\t// Get the container tiddler as data\n\tvar containerData = self.commander.wiki.getTiddlerDataCached(containerTitle,undefined);\n\tif(!containerData) {\n\t\treturn \"'\" + containerTitle + \"' is not a tiddler bundle\";\n\t}\n\t// Filter the list of plugins\n\tvar pluginList = [];\n\t$tw.utils.each(containerData.tiddlers,function(tiddler,title) {\n\t\tpluginList.push(title);\n\t});\n\tvar filteredPluginList;\n\tif(filter) {\n\t\tfilteredPluginList = self.commander.wiki.filterTiddlers(filter,null,self.commander.wiki.makeTiddlerIterator(pluginList));\n\t} else {\n\t\tfilteredPluginList = pluginList;\n\t}\n\t// Iterate through the plugins\n\tvar skinnyList = [];\n\t$tw.utils.each(filteredPluginList,function(title) {\n\t\tvar tiddler = containerData.tiddlers[title];\n\t\t// Save each JSON file and collect the skinny data\n\t\tvar pathname = path.resolve(self.commander.outputPath,basepath + encodeURIComponent(title) + \".json\");\n\t\t$tw.utils.createFileDirectories(pathname);\n\t\tfs.writeFileSync(pathname,JSON.stringify(tiddler),\"utf8\");\n\t\t// Collect the skinny list data\n\t\tvar pluginTiddlers = JSON.parse(tiddler.text),\n\t\t\treadmeContent = (pluginTiddlers.tiddlers[title + \"/readme\"] || {}).text,\n\t\t\tdoesRequireReload = !!self.commander.wiki.doesPluginInfoRequireReload(pluginTiddlers),\n\t\t\ticonTiddler = pluginTiddlers.tiddlers[title + \"/icon\"] || {},\n\t\t\ticonType = iconTiddler.type,\n\t\t\ticonText = iconTiddler.text,\n\t\t\ticonContent;\n\t\tif(iconType && iconText) {\n\t\t\ticonContent = $tw.utils.makeDataUri(iconText,iconType);\n\t\t}\n\t\tskinnyList.push($tw.utils.extend({},tiddler,{\n\t\t\ttext: undefined,\n\t\t\treadme: readmeContent,\n\t\t\t\"requires-reload\": doesRequireReload ? \"yes\" : \"no\",\n\t\t\ticon: iconContent\n\t\t}));\n\t});\n\t// Save the catalogue tiddler\n\tif(skinnyListTitle) {\n\t\tself.commander.wiki.setTiddlerData(skinnyListTitle,skinnyList);\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/savetiddler.js": {
            "title": "$:/core/modules/commands/savetiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/savetiddler.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the content of a tiddler to a file\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savetiddler\",\n\tsynchronous: false\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 2) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\ttitle = this.params[0],\n\t\tfilename = path.resolve(this.commander.outputPath,this.params[1]),\n\t\ttiddler = this.commander.wiki.getTiddler(title);\n\tif(tiddler) {\n\t\tvar type = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"};\n\t\t$tw.utils.createFileDirectories(filename);\n\t\tfs.writeFile(filename,tiddler.fields.text,contentTypeInfo.encoding,function(err) {\n\t\t\tself.callback(err);\n\t\t});\n\t} else {\n\t\treturn \"Missing tiddler: \" + title;\n\t}\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/savetiddlers.js": {
            "title": "$:/core/modules/commands/savetiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/savetiddlers.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save several tiddlers to a folder of files\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"savetiddlers\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing filename\";\n\t}\n\tvar self = this,\n\t\tfs = require(\"fs\"),\n\t\tpath = require(\"path\"),\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\tpathname = path.resolve(this.commander.outputPath,this.params[1]),\n\t\tdeleteDirectory = (this.params[2] || \"\").toLowerCase() !== \"noclean\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\tif(deleteDirectory) {\n\t\t$tw.utils.deleteDirectory(pathname);\n\t}\n\t$tw.utils.createDirectory(pathname);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.commander.wiki.getTiddler(title),\n\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\",\n\t\t\tcontentTypeInfo = $tw.config.contentTypeInfo[type] || {encoding: \"utf8\"},\n\t\t\tfilename = path.resolve(pathname,encodeURIComponent(title));\n\t\tfs.writeFileSync(filename,tiddler.fields.text,contentTypeInfo.encoding);\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/savewikifolder.js": {
            "title": "$:/core/modules/commands/savewikifolder.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/savewikifolder.js\ntype: application/javascript\nmodule-type: command\n\nCommand to save the current wiki as a wiki folder\n\n--savewikifolder <wikifolderpath> [<filter>]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"savewikifolder\",\n\tsynchronous: true\n};\n\nvar fs,path;\nif($tw.node) {\n\tfs = require(\"fs\");\n\tpath = require(\"path\");\n}\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing wiki folder path\";\n\t}\n\tvar wikifoldermaker = new WikiFolderMaker(this.params[0],this.params[1],this.commander);\n\treturn wikifoldermaker.save();\n};\n\nfunction WikiFolderMaker(wikiFolderPath,wikiFilter,commander) {\n\tthis.wikiFolderPath = wikiFolderPath;\n\tthis.wikiFilter = wikiFilter || \"[all[tiddlers]]\";\n\tthis.commander = commander;\n\tthis.wiki = commander.wiki;\n\tthis.savedPaths = []; // So that we can detect filename clashes\n}\n\nWikiFolderMaker.prototype.log = function(str) {\n\tif(this.commander.verbose) {\n\t\tconsole.log(str);\n\t}\n};\n\nWikiFolderMaker.prototype.tiddlersToIgnore = [\n\t\"$:/boot/boot.css\",\n\t\"$:/boot/boot.js\",\n\t\"$:/boot/bootprefix.js\",\n\t\"$:/core\",\n\t\"$:/library/sjcl.js\",\n\t\"$:/temp/info-plugin\"\n];\n\n/*\nReturns null if successful, or an error string if there was an error\n*/\nWikiFolderMaker.prototype.save = function() {\n\tvar self = this;\n\t// Check that the output directory doesn't exist\n\tif(fs.existsSync(this.wikiFolderPath) && !$tw.utils.isDirectoryEmpty(this.wikiFolderPath)) {\n\t\treturn \"The unpackwiki command requires that the output wiki folder be empty\";\n\t}\n\t// Get the tiddlers from the source wiki\n\tvar tiddlerTitles = this.wiki.filterTiddlers(this.wikiFilter);\n\t// Initialise a new tiddlwiki.info file\n\tvar newWikiInfo = {};\n\t// Process each incoming tiddler in turn\n\t$tw.utils.each(tiddlerTitles,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\tif(tiddler) {\n\t\t\tif(self.tiddlersToIgnore.indexOf(title) !== -1) {\n\t\t\t\t// Ignore the core plugin and the ephemeral info plugin\n\t\t\t\tself.log(\"Ignoring tiddler: \" + title);\n\t\t\t} else {\n\t\t\t\tvar type = tiddler.fields.type,\n\t\t\t\t\tpluginType = tiddler.fields[\"plugin-type\"];\n\t\t\t\tif(type === \"application/json\" && pluginType) {\n\t\t\t\t\t// Plugin tiddler\n\t\t\t\t\tvar libraryDetails = self.findPluginInLibrary(title);\n\t\t\t\t\tif(libraryDetails) {\n\t\t\t\t\t\t// A plugin from the core library\n\t\t\t\t\t\tself.log(\"Adding built-in plugin: \" + libraryDetails.name);\n\t\t\t\t\t\tnewWikiInfo[libraryDetails.type] = newWikiInfo[libraryDetails.type]  || [];\n\t\t\t\t\t\t$tw.utils.pushTop(newWikiInfo[libraryDetails.type],libraryDetails.name);\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// A custom plugin\n\t\t\t\t\t\tself.log(\"Processing custom plugin: \" + title);\n\t\t\t\t\t\tself.saveCustomPlugin(tiddler);\n\t\t\t\t\t}\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\t// Ordinary tiddler\n\t\t\t\t\tself.saveTiddler(\"tiddlers\",tiddler);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\t// Save the tiddlywiki.info file\n\tthis.saveJSONFile(\"tiddlywiki.info\",newWikiInfo);\n\tself.log(\"Writing tiddlywiki.info: \" + JSON.stringify(newWikiInfo,null,$tw.config.preferences.jsonSpaces));\n\treturn null;\n};\n\n/*\nTest whether the specified tiddler is a plugin in the plugin library\n*/\nWikiFolderMaker.prototype.findPluginInLibrary = function(title) {\n\tvar parts = title.split(\"/\"),\n\t\tpluginPath, type, name;\n\tif(parts[0] === \"$:\") {\n\t\tif(parts[1] === \"languages\" && parts.length === 3) {\n\t\t\tpluginPath = \"languages\" + path.sep + parts[2];\n\t\t\ttype = parts[1];\n\t\t\tname = parts[2];\n\t\t} else if(parts[1] === \"plugins\" || parts[1] === \"themes\" && parts.length === 4) {\n\t\t\tpluginPath = parts[1] + path.sep + parts[2] + path.sep + parts[3];\n\t\t\ttype = parts[1];\n\t\t\tname = parts[2] + \"/\" + parts[3];\n\t\t}\n\t}\n\tif(pluginPath && type && name) {\n\t\tpluginPath = path.resolve($tw.boot.bootPath,\"..\",pluginPath);\n\t\tif(fs.existsSync(pluginPath)) {\n\t\t\treturn {\n\t\t\t\tpluginPath: pluginPath,\n\t\t\t\ttype: type,\n\t\t\t\tname: name\n\t\t\t};\n\t\t}\n\t}\n\treturn false;\n};\n\nWikiFolderMaker.prototype.saveCustomPlugin = function(pluginTiddler) {\n\tvar self = this,\n\t\tpluginTitle = pluginTiddler.fields.title,\n\t\ttitleParts = pluginTitle.split(\"/\"),\n\t\tdirectory = $tw.utils.generateTiddlerFilepath(titleParts[titleParts.length - 1],{\n\t\t\tdirectory: path.resolve(this.wikiFolderPath,pluginTiddler.fields[\"plugin-type\"] + \"s\")\n\t\t}),\n\t\tpluginInfo = pluginTiddler.getFieldStrings({exclude: [\"text\",\"type\"]});\n\tthis.saveJSONFile(directory + path.sep + \"plugin.info\",pluginInfo);\n\tself.log(\"Writing \" + directory + path.sep + \"plugin.info: \" + JSON.stringify(pluginInfo,null,$tw.config.preferences.jsonSpaces));\n\tvar pluginTiddlers = JSON.parse(pluginTiddler.fields.text).tiddlers; // A hashmap of tiddlers in the plugin\n\t$tw.utils.each(pluginTiddlers,function(tiddler) {\n\t\tself.saveTiddler(directory,new $tw.Tiddler(tiddler));\n\t});\n};\n\nWikiFolderMaker.prototype.saveTiddler = function(directory,tiddler) {\n\tvar fileInfo = $tw.utils.generateTiddlerFileInfo(tiddler,{\n\t\tdirectory: path.resolve(this.wikiFolderPath,directory),\n\t\twiki: this.wiki\n\t});\n\t$tw.utils.saveTiddlerToFileSync(tiddler,fileInfo);\n};\n\nWikiFolderMaker.prototype.saveJSONFile = function(filename,json) {\n\tthis.saveTextFile(filename,JSON.stringify(json,null,$tw.config.preferences.jsonSpaces));\n};\n\nWikiFolderMaker.prototype.saveTextFile = function(filename,data) {\n\tthis.saveFile(filename,\"utf8\",data);\n};\n\nWikiFolderMaker.prototype.saveFile = function(filename,encoding,data) {\n\tvar filepath = path.resolve(this.wikiFolderPath,filename);\n\t$tw.utils.createFileDirectories(filepath);\n\tfs.writeFileSync(filepath,data,encoding);\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/server.js": {
            "title": "$:/core/modules/commands/server.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/server.js\ntype: application/javascript\nmodule-type: command\n\nDeprecated legacy command for serving tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Server = require(\"$:/core/modules/server/server.js\").Server;\n\nexports.info = {\n\tname: \"server\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tvar self = this;\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(!$tw.boot.wikiTiddlersPath) {\n\t\t$tw.utils.warning(\"Warning: Wiki folder '\" + $tw.boot.wikiPath + \"' does not exist or is missing a tiddlywiki.info file\");\n\t}\n\t// Set up server\n\tthis.server = new Server({\n\t\twiki: this.commander.wiki,\n\t\tvariables: {\n\t\t\tport: this.params[0],\n\t\t\thost: this.params[6],\n\t\t\t\"root-tiddler\": this.params[1],\n\t\t\t\"root-render-type\": this.params[2],\n\t\t\t\"root-serve-type\": this.params[3],\n\t\t\tusername: this.params[4],\n\t\t\tpassword: this.params[5],\n\t\t\t\"path-prefix\": this.params[7],\n\t\t\t\"debug-level\": this.params[8]\n\t\t}\n\t});\n\tvar nodeServer = this.server.listen();\n\t$tw.hooks.invokeHook(\"th-server-command-post-start\",this.server,nodeServer,\"tiddlywiki\");\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/setfield.js": {
            "title": "$:/core/modules/commands/setfield.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/setfield.js\ntype: application/javascript\nmodule-type: command\n\nCommand to modify selected tiddlers to set a field to the text of a template tiddler that has been wikified with the selected tiddler as the current tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.info = {\n\tname: \"setfield\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 4) {\n\t\treturn \"Missing parameters\";\n\t}\n\tvar self = this,\n\t\twiki = this.commander.wiki,\n\t\tfilter = this.params[0],\n\t\tfieldname = this.params[1] || \"text\",\n\t\ttemplatetitle = this.params[2],\n\t\trendertype = this.params[3] || \"text/plain\",\n\t\ttiddlers = wiki.filterTiddlers(filter);\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar parser = wiki.parseTiddler(templatetitle),\n\t\t\tnewFields = {},\n\t\t\ttiddler = wiki.getTiddler(title);\n\t\tif(parser) {\n\t\t\tvar widgetNode = wiki.makeWidget(parser,{variables: {currentTiddler: title}});\n\t\t\tvar container = $tw.fakeDocument.createElement(\"div\");\n\t\t\twidgetNode.render(container,null);\n\t\t\tnewFields[fieldname] = rendertype === \"text/html\" ? container.innerHTML : container.textContent;\n\t\t} else {\n\t\t\tnewFields[fieldname] = undefined;\n\t\t}\n\t\twiki.addTiddler(new $tw.Tiddler(tiddler,newFields));\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/unpackplugin.js": {
            "title": "$:/core/modules/commands/unpackplugin.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/unpackplugin.js\ntype: application/javascript\nmodule-type: command\n\nCommand to extract the shadow tiddlers from within a plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"unpackplugin\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander,callback) {\n\tthis.params = params;\n\tthis.commander = commander;\n\tthis.callback = callback;\n};\n\nCommand.prototype.execute = function() {\n\tif(this.params.length < 1) {\n\t\treturn \"Missing plugin name\";\n\t}\n\tvar self = this,\n\t\ttitle = this.params[0],\n\t\tpluginData = this.commander.wiki.getTiddlerDataCached(title);\n\tif(!pluginData) {\n\t\treturn \"Plugin '\" + title + \"' not found\";\n\t}\n\t$tw.utils.each(pluginData.tiddlers,function(tiddler) {\n\t\tself.commander.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t});\n\treturn null;\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/verbose.js": {
            "title": "$:/core/modules/commands/verbose.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/verbose.js\ntype: application/javascript\nmodule-type: command\n\nVerbose command\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"verbose\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tthis.commander.verbose = true;\n\t// Output the boot message log\n\tthis.commander.streams.output.write(\"Boot log:\\n  \" + $tw.boot.logMessages.join(\"\\n  \") + \"\\n\");\n\treturn null; // No error\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/commands/version.js": {
            "title": "$:/core/modules/commands/version.js",
            "text": "/*\\\ntitle: $:/core/modules/commands/version.js\ntype: application/javascript\nmodule-type: command\n\nVersion command\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.info = {\n\tname: \"version\",\n\tsynchronous: true\n};\n\nvar Command = function(params,commander) {\n\tthis.params = params;\n\tthis.commander = commander;\n};\n\nCommand.prototype.execute = function() {\n\tthis.commander.streams.output.write($tw.version + \"\\n\");\n\treturn null; // No error\n};\n\nexports.Command = Command;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "command"
        },
        "$:/core/modules/config.js": {
            "title": "$:/core/modules/config.js",
            "text": "/*\\\ntitle: $:/core/modules/config.js\ntype: application/javascript\nmodule-type: config\n\nCore configuration constants\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.preferences = {};\n\nexports.preferences.notificationDuration = 3 * 1000;\nexports.preferences.jsonSpaces = 4;\n\nexports.textPrimitives = {\n\tupperLetter: \"[A-Z\\u00c0-\\u00d6\\u00d8-\\u00de\\u0150\\u0170]\",\n\tlowerLetter: \"[a-z\\u00df-\\u00f6\\u00f8-\\u00ff\\u0151\\u0171]\",\n\tanyLetter:   \"[A-Za-z0-9\\u00c0-\\u00d6\\u00d8-\\u00de\\u00df-\\u00f6\\u00f8-\\u00ff\\u0150\\u0170\\u0151\\u0171]\",\n\tblockPrefixLetters:\t\"[A-Za-z0-9-_\\u00c0-\\u00d6\\u00d8-\\u00de\\u00df-\\u00f6\\u00f8-\\u00ff\\u0150\\u0170\\u0151\\u0171]\"\n};\n\nexports.textPrimitives.unWikiLink = \"~\";\nexports.textPrimitives.wikiLink = exports.textPrimitives.upperLetter + \"+\" +\n\texports.textPrimitives.lowerLetter + \"+\" +\n\texports.textPrimitives.upperLetter +\n\texports.textPrimitives.anyLetter + \"*\";\n\nexports.htmlEntities = {quot:34, amp:38, apos:39, lt:60, gt:62, nbsp:160, iexcl:161, cent:162, pound:163, curren:164, yen:165, brvbar:166, sect:167, uml:168, copy:169, ordf:170, laquo:171, not:172, shy:173, reg:174, macr:175, deg:176, plusmn:177, sup2:178, sup3:179, acute:180, micro:181, para:182, middot:183, cedil:184, sup1:185, ordm:186, raquo:187, frac14:188, frac12:189, frac34:190, iquest:191, Agrave:192, Aacute:193, Acirc:194, Atilde:195, Auml:196, Aring:197, AElig:198, Ccedil:199, Egrave:200, Eacute:201, Ecirc:202, Euml:203, Igrave:204, Iacute:205, Icirc:206, Iuml:207, ETH:208, Ntilde:209, Ograve:210, Oacute:211, Ocirc:212, Otilde:213, Ouml:214, times:215, Oslash:216, Ugrave:217, Uacute:218, Ucirc:219, Uuml:220, Yacute:221, THORN:222, szlig:223, agrave:224, aacute:225, acirc:226, atilde:227, auml:228, aring:229, aelig:230, ccedil:231, egrave:232, eacute:233, ecirc:234, euml:235, igrave:236, iacute:237, icirc:238, iuml:239, eth:240, ntilde:241, ograve:242, oacute:243, ocirc:244, otilde:245, ouml:246, divide:247, oslash:248, ugrave:249, uacute:250, ucirc:251, uuml:252, yacute:253, thorn:254, yuml:255, OElig:338, oelig:339, Scaron:352, scaron:353, Yuml:376, fnof:402, circ:710, tilde:732, Alpha:913, Beta:914, Gamma:915, Delta:916, Epsilon:917, Zeta:918, Eta:919, Theta:920, Iota:921, Kappa:922, Lambda:923, Mu:924, Nu:925, Xi:926, Omicron:927, Pi:928, Rho:929, Sigma:931, Tau:932, Upsilon:933, Phi:934, Chi:935, Psi:936, Omega:937, alpha:945, beta:946, gamma:947, delta:948, epsilon:949, zeta:950, eta:951, theta:952, iota:953, kappa:954, lambda:955, mu:956, nu:957, xi:958, omicron:959, pi:960, rho:961, sigmaf:962, sigma:963, tau:964, upsilon:965, phi:966, chi:967, psi:968, omega:969, thetasym:977, upsih:978, piv:982, ensp:8194, emsp:8195, thinsp:8201, zwnj:8204, zwj:8205, lrm:8206, rlm:8207, ndash:8211, mdash:8212, lsquo:8216, rsquo:8217, sbquo:8218, ldquo:8220, rdquo:8221, bdquo:8222, dagger:8224, Dagger:8225, bull:8226, hellip:8230, permil:8240, prime:8242, Prime:8243, lsaquo:8249, rsaquo:8250, oline:8254, frasl:8260, euro:8364, image:8465, weierp:8472, real:8476, trade:8482, alefsym:8501, larr:8592, uarr:8593, rarr:8594, darr:8595, harr:8596, crarr:8629, lArr:8656, uArr:8657, rArr:8658, dArr:8659, hArr:8660, forall:8704, part:8706, exist:8707, empty:8709, nabla:8711, isin:8712, notin:8713, ni:8715, prod:8719, sum:8721, minus:8722, lowast:8727, radic:8730, prop:8733, infin:8734, ang:8736, and:8743, or:8744, cap:8745, cup:8746, int:8747, there4:8756, sim:8764, cong:8773, asymp:8776, ne:8800, equiv:8801, le:8804, ge:8805, sub:8834, sup:8835, nsub:8836, sube:8838, supe:8839, oplus:8853, otimes:8855, perp:8869, sdot:8901, lceil:8968, rceil:8969, lfloor:8970, rfloor:8971, lang:9001, rang:9002, loz:9674, spades:9824, clubs:9827, hearts:9829, diams:9830 };\n\nexports.htmlVoidElements = \"area,base,br,col,command,embed,hr,img,input,keygen,link,meta,param,source,track,wbr\".split(\",\");\n\nexports.htmlBlockElements = \"address,article,aside,audio,blockquote,canvas,dd,div,dl,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,li,noscript,ol,output,p,pre,section,table,tfoot,ul,video\".split(\",\");\n\nexports.htmlUnsafeElements = \"script\".split(\",\");\n\n})();\n",
            "type": "application/javascript",
            "module-type": "config"
        },
        "$:/core/modules/deserializers.js": {
            "title": "$:/core/modules/deserializers.js",
            "text": "/*\\\ntitle: $:/core/modules/deserializers.js\ntype: application/javascript\nmodule-type: tiddlerdeserializer\n\nFunctions to deserialise tiddlers from a block of text\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nUtility function to parse an old-style tiddler DIV in a *.tid file. It looks like this:\n\n<div title=\"Title\" creator=\"JoeBloggs\" modifier=\"JoeBloggs\" created=\"201102111106\" modified=\"201102111310\" tags=\"myTag [[my long tag]]\">\n<pre>The text of the tiddler (without the expected HTML encoding).\n</pre>\n</div>\n\nNote that the field attributes are HTML encoded, but that the body of the <PRE> tag is not encoded.\n\nWhen these tiddler DIVs are encountered within a TiddlyWiki HTML file then the body is encoded in the usual way.\n*/\nvar parseTiddlerDiv = function(text /* [,fields] */) {\n\t// Slot together the default results\n\tvar result = {};\n\tif(arguments.length > 1) {\n\t\tfor(var f=1; f<arguments.length; f++) {\n\t\t\tvar fields = arguments[f];\n\t\t\tfor(var t in fields) {\n\t\t\t\tresult[t] = fields[t];\t\t\n\t\t\t}\n\t\t}\n\t}\n\t// Parse the DIV body\n\tvar startRegExp = /^\\s*<div\\s+([^>]*)>(\\s*<pre>)?/gi,\n\t\tendRegExp,\n\t\tmatch = startRegExp.exec(text);\n\tif(match) {\n\t\t// Old-style DIVs don't have the <pre> tag\n\t\tif(match[2]) {\n\t\t\tendRegExp = /<\\/pre>\\s*<\\/div>\\s*$/gi;\n\t\t} else {\n\t\t\tendRegExp = /<\\/div>\\s*$/gi;\n\t\t}\n\t\tvar endMatch = endRegExp.exec(text);\n\t\tif(endMatch) {\n\t\t\t// Extract the text\n\t\t\tresult.text = text.substring(match.index + match[0].length,endMatch.index);\n\t\t\t// Process the attributes\n\t\t\tvar attrRegExp = /\\s*([^=\\s]+)\\s*=\\s*(?:\"([^\"]*)\"|'([^']*)')/gi,\n\t\t\t\tattrMatch;\n\t\t\tdo {\n\t\t\t\tattrMatch = attrRegExp.exec(match[1]);\n\t\t\t\tif(attrMatch) {\n\t\t\t\t\tvar name = attrMatch[1];\n\t\t\t\t\tvar value = attrMatch[2] !== undefined ? attrMatch[2] : attrMatch[3];\n\t\t\t\t\tresult[name] = value;\n\t\t\t\t}\n\t\t\t} while(attrMatch);\n\t\t\treturn result;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports[\"application/x-tiddler-html-div\"] = function(text,fields) {\n\treturn [parseTiddlerDiv(text,fields)];\n};\n\nexports[\"application/json\"] = function(text,fields) {\n\tvar incoming,\n\t\tresults = [];\n\ttry {\n\t\tincoming = JSON.parse(text);\n\t} catch(e) {\n\t\tincoming = [{\n\t\t\ttitle: \"JSON error: \" + e,\n\t\t\ttext: \"\"\n\t\t}]\n\t}\n\tif(!$tw.utils.isArray(incoming)) {\n\t\tincoming = [incoming];\n\t}\n\tfor(var t=0; t<incoming.length; t++) {\n\t\tvar incomingFields = incoming[t],\n\t\t\tfields = {};\n\t\tfor(var f in incomingFields) {\n\t\t\tif(typeof incomingFields[f] === \"string\") {\n\t\t\t\tfields[f] = incomingFields[f];\n\t\t\t}\n\t\t}\n\t\tresults.push(fields);\n\t}\n\treturn results;\n};\n\n/*\nParse an HTML file into tiddlers. There are three possibilities:\n# A TiddlyWiki classic HTML file containing `text/x-tiddlywiki` tiddlers\n# A TiddlyWiki5 HTML file containing `text/vnd.tiddlywiki` tiddlers\n# An ordinary HTML file\n*/\nexports[\"text/html\"] = function(text,fields) {\n\t// Check if we've got a store area\n\tvar storeAreaMarkerRegExp = /<div id=[\"']?storeArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\tmatch = storeAreaMarkerRegExp.exec(text);\n\tif(match) {\n\t\t// If so, it's either a classic TiddlyWiki file or an unencrypted TW5 file\n\t\t// First read the normal tiddlers\n\t\tvar results = deserializeTiddlyWikiFile(text,storeAreaMarkerRegExp.lastIndex,!!match[1],fields);\n\t\t// Then any system tiddlers\n\t\tvar systemAreaMarkerRegExp = /<div id=[\"']?systemArea['\"]?( style=[\"']?display:none;[\"']?)?>/gi,\n\t\t\tsysMatch = systemAreaMarkerRegExp.exec(text);\n\t\tif(sysMatch) {\n\t\t\tresults.push.apply(results,deserializeTiddlyWikiFile(text,systemAreaMarkerRegExp.lastIndex,!!sysMatch[1],fields));\n\t\t}\n\t\treturn results;\n\t} else {\n\t\t// Check whether we've got an encrypted file\n\t\tvar encryptedStoreArea = $tw.utils.extractEncryptedStoreArea(text);\n\t\tif(encryptedStoreArea) {\n\t\t\t// If so, attempt to decrypt it using the current password\n\t\t\treturn $tw.utils.decryptStoreArea(encryptedStoreArea);\n\t\t} else {\n\t\t\t// It's not a TiddlyWiki so we'll return the entire HTML file as a tiddler\n\t\t\treturn deserializeHtmlFile(text,fields);\n\t\t}\n\t}\n};\n\nfunction deserializeHtmlFile(text,fields) {\n\tvar result = {};\n\t$tw.utils.each(fields,function(value,name) {\n\t\tresult[name] = value;\n\t});\n\tresult.text = text;\n\tresult.type = \"text/html\";\n\treturn [result];\n}\n\nfunction deserializeTiddlyWikiFile(text,storeAreaEnd,isTiddlyWiki5,fields) {\n\tvar results = [],\n\t\tendOfDivRegExp = /(<\\/div>\\s*)/gi,\n\t\tstartPos = storeAreaEnd,\n\t\tdefaultType = isTiddlyWiki5 ? undefined : \"text/x-tiddlywiki\";\n\tendOfDivRegExp.lastIndex = startPos;\n\tvar match = endOfDivRegExp.exec(text);\n\twhile(match) {\n\t\tvar endPos = endOfDivRegExp.lastIndex,\n\t\t\ttiddlerFields = parseTiddlerDiv(text.substring(startPos,endPos),fields,{type: defaultType});\n\t\tif(!tiddlerFields) {\n\t\t\tbreak;\n\t\t}\n\t\t$tw.utils.each(tiddlerFields,function(value,name) {\n\t\t\tif(typeof value === \"string\") {\n\t\t\t\ttiddlerFields[name] = $tw.utils.htmlDecode(value);\n\t\t\t}\n\t\t});\n\t\tif(tiddlerFields.text !== null) {\n\t\t\tresults.push(tiddlerFields);\n\t\t}\n\t\tstartPos = endPos;\n\t\tmatch = endOfDivRegExp.exec(text);\n\t}\n\treturn results;\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "tiddlerdeserializer"
        },
        "$:/core/modules/editor/engines/framed.js": {
            "title": "$:/core/modules/editor/engines/framed.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/engines/framed.js\ntype: application/javascript\nmodule-type: library\n\nText editor engine based on a simple input or textarea within an iframe. This is done so that the selection is preserved even when clicking away from the textarea\n\n\\*/\n(function(){\n\n/*jslint node: true,browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\nfunction FramedEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\t// Create our hidden dummy text area for reading styles\n\tthis.dummyTextArea = this.widget.document.createElement(\"textarea\");\n\tif(this.widget.editClass) {\n\t\tthis.dummyTextArea.className = this.widget.editClass;\n\t}\n\tthis.dummyTextArea.setAttribute(\"hidden\",\"true\");\n\tthis.parentNode.insertBefore(this.dummyTextArea,this.nextSibling);\n\tthis.widget.domNodes.push(this.dummyTextArea);\n\t// Create the iframe\n\tthis.iframeNode = this.widget.document.createElement(\"iframe\");\n\tthis.parentNode.insertBefore(this.iframeNode,this.nextSibling);\n\tthis.iframeDoc = this.iframeNode.contentWindow.document;\n\t// (Firefox requires us to put some empty content in the iframe)\n\tthis.iframeDoc.open();\n\tthis.iframeDoc.write(\"\");\n\tthis.iframeDoc.close();\n\t// Style the iframe\n\tthis.iframeNode.className = this.dummyTextArea.className;\n\tthis.iframeNode.style.border = \"none\";\n\tthis.iframeNode.style.padding = \"0\";\n\tthis.iframeNode.style.resize = \"none\";\n\tthis.iframeDoc.body.style.margin = \"0\";\n\tthis.iframeDoc.body.style.padding = \"0\";\n\tthis.widget.domNodes.push(this.iframeNode);\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.iframeDoc.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.iframeDoc.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editTabIndex) {\n\t\tthis.iframeNode.setAttribute(\"tabindex\",this.widget.editTabIndex);\n\t}\n\tif(this.widget.editAutoComplete) {\n\t\tthis.domNode.setAttribute(\"autocomplete\",this.widget.editAutoComplete);\n\t}\n\tif(this.widget.isDisabled === \"yes\") {\n\t\tthis.domNode.setAttribute(\"disabled\",true);\n\t}\t\n\t// Copy the styles from the dummy textarea\n\tthis.copyStyles();\n\t// Add event listeners\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"click\",handlerObject: this,handlerMethod: \"handleClickEvent\"},\n\t\t{name: \"input\",handlerObject: this,handlerMethod: \"handleInputEvent\"},\n\t\t{name: \"keydown\",handlerObject: this.widget,handlerMethod: \"handleKeydownEvent\"},\n\t\t{name: \"focus\",handlerObject: this,handlerMethod: \"handleFocusEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.iframeDoc.body.appendChild(this.domNode);\n}\n\n/*\nCopy styles from the dummy text area to the textarea in the iframe\n*/\nFramedEngine.prototype.copyStyles = function() {\n\t// Copy all styles\n\t$tw.utils.copyStyles(this.dummyTextArea,this.domNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\tthis.domNode.style.display = \"block\";\n\tthis.domNode.style.width = \"100%\";\n\tthis.domNode.style.margin = \"0\";\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\tthis.domNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n};\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nFramedEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode) {\n\t\t\tthis.updateDomNodeText(text);\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nUpdate the DomNode with the new text\n*/\nFramedEngine.prototype.updateDomNodeText = function(text) {\n\tthis.domNode.value = text;\n};\n\n/*\nGet the text of the engine\n*/\nFramedEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nFramedEngine.prototype.fixHeight = function() {\n\t// Make sure styles are updated\n\tthis.copyStyles();\n\t// Adjust height\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\tvar newHeight = $tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t\tthis.iframeNode.style.height = (newHeight + 14) + \"px\"; // +14 for the border on the textarea\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t\tthis.iframeNode.style.height = (fixedHeight + 14) + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nFramedEngine.prototype.focus  = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a focus event\n*/\nFramedEngine.prototype.handleFocusEvent = function(event) {\n\tif(this.widget.editCancelPopups) {\n\t\t$tw.popup.cancel(0);\t\n\t}\n};\n\n/*\nHandle a click\n*/\nFramedEngine.prototype.handleClickEvent = function(event) {\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nFramedEngine.prototype.handleInputEvent = function(event) {\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\tif(this.widget.editInputActions) {\n\t\tthis.widget.invokeActionString(this.widget.editInputActions);\n\t}\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nFramedEngine.prototype.createTextOperation = function() {\n\tvar operation = {\n\t\ttext: this.domNode.value,\n\t\tselStart: this.domNode.selectionStart,\n\t\tselEnd: this.domNode.selectionEnd,\n\t\tcutStart: null,\n\t\tcutEnd: null,\n\t\treplacement: null,\n\t\tnewSelStart: null,\n\t\tnewSelEnd: null\n\t};\n\toperation.selection = operation.text.substring(operation.selStart,operation.selEnd);\n\treturn operation;\n};\n\n/*\nExecute a text operation\n*/\nFramedEngine.prototype.executeTextOperation = function(operation) {\n\t// Perform the required changes to the text area and the underlying tiddler\n\tvar newText = operation.text;\n\tif(operation.replacement !== null) {\n\t\tnewText = operation.text.substring(0,operation.cutStart) + operation.replacement + operation.text.substring(operation.cutEnd);\n\t\t// Attempt to use a execCommand to modify the value of the control\n\t\tif(this.iframeDoc.queryCommandSupported(\"insertText\") && this.iframeDoc.queryCommandSupported(\"delete\") && !$tw.browser.isFirefox) {\n\t\t\tthis.domNode.focus();\n\t\t\tthis.domNode.setSelectionRange(operation.cutStart,operation.cutEnd);\n\t\t\tif(operation.replacement === \"\") {\n\t\t\t\tthis.iframeDoc.execCommand(\"delete\",false,\"\");\n\t\t\t} else {\n\t\t\t\tthis.iframeDoc.execCommand(\"insertText\",false,operation.replacement);\n\t\t\t}\n\t\t} else {\n\t\t\tthis.domNode.value = newText;\n\t\t}\n\t\tthis.domNode.focus();\n\t\tthis.domNode.setSelectionRange(operation.newSelStart,operation.newSelEnd);\n\t}\n\tthis.domNode.focus();\n\treturn newText;\n};\n\nexports.FramedEngine = FramedEngine;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/editor/engines/simple.js": {
            "title": "$:/core/modules/editor/engines/simple.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/engines/simple.js\ntype: application/javascript\nmodule-type: library\n\nText editor engine based on a simple input or textarea tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\nfunction SimpleEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.widget.document.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.widget.document.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editClass) {\n\t\tthis.domNode.className = this.widget.editClass;\n\t}\n\tif(this.widget.editTabIndex) {\n\t\tthis.domNode.setAttribute(\"tabindex\",this.widget.editTabIndex);\n\t}\n\tif(this.widget.editAutoComplete) {\n\t\tthis.domNode.setAttribute(\"autocomplete\",this.widget.editAutoComplete);\n\t}\n\tif(this.widget.isDisabled === \"yes\") {\n\t\tthis.domNode.setAttribute(\"disabled\",true);\n\t}\n\t// Add an input event handler\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"focus\", handlerObject: this, handlerMethod: \"handleFocusEvent\"},\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInputEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.parentNode.insertBefore(this.domNode,this.nextSibling);\n\tthis.widget.domNodes.push(this.domNode);\n}\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nSimpleEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode || text === \"\") {\n\t\t\tthis.updateDomNodeText(text);\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nUpdate the DomNode with the new text\n*/\nSimpleEngine.prototype.updateDomNodeText = function(text) {\n\tthis.domNode.value = text;\n};\n\n/*\nGet the text of the engine\n*/\nSimpleEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nSimpleEngine.prototype.fixHeight = function() {\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\t$tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nSimpleEngine.prototype.focus  = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nSimpleEngine.prototype.handleInputEvent = function(event) {\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\tif(this.widget.editInputActions) {\n\t\tthis.widget.invokeActionString(this.widget.editInputActions);\n\t}\n\treturn true;\n};\n\n/*\nHandle a dom \"focus\" event\n*/\nSimpleEngine.prototype.handleFocusEvent = function(event) {\n\tif(this.widget.editCancelPopups) {\n\t\t$tw.popup.cancel(0);\n\t}\n\tif(this.widget.editFocusPopup) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNode,\n\t\t\ttitle: this.widget.editFocusPopup,\n\t\t\twiki: this.widget.wiki,\n\t\t\tforce: true\n\t\t});\n\t}\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nSimpleEngine.prototype.createTextOperation = function() {\n\treturn null;\n};\n\n/*\nExecute a text operation\n*/\nSimpleEngine.prototype.executeTextOperation = function(operation) {\n};\n\nexports.SimpleEngine = SimpleEngine;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/editor/factory.js": {
            "title": "$:/core/modules/editor/factory.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/factory.js\ntype: application/javascript\nmodule-type: library\n\nFactory for constructing text editor widgets with specified engines for the toolbar and non-toolbar cases\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DEFAULT_MIN_TEXT_AREA_HEIGHT = \"100px\"; // Minimum height of textareas in pixels\n\n// Configuration tiddlers\nvar HEIGHT_MODE_TITLE = \"$:/config/TextEditor/EditorHeight/Mode\";\nvar ENABLE_TOOLBAR_TITLE = \"$:/config/TextEditor/EnableToolbar\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nfunction editTextWidgetFactory(toolbarEngine,nonToolbarEngine) {\n\n\tvar EditTextWidget = function(parseTreeNode,options) {\n\t\t// Initialise the editor operations if they've not been done already\n\t\tif(!this.editorOperations) {\n\t\t\tEditTextWidget.prototype.editorOperations = {};\n\t\t\t$tw.modules.applyMethods(\"texteditoroperation\",this.editorOperations);\n\t\t}\n\t\tthis.initialise(parseTreeNode,options);\n\t};\n\n\t/*\n\tInherit from the base widget class\n\t*/\n\tEditTextWidget.prototype = new Widget();\n\n\t/*\n\tRender this widget into the DOM\n\t*/\n\tEditTextWidget.prototype.render = function(parent,nextSibling) {\n\t\t// Save the parent dom node\n\t\tthis.parentDomNode = parent;\n\t\t// Compute our attributes\n\t\tthis.computeAttributes();\n\t\t// Execute our logic\n\t\tthis.execute();\n\t\t// Create the wrapper for the toolbar and render its content\n\t\tif(this.editShowToolbar) {\n\t\t\tthis.toolbarNode = this.document.createElement(\"div\");\n\t\t\tthis.toolbarNode.className = \"tc-editor-toolbar\";\n\t\t\tparent.insertBefore(this.toolbarNode,nextSibling);\n\t\t\tthis.renderChildren(this.toolbarNode,null);\n\t\t\tthis.domNodes.push(this.toolbarNode);\n\t\t}\n\t\t// Create our element\n\t\tvar editInfo = this.getEditInfo(),\n\t\t\tEngine = this.editShowToolbar ? toolbarEngine : nonToolbarEngine;\n\t\tthis.engine = new Engine({\n\t\t\t\twidget: this,\n\t\t\t\tvalue: editInfo.value,\n\t\t\t\ttype: editInfo.type,\n\t\t\t\tparentNode: parent,\n\t\t\t\tnextSibling: nextSibling\n\t\t\t});\n\t\t// Call the postRender hook\n\t\tif(this.postRender) {\n\t\t\tthis.postRender();\n\t\t}\n\t\t// Fix height\n\t\tthis.engine.fixHeight();\n\t\t// Focus if required\n\t\tif(this.editFocus === \"true\" || this.editFocus === \"yes\") {\n\t\t\tthis.engine.focus();\n\t\t}\n\t\t// Add widget message listeners\n\t\tthis.addEventListeners([\n\t\t\t{type: \"tm-edit-text-operation\", handler: \"handleEditTextOperationMessage\"}\n\t\t]);\n\t};\n\n\t/*\n\tGet the tiddler being edited and current value\n\t*/\n\tEditTextWidget.prototype.getEditInfo = function() {\n\t\t// Get the edit value\n\t\tvar self = this,\n\t\t\tvalue,\n\t\t\ttype = \"text/plain\",\n\t\t\tupdate;\n\t\tif(this.editIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(this.editTitle,this.editIndex,this.editDefault);\n\t\t\tupdate = function(value) {\n\t\t\t\tvar data = self.wiki.getTiddlerData(self.editTitle,{});\n\t\t\t\tif(data[self.editIndex] !== value) {\n\t\t\t\t\tdata[self.editIndex] = value;\n\t\t\t\t\tself.wiki.setTiddlerData(self.editTitle,data);\n\t\t\t\t}\n\t\t\t};\n\t\t} else {\n\t\t\t// Get the current tiddler and the field name\n\t\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\t\tif(tiddler) {\n\t\t\t\t// If we've got a tiddler, the value to display is the field string value\n\t\t\t\tvalue = tiddler.getFieldString(this.editField);\n\t\t\t\tif(this.editField === \"text\") {\n\t\t\t\t\ttype = tiddler.fields.type || \"text/vnd.tiddlywiki\";\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Otherwise, we need to construct a default value for the editor\n\t\t\t\tswitch(this.editField) {\n\t\t\t\t\tcase \"text\":\n\t\t\t\t\t\tvalue = \"Type the text for the tiddler '\" + this.editTitle + \"'\";\n\t\t\t\t\t\ttype = \"text/vnd.tiddlywiki\";\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"title\":\n\t\t\t\t\t\tvalue = this.editTitle;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tvalue = \"\";\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif(this.editDefault !== undefined) {\n\t\t\t\t\tvalue = this.editDefault;\n\t\t\t\t}\n\t\t\t}\n\t\t\tupdate = function(value) {\n\t\t\t\tvar tiddler = self.wiki.getTiddler(self.editTitle),\n\t\t\t\t\tupdateFields = {\n\t\t\t\t\t\ttitle: self.editTitle\n\t\t\t\t\t};\n\t\t\t\tupdateFields[self.editField] = value;\n\t\t\t\tself.wiki.addTiddler(new $tw.Tiddler(self.wiki.getCreationFields(),tiddler,updateFields,self.wiki.getModificationFields()));\n\t\t\t};\n\t\t}\n\t\tif(this.editType) {\n\t\t\ttype = this.editType;\n\t\t}\n\t\treturn {value: value || \"\", type: type, update: update};\n\t};\n\n\t/*\n\tHandle an edit text operation message from the toolbar\n\t*/\n\tEditTextWidget.prototype.handleEditTextOperationMessage = function(event) {\n\t\t// Prepare information about the operation\n\t\tvar operation = this.engine.createTextOperation();\n\t\t// Invoke the handler for the selected operation\n\t\tvar handler = this.editorOperations[event.param];\n\t\tif(handler) {\n\t\t\thandler.call(this,event,operation);\n\t\t}\n\t\t// Execute the operation via the engine\n\t\tvar newText = this.engine.executeTextOperation(operation);\n\t\t// Fix the tiddler height and save changes\n\t\tthis.engine.fixHeight();\n\t\tthis.saveChanges(newText);\n\t};\n\n\t/*\n\tCompute the internal state of the widget\n\t*/\n\tEditTextWidget.prototype.execute = function() {\n\t\t// Get our parameters\n\t\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t\tthis.editField = this.getAttribute(\"field\",\"text\");\n\t\tthis.editIndex = this.getAttribute(\"index\");\n\t\tthis.editDefault = this.getAttribute(\"default\");\n\t\tthis.editClass = this.getAttribute(\"class\");\n\t\tthis.editPlaceholder = this.getAttribute(\"placeholder\");\n\t\tthis.editSize = this.getAttribute(\"size\");\n\t\tthis.editRows = this.getAttribute(\"rows\");\n\t\tthis.editAutoHeight = this.wiki.getTiddlerText(HEIGHT_MODE_TITLE,\"auto\");\n\t\tthis.editAutoHeight = this.getAttribute(\"autoHeight\",this.editAutoHeight === \"auto\" ? \"yes\" : \"no\") === \"yes\";\n\t\tthis.editMinHeight = this.getAttribute(\"minHeight\",DEFAULT_MIN_TEXT_AREA_HEIGHT);\n\t\tthis.editFocusPopup = this.getAttribute(\"focusPopup\");\n\t\tthis.editFocus = this.getAttribute(\"focus\");\n\t\tthis.editTabIndex = this.getAttribute(\"tabindex\");\n\t\tthis.editCancelPopups = this.getAttribute(\"cancelPopups\",\"\") === \"yes\";\n\t\tthis.editInputActions = this.getAttribute(\"inputActions\");\n\t\tthis.editRefreshTitle = this.getAttribute(\"refreshTitle\");\n\t\tthis.editAutoComplete = this.getAttribute(\"autocomplete\");\n\t\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t\t// Get the default editor element tag and type\n\t\tvar tag,type;\n\t\tif(this.editField === \"text\") {\n\t\t\ttag = \"textarea\";\n\t\t} else {\n\t\t\ttag = \"input\";\n\t\t\tvar fieldModule = $tw.Tiddler.fieldModules[this.editField];\n\t\t\tif(fieldModule && fieldModule.editTag) {\n\t\t\t\ttag = fieldModule.editTag;\n\t\t\t}\n\t\t\tif(fieldModule && fieldModule.editType) {\n\t\t\t\ttype = fieldModule.editType;\n\t\t\t}\n\t\t\ttype = type || \"text\";\n\t\t}\n\t\t// Get the rest of our parameters\n\t\tthis.editTag = this.getAttribute(\"tag\",tag) || \"input\";\n\t\tthis.editType = this.getAttribute(\"type\",type);\n\t\t// Make the child widgets\n\t\tthis.makeChildWidgets();\n\t\t// Determine whether to show the toolbar\n\t\tthis.editShowToolbar = this.wiki.getTiddlerText(ENABLE_TOOLBAR_TITLE,\"yes\");\n\t\tthis.editShowToolbar = (this.editShowToolbar === \"yes\") && !!(this.children && this.children.length > 0) && (!this.document.isTiddlyWikiFakeDom);\n\t};\n\n\t/*\n\tSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n\t*/\n\tEditTextWidget.prototype.refresh = function(changedTiddlers) {\n\t\tvar changedAttributes = this.computeAttributes();\n\t\t// Completely rerender if any of our attributes have changed\n\t\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.placeholder || changedAttributes.size || changedAttributes.autoHeight || changedAttributes.minHeight || changedAttributes.focusPopup ||  changedAttributes.rows || changedAttributes.tabindex || changedAttributes.cancelPopups || changedAttributes.inputActions || changedAttributes.refreshTitle || changedAttributes.autocomplete || changedTiddlers[HEIGHT_MODE_TITLE] || changedTiddlers[ENABLE_TOOLBAR_TITLE] || changedAttributes.disabled) {\n\t\t\tthis.refreshSelf();\n\t\t\treturn true;\n\t\t} else if (changedTiddlers[this.editRefreshTitle]) {\n\t\t\tthis.engine.updateDomNodeText(this.getEditInfo().value);\n\t\t} else if(changedTiddlers[this.editTitle]) {\n\t\t\tvar editInfo = this.getEditInfo();\n\t\t\tthis.updateEditor(editInfo.value,editInfo.type);\n\t\t}\n\t\tthis.engine.fixHeight();\n\t\tif(this.editShowToolbar) {\n\t\t\treturn this.refreshChildren(changedTiddlers);\n\t\t} else {\n\t\t\treturn false;\n\t\t}\n\t};\n\n\t/*\n\tUpdate the editor with new text. This method is separate from updateEditorDomNode()\n\tso that subclasses can override updateEditor() and still use updateEditorDomNode()\n\t*/\n\tEditTextWidget.prototype.updateEditor = function(text,type) {\n\t\tthis.updateEditorDomNode(text,type);\n\t};\n\n\t/*\n\tUpdate the editor dom node with new text\n\t*/\n\tEditTextWidget.prototype.updateEditorDomNode = function(text,type) {\n\t\tthis.engine.setText(text,type);\n\t};\n\n\t/*\n\tSave changes back to the tiddler store\n\t*/\n\tEditTextWidget.prototype.saveChanges = function(text) {\n\t\tvar editInfo = this.getEditInfo();\n\t\tif(text !== editInfo.value) {\n\t\t\teditInfo.update(text);\n\t\t}\n\t};\n\n\t/*\n\tHandle a dom \"keydown\" event, which we'll bubble up to our container for the keyboard widgets benefit\n\t*/\n\tEditTextWidget.prototype.handleKeydownEvent = function(event) {\n\t\t// Check for a keyboard shortcut\n\t\tif(this.toolbarNode) {\n\t\t\tvar shortcutElements = this.toolbarNode.querySelectorAll(\"[data-tw-keyboard-shortcut]\");\n\t\t\tfor(var index=0; index<shortcutElements.length; index++) {\n\t\t\t\tvar el = shortcutElements[index],\n\t\t\t\t\tshortcutData = el.getAttribute(\"data-tw-keyboard-shortcut\"),\n\t\t\t\t\tkeyInfoArray = $tw.keyboardManager.parseKeyDescriptors(shortcutData,{\n\t\t\t\t\t\twiki: this.wiki\n\t\t\t\t\t});\n\t\t\t\tif($tw.keyboardManager.checkKeyDescriptors(event,keyInfoArray)) {\n\t\t\t\t\tvar clickEvent = this.document.createEvent(\"Events\");\n\t\t\t\t    clickEvent.initEvent(\"click\",true,false);\n\t\t\t\t    el.dispatchEvent(clickEvent);\n\t\t\t\t\tevent.preventDefault();\n\t\t\t\t\tevent.stopPropagation();\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\t// Propogate the event to the container\n\t\tif(this.propogateKeydownEvent(event)) {\n\t\t\t// Ignore the keydown if it was already handled\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t\treturn true;\n\t\t}\n\t\t// Otherwise, process the keydown normally\n\t\treturn false;\n\t};\n\n\t/*\n\tPropogate keydown events to our container for the keyboard widgets benefit\n\t*/\n\tEditTextWidget.prototype.propogateKeydownEvent = function(event) {\n\t\tvar newEvent = this.document.createEventObject ? this.document.createEventObject() : this.document.createEvent(\"Events\");\n\t\tif(newEvent.initEvent) {\n\t\t\tnewEvent.initEvent(\"keydown\", true, true);\n\t\t}\n\t\tnewEvent.keyCode = event.keyCode;\n\t\tnewEvent.which = event.which;\n\t\tnewEvent.metaKey = event.metaKey;\n\t\tnewEvent.ctrlKey = event.ctrlKey;\n\t\tnewEvent.altKey = event.altKey;\n\t\tnewEvent.shiftKey = event.shiftKey;\n\t\treturn !this.parentDomNode.dispatchEvent(newEvent);\n\t};\n\n\treturn EditTextWidget;\n\n}\n\nexports.editTextWidgetFactory = editTextWidgetFactory;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/editor/operations/bitmap/clear.js": {
            "title": "$:/core/modules/editor/operations/bitmap/clear.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/clear.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to clear the image\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"clear\"] = function(event) {\n\tvar ctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.globalAlpha = 1;\n\tctx.fillStyle = event.paramObject.colour || \"white\";\n\tctx.fillRect(0,0,this.canvasDomNode.width,this.canvasDomNode.height);\n\t// Save changes\n\tthis.strokeEnd();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "bitmapeditoroperation"
        },
        "$:/core/modules/editor/operations/bitmap/resize.js": {
            "title": "$:/core/modules/editor/operations/bitmap/resize.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/resize.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to resize the image\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"resize\"] = function(event) {\n\t// Get the new width\n\tvar newWidth = parseInt(event.paramObject.width || this.canvasDomNode.width,10),\n\t\tnewHeight = parseInt(event.paramObject.height || this.canvasDomNode.height,10);\n\t// Update if necessary\n\tif(newWidth > 0 && newHeight > 0 && !(newWidth === this.currCanvas.width && newHeight === this.currCanvas.height)) {\n\t\tthis.changeCanvasSize(newWidth,newHeight);\n\t}\n\t// Update the input controls\n\tthis.refreshToolbar();\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "bitmapeditoroperation"
        },
        "$:/core/modules/editor/operations/bitmap/rotate-left.js": {
            "title": "$:/core/modules/editor/operations/bitmap/rotate-left.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/bitmap/rotate-left.js\ntype: application/javascript\nmodule-type: bitmapeditoroperation\n\nBitmap editor operation to rotate the image left by 90 degrees\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"rotate-left\"] = function(event) {\n\t// Rotate the canvas left by 90 degrees\n\tthis.rotateCanvasLeft();\n\t// Update the input controls\n\tthis.refreshToolbar();\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "bitmapeditoroperation"
        },
        "$:/core/modules/editor/operations/text/excise.js": {
            "title": "$:/core/modules/editor/operations/text/excise.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/excise.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to excise the selection to a new tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"excise\"] = function(event,operation) {\n\tvar editTiddler = this.wiki.getTiddler(this.editTitle),\n\t\teditTiddlerTitle = this.editTitle;\n\tif(editTiddler && editTiddler.fields[\"draft.of\"]) {\n\t\teditTiddlerTitle = editTiddler.fields[\"draft.of\"];\n\t}\n\tvar excisionTitle = event.paramObject.title || this.wiki.generateNewTitle(\"New Excision\");\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\tthis.wiki.getCreationFields(),\n\t\tthis.wiki.getModificationFields(),\n\t\t{\n\t\t\ttitle: excisionTitle,\n\t\t\ttext: operation.selection,\n\t\t\ttags: event.paramObject.tagnew === \"yes\" ?  [editTiddlerTitle] : []\n\t\t}\n\t));\n\toperation.replacement = excisionTitle;\n\tswitch(event.paramObject.type || \"transclude\") {\n\t\tcase \"transclude\":\n\t\t\toperation.replacement = \"{{\" + operation.replacement+ \"}}\";\n\t\t\tbreak;\n\t\tcase \"link\":\n\t\t\toperation.replacement = \"[[\" + operation.replacement+ \"]]\";\n\t\t\tbreak;\n\t\tcase \"macro\":\n\t\t\toperation.replacement = \"<<\" + (event.paramObject.macro || \"translink\") + \" \\\"\\\"\\\"\" + operation.replacement + \"\\\"\\\"\\\">>\";\n\t\t\tbreak;\n\t}\n\toperation.cutStart = operation.selStart;\n\toperation.cutEnd = operation.selEnd;\n\toperation.newSelStart = operation.selStart;\n\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/make-link.js": {
            "title": "$:/core/modules/editor/operations/text/make-link.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/make-link.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to make a link\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"make-link\"] = function(event,operation) {\n\tif(operation.selection) {\n\t\toperation.replacement = \"[[\" + operation.selection + \"|\" + event.paramObject.text + \"]]\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t} else {\n\t\toperation.replacement = \"[[\" + event.paramObject.text + \"]]\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t}\n\toperation.newSelStart = operation.selStart + operation.replacement.length;\n\toperation.newSelEnd = operation.newSelStart;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/prefix-lines.js": {
            "title": "$:/core/modules/editor/operations/text/prefix-lines.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/prefix-lines.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to add a prefix to the selected lines\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"prefix-lines\"] = function(event,operation) {\n\tvar targetCount = parseInt(event.paramObject.count + \"\",10);\n\t// Cut just past the preceding line break, or the start of the text\n\toperation.cutStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\t// Cut to just past the following line break, or to the end of the text\n\toperation.cutEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selEnd);\n\t// Compose the required prefix\n\tvar prefix = $tw.utils.repeat(event.paramObject.character,targetCount);\n\t// Process each line\n\tvar lines = operation.text.substring(operation.cutStart,operation.cutEnd).split(/\\r?\\n/mg);\n\t$tw.utils.each(lines,function(line,index) {\n\t\t// Remove and count any existing prefix characters\n\t\tvar count = 0;\n\t\twhile(line.charAt(0) === event.paramObject.character) {\n\t\t\tline = line.substring(1);\n\t\t\tcount++;\n\t\t}\n\t\t// Remove any whitespace\n\t\twhile(line.charAt(0) === \" \") {\n\t\t\tline = line.substring(1);\n\t\t}\n\t\t// We're done if we removed the exact required prefix, otherwise add it\n\t\tif(count !== targetCount) {\n\t\t\t// Apply the prefix\n\t\t\tline =  prefix + \" \" + line;\n\t\t}\n\t\t// Save the modified line\n\t\tlines[index] = line;\n\t});\n\t// Stitch the replacement text together and set the selection\n\toperation.replacement = lines.join(\"\\n\");\n\tif(lines.length === 1) {\n\t\toperation.newSelStart = operation.cutStart + operation.replacement.length;\n\t\toperation.newSelEnd = operation.newSelStart;\n\t} else {\n\t\toperation.newSelStart = operation.cutStart;\n\t\toperation.newSelEnd = operation.newSelStart + operation.replacement.length;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/replace-all.js": {
            "title": "$:/core/modules/editor/operations/text/replace-all.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/replace-all.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to replace the entire text\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"replace-all\"] = function(event,operation) {\n\toperation.cutStart = 0;\n\toperation.cutEnd = operation.text.length;\n\toperation.replacement = event.paramObject.text;\n\toperation.newSelStart = 0;\n\toperation.newSelEnd = operation.replacement.length;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/replace-selection.js": {
            "title": "$:/core/modules/editor/operations/text/replace-selection.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/replace-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to replace the selection\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"replace-selection\"] = function(event,operation) {\n\toperation.replacement = event.paramObject.text;\n\toperation.cutStart = operation.selStart;\n\toperation.cutEnd = operation.selEnd;\n\toperation.newSelStart = operation.selStart;\n\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/save-selection.js": {
            "title": "$:/core/modules/editor/operations/text/save-selection.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/save-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to save the current selection in a specified tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"save-selection\"] = function(event,operation) {\n\tvar tiddler = event.paramObject.tiddler,\n\t\tfield = event.paramObject.field || \"text\";\n\tif(tiddler && field) {\n\t\tthis.wiki.setText(tiddler,field,null,operation.text.substring(operation.selStart,operation.selEnd));\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/wrap-lines.js": {
            "title": "$:/core/modules/editor/operations/text/wrap-lines.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/wrap-lines.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to wrap the selected lines with a prefix and suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"wrap-lines\"] = function(event,operation) {\n\t// Cut just past the preceding line break, or the start of the text\n\toperation.cutStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\t// Cut to just past the following line break, or to the end of the text\n\toperation.cutEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selEnd);\n\t// Add the prefix and suffix\n\toperation.replacement = event.paramObject.prefix + \"\\n\" +\n\t\t\t\toperation.text.substring(operation.cutStart,operation.cutEnd) + \"\\n\" +\n\t\t\t\tevent.paramObject.suffix + \"\\n\";\n\toperation.newSelStart = operation.cutStart + event.paramObject.prefix.length + 1;\n\toperation.newSelEnd = operation.newSelStart + (operation.cutEnd - operation.cutStart);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/editor/operations/text/wrap-selection.js": {
            "title": "$:/core/modules/editor/operations/text/wrap-selection.js",
            "text": "/*\\\ntitle: $:/core/modules/editor/operations/text/wrap-selection.js\ntype: application/javascript\nmodule-type: texteditoroperation\n\nText editor operation to wrap the selection with the specified prefix and suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"wrap-selection\"] = function(event,operation) {\n\tif(operation.selStart === operation.selEnd) {\n\t\t// No selection; check if we're within the prefix/suffix\n\t\tif(operation.text.substring(operation.selStart - event.paramObject.prefix.length,operation.selStart + event.paramObject.suffix.length) === event.paramObject.prefix + event.paramObject.suffix) {\n\t\t\t// Remove the prefix and suffix\n\t\t\toperation.cutStart = operation.selStart - event.paramObject.prefix.length;\n\t\t\toperation.cutEnd = operation.selEnd + event.paramObject.suffix.length;\n\t\t\toperation.replacement = \"\";\n\t\t\toperation.newSelStart = operation.cutStart;\n\t\t\toperation.newSelEnd = operation.newSelStart;\n\t\t} else {\n\t\t\t// Wrap the cursor instead\n\t\t\toperation.cutStart = operation.selStart;\n\t\t\toperation.cutEnd = operation.selEnd;\n\t\t\toperation.replacement = event.paramObject.prefix + event.paramObject.suffix;\n\t\t\toperation.newSelStart = operation.selStart + event.paramObject.prefix.length;\n\t\t\toperation.newSelEnd = operation.newSelStart;\n\t\t}\n\t} else if(operation.text.substring(operation.selStart,operation.selStart + event.paramObject.prefix.length) === event.paramObject.prefix && operation.text.substring(operation.selEnd - event.paramObject.suffix.length,operation.selEnd) === event.paramObject.suffix) {\n\t\t// Prefix and suffix are already present, so remove them\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.replacement = operation.selection.substring(event.paramObject.prefix.length,operation.selection.length - event.paramObject.suffix.length);\n\t\toperation.newSelStart = operation.selStart;\n\t\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n\t} else {\n\t\t// Add the prefix and suffix\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.replacement = event.paramObject.prefix + operation.selection + event.paramObject.suffix;\n\t\toperation.newSelStart = operation.selStart;\n\t\toperation.newSelEnd = operation.selStart + operation.replacement.length;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "texteditoroperation"
        },
        "$:/core/modules/filterrunprefixes/all.js": {
            "title": "$:/core/modules/filterrunprefixes/all.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/all.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nUnion of sets without de-duplication.\nEquivalent to = filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.all = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tresults.push.apply(results, operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/and.js": {
            "title": "$:/core/modules/filterrunprefixes/and.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/and.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nIntersection of sets.\nEquivalent to + filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.and = function(operationSubFunction,options) {\n\treturn function(results,source,widget) {\n\t\t// This replaces all the elements of the array, but keeps the actual array so that references to it are preserved\n\t\tsource = options.wiki.makeTiddlerIterator(results.toArray());\n\t\tresults.clear();\n\t\tresults.pushTop(operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/else.js": {
            "title": "$:/core/modules/filterrunprefixes/else.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/else.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nEquivalent to ~ filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.else = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tif(results.length === 0) {\n\t\t\t// Main result so far is empty\n\t\t\tresults.pushTop(operationSubFunction(source,widget));\n\t\t}\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/except.js": {
            "title": "$:/core/modules/filterrunprefixes/except.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/except.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nDifference of sets.\nEquivalent to - filter run prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.except = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tresults.remove(operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/filter.js": {
            "title": "$:/core/modules/filterrunprefixes/filter.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/filter.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.filter = function(operationSubFunction,options) {\n\treturn function(results,source,widget) {\n\t\tif(results.length > 0) {\n\t\t\tvar resultsToRemove = [];\n\t\t\tresults.each(function(result) {\n\t\t\t\tvar filtered = operationSubFunction(options.wiki.makeTiddlerIterator([result]),widget);\n\t\t\t\tif(filtered.length === 0) {\n\t\t\t\t\tresultsToRemove.push(result);\n\t\t\t\t}\n\t\t\t});\n\t\t\tresults.remove(resultsToRemove);\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/intersection.js": {
            "title": "$:/core/modules/filterrunprefixes/intersection.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/intersection.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.intersection = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tif(results.length !== 0) {\n\t\t\tvar secondRunResults = operationSubFunction(source,widget);\n\t\t\tvar firstRunResults = results.toArray();\n\t\t\tresults.clear();\n\t\t\t$tw.utils.each(firstRunResults,function(title) {\n\t\t\t\tif(secondRunResults.indexOf(title) !== -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/or.js": {
            "title": "$:/core/modules/filterrunprefixes/or.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/or.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\nEquivalent to a filter run with no prefix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.or = function(operationSubFunction) {\n\treturn function(results,source,widget) {\n\t\tresults.pushTop(operationSubFunction(source,widget));\n\t};\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filterrunprefixes/reduce.js": {
            "title": "$:/core/modules/filterrunprefixes/reduce.js",
            "text": "/*\\\ntitle: $:/core/modules/filterrunprefixes/reduce.js\ntype: application/javascript\nmodule-type: filterrunprefix\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter prefix function\n*/\nexports.reduce = function(operationSubFunction,options) {\n\treturn function(results,source,widget) {\n\t\tif(results.length > 0) {\n\t\t\tvar accumulator = \"\";\n\t\t\tvar index = 0;\n\t\t\tresults.each(function(title) {\n\t\t\t\tvar list = operationSubFunction(options.wiki.makeTiddlerIterator([title]),{\n\t\t\t\t\t\tgetVariable: function(name) {\n\t\t\t\t\t\t\tswitch(name) {\n\t\t\t\t\t\t\t\tcase \"currentTiddler\":\n\t\t\t\t\t\t\t\t\treturn \"\" + title;\n\t\t\t\t\t\t\t\tcase \"accumulator\":\n\t\t\t\t\t\t\t\t\treturn \"\" + accumulator;\n\t\t\t\t\t\t\t\tcase \"index\":\n\t\t\t\t\t\t\t\t\treturn \"\" + index;\n\t\t\t\t\t\t\t\tcase \"revIndex\":\n\t\t\t\t\t\t\t\t\treturn \"\" +  (results.length - 1 - index);\n\t\t\t\t\t\t\t\tcase \"length\":\n\t\t\t\t\t\t\t\t\treturn \"\" + results.length;\n\t\t\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\t\t\treturn widget.getVariable(name);\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\tif(list.length > 0) {\n\t\t\t\t\taccumulator = \"\" + list[0];\n\t\t\t\t}\n\t\t\t\t++index;\n\t\t\t});\n\t\t\tresults.clear();\n\t\t\tresults.push(accumulator);\t\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filterrunprefix"
        },
        "$:/core/modules/filters/addprefix.js": {
            "title": "$:/core/modules/filters/addprefix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/addprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a prefix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(operator.operand + title);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/addsuffix.js": {
            "title": "$:/core/modules/filters/addsuffix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/addsuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for adding a suffix to each title in the list. This is\nespecially useful in contexts where only a filter expression is allowed\nand macro substitution isn't available.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.addsuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title + operator.operand);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/after.js": {
            "title": "$:/core/modules/filters/after.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/after.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is after the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.after = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index === -1 || index > (results.length - 2)) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index + 1]];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/all/current.js": {
            "title": "$:/core/modules/filters/all/current.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/current.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar currTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(currTiddlerTitle) {\n\t\treturn [currTiddlerTitle];\n\t} else {\n\t\treturn [];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/missing.js": {
            "title": "$:/core/modules/filters/all/missing.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/missing.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\treturn options.wiki.getMissingTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/orphans.js": {
            "title": "$:/core/modules/filters/all/orphans.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/orphans.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[orphans]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphans = function(source,prefix,options) {\n\treturn options.wiki.getOrphanTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/shadows.js": {
            "title": "$:/core/modules/filters/all/shadows.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/shadows.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[shadows]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadows = function(source,prefix,options) {\n\treturn options.wiki.allShadowTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/tags.js": {
            "title": "$:/core/modules/filters/all/tags.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/tags.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tags]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tags = function(source,prefix,options) {\n\treturn Object.keys(options.wiki.getTagMap());\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all/tiddlers.js": {
            "title": "$:/core/modules/filters/all/tiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all/tiddlers.js\ntype: application/javascript\nmodule-type: allfilteroperator\n\nFilter function for [all[tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddlers = function(source,prefix,options) {\n\treturn options.wiki.allTitles();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "allfilteroperator"
        },
        "$:/core/modules/filters/all.js": {
            "title": "$:/core/modules/filters/all.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/all.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for selecting tiddlers\n\n[all[shadows+tiddlers]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar allFilterOperators;\n\nfunction getAllFilterOperators() {\n\tif(!allFilterOperators) {\n\t\tallFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"allfilteroperator\",allFilterOperators);\n\t}\n\treturn allFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.all = function(source,operator,options) {\n\t// Get our suboperators\n\tvar allFilterOperators = getAllFilterOperators();\n\t// Cycle through the suboperators accumulating their results\n\tvar results = [],\n\t\tsubops = operator.operand.split(\"+\");\n\t// Check for common optimisations\n\tif(subops.length === 1 && subops[0] === \"\") {\n\t\treturn source;\n\t} else if(subops.length === 1 && subops[0] === \"tiddlers\") {\n\t\treturn options.wiki.each;\n\t} else if(subops.length === 1 && subops[0] === \"shadows\") {\n\t\treturn options.wiki.eachShadow;\n\t} else if(subops.length === 2 && subops[0] === \"tiddlers\" && subops[1] === \"shadows\") {\n\t\treturn options.wiki.eachTiddlerPlusShadows;\n\t} else if(subops.length === 2 && subops[0] === \"shadows\" && subops[1] === \"tiddlers\") {\n\t\treturn options.wiki.eachShadowPlusTiddlers;\n\t}\n\t// Do it the hard way\n\tfor(var t=0; t<subops.length; t++) {\n\t\tvar subop = allFilterOperators[subops[t]];\n\t\tif(subop) {\n\t\t\t$tw.utils.pushTop(results,subop(source,operator.prefix,options));\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/backlinks.js": {
            "title": "$:/core/modules/filters/backlinks.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/backlinks.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning all the backlinks from a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.backlinks = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerBacklinks(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/before.js": {
            "title": "$:/core/modules/filters/before.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/before.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler from the current list that is before the tiddler named in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.before = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar index = results.indexOf(operator.operand);\n\tif(index <= 0) {\n\t\treturn [];\n\t} else {\n\t\treturn [results[index - 1]];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/commands.js": {
            "title": "$:/core/modules/filters/commands.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/commands.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the commands available in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.commands = function(source,operator,options) {\n\tvar results = [];\n\t$tw.utils.each($tw.commands,function(commandInfo,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/compare.js": {
            "title": "$:/core/modules/filters/compare.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/compare.js\ntype: application/javascript\nmodule-type: filteroperator\n\nGeneral purpose comparison operator\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.compare = function(source,operator,options) {\n\tvar suffixes = operator.suffixes || [],\n\t\ttype = (suffixes[0] || [])[0],\n\t\tmode = (suffixes[1] || [])[0],\n\t\ttypeFn = $tw.utils.makeCompareFunction(type,{defaultType: \"number\"}),\n\t\tmodeFn = modes[mode] || modes.eq,\n\t\tinvert = operator.prefix === \"!\",\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tif(modeFn(typeFn(title,operator.operand)) !== invert) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\nvar modes = {\n\t\"eq\": function(value) {return value === 0;},\n\t\"ne\": function(value) {return value !== 0;},\n\t\"gteq\": function(value) {return value >= 0;},\n\t\"gt\": function(value) {return value > 0;},\n\t\"lteq\": function(value) {return value <= 0;},\n\t\"lt\": function(value) {return value < 0;}\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/contains.js": {
            "title": "$:/core/modules/filters/contains.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/contains.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for finding values in array fields\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.contains = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || \"list\").toLowerCase();\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\tvar list = tiddler.getFieldList(fieldname);\n\t\t\t\tif(list.indexOf(operator.operand) === -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\tvar list = tiddler.getFieldList(fieldname);\n\t\t\t\tif(list.indexOf(operator.operand) !== -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/count.js": {
            "title": "$:/core/modules/filters/count.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/count.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the number of entries in the current list.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.count = function(source,operator,options) {\n\tvar count = 0;\n\tsource(function(tiddler,title) {\n\t\tcount++;\n\t});\n\treturn [count + \"\"];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/days.js": {
            "title": "$:/core/modules/filters/days.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/days.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects tiddlers with a specified date field within a specified date interval.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.days = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName = operator.suffix || \"modified\",\n\t\tdayInterval = (parseInt(operator.operand,10)||0),\n\t\tdayIntervalSign = $tw.utils.sign(dayInterval),\n\t\ttargetTimeStamp = (new Date()).setHours(0,0,0,0) + 1000*60*60*24*dayInterval,\n\t\tisWithinDays = function(dateField) {\n\t\t\tvar sign = $tw.utils.sign(targetTimeStamp - (new Date(dateField)).setHours(0,0,0,0));\n\t\t\treturn sign === 0 || sign === dayIntervalSign;\n\t\t};\n\n\tif(operator.prefix === \"!\") {\n\t\ttargetTimeStamp = targetTimeStamp - 1000*60*60*24*dayIntervalSign;\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\t\tif(!isWithinDays($tw.utils.parseDate(tiddler.fields[fieldName]))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\t\tif(isWithinDays($tw.utils.parseDate(tiddler.fields[fieldName]))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/duplicateslugs.js": {
            "title": "$:/core/modules/filters/duplicateslugs.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/duplicateslugs.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter function for [duplicateslugs[]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.duplicateslugs = function(source,operator,options) {\n\tvar slugs = Object.create(null), // Hashmap by slug of title, replaced with \"true\" if the duplicate title has already been output\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tvar slug = options.wiki.slugify(title);\n\t\tif(slug in slugs) {\n\t\t\tif(slugs[slug] !== true) {\n\t\t\t\tresults.push(slugs[slug]);\n\t\t\t\tslugs[slug] = true;\n\t\t\t}\n\t\t\tresults.push(title);\n\t\t} else {\n\t\t\tslugs[slug] = title;\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/each.js": {
            "title": "$:/core/modules/filters/each.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/each.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique value of the specified field.\nWith suffix \"list\", selects all tiddlers that are values in a specified list field.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.each = function(source,operator,options) {\n\tvar results =[] ,\n\tvalue,values = {},\n\tfield = operator.operand || \"title\";\n\tif(operator.suffix === \"value\" && field === \"title\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!$tw.utils.hop(values,title)) {\n\t\t\t\tvalues[title] = true;\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else if(operator.suffix !== \"list-item\") {\n\t\tif(field === \"title\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && !$tw.utils.hop(values,title)) {\n\t\t\t\t\tvalues[title] = true;\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvalue = tiddler.getFieldString(field);\n\t\t\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\t\t\tvalues[value] = true;\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\t$tw.utils.each(\n\t\t\t\t\toptions.wiki.getTiddlerList(title,field),\n\t\t\t\t\tfunction(value) {\n\t\t\t\t\t\tif(!$tw.utils.hop(values,value)) {\n\t\t\t\t\t\t\tvalues[value] = true;\n\t\t\t\t\t\t\tresults.push(value);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/eachday.js": {
            "title": "$:/core/modules/filters/eachday.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/eachday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects one tiddler for each unique day covered by the specified date field\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.eachday = function(source,operator,options) {\n\tvar results = [],\n\t\tvalues = [],\n\t\tfieldName = operator.operand || \"modified\";\n\t// Function to convert a date/time to a date integer\n\tvar toDate = function(value) {\n\t\tvalue = (new Date(value)).setHours(0,0,0,0);\n\t\treturn value+0;\n\t};\n\tsource(function(tiddler,title) {\n\t\tif(tiddler && tiddler.fields[fieldName]) {\n\t\t\tvar value = toDate($tw.utils.parseDate(tiddler.fields[fieldName]));\n\t\t\tif(values.indexOf(value) === -1) {\n\t\t\t\tvalues.push(value);\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/editiondescription.js": {
            "title": "$:/core/modules/filters/editiondescription.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/editiondescription.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the descriptions of the specified edition names\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editiondescription = function(source,operator,options) {\n\tvar results = [];\n\tif($tw.node) {\n\t\tvar editionInfo = $tw.utils.getEditionInfo();\n\t\tif(editionInfo) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif($tw.utils.hop(editionInfo,title)) {\n\t\t\t\t\tresults.push(editionInfo[title].description || \"\");\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/editions.js": {
            "title": "$:/core/modules/filters/editions.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/editions.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the available editions in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.editions = function(source,operator,options) {\n\tvar results = [];\n\tif($tw.node) {\n\t\tvar editionInfo = $tw.utils.getEditionInfo();\n\t\tif(editionInfo) {\n\t\t\t$tw.utils.each(editionInfo,function(info,name) {\n\t\t\t\tresults.push(name);\n\t\t\t});\n\t\t}\n\t\tresults.sort();\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/else.js": {
            "title": "$:/core/modules/filters/else.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/else.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing an empty input list with a constant, passing a non-empty input list straight through\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.else = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tif(results.length === 0) {\n\t\treturn [operator.operand];\n\t} else {\n\t\treturn results;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/decodeuricomponent.js": {
            "title": "$:/core/modules/filters/decodeuricomponent.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/decodeuricomponent.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for applying decodeURIComponent() to each item.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter functions\n*/\n\nexports.decodeuricomponent = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar value = title;\n\t\ttry {\n\t\t\tvalue = decodeURIComponent(title);\n\t\t} catch(e) {\n\t\t}\n\t\tresults.push(value);\n\t});\n\treturn results;\n};\n\nexports.encodeuricomponent = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(encodeURIComponent(title));\n\t});\n\treturn results;\n};\n\nexports.decodeuri = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar value = title;\n\t\ttry {\n\t\t\tvalue = decodeURI(title);\n\t\t} catch(e) {\n\t\t}\n\t\tresults.push(value);\n\t});\n\treturn results;\n};\n\nexports.encodeuri = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(encodeURI(title));\n\t});\n\treturn results;\n};\n\nexports.decodehtml = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.htmlDecode(title));\n\t});\n\treturn results;\n};\n\nexports.encodehtml = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.htmlEncode(title));\n\t});\n\treturn results;\n};\n\nexports.stringify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.stringify(title,(operator.suffix === \"rawunicode\")));\n\t});\n\treturn results;\n};\n\nexports.jsonstringify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.jsonStringify(title,(operator.suffix === \"rawunicode\")));\n\t});\n\treturn results;\n};\n\nexports.escaperegexp = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push($tw.utils.escapeRegExp(title));\n\t});\n\treturn results;\n};\n\nexports.escapecss = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t// escape any character with a special meaning in CSS using CSS.escape()\n\t\tresults.push(CSS.escape(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/enlist.js": {
            "title": "$:/core/modules/filters/enlist.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/enlist.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning its operand parsed as a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.enlist = function(source,operator,options) {\n\tvar allowDuplicates = false;\n\tswitch(operator.suffix) {\n\t\tcase \"raw\":\n\t\t\tallowDuplicates = true;\n\t\t\tbreak;\n\t\tcase \"dedupe\":\n\t\t\tallowDuplicates = false;\n\t\t\tbreak;\n\t}\n\tvar list = $tw.utils.parseStringArray(operator.operand,allowDuplicates);\n\tif(operator.prefix === \"!\") {\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t\treturn results;\n\t} else {\n\t\treturn list;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/field.js": {
            "title": "$:/core/modules/filters/field.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/field.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for comparing fields for equality\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.field = function(source,operator,options) {\n\tvar results = [],indexedResults,\n\t\tfieldname = (operator.suffix || operator.operator || \"title\").toLowerCase();\n\tif(operator.prefix === \"!\") {\n\t\tif(operator.regexp) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && !operator.regexp.exec(text)) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && text !== operator.operand) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(operator.regexp) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && !!operator.regexp.exec(text)) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tif(source.byField && operator.operand) {\n\t\t\t\tindexedResults = source.byField(fieldname,operator.operand);\n\t\t\t\tif(indexedResults) {\n\t\t\t\t\treturn indexedResults\n\t\t\t\t}\n\t\t\t}\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler) {\n\t\t\t\t\tvar text = tiddler.getFieldString(fieldname);\n\t\t\t\t\tif(text !== null && text === operator.operand) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/fields.js": {
            "title": "$:/core/modules/filters/fields.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/fields.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the fields on the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.fields = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName,\n\t\tsuffixes = (operator.suffixes || [])[0] || [],\n\t\toperand = $tw.utils.parseStringArray(operator.operand);\n\t\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tif(suffixes.indexOf(\"include\") !== -1) {\n\t\t\t\tfor(fieldName in tiddler.fields) {\n\t\t\t\t\t(operand.indexOf(fieldName) !== -1) ? $tw.utils.pushTop(results,fieldName) : \"\";\n\t\t\t\t}\n\t\t\t} else if (suffixes.indexOf(\"exclude\") !== -1) {\n\t\t\t\tfor(fieldName in tiddler.fields) {\n\t\t\t\t\t(operand.indexOf(fieldName) !== -1) ? \"\" : $tw.utils.pushTop(results,fieldName);\n\t\t\t\t}\n\t\t\t} // else if\n\t\t\telse {\n\t\t\t\tfor(fieldName in tiddler.fields) {\n\t\t\t\t\t$tw.utils.pushTop(results,fieldName);\n\t\t\t\t}\n\t\t\t} // else\n\t\t} // if (tiddler)\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/filter.js": {
            "title": "$:/core/modules/filters/filter.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/filter.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning those input titles that pass a subfilter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.filter = function(source,operator,options) {\n\tvar filterFn = options.wiki.compileFilter(operator.operand),\n\t\tresults = [],\n\t\ttarget = operator.prefix !== \"!\";\n\tsource(function(tiddler,title) {\n\t\tvar list = filterFn.call(options.wiki,options.wiki.makeTiddlerIterator([title]));\n\t\tif((list.length > 0) === target) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/format/date.js": {
            "title": "$:/core/modules/filters/format/date.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/format/date.js\ntype: application/javascript\nmodule-type: formatfilteroperator\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.date = function(source,operand,options) {\n\tvar results = [];\t\n\tsource(function(tiddler,title) {\n\t\tvar value = $tw.utils.parseDate(title);\n\t\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\t\tresults.push($tw.utils.formatDateString(value,operand || \"YYYY MM DD 0hh:0mm\"));\n\t\t}\n\t});\t\n\treturn results;\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "formatfilteroperator"
        },
        "$:/core/modules/filters/format/relativedate.js": {
            "title": "$:/core/modules/filters/format/relativedate.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/format/relativedate.js\ntype: application/javascript\nmodule-type: formatfilteroperator\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.relativedate = function(source,operand,options) {\n\tvar results = [];\t\n\tsource(function(tiddler,title) {\n\t\tvar value = $tw.utils.parseDate(title);\n\t\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\t\tresults.push($tw.utils.getRelativeDate((new Date()) - (new Date(value))).description);\n\t\t}\n\t});\t\n\treturn results;\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "formatfilteroperator"
        },
        "$:/core/modules/filters/format.js": {
            "title": "$:/core/modules/filters/format.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/format.js\ntype: application/javascript\nmodule-type: filteroperator\nFilter operator for formatting strings\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar formatFilterOperators;\n\nfunction getFormatFilterOperators() {\n\tif(!formatFilterOperators) {\n\t\tformatFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"formatfilteroperator\",formatFilterOperators);\n\t}\n\treturn formatFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.format = function(source,operator,options) {\n\t// Dispatch to the correct formatfilteroperator\n\tvar formatFilterOperators = getFormatFilterOperators();\n\tif(operator.suffix) {\n\t\tvar formatFilterOperator = formatFilterOperators[operator.suffix];\n\t\tif(formatFilterOperator) {\n\t\t\treturn formatFilterOperator(source,operator.operand,options);\n\t\t} else {\n\t\t\treturn [$tw.language.getString(\"Error/FormatFilterOperator\")];\n\t\t}\n\t} else {\n\t\t// Return all unchanged if the suffix is missing\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t\treturn results;\n\t}\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/get.js": {
            "title": "$:/core/modules/filters/get.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/get.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing tiddler titles by the value of the field specified in the operand.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.get = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tvar value = tiddler.getFieldString(operator.operand);\n\t\t\tif(value) {\n\t\t\t\tresults.push(value);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/getindex.js": {
            "title": "$:/core/modules/filters/getindex.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/getindex.js\ntype: application/javascript\nmodule-type: filteroperator\n\nreturns the value at a given index of datatiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.getindex = function(source,operator,options) {\n\tvar data,title,results = [];\n\tif(operator.operand){\n\t\tsource(function(tiddler,title) {\n\t\t\ttitle = tiddler ? tiddler.fields.title : title;\n\t\t\tdata = options.wiki.extractTiddlerDataItem(tiddler,operator.operand);\n\t\t\tif(data) {\n\t\t\t\tresults.push(data);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/getvariable.js": {
            "title": "$:/core/modules/filters/getvariable.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/getvariable.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing input values by the value of the variable with the same name, or blank if the variable is missing\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.getvariable = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.widget.getVariable(title) || \"\");\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/has.js": {
            "title": "$:/core/modules/filters/has.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/has.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a tiddler has the specified field or index\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.has = function(source,operator,options) {\n\tvar results = [],\n\t\tinvert = operator.prefix === \"!\";\n\n\tif(operator.suffix === \"field\") {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || (tiddler && (!$tw.utils.hop(tiddler.fields,operator.operand)))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\telse if(operator.suffix === \"index\") {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || (tiddler && (!$tw.utils.hop(options.wiki.getTiddlerDataCached(tiddler,Object.create(null)),operator.operand)))) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(options.wiki.getTiddlerDataCached(tiddler,Object.create(null)),operator.operand)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\telse {\n\t\tif(invert) {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(!tiddler || !$tw.utils.hop(tiddler.fields,operator.operand) || (tiddler.fields[operator.operand].length === 0)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,operator.operand) && (tiddler.fields[operator.operand].length !== 0)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\t\t\t\t\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/haschanged.js": {
            "title": "$:/core/modules/filters/haschanged.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/haschanged.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returns tiddlers from the list that have a non-zero changecount.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.haschanged = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.getChangeCount(title) === 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.getChangeCount(title) > 0) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/indexes.js": {
            "title": "$:/core/modules/filters/indexes.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/indexes.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the indexes of a data tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.indexes = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar data = options.wiki.getTiddlerDataCached(title);\n\t\tif(data) {\n\t\t\t$tw.utils.pushTop(results,Object.keys(data));\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/insertbefore.js": {
            "title": "$:/core/modules/filters/insertbefore.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/insertbefore.js\ntype: application/javascript\nmodule-type: filteroperator\n\nInsert an item before another item in a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOrder a list\n*/\nexports.insertbefore = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\tvar target = options.widget && options.widget.getVariable(operator.suffix || \"currentTiddler\");\n\tif(target !== operator.operand) {\n\t\t// Remove the entry from the list if it is present\n\t\tvar pos = results.indexOf(operator.operand);\n\t\tif(pos !== -1) {\n\t\t\tresults.splice(pos,1);\n\t\t}\n\t\t// Insert the entry before the target marker\n\t\tpos = results.indexOf(target);\n\t\tif(pos !== -1) {\n\t\t\tresults.splice(pos,0,operator.operand);\n\t\t} else {\n\t\t\tresults.push(operator.operand);\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/is/binary.js": {
            "title": "$:/core/modules/filters/is/binary.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/binary.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[binary]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.binary = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isBinaryTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isBinaryTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/blank.js": {
            "title": "$:/core/modules/filters/is/blank.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/blank.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[blank]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.blank = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!title) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/current.js": {
            "title": "$:/core/modules/filters/is/current.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/current.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[current]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.current = function(source,prefix,options) {\n\tvar results = [],\n\t\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title !== currTiddlerTitle) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title === currTiddlerTitle) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/draft.js": {
            "title": "$:/core/modules/filters/is/draft.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/draft.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[draft]] analagous to [has[draft.of]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.draft = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler || !$tw.utils.hop(tiddler.fields,\"draft.of\")) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && $tw.utils.hop(tiddler.fields,\"draft.of\") && (tiddler.fields[\"draft.of\"].length !== 0)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\t\t\t\t\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/image.js": {
            "title": "$:/core/modules/filters/is/image.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/image.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[image]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.image = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isImageTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isImageTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/missing.js": {
            "title": "$:/core/modules/filters/is/missing.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/missing.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[missing]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.missing = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/orphan.js": {
            "title": "$:/core/modules/filters/is/orphan.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/orphan.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[orphan]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.orphan = function(source,prefix,options) {\n\tvar results = [],\n\t\torphanTitles = options.wiki.getOrphanTitles();\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(orphanTitles.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(orphanTitles.indexOf(title) !== -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/shadow.js": {
            "title": "$:/core/modules/filters/is/shadow.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/shadow.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[shadow]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadow = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isShadowTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isShadowTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/system.js": {
            "title": "$:/core/modules/filters/is/system.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/system.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[system]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.system = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.isSystemTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.isSystemTiddler(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/tag.js": {
            "title": "$:/core/modules/filters/is/tag.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/tag.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[tag]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tag = function(source,prefix,options) {\n\tvar results = [],\n\t\ttagMap = options.wiki.getTagMap();\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!$tw.utils.hop(tagMap,title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif($tw.utils.hop(tagMap,title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/tiddler.js": {
            "title": "$:/core/modules/filters/is/tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/tiddler.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[tiddler]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tiddler = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(options.wiki.tiddlerExists(title)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is/variable.js": {
            "title": "$:/core/modules/filters/is/variable.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is/variable.js\ntype: application/javascript\nmodule-type: isfilteroperator\n\nFilter function for [is[variable]]\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.variable = function(source,prefix,options) {\n\tvar results = [];\n\tif(prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!(title in options.widget.variables)) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title in options.widget.variables) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "isfilteroperator"
        },
        "$:/core/modules/filters/is.js": {
            "title": "$:/core/modules/filters/is.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/is.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking tiddler properties\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar isFilterOperators;\n\nfunction getIsFilterOperators() {\n\tif(!isFilterOperators) {\n\t\tisFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"isfilteroperator\",isFilterOperators);\n\t}\n\treturn isFilterOperators;\n}\n\n/*\nExport our filter function\n*/\nexports.is = function(source,operator,options) {\n\t// Dispatch to the correct isfilteroperator\n\tvar isFilterOperators = getIsFilterOperators();\n\tif(operator.operand) {\n\t\tvar isFilterOperator = isFilterOperators[operator.operand];\n\t\tif(isFilterOperator) {\n\t\t\treturn isFilterOperator(source,operator.prefix,options);\n\t\t} else {\n\t\t\treturn [$tw.language.getString(\"Error/IsFilterOperator\")];\n\t\t}\n\t} else {\n\t\t// Return all tiddlers if the operand is missing\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t\treturn results;\n\t}\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/limit.js": {
            "title": "$:/core/modules/filters/limit.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/limit.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for chopping the results to a specified maximum number of entries\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.limit = function(source,operator,options) {\n\tvar results = [];\n\t// Convert to an array\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\t// Slice the array if necessary\n\tvar limit = Math.min(results.length,parseInt(operator.operand,10));\n\tif(operator.prefix === \"!\") {\n\t\tresults = results.slice(-limit);\n\t} else {\n\t\tresults = results.slice(0,limit);\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/links.js": {
            "title": "$:/core/modules/filters/links.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/links.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning all the links from a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.links = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlerLinks(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/list.js": {
            "title": "$:/core/modules/filters/list.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/list.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddlers whose title is listed in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.list = function(source,operator,options) {\n\tvar results = [],\n\t\ttr = $tw.utils.parseTextReference(operator.operand),\n\t\tcurrTiddlerTitle = options.widget && options.widget.getVariable(\"currentTiddler\"),\n\t\tlist = options.wiki.getTiddlerList(tr.title || currTiddlerTitle,tr.field,tr.index);\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tresults = list;\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/listed.js": {
            "title": "$:/core/modules/filters/listed.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/listed.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all tiddlers that have the selected tiddlers in a list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.listed = function(source,operator,options) {\n\tvar field = operator.operand || \"list\",\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.findListingsOfTiddler(title,field));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/listops.js": {
            "title": "$:/core/modules/filters/listops.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/listops.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for manipulating the current selection list\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOrder a list\n*/\nexports.order = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.operand.toLowerCase() === \"reverse\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.unshift(title);\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t}\n\treturn results;\n};\n\n/*\nReverse list\n*/\nexports.reverse = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.unshift(title);\n\t});\n\treturn results;\n};\n\n/*\nFirst entry/entries in list\n*/\nexports.first = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(0,count);\n};\n\n/*\nLast entry/entries in list\n*/\nexports.last = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(-count);\n};\n\n/*\nAll but the first entry/entries of the list\n*/\nexports.rest = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(count);\n};\nexports.butfirst = exports.rest;\nexports.bf = exports.rest;\n\n/*\nAll but the last entry/entries of the list\n*/\nexports.butlast = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(0,-count);\n};\nexports.bl = exports.butlast;\n\n/*\nThe nth member of the list\n*/\nexports.nth = function(source,operator,options) {\n\tvar count = $tw.utils.getInt(operator.operand,1),\n\t\tresults = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results.slice(count - 1,count);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/lookup.js": {
            "title": "$:/core/modules/filters/lookup.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/lookup.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that looks up values via a title prefix\n\n[lookup:<field>[<prefix>]]\n\nPrepends the prefix to the selected items and returns the specified field value\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.lookup = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.wiki.getTiddlerText(operator.operand + title) || operator.suffix);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/match.js": {
            "title": "$:/core/modules/filters/match.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/match.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title matches a string\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.match = function(source,operator,options) {\n\tvar results = [],\n\t\tsuffixes = (operator.suffixes || [])[0] || [];\n\tif(suffixes.indexOf(\"caseinsensitive\") !== -1) {\n\t\tif(operator.prefix === \"!\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title.toLowerCase() !== (operator.operand || \"\").toLowerCase()) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title.toLowerCase() === (operator.operand || \"\").toLowerCase()) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t} else {\n\t\tif(operator.prefix === \"!\") {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title !== operator.operand) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(title === operator.operand) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/math.js": {
            "title": "$:/core/modules/filters/math.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/math.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for math. Unary/binary operators work on each item in turn, and return a new item list.\n\nSum/product/maxall/minall operate on the entire list, returning a single item.\n\nNote that strings are converted to numbers automatically. Trailing non-digits are ignored.\n\n* \"\" converts to 0\n* \"12kk\" converts to 12\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.negate = makeNumericBinaryOperator(\n\tfunction(a) {return -a}\n);\n\nexports.abs = makeNumericBinaryOperator(\n\tfunction(a) {return Math.abs(a)}\n);\n\nexports.ceil = makeNumericBinaryOperator(\n\tfunction(a) {return Math.ceil(a)}\n);\n\nexports.floor = makeNumericBinaryOperator(\n\tfunction(a) {return Math.floor(a)}\n);\n\nexports.round = makeNumericBinaryOperator(\n\tfunction(a) {return Math.round(a)}\n);\n\nexports.trunc = makeNumericBinaryOperator(\n\tfunction(a) {return Math.trunc(a)}\n);\n\nexports.untrunc = makeNumericBinaryOperator(\n\tfunction(a) {return Math.ceil(Math.abs(a)) * Math.sign(a)}\n);\n\nexports.sign = makeNumericBinaryOperator(\n\tfunction(a) {return Math.sign(a)}\n);\n\nexports.add = makeNumericBinaryOperator(\n\tfunction(a,b) {return a + b;}\n);\n\nexports.subtract = makeNumericBinaryOperator(\n\tfunction(a,b) {return a - b;}\n);\n\nexports.multiply = makeNumericBinaryOperator(\n\tfunction(a,b) {return a * b;}\n);\n\nexports.divide = makeNumericBinaryOperator(\n\tfunction(a,b) {return a / b;}\n);\n\nexports.remainder = makeNumericBinaryOperator(\n\tfunction(a,b) {return a % b;}\n);\n\nexports.max = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.max(a,b);}\n);\n\nexports.min = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.min(a,b);}\n);\n\nexports.fixed = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toFixed.call(a,Math.min(Math.max(b,0),100));}\n);\n\nexports.precision = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toPrecision.call(a,Math.min(Math.max(b,1),100));}\n);\n\nexports.exponential = makeNumericBinaryOperator(\n\tfunction(a,b) {return Number.prototype.toExponential.call(a,Math.min(Math.max(b,0),100));}\n);\n\nexports.power = makeNumericBinaryOperator(\n\tfunction(a,b) {return Math.pow(a,b);}\n);\n\nexports.log = makeNumericBinaryOperator(\n\tfunction(a,b) {\n\t\tif(b) {\n\t\t\treturn Math.log(a)/Math.log(b);\n\t\t} else {\n\t\t\treturn Math.log(a);\n\t\t}\n\t}\n);\n\nexports.sum = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return accumulator + value},\n\t0 // Initial value\n);\n\nexports.product = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return accumulator * value},\n\t1 // Initial value\n);\n\nexports.maxall = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return Math.max(accumulator,value)},\n\t-Infinity // Initial value\n);\n\nexports.minall = makeNumericReducingOperator(\n\tfunction(accumulator,value) {return Math.min(accumulator,value)},\n\tInfinity // Initial value\n);\n\nfunction makeNumericBinaryOperator(fnCalc) {\n\treturn function(source,operator,options) {\n\t\tvar result = [],\n\t\t\tnumOperand = $tw.utils.parseNumber(operator.operand);\n\t\tsource(function(tiddler,title) {\n\t\t\tresult.push($tw.utils.stringifyNumber(fnCalc($tw.utils.parseNumber(title),numOperand)));\n\t\t});\n\t\treturn result;\n\t};\n}\n\nfunction makeNumericReducingOperator(fnCalc,initialValue) {\n\tinitialValue = initialValue || 0;\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresult.push(title);\n\t\t});\n\t\treturn [$tw.utils.stringifyNumber(result.reduce(function(accumulator,currentValue) {\n\t\t\treturn fnCalc(accumulator,$tw.utils.parseNumber(currentValue));\n\t\t},initialValue))];\n\t};\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/minlength.js": {
            "title": "$:/core/modules/filters/minlength.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/minlength.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for filtering out titles that don't meet the minimum length in the operand\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.minlength = function(source,operator,options) {\n\tvar results = [],\n\t\tminLength = parseInt(operator.operand || \"\",10) || 0;\n\tsource(function(tiddler,title) {\n\t\tif(title.length >= minLength) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/modules.js": {
            "title": "$:/core/modules/filters/modules.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/modules.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the titles of the modules of a given type in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.modules = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.each($tw.modules.types[title],function(moduleInfo,moduleName) {\n\t\t\tresults.push(moduleName);\n\t\t});\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/moduletypes.js": {
            "title": "$:/core/modules/filters/moduletypes.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/moduletypes.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the module types in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.moduletypes = function(source,operator,options) {\n\tvar results = [];\n\t$tw.utils.each($tw.modules.types,function(moduleInfo,type) {\n\t\tresults.push(type);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/next.js": {
            "title": "$:/core/modules/filters/next.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/next.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler whose title occurs next in the list supplied in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.next = function(source,operator,options) {\n\tvar results = [],\n\t\tlist = options.wiki.getTiddlerList(operator.operand);\n\tsource(function(tiddler,title) {\n\t\tvar match = list.indexOf(title);\n\t\t// increment match and then test if result is in range\n\t\tmatch++;\n\t\tif(match > 0 && match < list.length) {\n\t\t\tresults.push(list[match]);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/plugintiddlers.js": {
            "title": "$:/core/modules/filters/plugintiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/plugintiddlers.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the titles of the shadow tiddlers within a plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.plugintiddlers = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar pluginInfo = options.wiki.getPluginInfo(title) || options.wiki.getTiddlerDataCached(title,{tiddlers:[]});\n\t\tif(pluginInfo && pluginInfo.tiddlers) {\n\t\t\t$tw.utils.each(pluginInfo.tiddlers,function(fields,title) {\n\t\t\t\tresults.push(title);\n\t\t\t});\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/prefix.js": {
            "title": "$:/core/modules/filters/prefix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/prefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title starts with a prefix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.prefix = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(0,operator.operand.length) !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(0,operator.operand.length) === operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/previous.js": {
            "title": "$:/core/modules/filters/previous.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/previous.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning the tiddler whose title occurs immediately prior in the list supplied in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.previous = function(source,operator,options) {\n\tvar results = [],\n\t\tlist = options.wiki.getTiddlerList(operator.operand);\n\tsource(function(tiddler,title) {\n\t\tvar match = list.indexOf(title);\n\t\t// increment match and then test if result is in range\n\t\tmatch--;\n\t\tif(match >= 0) {\n\t\t\tresults.push(list[match]);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/range.js": {
            "title": "$:/core/modules/filters/range.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/range.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for generating a numeric range.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.range = function(source,operator,options) {\n\tvar results = [];\n\t// Split the operand into numbers delimited by these symbols\n\tvar parts = operator.operand.split(/[,:;]/g),\n\t\tbeg, end, inc, i, fixed = 0;\n\tfor (i=0; i<parts.length; i++) {\n\t\t// Validate real number\n\t\tif(!/^\\s*[+-]?((\\d+(\\.\\d*)?)|(\\.\\d+))\\s*$/.test(parts[i])) {\n\t\t\treturn [\"range: bad number \\\"\" + parts[i] + \"\\\"\"];\n\t\t}\n\t\t// Count digits; the most precise number determines decimal places in output.\n\t\tvar frac = /\\.\\d+/.exec(parts[i]);\n\t\tif(frac) {\n\t\t\tfixed = Math.max(fixed,frac[0].length-1);\n\t\t}\n\t\tparts[i] = parseFloat(parts[i]);\n\t}\n\tswitch(parts.length) {\n\t\tcase 1:\n\t\t\tend = parts[0];\n\t\t\tif (end >= 1) {\n\t\t\t\tbeg = 1;\n\t\t\t}\n\t\t\telse if (end <= -1) {\n\t\t\t\tbeg = -1;\n\t\t\t}\n\t\t\telse {\n\t\t\t\treturn [];\n\t\t\t}\n\t\t\tinc = 1;\n\t\t\tbreak;\n\t\tcase 2:\n\t\t\tbeg = parts[0];\n\t\t\tend = parts[1];\n\t\t\tinc = 1;\n\t\t\tbreak;\n\t\tcase 3:\n\t\t\tbeg = parts[0];\n\t\t\tend = parts[1];\n\t\t\tinc = Math.abs(parts[2]);\n\t\t\tbreak;\n\t}\n\tif(inc === 0) {\n\t\treturn [\"range: increment 0 causes infinite loop\"];\n\t}\n\t// May need to count backwards\n\tvar direction = ((end < beg) ? -1 : 1);\n\tinc *= direction;\n\t// Estimate number of resulting elements\n\tif((end - beg) / inc > 10000) {\n\t\treturn [\"range: too many steps (over 10K)\"];\n\t}\n\t// Avoid rounding error on last step\n\tend += direction * 0.5 * Math.pow(0.1,fixed);\n\tvar safety = 10010;\n\t// Enumerate the range\n\tif (end<beg) {\n\t\tfor(i=beg; i>end; i+=inc) {\n\t\t\tresults.push(i.toFixed(fixed));\n\t\t\tif(--safety<0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tfor(i=beg; i<end; i+=inc) {\n\t\t\tresults.push(i.toFixed(fixed));\n\t\t\tif(--safety<0) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\tif(safety<0) {\n\t\treturn [\"range: unexpectedly large output\"];\n\t}\n\t// Reverse?\n\tif(operator.prefix === \"!\") {\n\t\tresults.reverse();\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/reduce.js": {
            "title": "$:/core/modules/filters/reduce.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/reduce.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator evaluates a subfilter for each item, making the running total available in the variable `accumulator`, and the current index available in the variable `index`\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.reduce = function(source,operator,options) {\n\t// Accumulate the list\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\t// Run the filter over each item\n\tvar filterFn = options.wiki.compileFilter(operator.operand),\n\t\taccumulator = operator.operands[1] || \"\";\n\tfor(var index=0; index<results.length; index++) {\n\t\tvar title = results[index],\n\t\t\tlist = filterFn.call(options.wiki,options.wiki.makeTiddlerIterator([title]),{\n\t\t\t\tgetVariable: function(name) {\n\t\t\t\t\tswitch(name) {\n\t\t\t\t\t\tcase \"currentTiddler\":\n\t\t\t\t\t\t\treturn \"\" + title;\n\t\t\t\t\t\tcase \"accumulator\":\n\t\t\t\t\t\t\treturn \"\" + accumulator;\n\t\t\t\t\t\tcase \"index\":\n\t\t\t\t\t\t\treturn \"\" + index;\n\t\t\t\t\t\tcase \"revIndex\":\n\t\t\t\t\t\t\treturn \"\" + (results.length - 1 - index);\n\t\t\t\t\t\tcase \"length\":\n\t\t\t\t\t\t\treturn \"\" + results.length;\n\t\t\t\t\t\tdefault:\n\t\t\t\t\t\t\treturn options.widget.getVariable(name);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\tif(list.length > 0) {\n\t\t\taccumulator = \"\" +  list[0];\n\t\t}\n\t}\n\tif(results.length > 0) {\n\t\treturn [accumulator];\n\t} else {\n\t\treturn [];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/regexp.js": {
            "title": "$:/core/modules/filters/regexp.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/regexp.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for regexp matching\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.regexp = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldname = (operator.suffix || \"title\").toLowerCase(),\n\t\tregexpString, regexp, flags = \"\", match,\n\t\tgetFieldString = function(tiddler,title) {\n\t\t\tif(tiddler) {\n\t\t\t\treturn tiddler.getFieldString(fieldname);\n\t\t\t} else if(fieldname === \"title\") {\n\t\t\t\treturn title;\n\t\t\t} else {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t};\n\t// Process flags and construct regexp\n\tregexpString = operator.operand;\n\tmatch = /^\\(\\?([gim]+)\\)/.exec(regexpString);\n\tif(match) {\n\t\tflags = match[1];\n\t\tregexpString = regexpString.substr(match[0].length);\n\t} else {\n\t\tmatch = /\\(\\?([gim]+)\\)$/.exec(regexpString);\n\t\tif(match) {\n\t\t\tflags = match[1];\n\t\t\tregexpString = regexpString.substr(0,regexpString.length - match[0].length);\n\t\t}\n\t}\n\ttry {\n\t\tregexp = new RegExp(regexpString,flags);\n\t} catch(e) {\n\t\treturn [\"\" + e];\n\t}\n\t// Process the incoming tiddlers\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tvar text = getFieldString(tiddler,title);\n\t\t\tif(text !== null) {\n\t\t\t\tif(!regexp.exec(text)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tvar text = getFieldString(tiddler,title);\n\t\t\tif(text !== null) {\n\t\t\t\tif(!!regexp.exec(text)) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/removeprefix.js": {
            "title": "$:/core/modules/filters/removeprefix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/removeprefix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for removing a prefix from each title in the list. Titles that do not start with the prefix are removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.removeprefix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(title.substr(0,operator.operand.length) === operator.operand) {\n\t\t\tresults.push(title.substr(operator.operand.length));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/removesuffix.js": {
            "title": "$:/core/modules/filters/removesuffix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/removesuffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for removing a suffix from each title in the list. Titles that do not end with the suffix are removed.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.removesuffix = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tif(title && title.substr(-operator.operand.length) === operator.operand) {\n\t\t\tresults.push(title.substr(0,title.length - operator.operand.length));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/sameday.js": {
            "title": "$:/core/modules/filters/sameday.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/sameday.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that selects tiddlers with a modified date field on the same day as the provided value.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sameday = function(source,operator,options) {\n\tvar results = [],\n\t\tfieldName = operator.suffix || \"modified\",\n\t\ttargetDate = (new Date($tw.utils.parseDate(operator.operand))).setHours(0,0,0,0);\n\t// Function to convert a date/time to a date integer\n\tsource(function(tiddler,title) {\n\t\tif(tiddler) {\n\t\t\tif(tiddler.getFieldDay(fieldName) === targetDate) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/search.js": {
            "title": "$:/core/modules/filters/search.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/search.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for searching for the text in the operand tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.search = function(source,operator,options) {\n\tvar invert = operator.prefix === \"!\";\n\tif(operator.suffixes) {\n\t\tvar hasFlag = function(flag) {\n\t\t\t\treturn (operator.suffixes[1] || []).indexOf(flag) !== -1;\n\t\t\t},\n\t\t\texcludeFields = false,\n\t\t\tfieldList = operator.suffixes[0] || [],\n\t\t\tfirstField = fieldList[0] || \"\", \n\t\t\tfirstChar = firstField.charAt(0),\n\t\t\tfields;\n\t\tif(firstChar === \"-\") {\n\t\t\tfields = [firstField.slice(1)].concat(fieldList.slice(1));\n\t\t\texcludeFields = true;\n\t\t} else if(fieldList[0] === \"*\"){\n\t\t\tfields = [];\n\t\t\texcludeFields = true;\n\t\t} else {\n\t\t\tfields = fieldList.slice(0);\n\t\t}\n\t\treturn options.wiki.search(operator.operand,{\n\t\t\tsource: source,\n\t\t\tinvert: invert,\n\t\t\tfield: fields,\n\t\t\texcludeField: excludeFields,\n\t\t\tcaseSensitive: hasFlag(\"casesensitive\"),\n\t\t\tliteral: hasFlag(\"literal\"),\n\t\t\twhitespace: hasFlag(\"whitespace\"),\n\t\t\tanchored: hasFlag(\"anchored\"),\n\t\t\tregexp: hasFlag(\"regexp\"),\n\t\t\twords: hasFlag(\"words\")\n\t\t});\n\t} else {\n\t\treturn options.wiki.search(operator.operand,{\n\t\t\tsource: source,\n\t\t\tinvert: invert\n\t\t});\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/shadowsource.js": {
            "title": "$:/core/modules/filters/shadowsource.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/shadowsource.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the source plugins for shadow tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.shadowsource = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar source = options.wiki.getShadowSource(title);\n\t\tif(source) {\n\t\t\t$tw.utils.pushTop(results,source);\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/slugify.js": {
            "title": "$:/core/modules/filters/slugify.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/slugify.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for slugifying a tiddler title\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.slugify = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(options.wiki.slugify(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/sort.js": {
            "title": "$:/core/modules/filters/sort.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/sort.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for sorting\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,false);\n\treturn results;\n};\n\nexports.nsort = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",false,true);\n\treturn results;\n};\n\nexports.sortan = function(source, operator, options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results, operator.operand || \"title\", operator.prefix === \"!\",false,false,true);\n\treturn results;\n};\n\nexports.sortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,false);\n\treturn results;\n};\n\nexports.nsortcs = function(source,operator,options) {\n\tvar results = prepare_results(source);\n\toptions.wiki.sortTiddlers(results,operator.operand || \"title\",operator.prefix === \"!\",true,true);\n\treturn results;\n};\n\nvar prepare_results = function (source) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(title);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/sortsub.js": {
            "title": "$:/core/modules/filters/sortsub.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/sortsub.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for sorting by a subfilter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.sortsub = function(source,operator,options) {\n\t// Compile the subfilter\n\tvar filterFn = options.wiki.compileFilter(operator.operand);\n\t// Collect the input titles and the corresponding sort keys\n\tvar inputTitles = [],\n\t\tsortKeys = [];\n\tsource(function(tiddler,title) {\n\t\tinputTitles.push(title);\n\t\tvar r = filterFn.call(options.wiki,function(iterator) {\n\t\t\titerator(options.wiki.getTiddler(title),title);\n\t\t},{\n\t\t\tgetVariable: function(name) {\n\t\t\t\tif(name === \"currentTiddler\") {\n\t\t\t\t\treturn title;\n\t\t\t\t} else {\n\t\t\t\t\treturn options.widget.getVariable(name);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\tsortKeys.push(r[0] || \"\");\n\t});\n\t// Rather than sorting the titles array, we'll sort the indexes so that we can consult both arrays\n\tvar indexes = new Array(inputTitles.length);\n\tfor(var t=0; t<inputTitles.length; t++) {\n\t\tindexes[t] = t;\n\t}\n\t// Sort the indexes\n\tvar compareFn = $tw.utils.makeCompareFunction(operator.suffix,{defaultType: \"string\",invert: operator.prefix === \"!\"});\n\tindexes = indexes.sort(function(a,b) {\n\t\treturn compareFn(sortKeys[a],sortKeys[b]);\n\t});\n\t// Make the results array in order\n\tvar results = [];\n\t$tw.utils.each(indexes,function(index) {\n\t\tresults.push(inputTitles[index]);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/splitbefore.js": {
            "title": "$:/core/modules/filters/splitbefore.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/splitbefore.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator that splits each result on the first occurance of the specified separator and returns the unique values.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.splitbefore = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar parts = title.split(operator.operand);\n\t\tif(parts.length === 1) {\n\t\t\t$tw.utils.pushTop(results,parts[0]);\n\t\t} else {\n\t\t\t$tw.utils.pushTop(results,parts[0] + operator.operand);\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/storyviews.js": {
            "title": "$:/core/modules/filters/storyviews.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/storyviews.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the story views in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.storyviews = function(source,operator,options) {\n\tvar results = [],\n\t\tstoryviews = {};\n\t$tw.modules.applyMethods(\"storyview\",storyviews);\n\t$tw.utils.each(storyviews,function(info,name) {\n\t\tresults.push(name);\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/strings.js": {
            "title": "$:/core/modules/filters/strings.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/strings.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operators for strings. Unary/binary operators work on each item in turn, and return a new item list.\n\nSum/product/maxall/minall operate on the entire list, returning a single item.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.length = makeStringBinaryOperator(\n\tfunction(a) {return [\"\" + (\"\" + a).length];}\n);\n\nexports.uppercase = makeStringBinaryOperator(\n\tfunction(a) {return [(\"\" + a).toUpperCase()];}\n);\n\nexports.lowercase = makeStringBinaryOperator(\n\tfunction(a) {return [(\"\" + a).toLowerCase()];}\n);\n\nexports.sentencecase = makeStringBinaryOperator(\n\tfunction(a) {return [$tw.utils.toSentenceCase(a)];}\n);\n\nexports.titlecase = makeStringBinaryOperator(\n\tfunction(a) {return [$tw.utils.toTitleCase(a)];}\n);\n\nexports.trim = function(source,operator,options) {\n\tvar result = [],\n\t\tsuffix = operator.suffix || \"\",\n\t\toperand = (operator.operand || \"\"),\n\t\tfnCalc;\n\tif(suffix === \"prefix\") {\n\t\tfnCalc = function(a,b) {return [$tw.utils.trimPrefix(a,b)];}\n\t} else if(suffix === \"suffix\") {\n\t\tfnCalc = function(a,b) {return [$tw.utils.trimSuffix(a,b)];}\n\t} else {\n\t\tif(operand === \"\") {\n\t\t\tfnCalc = function(a) {return [$tw.utils.trim(a)];}\n\t\t} else {\n\t\t\tfnCalc = function(a,b) {return [$tw.utils.trimSuffix($tw.utils.trimPrefix(a,b),b)];}\n\t\t}\n\t}\n\tsource(function(tiddler,title) {\n\t\tArray.prototype.push.apply(result,fnCalc(title,operand));\n\t});\n\treturn result;\n};\n\nexports.split = makeStringBinaryOperator(\n\tfunction(a,b) {return (\"\" + a).split(b);}\n);\n\nexports[\"enlist-input\"] = makeStringBinaryOperator(\n\tfunction(a,o,s) {return $tw.utils.parseStringArray(\"\" + a,(s === \"raw\"));}\n);\n\nexports.join = makeStringReducingOperator(\n\tfunction(accumulator,value,operand) {\n\t\tif(accumulator === null) {\n\t\t\treturn value;\n\t\t} else {\n\t\t\treturn accumulator + operand + value;\n\t\t}\n\t},null\n);\n\nfunction makeStringBinaryOperator(fnCalc) {\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tArray.prototype.push.apply(result,fnCalc(title,operator.operand || \"\",operator.suffix || \"\"));\n\t\t});\n\t\treturn result;\n\t};\n}\n\nfunction makeStringReducingOperator(fnCalc,initialValue) {\n\treturn function(source,operator,options) {\n\t\tvar result = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tresult.push(title);\n\t\t});\n\t\tif(result.length === 0) {\n\t\t\treturn [];\n\t\t}\n\t\treturn [result.reduce(function(accumulator,currentValue) {\n\t\t\treturn fnCalc(accumulator,currentValue,operator.operand || \"\");\n\t\t},initialValue) || \"\"];\n\t};\n}\n\nexports.splitregexp = function(source,operator,options) {\n\tvar result = [],\n\t\tsuffix = operator.suffix || \"\",\n\t\tflags = (suffix.indexOf(\"m\") !== -1 ? \"m\" : \"\") + (suffix.indexOf(\"i\") !== -1 ? \"i\" : \"\"),\n\t\tregExp;\n\ttry {\n\t\tregExp = new RegExp(operator.operand || \"\",flags);\t\t\n\t} catch(ex) {\n\t\treturn [\"RegExp error: \" + ex];\n\t}\n\tsource(function(tiddler,title) {\n\t\tArray.prototype.push.apply(result,title.split(regExp));\n\t});\t\t\n\treturn result;\n};\n\nexports[\"search-replace\"] = function(source,operator,options) {\n\tvar results = [],\n\t\tsuffixes = operator.suffixes || [],\n\t\tflagSuffix = (suffixes[0] ? (suffixes[0][0] || \"\") : \"\"),\n\t\tflags = (flagSuffix.indexOf(\"g\") !== -1 ? \"g\" : \"\") + (flagSuffix.indexOf(\"i\") !== -1 ? \"i\" : \"\"),\n\t\tisRegExp = (suffixes[1] && suffixes[1][0] === \"regexp\") ? true : false,\n\t\tsearchTerm,\n\t\tregExp;\n\t\n\tsource(function(tiddler,title) {\n\t\tif(title && (operator.operands.length > 1)) {\n\t\t\t//Escape regexp characters if the operand is not a regular expression\n\t\t\tsearchTerm = isRegExp ? operator.operand : $tw.utils.escapeRegExp(operator.operand);\n\t\t\ttry {\n\t\t\t\tregExp = new RegExp(searchTerm,flags);\n\t\t\t} catch(ex) {\n\t\t\t\treturn [\"RegExp error: \" + ex];\n\t\t\t}\n\t\t\tresults.push(\n\t\t\t\ttitle.replace(regExp,operator.operands[1])\n\t\t\t);\n\t\t} else {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\treturn results;\n};\n\nexports.pad = function(source,operator,options) {\n\tvar results = [],\n\t\ttargetLength = operator.operand ? parseInt(operator.operand) : 0,\n\t\tfill = operator.operands[1] || \"0\";\n\n\tsource(function(tiddler,title) {\n\t\tif(title && title.length) {\n\t\t\tif(title.length >= targetLength) {\n\t\t\t\tresults.push(title);\n\t\t\t} else {\n\t\t\t\tvar padString = \"\",\n\t\t\t\t\tpadStringLength = targetLength - title.length;\n\t\t\t\twhile (padStringLength > padString.length) {\n\t\t\t\t\tpadString += fill;\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t//make sure we do not exceed the specified length\n\t\t\t\tpadString = padString.slice(0,padStringLength);\n\t\t\t\tif(operator.suffix && (operator.suffix === \"suffix\")) {\n\t\t\t\t\ttitle = title + padString;\n\t\t\t\t} else {\n\t\t\t\t\ttitle = padString + title;\n\t\t\t\t}\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/subfilter.js": {
            "title": "$:/core/modules/filters/subfilter.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/subfilter.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning its operand evaluated as a filter\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.subfilter = function(source,operator,options) {\n\tvar list = options.wiki.filterTiddlers(operator.operand,options.widget,source);\n\tif(operator.prefix === \"!\") {\n\t\tvar results = [];\n\t\tsource(function(tiddler,title) {\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t\treturn results;\n\t} else {\n\t\treturn list;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/subtiddlerfields.js": {
            "title": "$:/core/modules/filters/subtiddlerfields.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/subtiddlerfields.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the fields on the selected subtiddlers of the plugin named in the operand\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.subtiddlerfields = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar subtiddler = options.wiki.getSubTiddler(operator.operand,title);\n\t\tif(subtiddler) {\n\t\t\tfor(var fieldName in subtiddler.fields) {\n\t\t\t\t$tw.utils.pushTop(results,fieldName);\n\t\t\t}\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/suffix.js": {
            "title": "$:/core/modules/filters/suffix.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/suffix.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking if a title ends with a suffix\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.suffix = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(-operator.operand.length) !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(title.substr(-operator.operand.length) === operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/tag.js": {
            "title": "$:/core/modules/filters/tag.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/tag.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for checking for the presence of a tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tag = function(source,operator,options) {\n\tvar results = [],indexedResults;\n\tif((operator.suffix || \"\").toLowerCase() === \"strict\" && !operator.operand) {\n\t\t// New semantics:\n\t\t// Always return copy of input if operator.operand is missing\n\t\tsource(function(tiddler,title) {\n\t\t\tresults.push(title);\n\t\t});\n\t} else {\n\t\t// Old semantics:\n\t\tvar tiddlers;\n\t\tif(operator.prefix === \"!\") {\n\t\t\t// Returns a copy of the input if operator.operand is missing\n\t\t\ttiddlers = options.wiki.getTiddlersWithTag(operator.operand);\n\t\t\tsource(function(tiddler,title) {\n\t\t\t\tif(tiddlers.indexOf(title) === -1) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\t// Returns empty results if operator.operand is missing\n\t\t\tif(source.byTag) {\n\t\t\t\tindexedResults = source.byTag(operator.operand);\n\t\t\t\tif(indexedResults) {\n\t\t\t\t\treturn indexedResults;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\ttiddlers = options.wiki.getTiddlersWithTag(operator.operand);\n\t\t\t\tsource(function(tiddler,title) {\n\t\t\t\t\tif(tiddlers.indexOf(title) !== -1) {\n\t\t\t\t\t\tresults.push(title);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tresults = options.wiki.sortByList(results,operator.operand);\n\t\t\t}\n\t\t}\t\t\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/tagging.js": {
            "title": "$:/core/modules/filters/tagging.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/tagging.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all tiddlers that are tagged with the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tagging = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\t$tw.utils.pushTop(results,options.wiki.getTiddlersWithTag(title));\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/tags.js": {
            "title": "$:/core/modules/filters/tags.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/tags.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all the tags of the selected tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.tags = function(source,operator,options) {\n\tvar tags = {};\n\tsource(function(tiddler,title) {\n\t\tvar t, length;\n\t\tif(tiddler && tiddler.fields.tags) {\n\t\t\tfor(t=0, length=tiddler.fields.tags.length; t<length; t++) {\n\t\t\t\ttags[tiddler.fields.tags[t]] = true;\n\t\t\t}\n\t\t}\n\t});\n\treturn Object.keys(tags);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/then.js": {
            "title": "$:/core/modules/filters/then.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/then.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for replacing any titles with a constant\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.then = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tresults.push(operator.operand);\n\t});\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/title.js": {
            "title": "$:/core/modules/filters/title.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/title.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for comparing title fields for equality\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.title = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && tiddler.fields.title !== operator.operand) {\n\t\t\t\tresults.push(title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tresults.push(operator.operand);\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/untagged.js": {
            "title": "$:/core/modules/filters/untagged.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/untagged.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator returning all the selected tiddlers that are untagged\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.untagged = function(source,operator,options) {\n\tvar results = [];\n\tif(operator.prefix === \"!\") {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(tiddler && $tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length > 0) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tsource(function(tiddler,title) {\n\t\t\tif(!tiddler || !tiddler.hasField(\"tags\") || ($tw.utils.isArray(tiddler.fields.tags) && tiddler.fields.tags.length === 0)) {\n\t\t\t\t$tw.utils.pushTop(results,title);\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/variables.js": {
            "title": "$:/core/modules/filters/variables.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/variables.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the active variables\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.variables = function(source,operator,options) {\n\tvar names = [];\n\tfor(var variable in options.widget.variables) {\n\t\tnames.push(variable);\n\t}\n\treturn names.sort();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/wikiparserrules.js": {
            "title": "$:/core/modules/filters/wikiparserrules.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/wikiparserrules.js\ntype: application/javascript\nmodule-type: filteroperator\n\nFilter operator for returning the names of the wiki parser rules in this wiki\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.wikiparserrules = function(source,operator,options) {\n\tvar results = [],\n\t\toperand = operator.operand;\n\t$tw.utils.each($tw.modules.types.wikirule,function(mod) {\n\t\tvar exp = mod.exports;\n\t\tif(!operand || exp.types[operand]) {\n\t\t\tresults.push(exp.name);\n\t\t}\n\t});\n\tresults.sort();\n\treturn results;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters/x-listops.js": {
            "title": "$:/core/modules/filters/x-listops.js",
            "text": "/*\\\ntitle: $:/core/modules/filters/x-listops.js\ntype: application/javascript\nmodule-type: filteroperator\n\nExtended filter operators to manipulate the current list.\n\n\\*/\n(function () {\n\n\t/*jslint node: true, browser: true */\n\t/*global $tw: false */\n\t\"use strict\";\n\n\t/*\n\tFetch titles from the current list\n\t*/\n\tvar prepare_results = function (source) {\n\tvar results = [];\n\t\tsource(function (tiddler, title) {\n\t\t\tresults.push(title);\n\t\t});\n\t\treturn results;\n\t};\n\n\t/*\n\tMoves a number of items from the tail of the current list before the item named in the operand\n\t*/\n\texports.putbefore = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn (index === -1) ?\n\t\t\tresults.slice(0, -1) :\n\t\t\tresults.slice(0, index).concat(results.slice(-count)).concat(results.slice(index, -count));\n\t};\n\n\t/*\n\tMoves a number of items from the tail of the current list after the item named in the operand\n\t*/\n\texports.putafter = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn (index === -1) ?\n\t\t\tresults.slice(0, -1) :\n\t\t\tresults.slice(0, index + 1).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n\t};\n\n\t/*\n\tReplaces the item named in the operand with a number of items from the tail of the current list\n\t*/\n\texports.replace = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn (index === -1) ?\n\t\t\tresults.slice(0, -count) :\n\t\t\tresults.slice(0, index).concat(results.slice(-count)).concat(results.slice(index + 1, -count));\n\t};\n\n\t/*\n\tMoves a number of items from the tail of the current list to the head of the list\n\t*/\n\texports.putfirst = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn results.slice(-count).concat(results.slice(0, -count));\n\t};\n\n\t/*\n\tMoves a number of items from the head of the current list to the tail of the list\n\t*/\n\texports.putlast = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1);\n\t\treturn results.slice(count).concat(results.slice(0, count));\n\t};\n\n\t/*\n\tMoves the item named in the operand a number of places forward or backward in the list\n\t*/\n\texports.move = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,1),\n\t\t\tmarker = results.splice(index, 1),\n\t\t\toffset =  (index + count) > 0 ? index + count : 0;\n\t\treturn results.slice(0, offset).concat(marker).concat(results.slice(offset));\n\t};\n\n\t/*\n\tReturns the items from the current list that are after the item named in the operand\n\t*/\n\texports.allafter = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand);\n\t\treturn (index === -1) ? [] :\n\t\t\t(operator.suffix) ? results.slice(index) :\n\t\t\tresults.slice(index + 1);\n\t};\n\n\t/*\n\tReturns the items from the current list that are before the item named in the operand\n\t*/\n\texports.allbefore = function (source, operator) {\n\t\tvar results = prepare_results(source),\n\t\t\tindex = results.indexOf(operator.operand);\n\t\treturn (index === -1) ? [] :\n\t\t\t(operator.suffix) ? results.slice(0, index + 1) :\n\t\t\tresults.slice(0, index);\n\t};\n\n\t/*\n\tAppends the items listed in the operand array to the tail of the current list\n\t*/\n\texports.append = function (source, operator) {\n\t\tvar append = $tw.utils.parseStringArray(operator.operand, \"true\"),\n\t\t\tresults = prepare_results(source),\n\t\t\tcount = parseInt(operator.suffix) || append.length;\n\t\treturn (append.length === 0) ? results :\n\t\t\t(operator.prefix) ? results.concat(append.slice(-count)) :\n\t\t\tresults.concat(append.slice(0, count));\n\t};\n\n\t/*\n\tPrepends the items listed in the operand array to the head of the current list\n\t*/\n\texports.prepend = function (source, operator) {\n\t\tvar prepend = $tw.utils.parseStringArray(operator.operand, \"true\"),\n\t\t\tresults = prepare_results(source),\n\t\t\tcount = $tw.utils.getInt(operator.suffix,prepend.length);\n\t\treturn (prepend.length === 0) ? results :\n\t\t\t(operator.prefix) ? prepend.slice(-count).concat(results) :\n\t\t\tprepend.slice(0, count).concat(results);\n\t};\n\n\t/*\n\tReturns all items from the current list except the items listed in the operand array\n\t*/\n\texports.remove = function (source, operator) {\n\t\tvar array = $tw.utils.parseStringArray(operator.operand, \"true\"),\n\t\t\tresults = prepare_results(source),\n\t\t\tcount = parseInt(operator.suffix) || array.length,\n\t\t\tp,\n\t\t\tlen,\n\t\t\tindex;\n\t\tlen = array.length - 1;\n\t\tfor (p = 0; p < count; ++p) {\n\t\t\tif (operator.prefix) {\n\t\t\t\tindex = results.indexOf(array[len - p]);\n\t\t\t} else {\n\t\t\t\tindex = results.indexOf(array[p]);\n\t\t\t}\n\t\t\tif (index !== -1) {\n\t\t\t\tresults.splice(index, 1);\n\t\t\t}\n\t\t}\n\t\treturn results;\n\t};\n\n\t/*\n\tReturns all items from the current list sorted in the order of the items in the operand array\n\t*/\n\texports.sortby = function (source, operator) {\n\t\tvar results = prepare_results(source);\n\t\tif (!results || results.length < 2) {\n\t\t\treturn results;\n\t\t}\n\t\tvar lookup = $tw.utils.parseStringArray(operator.operand, \"true\");\n\t\tresults.sort(function (a, b) {\n\t\t\treturn lookup.indexOf(a) - lookup.indexOf(b);\n\t\t});\n\t\treturn results;\n\t};\n\n\t/*\n\tRemoves all duplicate items from the current list\n\t*/\n\texports.unique = function (source, operator) {\n\t\tvar results = prepare_results(source);\n\t\tvar set = results.reduce(function (a, b) {\n\t\t\tif (a.indexOf(b) < 0) {\n\t\t\t\ta.push(b);\n\t\t\t}\n\t\t\treturn a;\n\t\t}, []);\n\t\treturn set;\n\t};\n\n\tvar cycleValueInArray = function(results,operands,stepSize) {\n\t\tvar resultsIndex,\n\t\t\tstep = stepSize || 1,\n\t\t\ti = 0,\n\t\t\topLength = operands.length,\n\t\t\tnextOperandIndex;\t\t\n\t\tfor(i; i < opLength; i++) {\n\t\t\tresultsIndex = results.indexOf(operands[i]);\n\t\t\tif(resultsIndex !== -1) {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t\tif(resultsIndex !== -1) {\n\t\t\ti = i + step;\n\t\t\tnextOperandIndex = (i < opLength ? i : i - opLength);\n\t\t\tif(operands.length > 1) {\n\t\t\t\tresults.splice(resultsIndex,1,operands[nextOperandIndex]);\n\t\t\t} else {\n\t\t\t\tresults.splice(resultsIndex,1);\n\t\t\t}\n\t\t} else {\n\t\t\tresults.push(operands[0]);\n\t\t}\n\t\treturn results;\t\t\n\t}\n\n\t/*\n\tToggles an item in the current list.\n\t*/\t\n\texports.toggle = function(source,operator) {\n\t\treturn cycleValueInArray(prepare_results(source),operator.operands);\n\t}\n\n\texports.cycle = function(source,operator) {\n\t\tvar results = prepare_results(source),\n\t\t\toperands = (operator.operand.length ? $tw.utils.parseStringArray(operator.operand, \"true\") : [\"\"]),\n\t\t\tstep = $tw.utils.getInt(operator.operands[1]||\"\",1);\n\t\tif(step < 0) {\n\t\t\toperands.reverse();\n\t\t\tstep = Math.abs(step);\n\t\t}\t\n\t\treturn cycleValueInArray(results,operands,step);\n\t}\n\t\n})();\n",
            "type": "application/javascript",
            "module-type": "filteroperator"
        },
        "$:/core/modules/filters.js": {
            "title": "$:/core/modules/filters.js",
            "text": "/*\\\ntitle: $:/core/modules/filters.js\ntype: application/javascript\nmodule-type: wikimethod\n\nAdds tiddler filtering methods to the $tw.Wiki object.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParses an operation (i.e. a run) within a filter string\n\toperators: Array of array of operator nodes into which results should be inserted\n\tfilterString: filter string\n\tp: start position within the string\nReturns the new start position, after the parsed operation\n*/\nfunction parseFilterOperation(operators,filterString,p) {\n\tvar nextBracketPos, operator;\n\t// Skip the starting square bracket\n\tif(filterString.charAt(p++) !== \"[\") {\n\t\tthrow \"Missing [ in filter expression\";\n\t}\n\t// Process each operator in turn\n\tdo {\n\t\toperator = {};\n\t\t// Check for an operator prefix\n\t\tif(filterString.charAt(p) === \"!\") {\n\t\t\toperator.prefix = filterString.charAt(p++);\n\t\t}\n\t\t// Get the operator name\n\t\tnextBracketPos = filterString.substring(p).search(/[\\[\\{<\\/]/);\n\t\tif(nextBracketPos === -1) {\n\t\t\tthrow \"Missing [ in filter expression\";\n\t\t}\n\t\tnextBracketPos += p;\n\t\tvar bracket = filterString.charAt(nextBracketPos);\n\t\toperator.operator = filterString.substring(p,nextBracketPos);\n\t\t// Any suffix?\n\t\tvar colon = operator.operator.indexOf(':');\n\t\tif(colon > -1) {\n\t\t\t// The raw suffix for older filters\n\t\t\toperator.suffix = operator.operator.substring(colon + 1);\n\t\t\toperator.operator = operator.operator.substring(0,colon) || \"field\";\n\t\t\t// The processed suffix for newer filters\n\t\t\toperator.suffixes = [];\n\t\t\t$tw.utils.each(operator.suffix.split(\":\"),function(subsuffix) {\n\t\t\t\toperator.suffixes.push([]);\n\t\t\t\t$tw.utils.each(subsuffix.split(\",\"),function(entry) {\n\t\t\t\t\tentry = $tw.utils.trim(entry);\n\t\t\t\t\tif(entry) {\n\t\t\t\t\t\toperator.suffixes[operator.suffixes.length - 1].push(entry); \n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t});\n\t\t}\n\t\t// Empty operator means: title\n\t\telse if(operator.operator === \"\") {\n\t\t\toperator.operator = \"title\";\n\t\t}\n\t\toperator.operands = [];\n\t\tfunction parseOperand(bracketType) {\n\t\t\tvar operand = {};\n\t\t\tswitch (bracketType) {\n\t\t\t\tcase \"{\": // Curly brackets\n\t\t\t\t\toperand.indirect = true;\n\t\t\t\t\tnextBracketPos = filterString.indexOf(\"}\",p);\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"[\": // Square brackets\n\t\t\t\t\tnextBracketPos = filterString.indexOf(\"]\",p);\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"<\": // Angle brackets\n\t\t\t\t\toperand.variable = true;\n\t\t\t\t\tnextBracketPos = filterString.indexOf(\">\",p);\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"/\": // regexp brackets\n\t\t\t\t\tvar rex = /^((?:[^\\\\\\/]*|\\\\.)*)\\/(?:\\(([mygi]+)\\))?/g,\n\t\t\t\t\t\trexMatch = rex.exec(filterString.substring(p));\n\t\t\t\t\tif(rexMatch) {\n\t\t\t\t\t\toperator.regexp = new RegExp(rexMatch[1], rexMatch[2]);\n\t// DEPRECATION WARNING\n\tconsole.log(\"WARNING: Filter\",operator.operator,\"has a deprecated regexp operand\",operator.regexp);\n\t\t\t\t\t\tnextBracketPos = p + rex.lastIndex - 1;\n\t\t\t\t\t}\n\t\t\t\t\telse {\n\t\t\t\t\t\tthrow \"Unterminated regular expression in filter expression\";\n\t\t\t\t\t}\n\t\t\t\t\tbreak;\n\t\t\t}\n\n\t\t\tif(nextBracketPos === -1) {\n\t\t\t\tthrow \"Missing closing bracket in filter expression\";\n\t\t\t}\n\t\t\tif(!operator.regexp) {\n\t\t\t\toperand.text = filterString.substring(p,nextBracketPos);\n\t\t\t\toperator.operands.push(operand);\n\t\t\t}\n\t\t\tp = nextBracketPos + 1;\n\t\t}\n\t\t\n\t\tp = nextBracketPos + 1;\n\t\tparseOperand(bracket);\n\t\t\n\t\t// Check for multiple operands\n\t\twhile(filterString.charAt(p) === \",\") {\n\t\t\tp++;\n\t\t\tif(/^[\\[\\{<\\/]/.test(filterString.substring(p))) {\n\t\t\t\tnextBracketPos = p;\n\t\t\t\tp++;\n\t\t\t\tparseOperand(filterString.charAt(nextBracketPos));\n\t\t\t} else {\n\t\t\t\tthrow \"Missing [ in filter expression\";\n\t\t\t}\n\t\t}\n\t\t\n\t\t// Push this operator\n\t\toperators.push(operator);\n\t} while(filterString.charAt(p) !== \"]\");\n\t// Skip the ending square bracket\n\tif(filterString.charAt(p++) !== \"]\") {\n\t\tthrow \"Missing ] in filter expression\";\n\t}\n\t// Return the parsing position\n\treturn p;\n}\n\n/*\nParse a filter string\n*/\nexports.parseFilter = function(filterString) {\n\tfilterString = filterString || \"\";\n\tvar results = [], // Array of arrays of operator nodes {operator:,operand:}\n\t\tp = 0, // Current position in the filter string\n\t\tmatch;\n\tvar whitespaceRegExp = /(\\s+)/mg,\n\t\toperandRegExp = /((?:\\+|\\-|~|=|\\:(\\w+))?)(?:(\\[)|(?:\"([^\"]*)\")|(?:'([^']*)')|([^\\s\\[\\]]+))/mg;\n\twhile(p < filterString.length) {\n\t\t// Skip any whitespace\n\t\twhitespaceRegExp.lastIndex = p;\n\t\tmatch = whitespaceRegExp.exec(filterString);\n\t\tif(match && match.index === p) {\n\t\t\tp = p + match[0].length;\n\t\t}\n\t\t// Match the start of the operation\n\t\tif(p < filterString.length) {\n\t\t\toperandRegExp.lastIndex = p;\n\t\t\tmatch = operandRegExp.exec(filterString);\n\t\t\tif(!match || match.index !== p) {\n\t\t\t\tthrow $tw.language.getString(\"Error/FilterSyntax\");\n\t\t\t}\n\t\t\tvar operation = {\n\t\t\t\tprefix: \"\",\n\t\t\t\toperators: []\n\t\t\t};\n\t\t\tif(match[1]) {\n\t\t\t\toperation.prefix = match[1];\n\t\t\t\tp = p + operation.prefix.length;\n\t\t\t\tif(match[2]) {\n\t\t\t\t\toperation.namedPrefix = match[2];\n\t\t\t\t}\n\t\t\t}\n\t\t\tif(match[3]) { // Opening square bracket\n\t\t\t\tp = parseFilterOperation(operation.operators,filterString,p);\n\t\t\t} else {\n\t\t\t\tp = match.index + match[0].length;\n\t\t\t}\n\t\t\tif(match[4] || match[5] || match[6]) { // Double quoted string, single quoted string or unquoted title\n\t\t\t\toperation.operators.push(\n\t\t\t\t\t{operator: \"title\", operands: [{text: match[4] || match[5] || match[6]}]}\n\t\t\t\t);\n\t\t\t}\n\t\t\tresults.push(operation);\n\t\t}\n\t}\n\treturn results;\n};\n\nexports.getFilterOperators = function() {\n\tif(!this.filterOperators) {\n\t\t$tw.Wiki.prototype.filterOperators = {};\n\t\t$tw.modules.applyMethods(\"filteroperator\",this.filterOperators);\n\t}\n\treturn this.filterOperators;\n};\n\nexports.getFilterRunPrefixes = function() {\n\tif(!this.filterRunPrefixes) {\n\t\t$tw.Wiki.prototype.filterRunPrefixes = {};\n\t\t$tw.modules.applyMethods(\"filterrunprefix\",this.filterRunPrefixes);\n\t}\n\treturn this.filterRunPrefixes;\n}\n\nexports.filterTiddlers = function(filterString,widget,source) {\n\tvar fn = this.compileFilter(filterString);\n\treturn fn.call(this,source,widget);\n};\n\n/*\nCompile a filter into a function with the signature fn(source,widget) where:\nsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\nwidget: an optional widget node for retrieving the current tiddler etc.\n*/\nexports.compileFilter = function(filterString) {\n\tvar filterParseTree;\n\ttry {\n\t\tfilterParseTree = this.parseFilter(filterString);\n\t} catch(e) {\n\t\treturn function(source,widget) {\n\t\t\treturn [$tw.language.getString(\"Error/Filter\") + \": \" + e];\n\t\t};\n\t}\n\t// Get the hashmap of filter operator functions\n\tvar filterOperators = this.getFilterOperators();\n\t// Assemble array of functions, one for each operation\n\tvar operationFunctions = [];\n\t// Step through the operations\n\tvar self = this;\n\t$tw.utils.each(filterParseTree,function(operation) {\n\t\t// Create a function for the chain of operators in the operation\n\t\tvar operationSubFunction = function(source,widget) {\n\t\t\tvar accumulator = source,\n\t\t\t\tresults = [],\n\t\t\t\tcurrTiddlerTitle = widget && widget.getVariable(\"currentTiddler\");\n\t\t\t$tw.utils.each(operation.operators,function(operator) {\n\t\t\t\tvar operands = [],\n\t\t\t\t\toperatorFunction;\n\t\t\t\tif(!operator.operator) {\n\t\t\t\t\toperatorFunction = filterOperators.title;\n\t\t\t\t} else if(!filterOperators[operator.operator]) {\n\t\t\t\t\toperatorFunction = filterOperators.field;\n\t\t\t\t} else {\n\t\t\t\t\toperatorFunction = filterOperators[operator.operator];\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\t$tw.utils.each(operator.operands,function(operand) {\n\t\t\t\t\tif(operand.indirect) {\n\t\t\t\t\t\toperand.value = self.getTextReference(operand.text,\"\",currTiddlerTitle);\n\t\t\t\t\t} else if(operand.variable) {\n\t\t\t\t\t\toperand.value = widget.getVariable(operand.text,{defaultValue: \"\"});\n\t\t\t\t\t} else {\n\t\t\t\t\t\toperand.value = operand.text;\n\t\t\t\t\t}\n\t\t\t\t\toperands.push(operand.value);\n\t\t\t\t});\n\n\t\t\t\t// Invoke the appropriate filteroperator module\n\t\t\t\tresults = operatorFunction(accumulator,{\n\t\t\t\t\t\t\toperator: operator.operator,\n\t\t\t\t\t\t\toperand: operands.length > 0 ? operands[0] : undefined,\n\t\t\t\t\t\t\toperands: operands,\n\t\t\t\t\t\t\tprefix: operator.prefix,\n\t\t\t\t\t\t\tsuffix: operator.suffix,\n\t\t\t\t\t\t\tsuffixes: operator.suffixes,\n\t\t\t\t\t\t\tregexp: operator.regexp\n\t\t\t\t\t\t},{\n\t\t\t\t\t\t\twiki: self,\n\t\t\t\t\t\t\twidget: widget\n\t\t\t\t\t\t});\n\t\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\t\taccumulator = self.makeTiddlerIterator(results);\n\t\t\t\t} else {\n\t\t\t\t\taccumulator = results;\n\t\t\t\t}\n\t\t\t});\n\t\t\tif($tw.utils.isArray(results)) {\n\t\t\t\treturn results;\n\t\t\t} else {\n\t\t\t\tvar resultArray = [];\n\t\t\t\tresults(function(tiddler,title) {\n\t\t\t\t\tresultArray.push(title);\n\t\t\t\t});\n\t\t\t\treturn resultArray;\n\t\t\t}\n\t\t};\n\t\tvar filterRunPrefixes = self.getFilterRunPrefixes();\n\t\t// Wrap the operator functions in a wrapper function that depends on the prefix\n\t\toperationFunctions.push((function() {\n\t\t\tvar options = {wiki: self};\n\t\t\tswitch(operation.prefix || \"\") {\n\t\t\t\tcase \"\": // No prefix means that the operation is unioned into the result\n\t\t\t\t\treturn filterRunPrefixes[\"or\"](operationSubFunction, options);\n\t\t\t\tcase \"=\": // The results of the operation are pushed into the result without deduplication\n\t\t\t\t\treturn filterRunPrefixes[\"all\"](operationSubFunction, options);\n\t\t\t\tcase \"-\": // The results of this operation are removed from the main result\n\t\t\t\t\treturn filterRunPrefixes[\"except\"](operationSubFunction, options);\n\t\t\t\tcase \"+\": // This operation is applied to the main results so far\n\t\t\t\t\treturn filterRunPrefixes[\"and\"](operationSubFunction, options);\n\t\t\t\tcase \"~\": // This operation is unioned into the result only if the main result so far is empty\n\t\t\t\t\treturn filterRunPrefixes[\"else\"](operationSubFunction, options);\n\t\t\t\tdefault: \n\t\t\t\t\tif(operation.namedPrefix && filterRunPrefixes[operation.namedPrefix]) {\n\t\t\t\t\t\treturn filterRunPrefixes[operation.namedPrefix](operationSubFunction, options);\n\t\t\t\t\t} else {\n\t\t\t\t\t\treturn function(results,source,widget) {\n\t\t\t\t\t\t\tresults.clear();\n\t\t\t\t\t\t\tresults.push($tw.language.getString(\"Error/FilterRunPrefix\"));\n\t\t\t\t\t\t};\n\t\t\t\t\t}\n\t\t\t}\n\t\t})());\n\t});\n\t// Return a function that applies the operations to a source iterator of tiddler titles\n\treturn $tw.perf.measure(\"filter: \" + filterString,function filterFunction(source,widget) {\n\t\tif(!source) {\n\t\t\tsource = self.each;\n\t\t} else if(typeof source === \"object\") { // Array or hashmap\n\t\t\tsource = self.makeTiddlerIterator(source);\n\t\t}\n\t\tvar results = new $tw.utils.LinkedList();\n\t\t$tw.utils.each(operationFunctions,function(operationFunction) {\n\t\t\toperationFunction(results,source,widget);\n\t\t});\n\t\treturn results.toArray();\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikimethod"
        },
        "$:/core/modules/indexers/backlinks-indexer.js": {
            "title": "$:/core/modules/indexers/backlinks-indexer.js",
            "text": "/*\\\ntitle: $:/core/modules/indexers/backlinks-indexer.js\ntype: application/javascript\nmodule-type: indexer\n\nIndexes the tiddlers' backlinks\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global modules: false */\n\"use strict\";\n\n\nfunction BacklinksIndexer(wiki) {\n\tthis.wiki = wiki;\n}\n\nBacklinksIndexer.prototype.init = function() {\n\tthis.index = null;\n}\n\nBacklinksIndexer.prototype.rebuild = function() {\n\tthis.index = null;\n}\n\nBacklinksIndexer.prototype._getLinks = function(tiddler) {\n\tvar parser =  this.wiki.parseText(tiddler.fields.type, tiddler.fields.text, {});\n\tif(parser) {\n\t\treturn this.wiki.extractLinks(parser.tree);\n\t}\n\treturn [];\n}\n\nBacklinksIndexer.prototype.update = function(updateDescriptor) {\n\tif(!this.index) {\n\t\treturn;\n\t}\n\tvar newLinks = [],\n\t    oldLinks = [],\n\t    self = this;\n\tif(updateDescriptor.old.exists) {\n\t\toldLinks = this._getLinks(updateDescriptor.old.tiddler);\n\t}\n\tif(updateDescriptor.new.exists) {\n\t\tnewLinks = this._getLinks(updateDescriptor.new.tiddler);\n\t}\n\n\t$tw.utils.each(oldLinks,function(link) {\n\t\tif(self.index[link]) {\n\t\t\tdelete self.index[link][updateDescriptor.old.tiddler.fields.title];\n\t\t}\n\t});\n\t$tw.utils.each(newLinks,function(link) {\n\t\tif(!self.index[link]) {\n\t\t\tself.index[link] = Object.create(null);\n\t\t}\n\t\tself.index[link][updateDescriptor.new.tiddler.fields.title] = true;\n\t});\n}\n\nBacklinksIndexer.prototype.lookup = function(title) {\n\tif(!this.index) {\n\t\tthis.index = Object.create(null);\n\t\tvar self = this;\n\t\tthis.wiki.forEachTiddler(function(title,tiddler) {\n\t\t\tvar links = self._getLinks(tiddler);\n\t\t\t$tw.utils.each(links, function(link) {\n\t\t\t\tif(!self.index[link]) {\n\t\t\t\t\tself.index[link] = Object.create(null);\n\t\t\t\t}\n\t\t\t\tself.index[link][title] = true;\n\t\t\t});\n\t\t});\n\t}\n\tif(this.index[title]) {\n\t\treturn Object.keys(this.index[title]);\n\t} else {\n\t\treturn [];\n\t}\n}\n\nexports.BacklinksIndexer = BacklinksIndexer;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "indexer"
        },
        "$:/core/modules/indexers/field-indexer.js": {
            "title": "$:/core/modules/indexers/field-indexer.js",
            "text": "/*\\\ntitle: $:/core/modules/indexers/field-indexer.js\ntype: application/javascript\nmodule-type: indexer\n\nIndexes the tiddlers with each field value\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global modules: false */\n\"use strict\";\n\nvar DEFAULT_MAXIMUM_INDEXED_VALUE_LENGTH = 128;\n\nfunction FieldIndexer(wiki) {\n\tthis.wiki = wiki;\n}\n\nFieldIndexer.prototype.init = function() {\n\tthis.index = null;\n\tthis.maxIndexedValueLength = DEFAULT_MAXIMUM_INDEXED_VALUE_LENGTH;\n\tthis.addIndexMethods();\n}\n\n// Provided for testing\nFieldIndexer.prototype.setMaxIndexedValueLength = function(length) {\n\tthis.index = null;\n\tthis.maxIndexedValueLength = length;\n};\n\nFieldIndexer.prototype.addIndexMethods = function() {\n\tvar self = this;\n\tthis.wiki.each.byField = function(name,value) {\n\t\tvar titles = self.wiki.allTitles(),\n\t\t\tlookup = self.lookup(name,value);\n\t\treturn lookup && lookup.filter(function(title) {\n\t\t\treturn titles.indexOf(title) !== -1;\n\t\t});\n\t};\n\tthis.wiki.eachShadow.byField = function(name,value) {\n\t\tvar titles = self.wiki.allShadowTitles(),\n\t\t\tlookup = self.lookup(name,value);\n\t\treturn lookup && lookup.filter(function(title) {\n\t\t\treturn titles.indexOf(title) !== -1;\n\t\t});\n\t};\n\tthis.wiki.eachTiddlerPlusShadows.byField = function(name,value) {\n\t\tvar lookup = self.lookup(name,value);\n\t\treturn lookup ? lookup.slice(0) : null;\n\t};\n\tthis.wiki.eachShadowPlusTiddlers.byField = function(name,value) {\n\t\tvar lookup = self.lookup(name,value);\n\t\treturn lookup ? lookup.slice(0) : null;\n\t};\n};\n\n/*\nTear down and then rebuild the index as if all tiddlers have changed\n*/\nFieldIndexer.prototype.rebuild = function() {\n\t// Invalidate the index so that it will be rebuilt when it is next used\n\tthis.index = null;\n};\n\n/*\nBuild the index for a particular field\n*/\nFieldIndexer.prototype.buildIndexForField = function(name) {\n\tvar self = this;\n\t// Hashmap by field name of hashmap by field value of array of tiddler titles\n\tthis.index = this.index || Object.create(null);\n\tthis.index[name] = Object.create(null);\n\tvar baseIndex = this.index[name];\n\t// Update the index for each tiddler\n\tthis.wiki.eachTiddlerPlusShadows(function(tiddler,title) {\n\t\tif(name in tiddler.fields) {\n\t\t\tvar value = tiddler.getFieldString(name);\n\t\t\t// Skip any values above the maximum length\n\t\t\tif(value.length < self.maxIndexedValueLength) {\n\t\t\t\tbaseIndex[value] = baseIndex[value] || [];\n\t\t\t\tbaseIndex[value].push(title);\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nUpdate the index in the light of a tiddler value changing; note that the title must be identical. (Renames are handled as a separate delete and create)\nupdateDescriptor: {old: {tiddler: <tiddler>, shadow: <boolean>, exists: <boolean>},new: {tiddler: <tiddler>, shadow: <boolean>, exists: <boolean>}}\n*/\nFieldIndexer.prototype.update = function(updateDescriptor) {\n\tvar self = this;\n\t// Don't do anything if the index hasn't been built yet\n\tif(this.index === null) {\n\t\treturn;\n\t}\n\t// Remove the old tiddler from the index\n\tif(updateDescriptor.old.tiddler) {\n\t\t$tw.utils.each(this.index,function(indexEntry,name) {\n\t\t\tif(name in updateDescriptor.old.tiddler.fields) {\n\t\t\t\tvar value = updateDescriptor.old.tiddler.getFieldString(name),\n\t\t\t\t\ttiddlerList = indexEntry[value];\n\t\t\t\tif(tiddlerList) {\n\t\t\t\t\tvar index = tiddlerList.indexOf(updateDescriptor.old.tiddler.fields.title);\n\t\t\t\t\tif(index !== -1) {\n\t\t\t\t\t\ttiddlerList.splice(index,1);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\t// Add the new tiddler to the index\n\tif(updateDescriptor[\"new\"].tiddler) {\n\t\t$tw.utils.each(this.index,function(indexEntry,name) {\n\t\t\tif(name in updateDescriptor[\"new\"].tiddler.fields) {\n\t\t\t\tvar value = updateDescriptor[\"new\"].tiddler.getFieldString(name);\n\t\t\t\tif(value.length < self.maxIndexedValueLength) {\n\t\t\t\t\tindexEntry[value] = indexEntry[value] || [];\n\t\t\t\t\tindexEntry[value].push(updateDescriptor[\"new\"].tiddler.fields.title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\t\t\n\t}\n};\n\n// Lookup the given field returning a list of tiddler titles\nFieldIndexer.prototype.lookup = function(name,value) {\n\t// Fail the lookup if the value is too long\n\tif(value.length >= this.maxIndexedValueLength) {\n\t\treturn null;\n\t}\n\t// Update the index if it has yet to be built\n\tif(this.index === null || !this.index[name]) {\n\t\tthis.buildIndexForField(name);\n\t}\n\treturn this.index[name][value] || [];\n};\n\nexports.FieldIndexer = FieldIndexer;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "indexer"
        },
        "$:/core/modules/indexers/tag-indexer.js": {
            "title": "$:/core/modules/indexers/tag-indexer.js",
            "text": "/*\\\ntitle: $:/core/modules/indexers/tag-indexer.js\ntype: application/javascript\nmodule-type: indexer\n\nIndexes the tiddlers with each tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global modules: false */\n\"use strict\";\n\nfunction TagIndexer(wiki) {\n\tthis.wiki = wiki;\n}\n\nTagIndexer.prototype.init = function() {\n\tthis.subIndexers = [\n\t\tnew TagSubIndexer(this,\"each\"),\n\t\tnew TagSubIndexer(this,\"eachShadow\"),\n\t\tnew TagSubIndexer(this,\"eachTiddlerPlusShadows\"),\n\t\tnew TagSubIndexer(this,\"eachShadowPlusTiddlers\")\n\t];\n\t$tw.utils.each(this.subIndexers,function(subIndexer) {\n\t\tsubIndexer.addIndexMethod();\n\t});\n};\n\nTagIndexer.prototype.rebuild = function() {\n\t$tw.utils.each(this.subIndexers,function(subIndexer) {\n\t\tsubIndexer.rebuild();\n\t});\n};\n\nTagIndexer.prototype.update = function(updateDescriptor) {\n\t$tw.utils.each(this.subIndexers,function(subIndexer) {\n\t\tsubIndexer.update(updateDescriptor);\n\t});\n};\n\nfunction TagSubIndexer(indexer,iteratorMethod) {\n\tthis.indexer = indexer;\n\tthis.iteratorMethod = iteratorMethod;\n\tthis.index = null; // Hashmap of tag title to {isSorted: bool, titles: [array]} or null if not yet initialised\n}\n\nTagSubIndexer.prototype.addIndexMethod = function() {\n\tvar self = this;\n\tthis.indexer.wiki[this.iteratorMethod].byTag = function(tag) {\n\t\treturn self.lookup(tag).slice(0);\n\t};\n};\n\nTagSubIndexer.prototype.rebuild = function() {\n\tvar self = this;\n\t// Hashmap by tag of array of {isSorted:, titles:[]}\n\tthis.index = Object.create(null);\n\t// Add all the tags\n\tthis.indexer.wiki[this.iteratorMethod](function(tiddler,title) {\n\t\t$tw.utils.each(tiddler.fields.tags,function(tag) {\n\t\t\tif(!self.index[tag]) {\n\t\t\t\tself.index[tag] = {isSorted: false, titles: [title]};\n\t\t\t} else {\n\t\t\t\tself.index[tag].titles.push(title);\n\t\t\t}\n\t\t});\t\t\n\t});\n};\n\nTagSubIndexer.prototype.update = function(updateDescriptor) {\n\tthis.index = null;\n};\n\nTagSubIndexer.prototype.lookup = function(tag) {\n\t// Update the index if it has yet to be built\n\tif(this.index === null) {\n\t\tthis.rebuild();\n\t}\n\tvar indexRecord = this.index[tag];\n\tif(indexRecord) {\n\t\tif(!indexRecord.isSorted) {\n\t\t\tif(this.indexer.wiki.sortByList) {\n\t\t\t\tindexRecord.titles = this.indexer.wiki.sortByList(indexRecord.titles,tag);\n\t\t\t}\t\t\t\n\t\t\tindexRecord.isSorted = true;\n\t\t}\n\t\treturn indexRecord.titles;\n\t} else {\n\t\treturn [];\n\t}\n};\n\n\nexports.TagIndexer = TagIndexer;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "indexer"
        },
        "$:/core/modules/info/platform.js": {
            "title": "$:/core/modules/info/platform.js",
            "text": "/*\\\ntitle: $:/core/modules/info/platform.js\ntype: application/javascript\nmodule-type: info\n\nInitialise basic platform $:/info/ tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.getInfoTiddlerFields = function(updateInfoTiddlersCallback) {\n\tvar mapBoolean = function(value) {return value ? \"yes\" : \"no\";},\n\t\tinfoTiddlerFields = [];\n\t// Basics\n\tinfoTiddlerFields.push({title: \"$:/info/browser\", text: mapBoolean(!!$tw.browser)});\n\tinfoTiddlerFields.push({title: \"$:/info/node\", text: mapBoolean(!!$tw.node)});\n\tinfoTiddlerFields.push({title: \"$:/info/startup-timestamp\", text: $tw.utils.stringifyDate(new Date())});\n\tif($tw.browser) {\n\t\t// Document location\n\t\tvar setLocationProperty = function(name,value) {\n\t\t\t\tinfoTiddlerFields.push({title: \"$:/info/url/\" + name, text: value});\t\t\t\n\t\t\t},\n\t\t\tlocation = document.location;\n\t\tsetLocationProperty(\"full\", (location.toString()).split(\"#\")[0]);\n\t\tsetLocationProperty(\"host\", location.host);\n\t\tsetLocationProperty(\"hostname\", location.hostname);\n\t\tsetLocationProperty(\"protocol\", location.protocol);\n\t\tsetLocationProperty(\"port\", location.port);\n\t\tsetLocationProperty(\"pathname\", location.pathname);\n\t\tsetLocationProperty(\"search\", location.search);\n\t\tsetLocationProperty(\"origin\", location.origin);\n\t\t// Screen size\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/screen/width\", text: window.screen.width.toString()});\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/screen/height\", text: window.screen.height.toString()});\n \t\t// Dark mode through event listener on MediaQueryList\n \t\tvar mqList = window.matchMedia(\"(prefers-color-scheme: dark)\"),\n \t\t\tgetDarkModeTiddler = function() {return {title: \"$:/info/darkmode\", text: mqList.matches ? \"yes\" : \"no\"};};\n \t\tinfoTiddlerFields.push(getDarkModeTiddler());\n \t\tmqList.addListener(function(event) {\n \t\t\tupdateInfoTiddlersCallback([getDarkModeTiddler()]);\n \t\t});\n\t\t// Language\n\t\tinfoTiddlerFields.push({title: \"$:/info/browser/language\", text: navigator.language || \"\"});\n\t}\n\treturn infoTiddlerFields;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "info"
        },
        "$:/core/modules/keyboard.js": {
            "title": "$:/core/modules/keyboard.js",
            "text": "/*\\\ntitle: $:/core/modules/keyboard.js\ntype: application/javascript\nmodule-type: global\n\nKeyboard handling utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar namedKeys = {\n\t\"cancel\": 3,\n\t\"help\": 6,\n\t\"backspace\": 8,\n\t\"tab\": 9,\n\t\"clear\": 12,\n\t\"return\": 13,\n\t\"enter\": 13,\n\t\"pause\": 19,\n\t\"escape\": 27,\n\t\"space\": 32,\n\t\"page_up\": 33,\n\t\"page_down\": 34,\n\t\"end\": 35,\n\t\"home\": 36,\n\t\"left\": 37,\n\t\"up\": 38,\n\t\"right\": 39,\n\t\"down\": 40,\n\t\"printscreen\": 44,\n\t\"insert\": 45,\n\t\"delete\": 46,\n\t\"0\": 48,\n\t\"1\": 49,\n\t\"2\": 50,\n\t\"3\": 51,\n\t\"4\": 52,\n\t\"5\": 53,\n\t\"6\": 54,\n\t\"7\": 55,\n\t\"8\": 56,\n\t\"9\": 57,\n\t\"firefoxsemicolon\": 59,\n\t\"firefoxequals\": 61,\n\t\"a\": 65,\n\t\"b\": 66,\n\t\"c\": 67,\n\t\"d\": 68,\n\t\"e\": 69,\n\t\"f\": 70,\n\t\"g\": 71,\n\t\"h\": 72,\n\t\"i\": 73,\n\t\"j\": 74,\n\t\"k\": 75,\n\t\"l\": 76,\n\t\"m\": 77,\n\t\"n\": 78,\n\t\"o\": 79,\n\t\"p\": 80,\n\t\"q\": 81,\n\t\"r\": 82,\n\t\"s\": 83,\n\t\"t\": 84,\n\t\"u\": 85,\n\t\"v\": 86,\n\t\"w\": 87,\n\t\"x\": 88,\n\t\"y\": 89,\n\t\"z\": 90,\n\t\"numpad0\": 96,\n\t\"numpad1\": 97,\n\t\"numpad2\": 98,\n\t\"numpad3\": 99,\n\t\"numpad4\": 100,\n\t\"numpad5\": 101,\n\t\"numpad6\": 102,\n\t\"numpad7\": 103,\n\t\"numpad8\": 104,\n\t\"numpad9\": 105,\n\t\"multiply\": 106,\n\t\"add\": 107,\n\t\"separator\": 108,\n\t\"subtract\": 109,\n\t\"decimal\": 110,\n\t\"divide\": 111,\n\t\"f1\": 112,\n\t\"f2\": 113,\n\t\"f3\": 114,\n\t\"f4\": 115,\n\t\"f5\": 116,\n\t\"f6\": 117,\n\t\"f7\": 118,\n\t\"f8\": 119,\n\t\"f9\": 120,\n\t\"f10\": 121,\n\t\"f11\": 122,\n\t\"f12\": 123,\n\t\"f13\": 124,\n\t\"f14\": 125,\n\t\"f15\": 126,\n\t\"f16\": 127,\n\t\"f17\": 128,\n\t\"f18\": 129,\n\t\"f19\": 130,\n\t\"f20\": 131,\n\t\"f21\": 132,\n\t\"f22\": 133,\n\t\"f23\": 134,\n\t\"f24\": 135,\n\t\"firefoxminus\": 173,\n\t\"semicolon\": 186,\n\t\"equals\": 187,\n\t\"comma\": 188,\n\t\"dash\": 189,\n\t\"period\": 190,\n\t\"slash\": 191,\n\t\"backquote\": 192,\n\t\"openbracket\": 219,\n\t\"backslash\": 220,\n\t\"closebracket\": 221,\n\t\"quote\": 222\n};\n\nfunction KeyboardManager(options) {\n\tvar self = this;\n\toptions = options || \"\";\n\t// Save the named key hashmap\n\tthis.namedKeys = namedKeys;\n\t// Create a reverse mapping of code to keyname\n\tthis.keyNames = [];\n\t$tw.utils.each(namedKeys,function(keyCode,name) {\n\t\tself.keyNames[keyCode] = name.substr(0,1).toUpperCase() + name.substr(1);\n\t});\n\t// Save the platform-specific name of the \"meta\" key\n\tthis.metaKeyName = $tw.platform.isMac ? \"cmd-\" : \"win-\";\n\tthis.shortcutKeysList = [], // Stores the shortcut-key descriptors\n\tthis.shortcutActionList = [], // Stores the corresponding action strings\n\tthis.shortcutParsedList = []; // Stores the parsed key descriptors\n\tthis.lookupNames = [\"shortcuts\"];\n\tthis.lookupNames.push($tw.platform.isMac ? \"shortcuts-mac\" : \"shortcuts-not-mac\")\n\tthis.lookupNames.push($tw.platform.isWindows ? \"shortcuts-windows\" : \"shortcuts-not-windows\");\n\tthis.lookupNames.push($tw.platform.isLinux ? \"shortcuts-linux\" : \"shortcuts-not-linux\");\n\tthis.updateShortcutLists(this.getShortcutTiddlerList());\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tself.handleShortcutChanges(changes);\n\t});\n}\n\n/*\nReturn an array of keycodes for the modifier keys ctrl, shift, alt, meta\n*/\nKeyboardManager.prototype.getModifierKeys = function() {\n\treturn [\n\t\t16, // Shift\n\t\t17, // Ctrl\n\t\t18, // Alt\n\t\t20, // CAPS LOCK\n\t\t91, // Meta (left)\n\t\t93, // Meta (right)\n\t\t224 // Meta (Firefox)\n\t]\n};\n\n/*\nParses a key descriptor into the structure:\n{\n\tkeyCode: numeric keycode\n\tshiftKey: boolean\n\taltKey: boolean\n\tctrlKey: boolean\n\tmetaKey: boolean\n}\nKey descriptors have the following format:\n\tctrl+enter\n\tctrl+shift+alt+A\n*/\nKeyboardManager.prototype.parseKeyDescriptor = function(keyDescriptor) {\n\tvar components = keyDescriptor.split(/\\+|\\-/),\n\t\tinfo = {\n\t\t\tkeyCode: 0,\n\t\t\tshiftKey: false,\n\t\t\taltKey: false,\n\t\t\tctrlKey: false,\n\t\t\tmetaKey: false\n\t\t};\n\tfor(var t=0; t<components.length; t++) {\n\t\tvar s = components[t].toLowerCase(),\n\t\t\tc = s.charCodeAt(0);\n\t\t// Look for modifier keys\n\t\tif(s === \"ctrl\") {\n\t\t\tinfo.ctrlKey = true;\n\t\t} else if(s === \"shift\") {\n\t\t\tinfo.shiftKey = true;\n\t\t} else if(s === \"alt\") {\n\t\t\tinfo.altKey = true;\n\t\t} else if(s === \"meta\" || s === \"cmd\" || s === \"win\") {\n\t\t\tinfo.metaKey = true;\n\t\t}\n\t\t// Replace named keys with their code\n\t\tif(this.namedKeys[s]) {\n\t\t\tinfo.keyCode = this.namedKeys[s];\n\t\t}\n\t}\n\tif(info.keyCode) {\n\t\treturn info;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nParse a list of key descriptors into an array of keyInfo objects. The key descriptors can be passed as an array of strings or a space separated string\n*/\nKeyboardManager.prototype.parseKeyDescriptors = function(keyDescriptors,options) {\n\tvar self = this;\n\toptions = options || {};\n\toptions.stack = options.stack || [];\n\tvar wiki = options.wiki || $tw.wiki;\n\tif(typeof keyDescriptors === \"string\" && keyDescriptors === \"\") {\n\t\treturn [];\n\t}\n\tif(!$tw.utils.isArray(keyDescriptors)) {\n\t\tkeyDescriptors = keyDescriptors.split(\" \");\n\t}\n\tvar result = [];\n\t$tw.utils.each(keyDescriptors,function(keyDescriptor) {\n\t\t// Look for a named shortcut\n\t\tif(keyDescriptor.substr(0,2) === \"((\" && keyDescriptor.substr(-2,2) === \"))\") {\n\t\t\tif(options.stack.indexOf(keyDescriptor) === -1) {\n\t\t\t\toptions.stack.push(keyDescriptor);\n\t\t\t\tvar name = keyDescriptor.substring(2,keyDescriptor.length - 2),\n\t\t\t\t\tlookupName = function(configName) {\n\t\t\t\t\t\tvar keyDescriptors = wiki.getTiddlerText(\"$:/config/\" + configName + \"/\" + name);\n\t\t\t\t\t\tif(keyDescriptors) {\n\t\t\t\t\t\t\tresult.push.apply(result,self.parseKeyDescriptors(keyDescriptors,options));\n\t\t\t\t\t\t}\n\t\t\t\t\t};\n\t\t\t\t$tw.utils.each(self.lookupNames,function(platformDescriptor) {\n\t\t\t\t\tlookupName(platformDescriptor);\n\t\t\t\t});\n\t\t\t}\n\t\t} else {\n\t\t\tresult.push(self.parseKeyDescriptor(keyDescriptor));\n\t\t}\n\t});\n\treturn result;\n};\n\nKeyboardManager.prototype.getPrintableShortcuts = function(keyInfoArray) {\n\tvar self = this,\n\t\tresult = [];\n\t$tw.utils.each(keyInfoArray,function(keyInfo) {\n\t\tif(keyInfo) {\n\t\t\tresult.push((keyInfo.ctrlKey ? \"ctrl-\" : \"\") + \n\t\t\t\t   (keyInfo.shiftKey ? \"shift-\" : \"\") + \n\t\t\t\t   (keyInfo.altKey ? \"alt-\" : \"\") + \n\t\t\t\t   (keyInfo.metaKey ? self.metaKeyName : \"\") + \n\t\t\t\t   (self.keyNames[keyInfo.keyCode]));\n\t\t}\n\t});\n\treturn result;\n}\n\nKeyboardManager.prototype.checkKeyDescriptor = function(event,keyInfo) {\n\treturn keyInfo &&\n\t\t\tevent.keyCode === keyInfo.keyCode && \n\t\t\tevent.shiftKey === keyInfo.shiftKey && \n\t\t\tevent.altKey === keyInfo.altKey && \n\t\t\tevent.ctrlKey === keyInfo.ctrlKey && \n\t\t\tevent.metaKey === keyInfo.metaKey;\n};\n\nKeyboardManager.prototype.checkKeyDescriptors = function(event,keyInfoArray) {\n\tfor(var t=0; t<keyInfoArray.length; t++) {\n\t\tif(this.checkKeyDescriptor(event,keyInfoArray[t])) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\nKeyboardManager.prototype.getEventModifierKeyDescriptor = function(event) {\n\treturn event.ctrlKey && !event.shiftKey && !event.altKey && !event.metaKey ? \"ctrl\" : \n\t\tevent.shiftKey && !event.ctrlKey && !event.altKey && !event.metaKey ? \"shift\" : \n\t\tevent.ctrlKey && event.shiftKey && !event.altKey && !event.metaKey ? \"ctrl-shift\" : \n\t\tevent.altKey && !event.shiftKey && !event.ctrlKey && !event.metaKey ? \"alt\" : \n\t\tevent.altKey && event.shiftKey && !event.ctrlKey && !event.metaKey ? \"alt-shift\" : \n\t\tevent.altKey && event.ctrlKey && !event.shiftKey && !event.metaKey ? \"ctrl-alt\" : \n\t\tevent.altKey && event.shiftKey && event.ctrlKey && !event.metaKey ? \"ctrl-alt-shift\" : \n\t\tevent.metaKey && !event.ctrlKey && !event.shiftKey && !event.altKey ? \"meta\" : \n\t\tevent.metaKey && event.ctrlKey && !event.shiftKey && !event.altKey ? \"meta-ctrl\" :\n\t\tevent.metaKey && event.ctrlKey && event.shiftKey && !event.altKey ? \"meta-ctrl-shift\" :\n\t\tevent.metaKey && event.ctrlKey & event.shiftKey && event.altKey ? \"meta-ctrl-alt-shift\" : \"normal\";\n};\n\nKeyboardManager.prototype.getShortcutTiddlerList = function() {\n\treturn $tw.wiki.getTiddlersWithTag(\"$:/tags/KeyboardShortcut\");\n};\n\nKeyboardManager.prototype.updateShortcutLists = function(tiddlerList) {\n\tthis.shortcutTiddlers = tiddlerList;\n\tfor(var i=0; i<tiddlerList.length; i++) {\n\t\tvar title = tiddlerList[i],\n\t\t\ttiddlerFields = $tw.wiki.getTiddler(title).fields;\n\t\tthis.shortcutKeysList[i] = tiddlerFields.key !== undefined ? tiddlerFields.key : undefined;\n\t\tthis.shortcutActionList[i] = tiddlerFields.text;\n\t\tthis.shortcutParsedList[i] = this.shortcutKeysList[i] !== undefined ? this.parseKeyDescriptors(this.shortcutKeysList[i]) : undefined;\n\t}\n};\n\nKeyboardManager.prototype.handleKeydownEvent = function(event) {\n\tvar key, action;\n\tfor(var i=0; i<this.shortcutTiddlers.length; i++) {\n\t\tif(this.shortcutParsedList[i] !== undefined && this.checkKeyDescriptors(event,this.shortcutParsedList[i])) {\n\t\t\tkey = this.shortcutParsedList[i];\n\t\t\taction = this.shortcutActionList[i];\n\t\t}\n\t}\n\tif(key !== undefined) {\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\t$tw.rootWidget.invokeActionString(action,$tw.rootWidget);\n\t\treturn true;\n\t}\n\treturn false;\n};\n\nKeyboardManager.prototype.detectNewShortcuts = function(changedTiddlers) {\n\tvar shortcutConfigTiddlers = [],\n\t\thandled = false;\n\t$tw.utils.each(this.lookupNames,function(platformDescriptor) {\n\t\tvar descriptorString = \"$:/config/\" + platformDescriptor + \"/\";\n\t\tObject.keys(changedTiddlers).forEach(function(configTiddler) {\n\t\t\tvar configString = configTiddler.substr(0, configTiddler.lastIndexOf(\"/\") + 1);\n\t\t\tif(configString === descriptorString) {\n\t\t\t\tshortcutConfigTiddlers.push(configTiddler);\n\t\t\t\thandled = true;\n\t\t\t}\n\t\t});\n\t});\n\tif(handled) {\n\t\treturn $tw.utils.hopArray(changedTiddlers,shortcutConfigTiddlers);\n\t} else {\n\t\treturn false;\n\t}\n};\n\nKeyboardManager.prototype.handleShortcutChanges = function(changedTiddlers) {\n\tvar newList = this.getShortcutTiddlerList();\n\tvar hasChanged = $tw.utils.hopArray(changedTiddlers,this.shortcutTiddlers) ? true :\n\t\t($tw.utils.hopArray(changedTiddlers,newList) ? true :\n\t\t(this.detectNewShortcuts(changedTiddlers))\n\t);\n\t// Re-cache shortcuts if something changed\n\tif(hasChanged) {\n\t\tthis.updateShortcutLists(newList);\n\t}\n};\n\nexports.KeyboardManager = KeyboardManager;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/language.js": {
            "title": "$:/core/modules/language.js",
            "text": "/*\\\ntitle: $:/core/modules/language.js\ntype: application/javascript\nmodule-type: global\n\nThe $tw.Language() manages translateable strings\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreate an instance of the language manager. Options include:\nwiki: wiki from which to retrieve translation tiddlers\n*/\nfunction Language(options) {\n\toptions = options || \"\";\n\tthis.wiki = options.wiki || $tw.wiki;\n}\n\n/*\nReturn a wikified translateable string. The title is automatically prefixed with \"$:/language/\"\nOptions include:\nvariables: optional hashmap of variables to supply to the language wikification\n*/\nLanguage.prototype.getString = function(title,options) {\n\toptions = options || {};\n\ttitle = \"$:/language/\" + title;\n\treturn this.wiki.renderTiddler(\"text/plain\",title,{variables: options.variables});\n};\n\n/*\nReturn a raw, unwikified translateable string. The title is automatically prefixed with \"$:/language/\"\n*/\nLanguage.prototype.getRawString = function(title) {\n\ttitle = \"$:/language/\" + title;\n\treturn this.wiki.getTiddlerText(title);\n};\n\nexports.Language = Language;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/macros/changecount.js": {
            "title": "$:/core/modules/macros/changecount.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/changecount.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return the changecount for the current tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"changecount\";\n\nexports.params = [];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\treturn this.wiki.getChangeCount(this.getVariable(\"currentTiddler\")) + \"\";\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/contrastcolour.js": {
            "title": "$:/core/modules/macros/contrastcolour.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/contrastcolour.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to choose which of two colours has the highest contrast with a base colour\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"contrastcolour\";\n\nexports.params = [\n\t{name: \"target\"},\n\t{name: \"fallbackTarget\"},\n\t{name: \"colourA\"},\n\t{name: \"colourB\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(target,fallbackTarget,colourA,colourB) {\n\tvar rgbTarget = $tw.utils.parseCSSColor(target) || $tw.utils.parseCSSColor(fallbackTarget);\n\tif(!rgbTarget) {\n\t\treturn colourA;\n\t}\n\tvar rgbColourA = $tw.utils.parseCSSColor(colourA),\n\t\trgbColourB = $tw.utils.parseCSSColor(colourB);\n\tif(rgbColourA && !rgbColourB) {\n\t\treturn rgbColourA;\n\t}\n\tif(rgbColourB && !rgbColourA) {\n\t\treturn rgbColourB;\n\t}\n\tif(!rgbColourA && !rgbColourB) {\n\t\t// If neither colour is readable, return a crude inverse of the target\n\t\treturn [255 - rgbTarget[0],255 - rgbTarget[1],255 - rgbTarget[2],rgbTarget[3]];\n\t}\n\t// Colour brightness formula derived from http://www.w3.org/WAI/ER/WD-AERT/#color-contrast\n\tvar brightnessTarget = rgbTarget[0] * 0.299 + rgbTarget[1] * 0.587 + rgbTarget[2] * 0.114,\n\t\tbrightnessA = rgbColourA[0] * 0.299 + rgbColourA[1] * 0.587 + rgbColourA[2] * 0.114,\n\t\tbrightnessB = rgbColourB[0] * 0.299 + rgbColourB[1] * 0.587 + rgbColourB[2] * 0.114;\n\treturn Math.abs(brightnessTarget - brightnessA) > Math.abs(brightnessTarget - brightnessB) ? colourA : colourB;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/csvtiddlers.js": {
            "title": "$:/core/modules/macros/csvtiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/csvtiddlers.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output tiddlers matching a filter to CSV\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"csvtiddlers\";\n\nexports.params = [\n\t{name: \"filter\"},\n\t{name: \"format\"},\n];\n\n/*\nRun the macro\n*/\nexports.run = function(filter,format) {\n\tvar self = this,\n\t\ttiddlers = this.wiki.filterTiddlers(filter),\n\t\ttiddler,\n\t\tfields = [],\n\t\tt,f;\n\t// Collect all the fields\n\tfor(t=0;t<tiddlers.length; t++) {\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\tfor(f in tiddler.fields) {\n\t\t\tif(fields.indexOf(f) === -1) {\n\t\t\t\tfields.push(f);\n\t\t\t}\n\t\t}\n\t}\n\t// Sort the fields and bring the standard ones to the front\n\tfields.sort();\n\t\"title text modified modifier created creator\".split(\" \").reverse().forEach(function(value,index) {\n\t\tvar p = fields.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tfields.splice(p,1);\n\t\t\tfields.unshift(value)\n\t\t}\n\t});\n\t// Output the column headings\n\tvar output = [], row = [];\n\tfields.forEach(function(value) {\n\t\trow.push(quoteAndEscape(value))\n\t});\n\toutput.push(row.join(\",\"));\n\t// Output each tiddler\n\tfor(var t=0;t<tiddlers.length; t++) {\n\t\trow = [];\n\t\ttiddler = this.wiki.getTiddler(tiddlers[t]);\n\t\t\tfor(f=0; f<fields.length; f++) {\n\t\t\t\trow.push(quoteAndEscape(tiddler ? tiddler.getFieldString(fields[f]) || \"\" : \"\"));\n\t\t\t}\n\t\toutput.push(row.join(\",\"));\n\t}\n\treturn output.join(\"\\n\");\n};\n\nfunction quoteAndEscape(value) {\n\treturn \"\\\"\" + value.replace(/\"/mg,\"\\\"\\\"\") + \"\\\"\";\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/displayshortcuts.js": {
            "title": "$:/core/modules/macros/displayshortcuts.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/displayshortcuts.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to display a list of keyboard shortcuts in human readable form. Notably, it resolves named shortcuts like `((bold))` to the underlying keystrokes.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"displayshortcuts\";\n\nexports.params = [\n\t{name: \"shortcuts\"},\n\t{name: \"prefix\"},\n\t{name: \"separator\"},\n\t{name: \"suffix\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(shortcuts,prefix,separator,suffix) {\n\tvar shortcutArray = $tw.keyboardManager.getPrintableShortcuts($tw.keyboardManager.parseKeyDescriptors(shortcuts,{\n\t\twiki: this.wiki\n\t}));\n\tif(shortcutArray.length > 0) {\n\t\tshortcutArray.sort(function(a,b) {\n\t\t    return a.toLowerCase().localeCompare(b.toLowerCase());\n\t\t})\n\t\treturn prefix + shortcutArray.join(separator) + suffix;\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/jsontiddler.js": {
            "title": "$:/core/modules/macros/jsontiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/jsontiddler.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output a single tiddler to JSON\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"jsontiddler\";\n\nexports.params = [\n\t{name: \"title\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(title) {\n\ttitle = title || this.getVariable(\"currentTiddler\");\n\tvar tiddler = !!title && this.wiki.getTiddler(title),\n\t\tfields = new Object();\n\tif(tiddler) {\n\t\tfor(var field in tiddler.fields) {\n\t\t\tfields[field] = tiddler.getFieldString(field);\n\t\t}\n\t}\n\treturn JSON.stringify(fields,null,$tw.config.preferences.jsonSpaces);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/jsontiddlers.js": {
            "title": "$:/core/modules/macros/jsontiddlers.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/jsontiddlers.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to output tiddlers matching a filter to JSON\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"jsontiddlers\";\n\nexports.params = [\n\t{name: \"filter\"},\n\t{name: \"spaces\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(filter,spaces) {\n\treturn this.wiki.getTiddlersAsJson(filter,$tw.utils.parseInt(spaces));\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/makedatauri.js": {
            "title": "$:/core/modules/macros/makedatauri.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/makedatauri.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to convert a string of text to a data URI\n\n<<makedatauri text:\"Text to be converted\" type:\"text/vnd.tiddlywiki\">>\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"makedatauri\";\n\nexports.params = [\n\t{name: \"text\"},\n\t{name: \"type\"},\n\t{name: \"_canonical_uri\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(text,type,_canonical_uri) {\n\treturn $tw.utils.makeDataUri(text,type,_canonical_uri);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/now.js": {
            "title": "$:/core/modules/macros/now.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/now.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return a formatted version of the current time\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"now\";\n\nexports.params = [\n\t{name: \"format\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(format) {\n\treturn $tw.utils.formatDateString(new Date(),format || \"0hh:0mm, DDth MMM YYYY\");\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/qualify.js": {
            "title": "$:/core/modules/macros/qualify.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/qualify.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to qualify a state tiddler title according\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"qualify\";\n\nexports.params = [\n\t{name: \"title\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(title) {\n\treturn title + \"-\" + this.getStateQualifier();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/resolvepath.js": {
            "title": "$:/core/modules/macros/resolvepath.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/resolvepath.js\ntype: application/javascript\nmodule-type: macro\n\nResolves a relative path for an absolute rootpath.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"resolvepath\";\n\nexports.params = [\n\t{name: \"source\"},\n\t{name: \"root\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(source, root) {\n\treturn $tw.utils.resolvePath(source, root);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/unusedtitle.js": {
            "title": "$:/core/modules/macros/unusedtitle.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/unusedtitle.js\ntype: application/javascript\nmodule-type: macro\nMacro to return a new title that is unused in the wiki. It can be given a name as a base.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"unusedtitle\";\n\nexports.params = [\n\t{name: \"baseName\"},\n\t{name: \"options\"}\n];\n\n/*\nRun the macro\n*/\nexports.run = function(baseName, options) {\n\tif(!baseName) {\n\t\tbaseName = $tw.language.getString(\"DefaultNewTiddlerTitle\");\n\t}\n\treturn this.wiki.generateNewTitle(baseName, options);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/macros/version.js": {
            "title": "$:/core/modules/macros/version.js",
            "text": "/*\\\ntitle: $:/core/modules/macros/version.js\ntype: application/javascript\nmodule-type: macro\n\nMacro to return the TiddlyWiki core version number\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInformation about this macro\n*/\n\nexports.name = \"version\";\n\nexports.params = [];\n\n/*\nRun the macro\n*/\nexports.run = function() {\n\treturn $tw.version;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "macro"
        },
        "$:/core/modules/parsers/audioparser.js": {
            "title": "$:/core/modules/parsers/audioparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/audioparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe audio parser parses an audio tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar AudioParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"audio\",\n\t\t\tattributes: {\n\t\t\t\tcontrols: {type: \"string\", value: \"controls\"},\n\t\t\t\tstyle: {type: \"string\", value: \"width: 100%; object-fit: contain\"}\n\t\t\t}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"audio/ogg\"] = AudioParser;\nexports[\"audio/mpeg\"] = AudioParser;\nexports[\"audio/mp3\"] = AudioParser;\nexports[\"audio/mp4\"] = AudioParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/binaryparser.js": {
            "title": "$:/core/modules/parsers/binaryparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/binaryparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe binary parser parses a binary tiddler into a warning message and download link\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar BINARY_WARNING_MESSAGE = \"$:/core/ui/BinaryWarning\";\nvar EXPORT_BUTTON_IMAGE = \"$:/core/images/export-button\";\n\nvar BinaryParser = function(type,text,options) {\n\t// Transclude the binary data tiddler warning message\n\tvar warn = {\n\t\ttype: \"element\",\n\t\ttag: \"p\",\n\t\tchildren: [{\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: BINARY_WARNING_MESSAGE}\n\t\t\t}\n\t\t}]\n\t};\n\t// Create download link based on binary tiddler title\n\tvar link = {\n\t\ttype: \"element\",\n\t\ttag: \"a\",\n\t\tattributes: {\n\t\t\ttitle: {type: \"indirect\", textReference: \"!!title\"},\n\t\t\tdownload: {type: \"indirect\", textReference: \"!!title\"}\n\t\t},\n\t\tchildren: [{\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: EXPORT_BUTTON_IMAGE}\n\t\t\t}\n\t\t}]\n\t};\n\t// Set the link href to external or internal data URI\n\tif(options._canonical_uri) {\n\t\tlink.attributes.href = {\n\t\t\ttype: \"string\", \n\t\t\tvalue: options._canonical_uri\n\t\t};\n\t} else if(text) {\n\t\tlink.attributes.href = {\n\t\t\ttype: \"string\", \n\t\t\tvalue: \"data:\" + type + \";base64,\" + text\n\t\t};\n\t}\n\t// Combine warning message and download link in a div\n\tvar element = {\n\t\ttype: \"element\",\n\t\ttag: \"div\",\n\t\tattributes: {\n\t\t\tclass: {type: \"string\", value: \"tc-binary-warning\"}\n\t\t},\n\t\tchildren: [warn, link]\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"application/octet-stream\"] = BinaryParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/csvparser.js": {
            "title": "$:/core/modules/parsers/csvparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/csvparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe CSV text parser processes CSV files into a table wrapped in a scrollable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar CsvParser = function(type,text,options) {\n\t// Table framework\n\tthis.tree = [{\n\t\t\"type\": \"scrollable\", \"children\": [{\n\t\t\t\"type\": \"element\", \"tag\": \"table\", \"children\": [{\n\t\t\t\t\"type\": \"element\", \"tag\": \"tbody\", \"children\": []\n\t\t\t}], \"attributes\": {\n\t\t\t\t\"class\": {\"type\": \"string\", \"value\": \"tc-csv-table\"}\n\t\t\t}\n\t\t}]\n\t}];\n\t// Split the text into lines\n\tvar lines = text.split(/\\r?\\n/mg),\n\t\ttag = \"th\";\n\tfor(var line=0; line<lines.length; line++) {\n\t\tvar lineText = lines[line];\n\t\tif(lineText) {\n\t\t\tvar row = {\n\t\t\t\t\t\"type\": \"element\", \"tag\": \"tr\", \"children\": []\n\t\t\t\t};\n\t\t\tvar columns = lineText.split(\",\");\n\t\t\tfor(var column=0; column<columns.length; column++) {\n\t\t\t\trow.children.push({\n\t\t\t\t\t\t\"type\": \"element\", \"tag\": tag, \"children\": [{\n\t\t\t\t\t\t\t\"type\": \"text\",\n\t\t\t\t\t\t\t\"text\": columns[column]\n\t\t\t\t\t\t}]\n\t\t\t\t\t});\n\t\t\t}\n\t\t\ttag = \"td\";\n\t\t\tthis.tree[0].children[0].children[0].children.push(row);\n\t\t}\n\t}\n};\n\nexports[\"text/csv\"] = CsvParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/htmlparser.js": {
            "title": "$:/core/modules/parsers/htmlparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/htmlparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe HTML parser displays text as raw HTML\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HtmlParser = function(type,text,options) {\n\tvar src;\n\tif(options._canonical_uri) {\n\t\tsrc = options._canonical_uri;\n\t} else if(text) {\n\t\tsrc = \"data:text/html;charset=utf-8,\" + encodeURIComponent(text);\n\t}\n\tthis.tree = [{\n\t\ttype: \"element\",\n\t\ttag: \"iframe\",\n\t\tattributes: {\n\t\t\tsrc: {type: \"string\", value: src},\n\t\t\tsandbox: {type: \"string\", value: \"\"}\n\t\t}\n\t}];\n};\n\nexports[\"text/html\"] = HtmlParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/imageparser.js": {
            "title": "$:/core/modules/parsers/imageparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/imageparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe image parser parses an image into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ImageParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"img\",\n\t\t\tattributes: {}\n\t\t};\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\tif(type === \"image/svg+xml\" || type === \".svg\") {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:image/svg+xml,\" + encodeURIComponent(text)};\n\t\t} else {\n\t\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t\t}\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"image/svg+xml\"] = ImageParser;\nexports[\"image/jpg\"] = ImageParser;\nexports[\"image/jpeg\"] = ImageParser;\nexports[\"image/png\"] = ImageParser;\nexports[\"image/gif\"] = ImageParser;\nexports[\"image/webp\"] = ImageParser;\nexports[\"image/heic\"] = ImageParser;\nexports[\"image/heif\"] = ImageParser;\nexports[\"image/x-icon\"] = ImageParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/utils/parseutils.js": {
            "title": "$:/core/modules/utils/parseutils.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/parseutils.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions concerned with parsing text into tokens.\n\nMost functions have the following pattern:\n\n* The parameters are:\n** `source`: the source string being parsed\n** `pos`: the current parse position within the string\n** Any further parameters are used to identify the token that is being parsed\n* The return value is:\n** null if the token was not found at the specified position\n** an object representing the token with the following standard fields:\n*** `type`: string indicating the type of the token\n*** `start`: start position of the token in the source string\n*** `end`: end position of the token in the source string\n*** Any further fields required to describe the token\n\nThe exception is `skipWhiteSpace`, which just returns the position after the whitespace.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for a whitespace token. Returns null if not found, otherwise returns {type: \"whitespace\", start:, end:,}\n*/\nexports.parseWhiteSpace = function(source,pos) {\n\tvar p = pos,c;\n\twhile(true) {\n\t\tc = source.charAt(p);\n\t\tif((c === \" \") || (c === \"\\f\") || (c === \"\\n\") || (c === \"\\r\") || (c === \"\\t\") || (c === \"\\v\") || (c === \"\\u00a0\")) { // Ignores some obscure unicode spaces\n\t\t\tp++;\n\t\t} else {\n\t\t\tbreak;\n\t\t}\n\t}\n\tif(p === pos) {\n\t\treturn null;\n\t} else {\n\t\treturn {\n\t\t\ttype: \"whitespace\",\n\t\t\tstart: pos,\n\t\t\tend: p\n\t\t}\n\t}\n};\n\n/*\nConvenience wrapper for parseWhiteSpace. Returns the position after the whitespace\n*/\nexports.skipWhiteSpace = function(source,pos) {\n\tvar c;\n\twhile(true) {\n\t\tc = source.charAt(pos);\n\t\tif((c === \" \") || (c === \"\\f\") || (c === \"\\n\") || (c === \"\\r\") || (c === \"\\t\") || (c === \"\\v\") || (c === \"\\u00a0\")) { // Ignores some obscure unicode spaces\n\t\t\tpos++;\n\t\t} else {\n\t\t\treturn pos;\n\t\t}\n\t}\n};\n\n/*\nLook for a given string token. Returns null if not found, otherwise returns {type: \"token\", value:, start:, end:,}\n*/\nexports.parseTokenString = function(source,pos,token) {\n\tvar match = source.indexOf(token,pos) === pos;\n\tif(match) {\n\t\treturn {\n\t\t\ttype: \"token\",\n\t\t\tvalue: token,\n\t\t\tstart: pos,\n\t\t\tend: pos + token.length\n\t\t};\n\t}\n\treturn null;\n};\n\n/*\nLook for a token matching a regex. Returns null if not found, otherwise returns {type: \"regexp\", match:, start:, end:,}\n*/\nexports.parseTokenRegExp = function(source,pos,reToken) {\n\tvar node = {\n\t\ttype: \"regexp\",\n\t\tstart: pos\n\t};\n\treToken.lastIndex = pos;\n\tnode.match = reToken.exec(source);\n\tif(node.match && node.match.index === pos) {\n\t\tnode.end = pos + node.match[0].length;\n\t\treturn node;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLook for a string literal. Returns null if not found, otherwise returns {type: \"string\", value:, start:, end:,}\n*/\nexports.parseStringLiteral = function(source,pos) {\n\tvar node = {\n\t\ttype: \"string\",\n\t\tstart: pos\n\t};\n\tvar reString = /(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\")|(?:'([^']*)')/g;\n\treString.lastIndex = pos;\n\tvar match = reString.exec(source);\n\tif(match && match.index === pos) {\n\t\tnode.value = match[1] !== undefined ? match[1] :(\n\t\t\tmatch[2] !== undefined ? match[2] : match[3] \n\t\t\t\t\t);\n\t\tnode.end = pos + match[0].length;\n\t\treturn node;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLook for a macro invocation parameter. Returns null if not found, or {type: \"macro-parameter\", name:, value:, start:, end:}\n*/\nexports.parseMacroParameter = function(source,pos) {\n\tvar node = {\n\t\ttype: \"macro-parameter\",\n\t\tstart: pos\n\t};\n\t// Define our regexp\n\tvar reMacroParameter = /(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\\s>\"'=]+)))/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the parameter\n\tvar token = $tw.utils.parseTokenRegExp(source,pos,reMacroParameter);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the parameter details\n\tnode.value = token.match[2] !== undefined ? token.match[2] : (\n\t\t\t\t\ttoken.match[3] !== undefined ? token.match[3] : (\n\t\t\t\t\t\ttoken.match[4] !== undefined ? token.match[4] : (\n\t\t\t\t\t\t\ttoken.match[5] !== undefined ? token.match[5] : (\n\t\t\t\t\t\t\t\ttoken.match[6] !== undefined ? token.match[6] : (\n\t\t\t\t\t\t\t\t\t\"\"\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t\t)\n\t\t\t\t\t\t)\n\t\t\t\t\t)\n\t\t\t\t);\n\tif(token.match[1]) {\n\t\tnode.name = token.match[1];\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n/*\nLook for a macro invocation. Returns null if not found, or {type: \"macrocall\", name:, parameters:, start:, end:}\n*/\nexports.parseMacroInvocation = function(source,pos) {\n\tvar node = {\n\t\ttype: \"macrocall\",\n\t\tstart: pos,\n\t\tparams: []\n\t};\n\t// Define our regexps\n\tvar reMacroName = /([^\\s>\"'=]+)/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a double less than sign\n\tvar token = $tw.utils.parseTokenString(source,pos,\"<<\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the macro name\n\tvar name = $tw.utils.parseTokenRegExp(source,pos,reMacroName);\n\tif(!name) {\n\t\treturn null;\n\t}\n\tnode.name = name.match[1];\n\tpos = name.end;\n\t// Process parameters\n\tvar parameter = $tw.utils.parseMacroParameter(source,pos);\n\twhile(parameter) {\n\t\tnode.params.push(parameter);\n\t\tpos = parameter.end;\n\t\t// Get the next parameter\n\t\tparameter = $tw.utils.parseMacroParameter(source,pos);\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a double greater than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\">>\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n/*\nLook for an HTML attribute definition. Returns null if not found, otherwise returns {type: \"attribute\", name:, valueType: \"string|indirect|macro\", value:, start:, end:,}\n*/\nexports.parseAttribute = function(source,pos) {\n\tvar node = {\n\t\tstart: pos\n\t};\n\t// Define our regexps\n\tvar reAttributeName = /([^\\/\\s>\"'=]+)/g,\n\t\treUnquotedAttribute = /([^\\/\\s<>\"'=]+)/g,\n\t\treFilteredValue = /\\{\\{\\{(.+?)\\}\\}\\}/g,\n\t\treIndirectValue = /\\{\\{([^\\}]+)\\}\\}/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Get the attribute name\n\tvar name = $tw.utils.parseTokenRegExp(source,pos,reAttributeName);\n\tif(!name) {\n\t\treturn null;\n\t}\n\tnode.name = name.match[1];\n\tpos = name.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for an equals sign\n\tvar token = $tw.utils.parseTokenString(source,pos,\"=\");\n\tif(token) {\n\t\tpos = token.end;\n\t\t// Skip whitespace\n\t\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t\t// Look for a string literal\n\t\tvar stringLiteral = $tw.utils.parseStringLiteral(source,pos);\n\t\tif(stringLiteral) {\n\t\t\tpos = stringLiteral.end;\n\t\t\tnode.type = \"string\";\n\t\t\tnode.value = stringLiteral.value;\n\t\t} else {\n\t\t\t// Look for a filtered value\n\t\t\tvar filteredValue = $tw.utils.parseTokenRegExp(source,pos,reFilteredValue);\n\t\t\tif(filteredValue) {\n\t\t\t\tpos = filteredValue.end;\n\t\t\t\tnode.type = \"filtered\";\n\t\t\t\tnode.filter = filteredValue.match[1];\n\t\t\t} else {\n\t\t\t\t// Look for an indirect value\n\t\t\t\tvar indirectValue = $tw.utils.parseTokenRegExp(source,pos,reIndirectValue);\n\t\t\t\tif(indirectValue) {\n\t\t\t\t\tpos = indirectValue.end;\n\t\t\t\t\tnode.type = \"indirect\";\n\t\t\t\t\tnode.textReference = indirectValue.match[1];\n\t\t\t\t} else {\n\t\t\t\t\t// Look for a unquoted value\n\t\t\t\t\tvar unquotedValue = $tw.utils.parseTokenRegExp(source,pos,reUnquotedAttribute);\n\t\t\t\t\tif(unquotedValue) {\n\t\t\t\t\t\tpos = unquotedValue.end;\n\t\t\t\t\t\tnode.type = \"string\";\n\t\t\t\t\t\tnode.value = unquotedValue.match[1];\n\t\t\t\t\t} else {\n\t\t\t\t\t\t// Look for a macro invocation value\n\t\t\t\t\t\tvar macroInvocation = $tw.utils.parseMacroInvocation(source,pos);\n\t\t\t\t\t\tif(macroInvocation) {\n\t\t\t\t\t\t\tpos = macroInvocation.end;\n\t\t\t\t\t\t\tnode.type = \"macro\";\n\t\t\t\t\t\t\tnode.value = macroInvocation;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tnode.type = \"string\";\n\t\t\t\t\t\t\tnode.value = \"true\";\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} else {\n\t\tnode.type = \"string\";\n\t\tnode.value = \"true\";\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/parsers/pdfparser.js": {
            "title": "$:/core/modules/parsers/pdfparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/pdfparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe PDF parser embeds a PDF viewer\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ImageParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"embed\",\n\t\t\tattributes: {}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:application/pdf;base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"application/pdf\"] = ImageParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/textparser.js": {
            "title": "$:/core/modules/parsers/textparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/textparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe plain text parser processes blocks of source text into a degenerate parse tree consisting of a single text node\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar TextParser = function(type,text,options) {\n\tthis.tree = [{\n\t\ttype: \"codeblock\",\n\t\tattributes: {\n\t\t\tcode: {type: \"string\", value: text},\n\t\t\tlanguage: {type: \"string\", value: type}\n\t\t}\n\t}];\n};\n\nexports[\"text/plain\"] = TextParser;\nexports[\"text/x-tiddlywiki\"] = TextParser;\nexports[\"application/javascript\"] = TextParser;\nexports[\"application/json\"] = TextParser;\nexports[\"text/css\"] = TextParser;\nexports[\"application/x-tiddler-dictionary\"] = TextParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/videoparser.js": {
            "title": "$:/core/modules/parsers/videoparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/videoparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe video parser parses a video tiddler into an embeddable HTML element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar VideoParser = function(type,text,options) {\n\tvar element = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"video\",\n\t\t\tattributes: {\n\t\t\t\tcontrols: {type: \"string\", value: \"controls\"},\n\t\t\t\tstyle: {type: \"string\", value: \"width: 100%; object-fit: contain\"}\n\t\t\t}\n\t\t},\n\t\tsrc;\n\tif(options._canonical_uri) {\n\t\telement.attributes.src = {type: \"string\", value: options._canonical_uri};\n\t} else if(text) {\n\t\telement.attributes.src = {type: \"string\", value: \"data:\" + type + \";base64,\" + text};\n\t}\n\tthis.tree = [element];\n};\n\nexports[\"video/ogg\"] = VideoParser;\nexports[\"video/webm\"] = VideoParser;\nexports[\"video/mp4\"] = VideoParser;\nexports[\"video/quicktime\"] = VideoParser;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/wikiparser/rules/codeblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/codeblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for code blocks. For example:\n\n```\n\t```\n\tThis text will not be //wikified//\n\t```\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"codeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match and get language if defined\n\tthis.matchRegExp = /```([\\w-]*)\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /(\\r?\\n```$)/mg;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Look for the end of the block\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the block\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\t// Return the $codeblock widget\n\treturn [{\n\t\t\ttype: \"codeblock\",\n\t\t\tattributes: {\n\t\t\t\t\tcode: {type: \"string\", value: text},\n\t\t\t\t\tlanguage: {type: \"string\", value: this.match[1]}\n\t\t\t}\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/codeinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/codeinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/codeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for code runs. For example:\n\n```\n\tThis is a `code run`.\n\tThis is another ``code run``\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"codeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(``?)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar reEnd = new RegExp(this.match[1], \"mg\");\n\t// Look for the end marker\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the text\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"code\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\ttext: text\n\t\t}]\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/commentblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/commentblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for HTML comments. For example:\n\n```\n<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" sequence and a closing \"-->\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"commentblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/mg;\n\tthis.endMatchRegExp = /-->/mg;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\tif(this.match) {\n\t\tthis.endMatchRegExp.lastIndex = startPos + this.match[0].length;\n\t\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\n\t\tif(this.endMatch) {\n\t\t\treturn this.match.index;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\t// Don't return any elements\n\treturn [];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/commentinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/commentinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/commentinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for HTML comments. For example:\n\n```\n<!-- This is a comment -->\n```\n\nNote that the syntax for comments is simplified to an opening \"<!--\" sequence and a closing \"-->\" sequence -- HTML itself implements a more complex format (see http://ostermiller.org/findhtmlcomment.html)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"commentinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /<!--/mg;\n\tthis.endMatchRegExp = /-->/mg;\n};\n\nexports.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\tif(this.match) {\n\t\tthis.endMatchRegExp.lastIndex = startPos + this.match[0].length;\n\t\tthis.endMatch = this.endMatchRegExp.exec(this.parser.source);\n\t\tif(this.endMatch) {\n\t\t\treturn this.match.index;\n\t\t}\n\t}\n\treturn undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\t// Don't return any elements\n\treturn [];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/dash.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/dash.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/dash.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for dashes. For example:\n\n```\nThis is an en-dash: --\n\nThis is an em-dash: ---\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"dash\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /-{2,3}(?!-)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar dash = this.match[0].length === 2 ? \"&ndash;\" : \"&mdash;\";\n\treturn [{\n\t\ttype: \"entity\",\n\t\tentity: dash\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/bold.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/bold.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - bold. For example:\n\n```\n\tThis is ''bold'' text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except bold \n\\rules only bold \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"bold\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /''/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/''/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"strong\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/italic.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/italic.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - italic. For example:\n\n```\n\tThis is //italic// text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except italic\n\\rules only italic\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"italic\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\/\\//mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/\\/\\//mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"em\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/strikethrough.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - strikethrough. For example:\n\n```\n\tThis is ~~strikethrough~~ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except strikethrough \n\\rules only strikethrough \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"strikethrough\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~~/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/~~/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"strike\",\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/subscript.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - subscript. For example:\n\n```\n\tThis is ,,subscript,, text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except subscript \n\\rules only subscript \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"subscript\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /,,/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/,,/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"sub\",\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/superscript.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - superscript. For example:\n\n```\n\tThis is ^^superscript^^ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except superscript \n\\rules only superscript \n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"superscript\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\^\\^/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/\\^\\^/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"sup\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/emphasis/underscore.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for emphasis - underscore. For example:\n\n```\n\tThis is __underscore__ text\n```\n\nThis wikiparser can be modified using the rules eg:\n\n```\n\\rules except underscore \n\\rules only underscore\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"underscore\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /__/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\n\t// Parse the run including the terminator\n\tvar tree = this.parser.parseInlineRun(/__/mg,{eatTerminator: true});\n\n\t// Return the classed span\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"u\",\n\t\tchildren: tree\n\t}];\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/entity.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/entity.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/entity.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for HTML entities. For example:\n\n```\n\tThis is a copyright symbol: &copy;\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"entity\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(&#?[a-zA-Z0-9]{2,8};)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar entityString = this.match[1];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Return the entity\n\treturn [{type: \"entity\", entity: this.match[0]}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/extlink.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/extlink.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/extlink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for external links. For example:\n\n```\nAn external link: https://www.tiddlywiki.com/\n\nA suppressed external link: ~http://www.tiddlyspace.com/\n```\n\nExternal links can be suppressed by preceding them with `~`.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"extlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /~?(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\b)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Create the link unless it is suppressed\n\tif(this.match[0].substr(0,1) === \"~\") {\n\t\treturn [{type: \"text\", text: this.match[0].substr(1)}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tattributes: {\n\t\t\t\thref: {type: \"string\", value: this.match[0]},\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t\ttarget: {type: \"string\", value: \"_blank\"},\n\t\t\t\trel: {type: \"string\", value: \"noopener noreferrer\"}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: this.match[0]\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for block-level filtered transclusion. For example:\n\n```\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"filteredtranscludeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{\\{([^\\|]+?)(?:\\|([^\\|\\{\\}]+))?(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}([^\\}]*)\\}(?:\\.(\\S+))?(?:\\r?\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar filter = this.match[1],\n\t\ttooltip = this.match[2],\n\t\ttemplate = $tw.utils.trim(this.match[3]),\n\t\tstyle = this.match[4],\n\t\tclasses = this.match[5];\n\t// Return the list widget\n\tvar node = {\n\t\ttype: \"list\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: filter}\n\t\t},\n\t\tisBlock: true\n\t};\n\tif(tooltip) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: tooltip};\n\t}\n\tif(template) {\n\t\tnode.attributes.template = {type: \"string\", value: template};\n\t}\n\tif(style) {\n\t\tnode.attributes.style = {type: \"string\", value: style};\n\t}\n\tif(classes) {\n\t\tnode.attributes.itemClass = {type: \"string\", value: classes.split(\".\").join(\" \")};\n\t}\n\treturn [node];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/filteredtranscludeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for inline filtered transclusion. For example:\n\n```\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"filteredtranscludeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{\\{([^\\|]+?)(?:\\|([^\\|\\{\\}]+))?(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}([^\\}]*)\\}(?:\\.(\\S+))?/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar filter = this.match[1],\n\t\ttooltip = this.match[2],\n\t\ttemplate = $tw.utils.trim(this.match[3]),\n\t\tstyle = this.match[4],\n\t\tclasses = this.match[5];\n\t// Return the list widget\n\tvar node = {\n\t\ttype: \"list\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: filter}\n\t\t}\n\t};\n\tif(tooltip) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: tooltip};\n\t}\n\tif(template) {\n\t\tnode.attributes.template = {type: \"string\", value: template};\n\t}\n\tif(style) {\n\t\tnode.attributes.style = {type: \"string\", value: style};\n\t}\n\tif(classes) {\n\t\tnode.attributes.itemClass = {type: \"string\", value: classes.split(\".\").join(\" \")};\n\t}\n\treturn [node];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/hardlinebreaks.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for marking areas with hard line breaks. For example:\n\n```\n\"\"\"\nThis is some text\nThat is set like\nIt is a Poem\nWhen it is\nClearly\nNot\n\"\"\"\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"hardlinebreaks\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\"\"\"(?:\\r?\\n)?/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /(\"\"\")|(\\r?\\n)/mg,\n\t\ttree = [],\n\t\tmatch;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tdo {\n\t\t// Parse the run up to the terminator\n\t\ttree.push.apply(tree,this.parser.parseInlineRun(reEnd,{eatTerminator: false}));\n\t\t// Redo the terminator match\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tmatch = reEnd.exec(this.parser.source);\n\t\tif(match) {\n\t\t\tthis.parser.pos = reEnd.lastIndex;\n\t\t\t// Add a line break if the terminator was a line break\n\t\t\tif(match[2]) {\n\t\t\t\ttree.push({type: \"element\", tag: \"br\"});\n\t\t\t}\n\t\t}\n\t} while(match && !match[1]);\n\t// Return the nodes\n\treturn tree;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/heading.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/heading.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/heading.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for headings\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"heading\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(!{1,6})/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar headingLevel = this.match[1].length;\n\t// Move past the !s\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse any classes, whitespace and then the heading itself\n\tvar classes = this.parser.parseClasses();\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tvar tree = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// Return the heading\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"h\" + headingLevel, \n\t\tattributes: {\n\t\t\t\"class\": {type: \"string\", value: classes.join(\" \")}\n\t\t},\n\t\tchildren: tree\n\t}];\n};\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/horizrule.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/horizrule.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/horizrule.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for rules. For example:\n\n```\n---\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"horizrule\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /-{3,}\\r?(?:\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\treturn [{type: \"element\", tag: \"hr\"}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/html.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/html.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/html.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for HTML elements and widgets. For example:\n\n{{{\n<aside>\nThis is an HTML5 aside element\n</aside>\n\n<$slider target=\"MyTiddler\">\nThis is a widget invocation\n</$slider>\n\n}}}\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"html\";\nexports.types = {inline: true, block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextTag = this.findNextTag(this.parser.source,startPos,{\n\t\trequireLineBreak: this.is.block\n\t});\n\treturn this.nextTag ? this.nextTag.start : undefined;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Retrieve the most recent match so that recursive calls don't overwrite it\n\tvar tag = this.nextTag;\n\tthis.nextTag = null;\n\t// Advance the parser position to past the tag\n\tthis.parser.pos = tag.end;\n\t// Check for an immediately following double linebreak\n\tvar hasLineBreak = !tag.isSelfClosing && !!$tw.utils.parseTokenRegExp(this.parser.source,this.parser.pos,/([^\\S\\n\\r]*\\r?\\n(?:[^\\S\\n\\r]*\\r?\\n|$))/g);\n\t// Set whether we're in block mode\n\ttag.isBlock = this.is.block || hasLineBreak;\n\t// Parse the body if we need to\n\tif(!tag.isSelfClosing && $tw.config.htmlVoidElements.indexOf(tag.tag) === -1) {\n\t\t\tvar reEndString = \"</\" + $tw.utils.escapeRegExp(tag.tag) + \">\",\n\t\t\t\treEnd = new RegExp(\"(\" + reEndString + \")\",\"mg\");\n\t\tif(hasLineBreak) {\n\t\t\ttag.children = this.parser.parseBlocks(reEndString);\n\t\t} else {\n\t\t\ttag.children = this.parser.parseInlineRun(reEnd);\n\t\t}\n\t\treEnd.lastIndex = this.parser.pos;\n\t\tvar endMatch = reEnd.exec(this.parser.source);\n\t\tif(endMatch && endMatch.index === this.parser.pos) {\n\t\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\n\t\t}\n\t}\n\t// Return the tag\n\treturn [tag];\n};\n\n/*\nLook for an HTML tag. Returns null if not found, otherwise returns {type: \"element\", name:, attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseTag = function(source,pos,options) {\n\toptions = options || {};\n\tvar token,\n\t\tnode = {\n\t\t\ttype: \"element\",\n\t\t\tstart: pos,\n\t\t\tattributes: {}\n\t\t};\n\t// Define our regexps\n\tvar reTagName = /([a-zA-Z0-9\\-\\$]+)/g;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a less than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\"<\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Get the tag name\n\ttoken = $tw.utils.parseTokenRegExp(source,pos,reTagName);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tnode.tag = token.match[1];\n\tif(node.tag.slice(1).indexOf(\"$\") !== -1) {\n\t\treturn null;\n\t}\n\tif(node.tag.charAt(0) === \"$\") {\n\t\tnode.type = node.tag.substr(1);\n\t}\n\tpos = token.end;\n\t// Check that the tag is terminated by a space, / or >\n\tif(!$tw.utils.parseWhiteSpace(source,pos) && !(source.charAt(pos) === \"/\") && !(source.charAt(pos) === \">\") ) {\n\t\treturn null;\n\t}\n\t// Process attributes\n\tvar attribute = $tw.utils.parseAttribute(source,pos);\n\twhile(attribute) {\n\t\tnode.attributes[attribute.name] = attribute;\n\t\tpos = attribute.end;\n\t\t// Get the next attribute\n\t\tattribute = $tw.utils.parseAttribute(source,pos);\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for a closing slash\n\ttoken = $tw.utils.parseTokenString(source,pos,\"/\");\n\tif(token) {\n\t\tpos = token.end;\n\t\tnode.isSelfClosing = true;\n\t}\n\t// Look for a greater than sign\n\ttoken = $tw.utils.parseTokenString(source,pos,\">\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Check for a required line break\n\tif(options.requireLineBreak) {\n\t\ttoken = $tw.utils.parseTokenRegExp(source,pos,/([^\\S\\n\\r]*\\r?\\n(?:[^\\S\\n\\r]*\\r?\\n|$))/g);\n\t\tif(!token) {\n\t\t\treturn null;\n\t\t}\n\t}\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\nexports.findNextTag = function(source,pos,options) {\n\t// A regexp for finding candidate HTML tags\n\tvar reLookahead = /<([a-zA-Z\\-\\$]+)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a tag\n\t\tvar tag = this.parseTag(source,match.index,options);\n\t\t// Return success\n\t\tif(tag && this.isLegalTag(tag)) {\n\t\t\treturn tag;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\nexports.isLegalTag = function(tag) {\n\t// Widgets are always OK\n\tif(tag.type !== \"element\") {\n\t\treturn true;\n\t// If it's an HTML tag that starts with a dash then it's not legal\n\t} else if(tag.tag.charAt(0) === \"-\") {\n\t\treturn false;\n\t} else {\n\t\t// Otherwise it's OK\n\t\treturn true;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/image.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/image.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/image.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for embedding images. For example:\n\n```\n[img[https://tiddlywiki.com/fractalveg.jpg]]\n[img width=23 height=24 [https://tiddlywiki.com/fractalveg.jpg]]\n[img width={{!!width}} height={{!!height}} [https://tiddlywiki.com/fractalveg.jpg]]\n[img[Description of image|https://tiddlywiki.com/fractalveg.jpg]]\n[img[TiddlerTitle]]\n[img[Description of image|TiddlerTitle]]\n```\n\nGenerates the `<$image>` widget.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"image\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextImage = this.findNextImage(this.parser.source,startPos);\n\treturn this.nextImage ? this.nextImage.start : undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.nextImage.end;\n\tvar node = {\n\t\ttype: \"image\",\n\t\tattributes: this.nextImage.attributes\n\t};\n\treturn [node];\n};\n\n/*\nFind the next image from the current position\n*/\nexports.findNextImage = function(source,pos) {\n\t// A regexp for finding candidate HTML tags\n\tvar reLookahead = /(\\[img)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a tag\n\t\tvar tag = this.parseImage(source,match.index);\n\t\t// Return success\n\t\tif(tag) {\n\t\t\treturn tag;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\n/*\nLook for an image at the specified position. Returns null if not found, otherwise returns {type: \"image\", attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseImage = function(source,pos) {\n\tvar token,\n\t\tnode = {\n\t\t\ttype: \"image\",\n\t\t\tstart: pos,\n\t\t\tattributes: {}\n\t\t};\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[img`\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[img\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Process attributes\n\tif(source.charAt(pos) !== \"[\") {\n\t\tvar attribute = $tw.utils.parseAttribute(source,pos);\n\t\twhile(attribute) {\n\t\t\tnode.attributes[attribute.name] = attribute;\n\t\t\tpos = attribute.end;\n\t\t\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t\t\tif(source.charAt(pos) !== \"[\") {\n\t\t\t\t// Get the next attribute\n\t\t\t\tattribute = $tw.utils.parseAttribute(source,pos);\n\t\t\t} else {\n\t\t\t\tattribute = null;\n\t\t\t}\n\t\t}\n\t}\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[` after the attributes\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Get the source up to the terminating `]]`\n\ttoken = $tw.utils.parseTokenRegExp(source,pos,/(?:([^|\\]]*?)\\|)?([^\\]]+?)\\]\\]/g);\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\tif(token.match[1]) {\n\t\tnode.attributes.tooltip = {type: \"string\", value: token.match[1].trim()};\n\t}\n\tnode.attributes.source = {type: \"string\", value: (token.match[2] || \"\").trim()};\n\t// Update the end position\n\tnode.end = pos;\n\treturn node;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/import.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/import.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/import.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for importing variable definitions\n\n```\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"import\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\import[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\tvar self = this;\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the filter terminated by a line break\n\tvar reMatch = /(.*)(\\r?\\n)|$/mg;\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\tthis.parser.pos = reMatch.lastIndex;\n\t// Parse tree nodes to return\n\treturn [{\n\t\ttype: \"importvariables\",\n\t\tattributes: {\n\t\t\tfilter: {type: \"string\", value: match[1]}\n\t\t},\n\t\tchildren: []\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/list.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/list.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/list.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for lists. For example:\n\n```\n* This is an unordered list\n* It has two items\n\n# This is a numbered list\n## With a subitem\n# And a third item\n\n; This is a term that is being defined\n: This is the definition of that term\n```\n\nNote that lists can be nested arbitrarily:\n\n```\n#** One\n#* Two\n#** Three\n#**** Four\n#**# Five\n#**## Six\n## Seven\n### Eight\n## Nine\n```\n\nA CSS class can be applied to a list item as follows:\n\n```\n* List item one\n*.active List item two has the class `active`\n* List item three\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"list\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /([\\*#;:>]+)/mg;\n};\n\nvar listTypes = {\n\t\"*\": {listTag: \"ul\", itemTag: \"li\"},\n\t\"#\": {listTag: \"ol\", itemTag: \"li\"},\n\t\";\": {listTag: \"dl\", itemTag: \"dt\"},\n\t\":\": {listTag: \"dl\", itemTag: \"dd\"},\n\t\">\": {listTag: \"blockquote\", itemTag: \"div\"}\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Array of parse tree nodes for the previous row of the list\n\tvar listStack = [];\n\t// Cycle through the items in the list\n\twhile(true) {\n\t\t// Match the list marker\n\t\tvar reMatch = /([\\*#;:>]+)/mg;\n\t\treMatch.lastIndex = this.parser.pos;\n\t\tvar match = reMatch.exec(this.parser.source);\n\t\tif(!match || match.index !== this.parser.pos) {\n\t\t\tbreak;\n\t\t}\n\t\t// Check whether the list type of the top level matches\n\t\tvar listInfo = listTypes[match[0].charAt(0)];\n\t\tif(listStack.length > 0 && listStack[0].tag !== listInfo.listTag) {\n\t\t\tbreak;\n\t\t}\n\t\t// Move past the list marker\n\t\tthis.parser.pos = match.index + match[0].length;\n\t\t// Walk through the list markers for the current row\n\t\tfor(var t=0; t<match[0].length; t++) {\n\t\t\tlistInfo = listTypes[match[0].charAt(t)];\n\t\t\t// Remove any stacked up element if we can't re-use it because the list type doesn't match\n\t\t\tif(listStack.length > t && listStack[t].tag !== listInfo.listTag) {\n\t\t\t\tlistStack.splice(t,listStack.length - t);\n\t\t\t}\n\t\t\t// Construct the list element or reuse the previous one at this level\n\t\t\tif(listStack.length <= t) {\n\t\t\t\tvar listElement = {type: \"element\", tag: listInfo.listTag, children: [\n\t\t\t\t\t{type: \"element\", tag: listInfo.itemTag, children: []}\n\t\t\t\t]};\n\t\t\t\t// Link this list element into the last child item of the parent list item\n\t\t\t\tif(t) {\n\t\t\t\t\tvar prevListItem = listStack[t-1].children[listStack[t-1].children.length-1];\n\t\t\t\t\tprevListItem.children.push(listElement);\n\t\t\t\t}\n\t\t\t\t// Save this element in the stack\n\t\t\t\tlistStack[t] = listElement;\n\t\t\t} else if(t === (match[0].length - 1)) {\n\t\t\t\tlistStack[t].children.push({type: \"element\", tag: listInfo.itemTag, children: []});\n\t\t\t}\n\t\t}\n\t\tif(listStack.length > match[0].length) {\n\t\t\tlistStack.splice(match[0].length,listStack.length - match[0].length);\n\t\t}\n\t\t// Process the body of the list item into the last list item\n\t\tvar lastListChildren = listStack[listStack.length-1].children,\n\t\t\tlastListItem = lastListChildren[lastListChildren.length-1],\n\t\t\tclasses = this.parser.parseClasses();\n\t\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\t\tvar tree = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t\tlastListItem.children.push.apply(lastListItem.children,tree);\n\t\tif(classes.length > 0) {\n\t\t\t$tw.utils.addClassToParseTreeNode(lastListItem,classes.join(\" \"));\n\t\t}\n\t\t// Consume any whitespace following the list item\n\t\tthis.parser.skipWhitespace();\n\t}\n\t// Return the root element of the list\n\treturn [listStack[0]];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/macrocallblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/macrocallblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for block macro calls\n\n```\n<<name value value2>>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrocallblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /<<([^>\\s]+)(?:\\s*)((?:[^>]|(?:>(?!>)))*?)>>(?:\\r?\\n|$)/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params,\n\t\tisBlock: true\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/macrocallinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/macrocallinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrocallinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki rule for macro calls\n\n```\n<<name value value2>>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrocallinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /<<([^\\s>]+)\\s*([\\s\\S]*?)>>/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5]|| paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn [{\n\t\ttype: \"macrocall\",\n\t\tname: macroName,\n\t\tparams: params\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/macrodef.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/macrodef.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/macrodef.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for macro definitions\n\n```\n\\define name(param:defaultvalue,param2:defaultvalue)\ndefinition text, including $param$ markers\n\\end\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"macrodef\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\define\\s+([^(\\s]+)\\(\\s*([^)]*)\\)(\\s*\\r?\\n)?/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Move past the macro name and parameters\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the parameters\n\tvar paramString = this.match[2],\n\t\tparams = [];\n\tif(paramString !== \"\") {\n\t\tvar reParam = /\\s*([A-Za-z0-9\\-_]+)(?:\\s*:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))?/mg,\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\twhile(paramMatch) {\n\t\t\t// Save the parameter details\n\t\t\tvar paramInfo = {name: paramMatch[1]},\n\t\t\t\tdefaultValue = paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6];\n\t\t\tif(defaultValue) {\n\t\t\t\tparamInfo[\"default\"] = defaultValue;\n\t\t\t}\n\t\t\tparams.push(paramInfo);\n\t\t\t// Look for the next parameter\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\t}\n\t}\n\t// Is this a multiline definition?\n\tvar reEnd;\n\tif(this.match[3]) {\n\t\t// If so, the end of the body is marked with \\end\n\t\treEnd = /(\\r?\\n\\\\end[^\\S\\n\\r]*(?:$|\\r?\\n))/mg;\n\t} else {\n\t\t// Otherwise, the end of the definition is marked by the end of the line\n\t\treEnd = /($|\\r?\\n)/mg;\n\t\t// Move past any whitespace\n\t\tthis.parser.pos = $tw.utils.skipWhiteSpace(this.parser.source,this.parser.pos);\n\t}\n\t// Find the end of the definition\n\treEnd.lastIndex = this.parser.pos;\n\tvar text,\n\t\tendMatch = reEnd.exec(this.parser.source);\n\tif(endMatch) {\n\t\ttext = this.parser.source.substring(this.parser.pos,endMatch.index);\n\t\tthis.parser.pos = endMatch.index + endMatch[0].length;\n\t} else {\n\t\t// We didn't find the end of the definition, so we'll make it blank\n\t\ttext = \"\";\n\t}\n\t// Save the macro definition\n\treturn [{\n\t\ttype: \"set\",\n\t\tattributes: {\n\t\t\tname: {type: \"string\", value: this.match[1]},\n\t\t\tvalue: {type: \"string\", value: text}\n\t\t},\n\t\tchildren: [],\n\t\tparams: params,\n\t\tisMacroDefinition: true\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/prettyextlink.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/prettyextlink.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettyextlink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for external links. For example:\n\n```\n[ext[https://tiddlywiki.com/fractalveg.jpg]]\n[ext[Tooltip|https://tiddlywiki.com/fractalveg.jpg]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"prettyextlink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n};\n\nexports.findNextMatch = function(startPos) {\n\t// Find the next tag\n\tthis.nextLink = this.findNextLink(this.parser.source,startPos);\n\treturn this.nextLink ? this.nextLink.start : undefined;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.nextLink.end;\n\treturn [this.nextLink];\n};\n\n/*\nFind the next link from the current position\n*/\nexports.findNextLink = function(source,pos) {\n\t// A regexp for finding candidate links\n\tvar reLookahead = /(\\[ext\\[)/g;\n\t// Find the next candidate\n\treLookahead.lastIndex = pos;\n\tvar match = reLookahead.exec(source);\n\twhile(match) {\n\t\t// Try to parse the candidate as a link\n\t\tvar link = this.parseLink(source,match.index);\n\t\t// Return success\n\t\tif(link) {\n\t\t\treturn link;\n\t\t}\n\t\t// Look for the next match\n\t\treLookahead.lastIndex = match.index + 1;\n\t\tmatch = reLookahead.exec(source);\n\t}\n\t// Failed\n\treturn null;\n};\n\n/*\nLook for an link at the specified position. Returns null if not found, otherwise returns {type: \"element\", tag: \"a\", attributes: [], isSelfClosing:, start:, end:,}\n*/\nexports.parseLink = function(source,pos) {\n\tvar token,\n\t\ttextNode = {\n\t\t\ttype: \"text\"\n\t\t},\n\t\tnode = {\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tstart: pos,\n\t\t\tattributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t},\n\t\t\tchildren: [textNode]\n\t\t};\n\t// Skip whitespace\n\tpos = $tw.utils.skipWhiteSpace(source,pos);\n\t// Look for the `[ext[`\n\ttoken = $tw.utils.parseTokenString(source,pos,\"[ext[\");\n\tif(!token) {\n\t\treturn null;\n\t}\n\tpos = token.end;\n\t// Look ahead for the terminating `]]`\n\tvar closePos = source.indexOf(\"]]\",pos);\n\tif(closePos === -1) {\n\t\treturn null;\n\t}\n\t// Look for a `|` separating the tooltip\n\tvar splitPos = source.indexOf(\"|\",pos);\n\tif(splitPos === -1 || splitPos > closePos) {\n\t\tsplitPos = null;\n\t}\n\t// Pull out the tooltip and URL\n\tvar tooltip, URL;\n\tif(splitPos) {\n\t\tURL = source.substring(splitPos + 1,closePos).trim();\n\t\ttextNode.text = source.substring(pos,splitPos).trim();\n\t} else {\n\t\tURL = source.substring(pos,closePos).trim();\n\t\ttextNode.text = URL;\n\t}\n\tnode.attributes.href = {type: \"string\", value: URL};\n\tnode.attributes.target = {type: \"string\", value: \"_blank\"};\n\tnode.attributes.rel = {type: \"string\", value: \"noopener noreferrer\"};\n\t// Update the end position\n\tnode.end = closePos + 2;\n\treturn node;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/prettylink.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/prettylink.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/prettylink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for pretty links. For example:\n\n```\n[[Introduction]]\n\n[[Link description|TiddlerTitle]]\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"prettylink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\[\\[(.*?)(?:\\|(.*?))?\\]\\]/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Process the link\n\tvar text = this.match[1],\n\t\tlink = this.match[2] || text;\n\tif($tw.utils.isLinkExternal(link)) {\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"a\",\n\t\t\tattributes: {\n\t\t\t\thref: {type: \"string\", value: link},\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-tiddlylink-external\"},\n\t\t\t\ttarget: {type: \"string\", value: \"_blank\"},\n\t\t\t\trel: {type: \"string\", value: \"noopener noreferrer\"}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: text\n\t\t\t}]\n\t\t}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"link\",\n\t\t\tattributes: {\n\t\t\t\tto: {type: \"string\", value: link}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\", text: text\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/quoteblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/quoteblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/quoteblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for quote blocks. For example:\n\n```\n\t<<<.optionalClass(es) optional cited from\n\ta quote\n\t<<<\n\t\n\t<<<.optionalClass(es)\n\ta quote\n\t<<< optional cited from\n```\n\nQuotes can be quoted by putting more <s\n\n```\n\t<<<\n\tQuote Level 1\n\t\n\t<<<<\n\tQuoteLevel 2\n\t<<<<\n\t\n\t<<<\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"quoteblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /(<<<+)/mg;\n};\n\nexports.parse = function() {\n\tvar classes = [\"tc-quote\"];\n\t// Get all the details of the match\n\tvar reEndString = \"^\" + this.match[1] + \"(?!<)\";\n\t// Move past the <s\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t\n\t// Parse any classes, whitespace and then the optional cite itself\n\tclasses.push.apply(classes, this.parser.parseClasses());\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tvar cite = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// before handling the cite, parse the body of the quote\n\tvar tree= this.parser.parseBlocks(reEndString);\n\t// If we got a cite, put it before the text\n\tif(cite.length > 0) {\n\t\ttree.unshift({\n\t\t\ttype: \"element\",\n\t\t\ttag: \"cite\",\n\t\t\tchildren: cite\n\t\t});\n\t}\n\t// Parse any optional cite\n\tthis.parser.skipWhitespace({treatNewlinesAsNonWhitespace: true});\n\tcite = this.parser.parseInlineRun(/(\\r?\\n)/mg);\n\t// If we got a cite, push it\n\tif(cite.length > 0) {\n\t\ttree.push({\n\t\t\ttype: \"element\",\n\t\t\ttag: \"cite\",\n\t\t\tchildren: cite\n\t\t});\n\t}\n\t// Return the blockquote element\n\treturn [{\n\t\ttype: \"element\",\n\t\ttag: \"blockquote\",\n\t\tattributes: {\n\t\t\tclass: { type: \"string\", value: classes.join(\" \") },\n\t\t},\n\t\tchildren: tree\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/rules.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/rules.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/rules.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for rules specifications\n\n```\n\\rules except ruleone ruletwo rulethree\n\\rules only ruleone ruletwo rulethree\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"rules\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\rules[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse whitespace delimited tokens terminated by a line break\n\tvar reMatch = /[^\\S\\n]*(\\S+)|(\\r?\\n)/mg,\n\t\ttokens = [];\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\twhile(match && match.index === this.parser.pos) {\n\t\tthis.parser.pos = reMatch.lastIndex;\n\t\t// Exit if we've got the line break\n\t\tif(match[2]) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the token\n\t\tif(match[1]) {\n\t\t\ttokens.push(match[1]);\n\t\t}\n\t\t// Match the next token\n\t\tmatch = reMatch.exec(this.parser.source);\n\t}\n\t// Process the tokens\n\tif(tokens.length > 0) {\n\t\tthis.parser.amendRules(tokens[0],tokens.slice(1));\n\t}\n\t// No parse tree nodes to return\n\treturn [];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/styleblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/styleblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for assigning styles and classes to paragraphs and other blocks. For example:\n\n```\n@@.myClass\n@@background-color:red;\nThis paragraph will have the CSS class `myClass`.\n\n* The `<ul>` around this list will also have the class `myClass`\n* List item 2\n\n@@\n```\n\nNote that classes and styles can be mixed subject to the rule that styles must precede classes. For example\n\n```\n@@.myFirstClass.mySecondClass\n@@width:100px;.myThirdClass\nThis is a paragraph\n@@\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"styleblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /@@((?:[^\\.\\r\\n\\s:]+:[^\\r\\n;]+;)+)?(?:\\.([^\\r\\n\\s]+))?\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEndString = \"^@@(?:\\\\r?\\\\n)?\";\n\tvar classes = [], styles = [];\n\tdo {\n\t\t// Get the class and style\n\t\tif(this.match[1]) {\n\t\t\tstyles.push(this.match[1]);\n\t\t}\n\t\tif(this.match[2]) {\n\t\t\tclasses.push(this.match[2].split(\".\").join(\" \"));\n\t\t}\n\t\t// Move past the match\n\t\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t\t// Look for another line of classes and styles\n\t\tthis.match = this.matchRegExp.exec(this.parser.source);\n\t} while(this.match && this.match.index === this.parser.pos);\n\t// Parse the body\n\tvar tree = this.parser.parseBlocks(reEndString);\n\tfor(var t=0; t<tree.length; t++) {\n\t\tif(classes.length > 0) {\n\t\t\t$tw.utils.addClassToParseTreeNode(tree[t],classes.join(\" \"));\n\t\t}\n\t\tif(styles.length > 0) {\n\t\t\t$tw.utils.addAttributeToParseTreeNode(tree[t],\"style\",styles.join(\"\"));\n\t\t}\n\t}\n\treturn tree;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/styleinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/styleinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/styleinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for assigning styles and classes to inline runs. For example:\n\n```\n@@.myClass This is some text with a class@@\n@@background-color:red;This is some text with a background colour@@\n@@width:100px;.myClass This is some text with a class and a width@@\n```\n\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"styleinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /@@((?:[^\\.\\r\\n\\s:]+:[^\\r\\n;]+;)+)?(\\.(?:[^\\r\\n\\s]+)\\s+)?/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /@@/g;\n\t// Get the styles and class\n\tvar stylesString = this.match[1],\n\t\tclassString = this.match[2] ? this.match[2].split(\".\").join(\" \") : undefined;\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse the run up to the terminator\n\tvar tree = this.parser.parseInlineRun(reEnd,{eatTerminator: true});\n\t// Return the classed span\n\tvar node = {\n\t\ttype: \"element\",\n\t\ttag: \"span\",\n\t\tattributes: {\n\t\t\t\"class\": {type: \"string\", value: \"tc-inline-style\"}\n\t\t},\n\t\tchildren: tree\n\t};\n\tif(classString) {\n\t\t$tw.utils.addClassToParseTreeNode(node,classString);\n\t}\n\tif(stylesString) {\n\t\t$tw.utils.addAttributeToParseTreeNode(node,\"style\",stylesString);\n\t}\n\treturn [node];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/syslink.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/syslink.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/syslink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for system tiddler links.\nCan be suppressed preceding them with `~`.\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"syslink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = new RegExp(\n\t\t\"~?\\\\$:\\\\/[\" +\n\t\t$tw.config.textPrimitives.anyLetter.substr(1,$tw.config.textPrimitives.anyLetter.length - 2) +\n\t\t\"\\/._-]+\",\n\t\t\"mg\"\n\t);\n};\n\nexports.parse = function() {\n\tvar match = this.match[0];\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Create the link unless it is suppressed\n\tif(match.substr(0,1) === \"~\") {\n\t\treturn [{type: \"text\", text: match.substr(1)}];\n\t} else {\n\t\treturn [{\n\t\t\ttype: \"link\",\n\t\t\tattributes: {\n\t\t\t\tto: {type: \"string\", value: match}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\ttext: match\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/table.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/table.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/table.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text block rule for tables.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"table\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\|(?:[^\\n]*)\\|(?:[fhck]?)\\r?(?:\\n|$)/mg;\n};\n\nvar processRow = function(prevColumns) {\n\tvar cellRegExp = /(?:\\|([^\\n\\|]*)\\|)|(\\|[fhck]?\\r?(?:\\n|$))/mg,\n\t\tcellTermRegExp = /((?:\\x20*)\\|)/mg,\n\t\ttree = [],\n\t\tcol = 0,\n\t\tcolSpanCount = 1,\n\t\tprevCell,\n\t\tvAlign;\n\t// Match a single cell\n\tcellRegExp.lastIndex = this.parser.pos;\n\tvar cellMatch = cellRegExp.exec(this.parser.source);\n\twhile(cellMatch && cellMatch.index === this.parser.pos) {\n\t\tif(cellMatch[1] === \"~\") {\n\t\t\t// Rowspan\n\t\t\tvar last = prevColumns[col];\n\t\t\tif(last) {\n\t\t\t\tlast.rowSpanCount++;\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"rowspan\",last.rowSpanCount);\n\t\t\t\tvAlign = $tw.utils.getAttributeValueFromParseTreeNode(last.element,\"valign\",\"center\");\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"valign\",vAlign);\n\t\t\t\tif(colSpanCount > 1) {\n\t\t\t\t\t$tw.utils.addAttributeToParseTreeNode(last.element,\"colspan\",colSpanCount);\n\t\t\t\t\tcolSpanCount = 1;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[1] === \">\") {\n\t\t\t// Colspan\n\t\t\tcolSpanCount++;\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[1] === \"<\" && prevCell) {\n\t\t\tcolSpanCount = 1 + $tw.utils.getAttributeValueFromParseTreeNode(prevCell,\"colspan\",1);\n\t\t\t$tw.utils.addAttributeToParseTreeNode(prevCell,\"colspan\",colSpanCount);\n\t\t\tcolSpanCount = 1;\n\t\t\t// Move to just before the `|` terminating the cell\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t} else if(cellMatch[2]) {\n\t\t\t// End of row\n\t\t\tif(prevCell && colSpanCount > 1) {\n\t\t\t\tif(prevCell.attributes && prevCell.attributes && prevCell.attributes.colspan) {\n\t\t\t\t\t\tcolSpanCount += prevCell.attributes.colspan.value;\n\t\t\t\t} else {\n\t\t\t\t\tcolSpanCount -= 1;\n\t\t\t\t}\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(prevCell,\"colspan\",colSpanCount);\n\t\t\t}\n\t\t\tthis.parser.pos = cellRegExp.lastIndex - 1;\n\t\t\tbreak;\n\t\t} else {\n\t\t\t// For ordinary cells, step beyond the opening `|`\n\t\t\tthis.parser.pos++;\n\t\t\t// Look for a space at the start of the cell\n\t\t\tvar spaceLeft = false;\n\t\t\tvAlign = null;\n\t\t\tif(this.parser.source.substr(this.parser.pos).search(/^\\^([^\\^]|\\^\\^)/) === 0) {\n\t\t\t\tvAlign = \"top\";\n\t\t\t} else if(this.parser.source.substr(this.parser.pos).search(/^,([^,]|,,)/) === 0) {\n\t\t\t\tvAlign = \"bottom\";\n\t\t\t}\n\t\t\tif(vAlign) {\n\t\t\t\tthis.parser.pos++;\n\t\t\t}\n\t\t\tvar chr = this.parser.source.substr(this.parser.pos,1);\n\t\t\twhile(chr === \" \") {\n\t\t\t\tspaceLeft = true;\n\t\t\t\tthis.parser.pos++;\n\t\t\t\tchr = this.parser.source.substr(this.parser.pos,1);\n\t\t\t}\n\t\t\t// Check whether this is a heading cell\n\t\t\tvar cell;\n\t\t\tif(chr === \"!\") {\n\t\t\t\tthis.parser.pos++;\n\t\t\t\tcell = {type: \"element\", tag: \"th\", children: []};\n\t\t\t} else {\n\t\t\t\tcell = {type: \"element\", tag: \"td\", children: []};\n\t\t\t}\n\t\t\ttree.push(cell);\n\t\t\t// Record information about this cell\n\t\t\tprevCell = cell;\n\t\t\tprevColumns[col] = {rowSpanCount:1,element:cell};\n\t\t\t// Check for a colspan\n\t\t\tif(colSpanCount > 1) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"colspan\",colSpanCount);\n\t\t\t\tcolSpanCount = 1;\n\t\t\t}\n\t\t\t// Parse the cell\n\t\t\tcell.children = this.parser.parseInlineRun(cellTermRegExp,{eatTerminator: true});\n\t\t\t// Set the alignment for the cell\n\t\t\tif(vAlign) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"valign\",vAlign);\n\t\t\t}\n\t\t\tif(this.parser.source.substr(this.parser.pos - 2,1) === \" \") { // spaceRight\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"align\",spaceLeft ? \"center\" : \"left\");\n\t\t\t} else if(spaceLeft) {\n\t\t\t\t$tw.utils.addAttributeToParseTreeNode(cell,\"align\",\"right\");\n\t\t\t}\n\t\t\t// Move back to the closing `|`\n\t\t\tthis.parser.pos--;\n\t\t}\n\t\tcol++;\n\t\tcellRegExp.lastIndex = this.parser.pos;\n\t\tcellMatch = cellRegExp.exec(this.parser.source);\n\t}\n\treturn tree;\n};\n\nexports.parse = function() {\n\tvar rowContainerTypes = {\"c\":\"caption\", \"h\":\"thead\", \"\":\"tbody\", \"f\":\"tfoot\"},\n\t\ttable = {type: \"element\", tag: \"table\", children: []},\n\t\trowRegExp = /^\\|([^\\n]*)\\|([fhck]?)\\r?(?:\\n|$)/mg,\n\t\trowTermRegExp = /(\\|(?:[fhck]?)\\r?(?:\\n|$))/mg,\n\t\tprevColumns = [],\n\t\tcurrRowType,\n\t\trowContainer,\n\t\trowCount = 0;\n\t// Match the row\n\trowRegExp.lastIndex = this.parser.pos;\n\tvar rowMatch = rowRegExp.exec(this.parser.source);\n\twhile(rowMatch && rowMatch.index === this.parser.pos) {\n\t\tvar rowType = rowMatch[2];\n\t\t// Check if it is a class assignment\n\t\tif(rowType === \"k\") {\n\t\t\t$tw.utils.addClassToParseTreeNode(table,rowMatch[1]);\n\t\t\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\n\t\t} else {\n\t\t\t// Otherwise, create a new row if this one is of a different type\n\t\t\tif(rowType !== currRowType) {\n\t\t\t\trowContainer = {type: \"element\", tag: rowContainerTypes[rowType], children: []};\n\t\t\t\ttable.children.push(rowContainer);\n\t\t\t\tcurrRowType = rowType;\n\t\t\t}\n\t\t\t// Is this a caption row?\n\t\t\tif(currRowType === \"c\") {\n\t\t\t\t// If so, move past the opening `|` of the row\n\t\t\t\tthis.parser.pos++;\n\t\t\t\t// Move the caption to the first row if it isn't already\n\t\t\t\tif(table.children.length !== 1) {\n\t\t\t\t\ttable.children.pop(); // Take rowContainer out of the children array\n\t\t\t\t\ttable.children.splice(0,0,rowContainer); // Insert it at the bottom\t\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\t// Set the alignment - TODO: figure out why TW did this\n//\t\t\t\trowContainer.attributes.align = rowCount === 0 ? \"top\" : \"bottom\";\n\t\t\t\t// Parse the caption\n\t\t\t\trowContainer.children = this.parser.parseInlineRun(rowTermRegExp,{eatTerminator: true});\n\t\t\t} else {\n\t\t\t\t// Create the row\n\t\t\t\tvar theRow = {type: \"element\", tag: \"tr\", children: []};\n\t\t\t\t$tw.utils.addClassToParseTreeNode(theRow,rowCount%2 ? \"oddRow\" : \"evenRow\");\n\t\t\t\trowContainer.children.push(theRow);\n\t\t\t\t// Process the row\n\t\t\t\ttheRow.children = processRow.call(this,prevColumns);\n\t\t\t\tthis.parser.pos = rowMatch.index + rowMatch[0].length;\n\t\t\t\t// Increment the row count\n\t\t\t\trowCount++;\n\t\t\t}\n\t\t}\n\t\trowMatch = rowRegExp.exec(this.parser.source);\n\t}\n\treturn [table];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/transcludeblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/transcludeblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for block-level transclusion. For example:\n\n```\n{{MyTiddler}}\n{{MyTiddler||TemplateTitle}}\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"transcludeblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{([^\\{\\}\\|]*)(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}(?:\\r?\\n|$)/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar template = $tw.utils.trim(this.match[2]),\n\t\ttextRef = $tw.utils.trim(this.match[1]);\n\t// Prepare the transclude widget\n\tvar transcludeNode = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {},\n\t\t\tisBlock: true\n\t\t};\n\t// Prepare the tiddler widget\n\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\n\tif(textRef) {\n\t\ttr = $tw.utils.parseTextReference(textRef);\n\t\ttargetTitle = tr.title;\n\t\ttargetField = tr.field;\n\t\ttargetIndex = tr.index;\n\t\ttiddlerNode = {\n\t\t\ttype: \"tiddler\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: targetTitle}\n\t\t\t},\n\t\t\tisBlock: true,\n\t\t\tchildren: [transcludeNode]\n\t\t};\n\t}\n\tif(template) {\n\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: template};\n\t\tif(textRef) {\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t} else {\n\t\tif(textRef) {\n\t\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: targetTitle};\n\t\t\tif(targetField) {\n\t\t\t\ttranscludeNode.attributes.field = {type: \"string\", value: targetField};\n\t\t\t}\n\t\t\tif(targetIndex) {\n\t\t\t\ttranscludeNode.attributes.index = {type: \"string\", value: targetIndex};\n\t\t\t}\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/transcludeinline.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/transcludeinline.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/transcludeinline.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for inline-level transclusion. For example:\n\n```\n{{MyTiddler}}\n{{MyTiddler||TemplateTitle}}\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"transcludeinline\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\{\\{([^\\{\\}\\|]*)(?:\\|\\|([^\\|\\{\\}]+))?\\}\\}/mg;\n};\n\nexports.parse = function() {\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Get the match details\n\tvar template = $tw.utils.trim(this.match[2]),\n\t\ttextRef = $tw.utils.trim(this.match[1]);\n\t// Prepare the transclude widget\n\tvar transcludeNode = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {}\n\t\t};\n\t// Prepare the tiddler widget\n\tvar tr, targetTitle, targetField, targetIndex, tiddlerNode;\n\tif(textRef) {\n\t\ttr = $tw.utils.parseTextReference(textRef);\n\t\ttargetTitle = tr.title;\n\t\ttargetField = tr.field;\n\t\ttargetIndex = tr.index;\n\t\ttiddlerNode = {\n\t\t\ttype: \"tiddler\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: targetTitle}\n\t\t\t},\n\t\t\tchildren: [transcludeNode]\n\t\t};\n\t}\n\tif(template) {\n\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: template};\n\t\tif(textRef) {\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t} else {\n\t\tif(textRef) {\n\t\t\ttranscludeNode.attributes.tiddler = {type: \"string\", value: targetTitle};\n\t\t\tif(targetField) {\n\t\t\t\ttranscludeNode.attributes.field = {type: \"string\", value: targetField};\n\t\t\t}\n\t\t\tif(targetIndex) {\n\t\t\t\ttranscludeNode.attributes.index = {type: \"string\", value: targetIndex};\n\t\t\t}\n\t\t\treturn [tiddlerNode];\n\t\t} else {\n\t\t\treturn [transcludeNode];\n\t\t}\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/typedblock.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/typedblock.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/typedblock.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text rule for typed blocks. For example:\n\n```\n$$$.js\nThis will be rendered as JavaScript\n$$$\n\n$$$.svg\n<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"150\" height=\"100\">\n  <circle cx=\"100\" cy=\"50\" r=\"40\" stroke=\"black\" stroke-width=\"2\" fill=\"red\" />\n</svg>\n$$$\n\n$$$text/vnd.tiddlywiki>text/html\nThis will be rendered as an //HTML representation// of WikiText\n$$$\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.name = \"typedblock\";\nexports.types = {block: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /\\$\\$\\$([^ >\\r\\n]*)(?: *> *([^ \\r\\n]+))?\\r?\\n/mg;\n};\n\nexports.parse = function() {\n\tvar reEnd = /\\r?\\n\\$\\$\\$\\r?(?:\\n|$)/mg;\n\t// Save the type\n\tvar parseType = this.match[1],\n\t\trenderType = this.match[2];\n\t// Move past the match\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Look for the end of the block\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(this.parser.source),\n\t\ttext;\n\t// Process the block\n\tif(match) {\n\t\ttext = this.parser.source.substring(this.parser.pos,match.index);\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\ttext = this.parser.source.substr(this.parser.pos);\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\t// Parse the block according to the specified type\n\tvar parser = this.parser.wiki.parseText(parseType,text,{defaultType: \"text/plain\"});\n\t// If there's no render type, just return the parse tree\n\tif(!renderType) {\n\t\treturn parser.tree;\n\t} else {\n\t\t// Otherwise, render to the rendertype and return in a <PRE> tag\n\t\tvar widgetNode = this.parser.wiki.makeWidget(parser),\n\t\t\tcontainer = $tw.fakeDocument.createElement(\"div\");\n\t\twidgetNode.render(container,null);\n\t\ttext = renderType === \"text/html\" ? container.innerHTML : container.textContent;\n\t\treturn [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"pre\",\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\ttext: text\n\t\t\t}]\n\t\t}];\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/whitespace.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/whitespace.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/whitespace.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki pragma rule for whitespace specifications\n\n```\n\\whitespace trim\n\\whitespace notrim\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"whitespace\";\nexports.types = {pragma: true};\n\n/*\nInstantiate parse rule\n*/\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = /^\\\\whitespace[^\\S\\n]/mg;\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\tvar self = this;\n\t// Move past the pragma invocation\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// Parse whitespace delimited tokens terminated by a line break\n\tvar reMatch = /[^\\S\\n]*(\\S+)|(\\r?\\n)/mg,\n\t\ttokens = [];\n\treMatch.lastIndex = this.parser.pos;\n\tvar match = reMatch.exec(this.parser.source);\n\twhile(match && match.index === this.parser.pos) {\n\t\tthis.parser.pos = reMatch.lastIndex;\n\t\t// Exit if we've got the line break\n\t\tif(match[2]) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the token\n\t\tif(match[1]) {\n\t\t\ttokens.push(match[1]);\n\t\t}\n\t\t// Match the next token\n\t\tmatch = reMatch.exec(this.parser.source);\n\t}\n\t// Process the tokens\n\t$tw.utils.each(tokens,function(token) {\n\t\tswitch(token) {\n\t\t\tcase \"trim\":\n\t\t\t\tself.parser.configTrimWhiteSpace = true;\n\t\t\t\tbreak;\n\t\t\tcase \"notrim\":\n\t\t\t\tself.parser.configTrimWhiteSpace = false;\n\t\t\t\tbreak;\n\t\t}\n\t});\n\t// No parse tree nodes to return\n\treturn [];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/rules/wikilink.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/wikilink.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikilink.js\ntype: application/javascript\nmodule-type: wikirule\n\nWiki text inline rule for wiki links. For example:\n\n```\nAWikiLink\nAnotherLink\n~SuppressedLink\n```\n\nPrecede a camel case word with `~` to prevent it from being recognised as a link.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.name = \"wikilink\";\nexports.types = {inline: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\t// Regexp to match\n\tthis.matchRegExp = new RegExp($tw.config.textPrimitives.unWikiLink + \"?\" + $tw.config.textPrimitives.wikiLink,\"mg\");\n};\n\n/*\nParse the most recent match\n*/\nexports.parse = function() {\n\t// Get the details of the match\n\tvar linkText = this.match[0];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// If the link starts with the unwikilink character then just output it as plain text\n\tif(linkText.substr(0,1) === $tw.config.textPrimitives.unWikiLink) {\n\t\treturn [{type: \"text\", text: linkText.substr(1)}];\n\t}\n\t// If the link has been preceded with a blocked letter then don't treat it as a link\n\tif(this.match.index > 0) {\n\t\tvar preRegExp = new RegExp($tw.config.textPrimitives.blockPrefixLetters,\"mg\");\n\t\tpreRegExp.lastIndex = this.match.index-1;\n\t\tvar preMatch = preRegExp.exec(this.parser.source);\n\t\tif(preMatch && preMatch.index === this.match.index-1) {\n\t\t\treturn [{type: \"text\", text: linkText}];\n\t\t}\n\t}\n\treturn [{\n\t\ttype: \"link\",\n\t\tattributes: {\n\t\t\tto: {type: \"string\", value: linkText}\n\t\t},\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\ttext: linkText\n\t\t}]\n\t}];\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikirule"
        },
        "$:/core/modules/parsers/wikiparser/wikiparser.js": {
            "title": "$:/core/modules/parsers/wikiparser/wikiparser.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/wikiparser.js\ntype: application/javascript\nmodule-type: parser\n\nThe wiki text parser processes blocks of source text into a parse tree.\n\nThe parse tree is made up of nested arrays of these JavaScript objects:\n\n\t{type: \"element\", tag: <string>, attributes: {}, children: []} - an HTML element\n\t{type: \"text\", text: <string>} - a text node\n\t{type: \"entity\", value: <string>} - an entity\n\t{type: \"raw\", html: <string>} - raw HTML\n\nAttributes are stored as hashmaps of the following objects:\n\n\t{type: \"string\", value: <string>} - literal string\n\t{type: \"indirect\", textReference: <textReference>} - indirect through a text reference\n\t{type: \"macro\", macro: <TBD>} - indirect through a macro invocation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar WikiParser = function(type,text,options) {\n\tthis.wiki = options.wiki;\n\tvar self = this;\n\t// Check for an externally linked tiddler\n\tif($tw.browser && (text || \"\") === \"\" && options._canonical_uri) {\n\t\tthis.loadRemoteTiddler(options._canonical_uri);\n\t\ttext = $tw.language.getRawString(\"LazyLoadingWarning\");\n\t}\n\t// Initialise the classes if we don't have them already\n\tif(!this.pragmaRuleClasses) {\n\t\tWikiParser.prototype.pragmaRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"pragma\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.pragmaRuleClasses,\"$:/config/WikiParserRules/Pragmas/\");\n\t}\n\tif(!this.blockRuleClasses) {\n\t\tWikiParser.prototype.blockRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"block\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.blockRuleClasses,\"$:/config/WikiParserRules/Block/\");\n\t}\n\tif(!this.inlineRuleClasses) {\n\t\tWikiParser.prototype.inlineRuleClasses = $tw.modules.createClassesFromModules(\"wikirule\",\"inline\",$tw.WikiRuleBase);\n\t\tthis.setupRules(WikiParser.prototype.inlineRuleClasses,\"$:/config/WikiParserRules/Inline/\");\n\t}\n\t// Save the parse text\n\tthis.type = type || \"text/vnd.tiddlywiki\";\n\tthis.source = text || \"\";\n\tthis.sourceLength = this.source.length;\n\t// Flag for ignoring whitespace\n\tthis.configTrimWhiteSpace = false;\n\t// Set current parse position\n\tthis.pos = 0;\n\t// Instantiate the pragma parse rules\n\tthis.pragmaRules = this.instantiateRules(this.pragmaRuleClasses,\"pragma\",0);\n\t// Instantiate the parser block and inline rules\n\tthis.blockRules = this.instantiateRules(this.blockRuleClasses,\"block\",0);\n\tthis.inlineRules = this.instantiateRules(this.inlineRuleClasses,\"inline\",0);\n\t// Parse any pragmas\n\tthis.tree = [];\n\tvar topBranch = this.parsePragmas();\n\t// Parse the text into inline runs or blocks\n\tif(options.parseAsInline) {\n\t\ttopBranch.push.apply(topBranch,this.parseInlineRun());\n\t} else {\n\t\ttopBranch.push.apply(topBranch,this.parseBlocks());\n\t}\n\t// Return the parse tree\n};\n\n/*\n*/\nWikiParser.prototype.loadRemoteTiddler = function(url) {\n\tvar self = this;\n\t$tw.utils.httpRequest({\n\t\turl: url,\n\t\ttype: \"GET\",\n\t\tcallback: function(err,data) {\n\t\t\tif(!err) {\n\t\t\t\tvar tiddlers = self.wiki.deserializeTiddlers(\".tid\",data,self.wiki.getCreationFields());\n\t\t\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\t\t\ttiddler[\"_canonical_uri\"] = url;\n\t\t\t\t});\n\t\t\t\tif(tiddlers) {\n\t\t\t\t\tself.wiki.addTiddlers(tiddlers);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\n*/\nWikiParser.prototype.setupRules = function(proto,configPrefix) {\n\tvar self = this;\n\tif(!$tw.safemode) {\n\t\t$tw.utils.each(proto,function(object,name) {\n\t\t\tif(self.wiki.getTiddlerText(configPrefix + name,\"enable\") !== \"enable\") {\n\t\t\t\tdelete proto[name];\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nInstantiate an array of parse rules\n*/\nWikiParser.prototype.instantiateRules = function(classes,type,startPos) {\n\tvar rulesInfo = [],\n\t\tself = this;\n\t$tw.utils.each(classes,function(RuleClass) {\n\t\t// Instantiate the rule\n\t\tvar rule = new RuleClass(self);\n\t\trule.is = {};\n\t\trule.is[type] = true;\n\t\trule.init(self);\n\t\tvar matchIndex = rule.findNextMatch(startPos);\n\t\tif(matchIndex !== undefined) {\n\t\t\trulesInfo.push({\n\t\t\t\trule: rule,\n\t\t\t\tmatchIndex: matchIndex\n\t\t\t});\n\t\t}\n\t});\n\treturn rulesInfo;\n};\n\n/*\nSkip any whitespace at the current position. Options are:\n\ttreatNewlinesAsNonWhitespace: true if newlines are NOT to be treated as whitespace\n*/\nWikiParser.prototype.skipWhitespace = function(options) {\n\toptions = options || {};\n\tvar whitespaceRegExp = options.treatNewlinesAsNonWhitespace ? /([^\\S\\n]+)/mg : /(\\s+)/mg;\n\twhitespaceRegExp.lastIndex = this.pos;\n\tvar whitespaceMatch = whitespaceRegExp.exec(this.source);\n\tif(whitespaceMatch && whitespaceMatch.index === this.pos) {\n\t\tthis.pos = whitespaceRegExp.lastIndex;\n\t}\n};\n\n/*\nGet the next match out of an array of parse rule instances\n*/\nWikiParser.prototype.findNextMatch = function(rules,startPos) {\n\t// Find the best matching rule by finding the closest match position\n\tvar matchingRule,\n\t\tmatchingRulePos = this.sourceLength;\n\t// Step through each rule\n\tfor(var t=0; t<rules.length; t++) {\n\t\tvar ruleInfo = rules[t];\n\t\t// Ask the rule to get the next match if we've moved past the current one\n\t\tif(ruleInfo.matchIndex !== undefined  && ruleInfo.matchIndex < startPos) {\n\t\t\truleInfo.matchIndex = ruleInfo.rule.findNextMatch(startPos);\n\t\t}\n\t\t// Adopt this match if it's closer than the current best match\n\t\tif(ruleInfo.matchIndex !== undefined && ruleInfo.matchIndex <= matchingRulePos) {\n\t\t\tmatchingRule = ruleInfo;\n\t\t\tmatchingRulePos = ruleInfo.matchIndex;\n\t\t}\n\t}\n\treturn matchingRule;\n};\n\n/*\nParse any pragmas at the beginning of a block of parse text\n*/\nWikiParser.prototype.parsePragmas = function() {\n\tvar currentTreeBranch = this.tree;\n\twhile(true) {\n\t\t// Skip whitespace\n\t\tthis.skipWhitespace();\n\t\t// Check for the end of the text\n\t\tif(this.pos >= this.sourceLength) {\n\t\t\tbreak;\n\t\t}\n\t\t// Check if we've arrived at a pragma rule match\n\t\tvar nextMatch = this.findNextMatch(this.pragmaRules,this.pos);\n\t\t// If not, just exit\n\t\tif(!nextMatch || nextMatch.matchIndex !== this.pos) {\n\t\t\tbreak;\n\t\t}\n\t\t// Process the pragma rule\n\t\tvar subTree = nextMatch.rule.parse();\n\t\tif(subTree.length > 0) {\n\t\t\t// Quick hack; we only cope with a single parse tree node being returned, which is true at the moment\n\t\t\tcurrentTreeBranch.push.apply(currentTreeBranch,subTree);\n\t\t\tsubTree[0].children = [];\n\t\t\tcurrentTreeBranch = subTree[0].children;\n\t\t}\n\t}\n\treturn currentTreeBranch;\n};\n\n/*\nParse a block from the current position\n\tterminatorRegExpString: optional regular expression string that identifies the end of plain paragraphs. Must not include capturing parenthesis\n*/\nWikiParser.prototype.parseBlock = function(terminatorRegExpString) {\n\tvar terminatorRegExp = terminatorRegExpString ? new RegExp(\"(\" + terminatorRegExpString + \"|\\\\r?\\\\n\\\\r?\\\\n)\",\"mg\") : /(\\r?\\n\\r?\\n)/mg;\n\tthis.skipWhitespace();\n\tif(this.pos >= this.sourceLength) {\n\t\treturn [];\n\t}\n\t// Look for a block rule that applies at the current position\n\tvar nextMatch = this.findNextMatch(this.blockRules,this.pos);\n\tif(nextMatch && nextMatch.matchIndex === this.pos) {\n\t\treturn nextMatch.rule.parse();\n\t}\n\t// Treat it as a paragraph if we didn't find a block rule\n\treturn [{type: \"element\", tag: \"p\", children: this.parseInlineRun(terminatorRegExp)}];\n};\n\n/*\nParse a series of blocks of text until a terminating regexp is encountered or the end of the text\n\tterminatorRegExpString: terminating regular expression\n*/\nWikiParser.prototype.parseBlocks = function(terminatorRegExpString) {\n\tif(terminatorRegExpString) {\n\t\treturn this.parseBlocksTerminated(terminatorRegExpString);\n\t} else {\n\t\treturn this.parseBlocksUnterminated();\n\t}\n};\n\n/*\nParse a block from the current position to the end of the text\n*/\nWikiParser.prototype.parseBlocksUnterminated = function() {\n\tvar tree = [];\n\twhile(this.pos < this.sourceLength) {\n\t\ttree.push.apply(tree,this.parseBlock());\n\t}\n\treturn tree;\n};\n\n/*\nParse blocks of text until a terminating regexp is encountered\n*/\nWikiParser.prototype.parseBlocksTerminated = function(terminatorRegExpString) {\n\tvar terminatorRegExp = new RegExp(\"(\" + terminatorRegExpString + \")\",\"mg\"),\n\t\ttree = [];\n\t// Skip any whitespace\n\tthis.skipWhitespace();\n\t//  Check if we've got the end marker\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar match = terminatorRegExp.exec(this.source);\n\t// Parse the text into blocks\n\twhile(this.pos < this.sourceLength && !(match && match.index === this.pos)) {\n\t\tvar blocks = this.parseBlock(terminatorRegExpString);\n\t\ttree.push.apply(tree,blocks);\n\t\t// Skip any whitespace\n\t\tthis.skipWhitespace();\n\t\t//  Check if we've got the end marker\n\t\tterminatorRegExp.lastIndex = this.pos;\n\t\tmatch = terminatorRegExp.exec(this.source);\n\t}\n\tif(match && match.index === this.pos) {\n\t\tthis.pos = match.index + match[0].length;\n\t}\n\treturn tree;\n};\n\n/*\nParse a run of text at the current position\n\tterminatorRegExp: a regexp at which to stop the run\n\toptions: see below\nOptions available:\n\teatTerminator: move the parse position past any encountered terminator (default false)\n*/\nWikiParser.prototype.parseInlineRun = function(terminatorRegExp,options) {\n\tif(terminatorRegExp) {\n\t\treturn this.parseInlineRunTerminated(terminatorRegExp,options);\n\t} else {\n\t\treturn this.parseInlineRunUnterminated(options);\n\t}\n};\n\nWikiParser.prototype.parseInlineRunUnterminated = function(options) {\n\tvar tree = [];\n\t// Find the next occurrence of an inline rule\n\tvar nextMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around the matches until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && nextMatch) {\n\t\t// Process the text preceding the run rule\n\t\tif(nextMatch.matchIndex > this.pos) {\n\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,nextMatch.matchIndex));\n\t\t\tthis.pos = nextMatch.matchIndex;\n\t\t}\n\t\t// Process the run rule\n\t\ttree.push.apply(tree,nextMatch.rule.parse());\n\t\t// Look for the next run rule\n\t\tnextMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t}\n\t// Process the remaining text\n\tif(this.pos < this.sourceLength) {\n\t\tthis.pushTextWidget(tree,this.source.substr(this.pos));\n\t}\n\tthis.pos = this.sourceLength;\n\treturn tree;\n};\n\nWikiParser.prototype.parseInlineRunTerminated = function(terminatorRegExp,options) {\n\toptions = options || {};\n\tvar tree = [];\n\t// Find the next occurrence of the terminator\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar terminatorMatch = terminatorRegExp.exec(this.source);\n\t// Find the next occurrence of a inlinerule\n\tvar inlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t// Loop around until we've reached the end of the text\n\twhile(this.pos < this.sourceLength && (terminatorMatch || inlineRuleMatch)) {\n\t\t// Return if we've found the terminator, and it precedes any inline rule match\n\t\tif(terminatorMatch) {\n\t\t\tif(!inlineRuleMatch || inlineRuleMatch.matchIndex >= terminatorMatch.index) {\n\t\t\t\tif(terminatorMatch.index > this.pos) {\n\t\t\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,terminatorMatch.index));\n\t\t\t\t}\n\t\t\t\tthis.pos = terminatorMatch.index;\n\t\t\t\tif(options.eatTerminator) {\n\t\t\t\t\tthis.pos += terminatorMatch[0].length;\n\t\t\t\t}\n\t\t\t\treturn tree;\n\t\t\t}\n\t\t}\n\t\t// Process any inline rule, along with the text preceding it\n\t\tif(inlineRuleMatch) {\n\t\t\t// Preceding text\n\t\t\tif(inlineRuleMatch.matchIndex > this.pos) {\n\t\t\t\tthis.pushTextWidget(tree,this.source.substring(this.pos,inlineRuleMatch.matchIndex));\n\t\t\t\tthis.pos = inlineRuleMatch.matchIndex;\n\t\t\t}\n\t\t\t// Process the inline rule\n\t\t\ttree.push.apply(tree,inlineRuleMatch.rule.parse());\n\t\t\t// Look for the next inline rule\n\t\t\tinlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\t\t\t// Look for the next terminator match\n\t\t\tterminatorRegExp.lastIndex = this.pos;\n\t\t\tterminatorMatch = terminatorRegExp.exec(this.source);\n\t\t}\n\t}\n\t// Process the remaining text\n\tif(this.pos < this.sourceLength) {\n\t\tthis.pushTextWidget(tree,this.source.substr(this.pos));\n\t}\n\tthis.pos = this.sourceLength;\n\treturn tree;\n};\n\n/*\nPush a text widget onto an array, respecting the configTrimWhiteSpace setting\n*/\nWikiParser.prototype.pushTextWidget = function(array,text) {\n\tif(this.configTrimWhiteSpace) {\n\t\ttext = $tw.utils.trim(text);\n\t}\n\tif(text) {\n\t\tarray.push({type: \"text\", text: text});\t\t\n\t}\n};\n\n/*\nParse zero or more class specifiers `.classname`\n*/\nWikiParser.prototype.parseClasses = function() {\n\tvar classRegExp = /\\.([^\\s\\.]+)/mg,\n\t\tclassNames = [];\n\tclassRegExp.lastIndex = this.pos;\n\tvar match = classRegExp.exec(this.source);\n\twhile(match && match.index === this.pos) {\n\t\tthis.pos = match.index + match[0].length;\n\t\tclassNames.push(match[1]);\n\t\tmatch = classRegExp.exec(this.source);\n\t}\n\treturn classNames;\n};\n\n/*\nAmend the rules used by this instance of the parser\n\ttype: `only` keeps just the named rules, `except` keeps all but the named rules\n\tnames: array of rule names\n*/\nWikiParser.prototype.amendRules = function(type,names) {\n\tnames = names || [];\n\t// Define the filter function\n\tvar target;\n\tif(type === \"only\") {\n\t\ttarget = true;\n\t} else if(type === \"except\") {\n\t\ttarget = false;\n\t} else {\n\t\treturn;\n\t}\n\t// Define a function to process each of our rule arrays\n\tvar processRuleArray = function(ruleArray) {\n\t\tfor(var t=ruleArray.length-1; t>=0; t--) {\n\t\t\tif((names.indexOf(ruleArray[t].rule.name) === -1) === target) {\n\t\t\t\truleArray.splice(t,1);\n\t\t\t}\n\t\t}\n\t};\n\t// Process each rule array\n\tprocessRuleArray(this.pragmaRules);\n\tprocessRuleArray(this.blockRules);\n\tprocessRuleArray(this.inlineRules);\n};\n\nexports[\"text/vnd.tiddlywiki\"] = WikiParser;\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "parser"
        },
        "$:/core/modules/parsers/wikiparser/rules/wikirulebase.js": {
            "title": "$:/core/modules/parsers/wikiparser/rules/wikirulebase.js",
            "text": "/*\\\ntitle: $:/core/modules/parsers/wikiparser/rules/wikirulebase.js\ntype: application/javascript\nmodule-type: global\n\nBase class for wiki parser rules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nThis constructor is always overridden with a blank constructor, and so shouldn't be used\n*/\nvar WikiRuleBase = function() {\n};\n\n/*\nTo be overridden by individual rules\n*/\nWikiRuleBase.prototype.init = function(parser) {\n\tthis.parser = parser;\n};\n\n/*\nDefault implementation of findNextMatch uses RegExp matching\n*/\nWikiRuleBase.prototype.findNextMatch = function(startPos) {\n\tthis.matchRegExp.lastIndex = startPos;\n\tthis.match = this.matchRegExp.exec(this.parser.source);\n\treturn this.match ? this.match.index : undefined;\n};\n\nexports.WikiRuleBase = WikiRuleBase;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/pluginswitcher.js": {
            "title": "$:/core/modules/pluginswitcher.js",
            "text": "/*\\\ntitle: $:/core/modules/pluginswitcher.js\ntype: application/javascript\nmodule-type: global\n\nManages switching plugins for themes and languages.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\noptions:\nwiki: wiki store to be used\npluginType: type of plugin to be switched\ncontrollerTitle: title of tiddler used to control switching of this resource\ndefaultPlugins: array of default plugins to be used if nominated plugin isn't found\nonSwitch: callback when plugin is switched (single parameter is array of plugin titles)\n*/\nfunction PluginSwitcher(options) {\n\tthis.wiki = options.wiki;\n\tthis.pluginType = options.pluginType;\n\tthis.controllerTitle = options.controllerTitle;\n\tthis.defaultPlugins = options.defaultPlugins || [];\n\tthis.onSwitch = options.onSwitch;\n\t// Switch to the current plugin\n\tthis.switchPlugins();\n\t// Listen for changes to the selected plugin\n\tvar self = this;\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,self.controllerTitle)) {\n\t\t\tself.switchPlugins();\n\t\t}\n\t});\n}\n\nPluginSwitcher.prototype.switchPlugins = function() {\n\t// Get the name of the current theme\n\tvar selectedPluginTitle = this.wiki.getTiddlerText(this.controllerTitle);\n\t// If it doesn't exist, then fallback to one of the default themes\n\tvar index = 0;\n\twhile(!this.wiki.getTiddler(selectedPluginTitle) && index < this.defaultPlugins.length) {\n\t\tselectedPluginTitle = this.defaultPlugins[index++];\n\t}\n\t// Accumulate the titles of the plugins that we need to load\n\tvar plugins = [],\n\t\tself = this,\n\t\taccumulatePlugin = function(title) {\n\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\tif(tiddler && tiddler.isPlugin() && plugins.indexOf(title) === -1) {\n\t\t\t\tplugins.push(title);\n\t\t\t\tvar pluginInfo = JSON.parse(self.wiki.getTiddlerText(title)),\n\t\t\t\t\tdependents = $tw.utils.parseStringArray(tiddler.fields.dependents || \"\");\n\t\t\t\t$tw.utils.each(dependents,function(title) {\n\t\t\t\t\taccumulatePlugin(title);\n\t\t\t\t});\n\t\t\t}\n\t\t};\n\taccumulatePlugin(selectedPluginTitle);\n\t// Read the plugin info for the incoming plugins\n\tvar changes = $tw.wiki.readPluginInfo(plugins);\n\t// Unregister any existing theme tiddlers\n\tvar unregisteredTiddlers = $tw.wiki.unregisterPluginTiddlers(this.pluginType);\n\t// Register any new theme tiddlers\n\tvar registeredTiddlers = $tw.wiki.registerPluginTiddlers(this.pluginType,plugins);\n\t// Unpack the current theme tiddlers\n\t$tw.wiki.unpackPluginTiddlers();\n\t// Call the switch handler\n\tif(this.onSwitch) {\n\t\tthis.onSwitch(plugins);\n\t}\n};\n\nexports.PluginSwitcher = PluginSwitcher;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/saver-handler.js": {
            "title": "$:/core/modules/saver-handler.js",
            "text": "/*\\\ntitle: $:/core/modules/saver-handler.js\ntype: application/javascript\nmodule-type: global\n\nThe saver handler tracks changes to the store and handles saving the entire wiki via saver modules.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nInstantiate the saver handler with the following options:\nwiki: wiki to be synced\ndirtyTracking: true if dirty tracking should be performed\n*/\nfunction SaverHandler(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\tthis.dirtyTracking = options.dirtyTracking;\n\tthis.preloadDirty = options.preloadDirty || [];\n\tthis.pendingAutoSave = false;\n\t// Make a logger\n\tthis.logger = new $tw.utils.Logger(\"saver-handler\");\n\t// Initialise our savers\n\tif($tw.browser) {\n\t\tthis.initSavers();\n\t}\n\t// Only do dirty tracking if required\n\tif($tw.browser && this.dirtyTracking) {\n\t\t// Compile the dirty tiddler filter\n\t\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\n\t\t// Count of changes that have not yet been saved\n\t\tvar filteredChanges = self.filterFn.call(self.wiki,function(iterator) {\n\t\t\t\t$tw.utils.each(self.preloadDirty,function(title) {\n\t\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\t\titerator(tiddler,title);\n\t\t\t\t});\n\t\t});\n\t\tthis.numChanges = filteredChanges.length;\n\t\t// Listen out for changes to tiddlers\n\t\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\t\t// Filter the changes so that we only count changes to tiddlers that we care about\n\t\t\tvar filteredChanges = self.filterFn.call(self.wiki,function(iterator) {\n\t\t\t\t$tw.utils.each(changes,function(change,title) {\n\t\t\t\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\t\t\t\titerator(tiddler,title);\n\t\t\t\t});\n\t\t\t});\n\t\t\t// Adjust the number of changes\n\t\t\tself.numChanges += filteredChanges.length;\n\t\t\tself.updateDirtyStatus();\n\t\t\t// Do any autosave if one is pending and there's no more change events\n\t\t\tif(self.pendingAutoSave && self.wiki.getSizeOfTiddlerEventQueue() === 0) {\n\t\t\t\t// Check if we're dirty\n\t\t\t\tif(self.numChanges > 0) {\n\t\t\t\t\tself.saveWiki({\n\t\t\t\t\t\tmethod: \"autosave\",\n\t\t\t\t\t\tdownloadType: \"text/plain\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tself.pendingAutoSave = false;\n\t\t\t}\n\t\t});\n\t\t// Listen for the autosave event\n\t\t$tw.rootWidget.addEventListener(\"tm-auto-save-wiki\",function(event) {\n\t\t\t// Do the autosave unless there are outstanding tiddler change events\n\t\t\tif(self.wiki.getSizeOfTiddlerEventQueue() === 0) {\n\t\t\t\t// Check if we're dirty\n\t\t\t\tif(self.numChanges > 0) {\n\t\t\t\t\tself.saveWiki({\n\t\t\t\t\t\tmethod: \"autosave\",\n\t\t\t\t\t\tdownloadType: \"text/plain\"\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// Otherwise put ourselves in the \"pending autosave\" state and wait for the change event before we do the autosave\n\t\t\t\tself.pendingAutoSave = true;\n\t\t\t}\n\t\t});\n\t\t// Set up our beforeunload handler\n\t\t$tw.addUnloadTask(function(event) {\n\t\t\tvar confirmationMessage;\n\t\t\tif(self.isDirty()) {\n\t\t\t\tconfirmationMessage = $tw.language.getString(\"UnsavedChangesWarning\");\n\t\t\t\tevent.returnValue = confirmationMessage; // Gecko\n\t\t\t}\n\t\t\treturn confirmationMessage;\n\t\t});\n\t}\n\t// Install the save action handlers\n\tif($tw.browser) {\n\t\t$tw.rootWidget.addEventListener(\"tm-save-wiki\",function(event) {\n\t\t\tself.saveWiki({\n\t\t\t\ttemplate: event.param,\n\t\t\t\tdownloadType: \"text/plain\",\n\t\t\t\tvariables: event.paramObject\n\t\t\t});\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-download-file\",function(event) {\n\t\t\tself.saveWiki({\n\t\t\t\tmethod: \"download\",\n\t\t\t\ttemplate: event.param,\n\t\t\t\tdownloadType: \"text/plain\",\n\t\t\t\tvariables: event.paramObject\n\t\t\t});\n\t\t});\n\t}\n}\n\nSaverHandler.prototype.titleSyncFilter = \"$:/config/SaverFilter\";\nSaverHandler.prototype.titleAutoSave = \"$:/config/AutoSave\";\nSaverHandler.prototype.titleSavedNotification = \"$:/language/Notifications/Save/Done\";\n\n/*\nSelect the appropriate saver modules and set them up\n*/\nSaverHandler.prototype.initSavers = function(moduleType) {\n\tmoduleType = moduleType || \"saver\";\n\t// Instantiate the available savers\n\tthis.savers = [];\n\tvar self = this;\n\t$tw.modules.forEachModuleOfType(moduleType,function(title,module) {\n\t\tif(module.canSave(self)) {\n\t\t\tself.savers.push(module.create(self.wiki));\n\t\t}\n\t});\n\t// Sort the savers into priority order\n\tthis.savers.sort(function(a,b) {\n\t\tif(a.info.priority < b.info.priority) {\n\t\t\treturn -1;\n\t\t} else {\n\t\t\tif(a.info.priority > b.info.priority) {\n\t\t\t\treturn +1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nSave the wiki contents. Options are:\n\tmethod: \"save\", \"autosave\" or \"download\"\n\ttemplate: the tiddler containing the template to save\n\tdownloadType: the content type for the saved file\n*/\nSaverHandler.prototype.saveWiki = function(options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tmethod = options.method || \"save\";\n\t// Ignore autosave if disabled\n\tif(method === \"autosave\" && ($tw.config.disableAutoSave || this.wiki.getTiddlerText(this.titleAutoSave,\"yes\") !== \"yes\")) {\n\t\treturn false;\n\t}\n\tvar\tvariables = options.variables || {},\n\t\ttemplate = options.template || \"$:/core/save/all\",\n\t\tdownloadType = options.downloadType || \"text/plain\",\n\t\ttext = this.wiki.renderTiddler(downloadType,template,options),\n\t\tcallback = function(err) {\n\t\t\tif(err) {\n\t\t\t\talert($tw.language.getString(\"Error/WhileSaving\") + \":\\n\\n\" + err);\n\t\t\t} else {\n\t\t\t\t// Clear the task queue if we're saving (rather than downloading)\n\t\t\t\tif(method !== \"download\") {\n\t\t\t\t\tself.numChanges = 0;\n\t\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t}\n\t\t\t\t$tw.notifier.display(self.titleSavedNotification);\n\t\t\t\tif(options.callback) {\n\t\t\t\t\toptions.callback();\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t// Call the highest priority saver that supports this method\n\tfor(var t=this.savers.length-1; t>=0; t--) {\n\t\tvar saver = this.savers[t];\n\t\tif(saver.info.capabilities.indexOf(method) !== -1 && saver.save(text,method,callback,{variables: {filename: variables.filename}})) {\n\t\t\tthis.logger.log(\"Saving wiki with method\",method,\"through saver\",saver.info.name);\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSaverHandler.prototype.isDirty = function() {\n\treturn this.numChanges > 0;\n};\n\n/*\nUpdate the document body with the class \"tc-dirty\" if the wiki has unsaved/unsynced changes\n*/\nSaverHandler.prototype.updateDirtyStatus = function() {\n\tvar self = this;\n\tif($tw.browser) {\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",this.isDirty());\n\t\t$tw.utils.each($tw.windows,function(win) {\n\t\t\t$tw.utils.toggleClass(win.document.body,\"tc-dirty\",self.isDirty());\n\t\t});\n\t}\n};\n\nexports.SaverHandler = SaverHandler;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/savers/andtidwiki.js": {
            "title": "$:/core/modules/savers/andtidwiki.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/andtidwiki.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the AndTidWiki Android app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar AndTidWiki = function(wiki) {\n};\n\nAndTidWiki.prototype.save = function(text,method,callback,options) {\n\tvar filename = options && options.variables ? options.variables.filename : null;\n\tif (method === \"download\") {\n\t\t// Support download\n\t\tif (window.twi.saveDownload) {\n\t\t\ttry {\n\t\t\t\twindow.twi.saveDownload(text,filename);\n\t\t\t} catch(err) {\n\t\t\t\tif (err.message === \"Method not found\") {\n\t\t\t\t\twindow.twi.saveDownload(text);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tvar link = document.createElement(\"a\");\n\t\t\tlink.setAttribute(\"href\",\"data:text/plain,\" + encodeURIComponent(text));\n\t\t\tif (filename) {\n\t\t\t    link.setAttribute(\"download\",filename);\n\t\t\t}\n\t\t\tdocument.body.appendChild(link);\n\t\t\tlink.click();\n\t\t\tdocument.body.removeChild(link);\n\t\t}\n\t} else if (window.twi.saveWiki) {\n\t\t// Direct save in Tiddloid\n\t\twindow.twi.saveWiki(text);\n\t} else {\n\t\t// Get the pathname of this document\n\t\tvar pathname = decodeURIComponent(document.location.toString().split(\"#\")[0]);\n\t\t// Strip the file://\n\t\tif(pathname.indexOf(\"file://\") === 0) {\n\t\t\tpathname = pathname.substr(7);\n\t\t}\n\t\t// Strip any query or location part\n\t\tvar p = pathname.indexOf(\"?\");\n\t\tif(p !== -1) {\n\t\t\tpathname = pathname.substr(0,p);\n\t\t}\n\t\tp = pathname.indexOf(\"#\");\n\t\tif(p !== -1) {\n\t\t\tpathname = pathname.substr(0,p);\n\t\t}\n\t\t// Save the file\n\t\twindow.twi.saveFile(pathname,text);\n\t}\n\t// Call the callback\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nAndTidWiki.prototype.info = {\n\tname: \"andtidwiki\",\n\tpriority: 1600,\n\tcapabilities: [\"save\", \"autosave\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.twi && !!window.twi.saveFile;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new AndTidWiki(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/beaker.js": {
            "title": "$:/core/modules/savers/beaker.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/beaker.js\ntype: application/javascript\nmodule-type: saver\n\nSaves files using the Beaker browser's (https://beakerbrowser.com) Dat protocol (https://datproject.org/)\nCompatible with beaker >= V0.7.2\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet up the saver\n*/\nvar BeakerSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nBeakerSaver.prototype.save = function(text,method,callback) {\n\tvar dat = new DatArchive(\"\" + window.location),\n\t\tpathname = (\"\" + window.location.pathname).split(\"#\")[0];\n\tdat.stat(pathname).then(function(value) {\n\t\tif(value.isDirectory()) {\n\t\t\tpathname = pathname + \"/index.html\";\n\t\t}\n\t\tdat.writeFile(pathname,text,\"utf8\").then(function(value) {\n\t\t\tcallback(null);\n\t\t},function(reason) {\n\t\t\tcallback(\"Beaker Saver Write Error: \" + reason);\n\t\t});\n\t},function(reason) {\n\t\tcallback(\"Beaker Saver Stat Error: \" + reason);\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nBeakerSaver.prototype.info = {\n\tname: \"beaker\",\n\tpriority: 3000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.DatArchive && location.protocol===\"dat:\";\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new BeakerSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/custom.js": {
            "title": "$:/core/modules/savers/custom.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/custom.js\ntype: application/javascript\nmodule-type: saver\n\nLooks for `window.$tw.customSaver` first on the current window, then\non the parent window (of an iframe). If present, the saver must define\n\tsave: function(text,method,callback) { ... }\nand the saver may define\n\tpriority: number\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar findSaver = function(window) {\n\ttry {\n\t\treturn window && window.$tw && window.$tw.customSaver;\n\t} catch (err) {\n\t\t// Catching the exception is the most reliable way to detect cross-origin iframe errors.\n\t\t// For example, instead of saying that `window.parent.$tw` is undefined, Firefox will throw\n\t\t//   Uncaught DOMException: Permission denied to access property \"$tw\" on cross-origin object\n\t\tconsole.log({ msg: \"custom saver is disabled\", reason: err });\n\t\treturn null;\n\t}\n}\nvar saver = findSaver(window) || findSaver(window.parent) || {};\n\nvar CustomSaver = function(wiki) {\n};\n\nCustomSaver.prototype.save = function(text,method,callback) {\n\treturn saver.save(text, method, callback);\n};\n\n/*\nInformation about this saver\n*/\nCustomSaver.prototype.info = {\n\tname: \"custom\",\n\tpriority: saver.priority || 4000,\n\tcapabilities: [\"save\",\"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!(saver.save);\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new CustomSaver(wiki);\n};\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/download.js": {
            "title": "$:/core/modules/savers/download.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/download.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar DownloadSaver = function(wiki) {\n};\n\nDownloadSaver.prototype.save = function(text,method,callback,options) {\n\toptions = options || {};\n\t// Get the current filename\n\tvar filename = options.variables.filename;\n\tif(!filename) {\n\t\tvar p = document.location.pathname.lastIndexOf(\"/\");\n\t\tif(p !== -1) {\n\t\t\t// We decode the pathname because document.location is URL encoded by the browser\n\t\t\tfilename = decodeURIComponent(document.location.pathname.substr(p+1));\n\t\t}\n\t}\n\tif(!filename) {\n\t\tfilename = \"tiddlywiki.html\";\n\t}\n\t// Set up the link\n\tvar link = document.createElement(\"a\");\n\tif(Blob !== undefined) {\n\t\tvar blob = new Blob([text], {type: \"text/html\"});\n\t\tlink.setAttribute(\"href\", URL.createObjectURL(blob));\n\t} else {\n\t\tlink.setAttribute(\"href\",\"data:text/html,\" + encodeURIComponent(text));\n\t}\n\tlink.setAttribute(\"download\",filename);\n\tdocument.body.appendChild(link);\n\tlink.click();\n\tdocument.body.removeChild(link);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nDownloadSaver.prototype.info = {\n\tname: \"download\",\n\tpriority: 100\n};\n\nObject.defineProperty(DownloadSaver.prototype.info, \"capabilities\", {\n\tget: function() {\n\t\tvar capabilities = [\"save\", \"download\"];\n\t\tif(($tw.wiki.getTextReference(\"$:/config/DownloadSaver/AutoSave\") || \"\").toLowerCase() === \"yes\") {\n\t\t\tcapabilities.push(\"autosave\");\n\t\t}\n\t\treturn capabilities;\n\t}\n});\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn document.createElement(\"a\").download !== undefined;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new DownloadSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/fsosaver.js": {
            "title": "$:/core/modules/savers/fsosaver.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/fsosaver.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via MS FileSystemObject ActiveXObject\n\nNote: Since TiddlyWiki's markup contains the MOTW, the FileSystemObject normally won't be available. \nHowever, if the wiki is loaded as an .HTA file (Windows HTML Applications) then the FSO can be used.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar FSOSaver = function(wiki) {\n};\n\nFSOSaver.prototype.save = function(text,method,callback) {\n\t// Get the pathname of this document\n\tvar pathname = unescape(document.location.pathname);\n\t// Test for a Windows path of the form /x:\\blah...\n\tif(/^\\/[A-Z]\\:\\\\[^\\\\]+/i.test(pathname)) {\t// ie: ^/[a-z]:/[^/]+\n\t\t// Remove the leading slash\n\t\tpathname = pathname.substr(1);\n\t} else if(document.location.hostname !== \"\" && /^\\/\\\\[^\\\\]+\\\\[^\\\\]+/i.test(pathname)) {\t// test for \\\\server\\share\\blah... - ^/[^/]+/[^/]+\n\t\t// Remove the leading slash\n\t\tpathname = pathname.substr(1);\n\t\t// reconstruct UNC path\n\t\tpathname = \"\\\\\\\\\" + document.location.hostname + pathname;\n\t} else {\n\t\treturn false;\n\t}\n\t// Save the file (as UTF-16)\n\tvar fso = new ActiveXObject(\"Scripting.FileSystemObject\");\n\tvar file = fso.OpenTextFile(pathname,2,-1,-1);\n\tfile.Write(text);\n\tfile.Close();\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nFSOSaver.prototype.info = {\n\tname: \"FSOSaver\",\n\tpriority: 120,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\ttry {\n\t\treturn (window.location.protocol === \"file:\") && !!(new ActiveXObject(\"Scripting.FileSystemObject\"));\n\t} catch(e) { return false; }\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new FSOSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/gitea.js": {
            "title": "$:/core/modules/savers/gitea.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/gitea.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by pushing a commit to the gitea\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar GiteaSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nGiteaSaver.prototype.save = function(text,method,callback) {\n\tvar self = this,\n\t\tusername = this.wiki.getTiddlerText(\"$:/Gitea/Username\"),\n\t\tpassword = $tw.utils.getPassword(\"Gitea\"),\n\t\trepo = this.wiki.getTiddlerText(\"$:/Gitea/Repo\"),\n\t\tpath = this.wiki.getTiddlerText(\"$:/Gitea/Path\",\"\"),\n\t\tfilename = this.wiki.getTiddlerText(\"$:/Gitea/Filename\"),\n\t\tbranch = this.wiki.getTiddlerText(\"$:/Gitea/Branch\") || \"master\",\n\t\tendpoint = this.wiki.getTiddlerText(\"$:/Gitea/ServerURL\") || \"https://gitea\",\n\t\theaders = {\n\t\t\t\"Accept\": \"application/json\",\n\t\t\t\"Content-Type\": \"application/json;charset=UTF-8\",\n\t\t\t\"Authorization\": \"token \" + password\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !filename) {\n\t\treturn false;\n\t}\n\t// Make sure the path start and ends with a slash\n\tif(path.substring(0,1) !== \"/\") {\n\t\tpath = \"/\" + path;\n\t}\n\tif(path.substring(path.length - 1) !== \"/\") {\n\t\tpath = path + \"/\";\n\t}\n\t// Compose the base URI\n\tvar uri = endpoint + \"/repos/\" + repo + \"/contents\" + path;\n\t// Perform a get request to get the details (inc shas) of files in the same path as our file\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"GET\",\n\t\theaders: headers,\n\t\tdata: {\n\t\t\tref: branch\n\t\t},\n\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\tvar getResponseData,sha = \"\";\n\t\t\tif(err && xhr.status !== 404) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tvar use_put = true;\n\t\t\tif(xhr.status !== 404) {\n\t\t\t\tgetResponseData = JSON.parse(getResponseDataJson);\n\t\t\t\t$tw.utils.each(getResponseData,function(details) {\n\t\t\t\t\tif(details.name === filename) {\n\t\t\t\t\t\tsha = details.sha;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tif(sha === \"\"){\n\t\t\t\t\tuse_put = false;\n\t\t\t\t}\n\t\t\t}\n\t\t\tvar data = {\n\t\t\t\tmessage: $tw.language.getRawString(\"ControlPanel/Saving/GitService/CommitMessage\"),\n\t\t\t\tcontent: $tw.utils.base64Encode(text),\n\t\t\t\tsha: sha\n\t\t\t};\n\t\t\t$tw.utils.httpRequest({\n\t\t\t\turl: endpoint + \"/repos/\" + repo + \"/branches/\" + branch,\n\t\t\t\ttype: \"GET\",\n\t\t\t\theaders: headers,\n\t\t\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\t\t\tif(xhr.status === 404) {\n\t\t\t\t\t\tcallback(\"Please ensure the branch in the Gitea repo exists\");\n\t\t\t\t\t}else{\n\t\t\t\t\t\tdata[\"branch\"] = branch;\n\t\t\t\t\t\tself.upload(uri + filename, use_put?\"PUT\":\"POST\", headers, data, callback);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\treturn true;\n};\n\nGiteaSaver.prototype.upload = function(uri,method,headers,data,callback) {\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: method,\n\t\theaders: headers,\n\t\tdata: JSON.stringify(data),\n\t\tcallback: function(err,putResponseDataJson,xhr) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tvar putResponseData = JSON.parse(putResponseDataJson);\n\t\t\tcallback(null);\n\t\t}\n\t});\n};\n\n/*\nInformation about this saver\n*/\nGiteaSaver.prototype.info = {\n\tname: \"Gitea\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new GiteaSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/github.js": {
            "title": "$:/core/modules/savers/github.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/github.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by pushing a commit to the GitHub v3 REST API\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar GitHubSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nGitHubSaver.prototype.save = function(text,method,callback) {\n\tvar self = this,\n\t\tusername = this.wiki.getTiddlerText(\"$:/GitHub/Username\"),\n\t\tpassword = $tw.utils.getPassword(\"github\"),\n\t\trepo = this.wiki.getTiddlerText(\"$:/GitHub/Repo\"),\n\t\tpath = this.wiki.getTiddlerText(\"$:/GitHub/Path\",\"\"),\n\t\tfilename = this.wiki.getTiddlerText(\"$:/GitHub/Filename\"),\n\t\tbranch = this.wiki.getTiddlerText(\"$:/GitHub/Branch\") || \"main\",\n\t\tendpoint = this.wiki.getTiddlerText(\"$:/GitHub/ServerURL\") || \"https://api.github.com\",\n\t\theaders = {\n\t\t\t\"Accept\": \"application/vnd.github.v3+json\",\n\t\t\t\"Content-Type\": \"application/json;charset=UTF-8\",\n\t\t\t\"Authorization\": \"Basic \" + window.btoa(username + \":\" + password),\n\t\t\t\"If-None-Match\": \"\"\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !filename) {\n\t\treturn false;\n\t}\n\t// Make sure the path start and ends with a slash\n\tif(path.substring(0,1) !== \"/\") {\n\t\tpath = \"/\" + path;\n\t}\n\tif(path.substring(path.length - 1) !== \"/\") {\n\t\tpath = path + \"/\";\n\t}\n\t// Compose the base URI\n\tvar uri = endpoint + \"/repos/\" + repo + \"/contents\" + path;\n\t// Perform a get request to get the details (inc shas) of files in the same path as our file\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"GET\",\n\t\theaders: headers,\n\t\tdata: {\n\t\t\tref: branch\n\t\t},\n\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\tvar getResponseData,sha = \"\";\n\t\t\tif(err && xhr.status !== 404) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tif(xhr.status !== 404) {\n\t\t\t\tgetResponseData = JSON.parse(getResponseDataJson);\n\t\t\t\t$tw.utils.each(getResponseData,function(details) {\n\t\t\t\t\tif(details.name === filename) {\n\t\t\t\t\t\tsha = details.sha;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\tvar data = {\n\t\t\t\tmessage: $tw.language.getRawString(\"ControlPanel/Saving/GitService/CommitMessage\"),\n\t\t\t\tcontent: $tw.utils.base64Encode(text),\n\t\t\t\tbranch: branch,\n\t\t\t\tsha: sha\n\t\t\t};\n\t\t\t// Perform a PUT request to save the file\n\t\t\t$tw.utils.httpRequest({\n\t\t\t\turl: uri + filename,\n\t\t\t\ttype: \"PUT\",\n\t\t\t\theaders: headers,\n\t\t\t\tdata: JSON.stringify(data),\n\t\t\t\tcallback: function(err,putResponseDataJson,xhr) {\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\treturn callback(err);\n\t\t\t\t\t}\n\t\t\t\t\tvar putResponseData = JSON.parse(putResponseDataJson);\n\t\t\t\t\tcallback(null);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nGitHubSaver.prototype.info = {\n\tname: \"github\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new GitHubSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/gitlab.js": {
            "title": "$:/core/modules/savers/gitlab.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/gitlab.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by pushing a commit to the GitLab REST API\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: true */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar GitLabSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nGitLabSaver.prototype.save = function(text,method,callback) {\n\t/* See https://docs.gitlab.com/ee/api/repository_files.html */\n\tvar self = this,\n\t\tusername = this.wiki.getTiddlerText(\"$:/GitLab/Username\"),\n\t\tpassword = $tw.utils.getPassword(\"gitlab\"),\n\t\trepo = this.wiki.getTiddlerText(\"$:/GitLab/Repo\"),\n\t\tpath = this.wiki.getTiddlerText(\"$:/GitLab/Path\",\"\"),\n\t\tfilename = this.wiki.getTiddlerText(\"$:/GitLab/Filename\"),\n\t\tbranch = this.wiki.getTiddlerText(\"$:/GitLab/Branch\") || \"master\",\n\t\tendpoint = this.wiki.getTiddlerText(\"$:/GitLab/ServerURL\") || \"https://gitlab.com/api/v4\",\n\t\theaders = {\n\t\t\t\"Content-Type\": \"application/json;charset=UTF-8\",\n\t\t\t\"Private-Token\": password\n\t\t};\n\t// Bail if we don't have everything we need\n\tif(!username || !password || !repo || !filename) {\n\t\treturn false;\n\t}\n\t// Make sure the path start and ends with a slash\n\tif(path.substring(0,1) !== \"/\") {\n\t\tpath = \"/\" + path;\n\t}\n\tif(path.substring(path.length - 1) !== \"/\") {\n\t\tpath = path + \"/\";\n\t}\n\t// Compose the base URI\n\tvar uri = endpoint + \"/projects/\" + encodeURIComponent(repo) + \"/repository/\";\n\t// Perform a get request to get the details (inc shas) of files in the same path as our file\n\t$tw.utils.httpRequest({\n\t\turl: uri + \"tree/?path=\" + encodeURIComponent(path.replace(/^\\/+|\\/$/g, '')) + \"&branch=\" + encodeURIComponent(branch.replace(/^\\/+|\\/$/g, '')),\n\t\ttype: \"GET\",\n\t\theaders: headers,\n\t\tcallback: function(err,getResponseDataJson,xhr) {\n\t\t\tvar getResponseData,sha = \"\";\n\t\t\tif(err && xhr.status !== 404) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tvar requestType = \"POST\";\n\t\t\tif(xhr.status !== 404) {\n\t\t\t\tgetResponseData = JSON.parse(getResponseDataJson);\n\t\t\t\t$tw.utils.each(getResponseData,function(details) {\n\t\t\t\t\tif(details.name === filename) {\n\t\t\t\t\t\trequestType = \"PUT\";\n\t\t\t\t\t\tsha = details.sha;\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t}\n\t\t\tvar data = {\n\t\t\t\tcommit_message: $tw.language.getRawString(\"ControlPanel/Saving/GitService/CommitMessage\"),\n\t\t\t\tcontent: text,\n\t\t\t\tbranch: branch,\n\t\t\t\tsha: sha\n\t\t\t};\n\t\t\t// Perform a request to save the file\n\t\t\t$tw.utils.httpRequest({\n\t\t\t\turl: uri + \"files/\" + encodeURIComponent(path.replace(/^\\/+/, '') + filename),\n\t\t\t\ttype: requestType,\n\t\t\t\theaders: headers,\n\t\t\t\tdata: JSON.stringify(data),\n\t\t\t\tcallback: function(err,putResponseDataJson,xhr) {\n\t\t\t\t\tif(err) {\n\t\t\t\t\t\treturn callback(err);\n\t\t\t\t\t}\n\t\t\t\t\tvar putResponseData = JSON.parse(putResponseDataJson);\n\t\t\t\t\tcallback(null);\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nGitLabSaver.prototype.info = {\n\tname: \"gitlab\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new GitLabSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/hyperdrive.js": {
            "title": "$:/core/modules/savers/hyperdrive.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/hyperdrive.js\ntype: application/javascript\nmodule-type: saver\n\nSaves files using the Hyperdrive Protocol (https://hypercore-protocol.org/#hyperdrive) Beaker browser beta-1.0 and later (https://beakerbrowser.com)\nCompatible with beaker >= V1.0.0\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet up the saver\n*/\nvar HyperdriveSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nHyperdriveSaver.prototype.save = function(text,method,callback) {\n\tvar dat = beaker.hyperdrive.drive(\"\" + window.location),\n\t\tpathname = (\"\" + window.location.pathname).split(\"#\")[0];\n\tdat.stat(pathname).then(function(value) {\n\t\tif(value.isDirectory()) {\n\t\t\tpathname = pathname + \"/index.html\";\n\t\t}\n\t\tdat.writeFile(pathname,text,\"utf8\").then(function(value) {\n\t\t\tcallback(null);\n\t\t},function(reason) {\n\t\t\tcallback(\"Hyperdrive Saver Write Error: \" + reason);\n\t\t});\n\t},function(reason) {\n\t\tcallback(\"Hyperdrive Saver Stat Error: \" + reason);\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nHyperdriveSaver.prototype.info = {\n\tname: \"beaker-1.x\",\n\tpriority: 3000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.beaker && !!beaker.hyperdrive && location.protocol===\"hyper:\";\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new HyperdriveSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/manualdownload.js": {
            "title": "$:/core/modules/savers/manualdownload.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/manualdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via HTML5's download APIs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Title of the tiddler containing the download message\nvar downloadInstructionsTitle = \"$:/language/Modals/Download\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar ManualDownloadSaver = function(wiki) {\n};\n\nManualDownloadSaver.prototype.save = function(text,method,callback) {\n\t$tw.modal.display(downloadInstructionsTitle,{\n\t\tdownloadLink: \"data:text/html,\" + encodeURIComponent(text)\n\t});\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nManualDownloadSaver.prototype.info = {\n\tname: \"manualdownload\",\n\tpriority: 0,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new ManualDownloadSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/msdownload.js": {
            "title": "$:/core/modules/savers/msdownload.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/msdownload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via window.navigator.msSaveBlob()\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar MsDownloadSaver = function(wiki) {\n};\n\nMsDownloadSaver.prototype.save = function(text,method,callback) {\n\t// Get the current filename\n\tvar filename = \"tiddlywiki.html\",\n\t\tp = document.location.pathname.lastIndexOf(\"/\");\n\tif(p !== -1) {\n\t\tfilename = document.location.pathname.substr(p+1);\n\t}\n\t// Set up the link\n\tvar blob = new Blob([text], {type: \"text/html\"});\n\twindow.navigator.msSaveBlob(blob,filename);\n\t// Callback that we succeeded\n\tcallback(null);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nMsDownloadSaver.prototype.info = {\n\tname: \"msdownload\",\n\tpriority: 110,\n\tcapabilities: [\"save\", \"download\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn !!window.navigator.msSaveBlob;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new MsDownloadSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/put.js": {
            "title": "$:/core/modules/savers/put.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/put.js\ntype: application/javascript\nmodule-type: saver\n\nSaves wiki by performing a PUT request to the server\n\nWorks with any server which accepts a PUT request\nto the current URL, such as a WebDAV server.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRetrieve ETag if available\n*/\nvar retrieveETag = function(self) {\n\tvar headers = {\n\t\tAccept: \"*/*;charset=UTF-8\"\n\t};\n\t$tw.utils.httpRequest({\n\t\turl: self.uri(),\n\t\ttype: \"HEAD\",\n\t\theaders: headers,\n\t\tcallback: function(err,data,xhr) {\n\t\t\tif(err) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tvar etag = xhr.getResponseHeader(\"ETag\");\n\t\t\tif(!etag) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tself.etag = etag.replace(/^W\\//,\"\");\n\t\t}\n\t});\n};\n\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar PutSaver = function(wiki) {\n\tthis.wiki = wiki;\n\tvar self = this;\n\tvar uri = this.uri();\n\t// Async server probe. Until probe finishes, save will fail fast\n\t// See also https://github.com/Jermolene/TiddlyWiki5/issues/2276\n\t$tw.utils.httpRequest({\n\t\turl: uri,\n\t\ttype: \"OPTIONS\",\n\t\tcallback: function(err,data,xhr) {\n\t\t\t// Check DAV header http://www.webdav.org/specs/rfc2518.html#rfc.section.9.1\n\t\t\tif(!err) {\n\t\t\t\tself.serverAcceptsPuts = xhr.status === 200 && !!xhr.getResponseHeader(\"dav\");\n\t\t\t}\n\t\t}\n\t});\n\tretrieveETag(this);\n};\n\nPutSaver.prototype.uri = function() {\n\treturn document.location.toString().split(\"#\")[0];\n};\n\n// TODO: in case of edit conflict\n// Prompt: Do you want to save over this? Y/N\n// Merging would be ideal, and may be possible using future generic merge flow\nPutSaver.prototype.save = function(text,method,callback) {\n\tif(!this.serverAcceptsPuts) {\n\t\treturn false;\n\t}\n\tvar self = this;\n\tvar headers = {\n\t\t\"Content-Type\": \"text/html;charset=UTF-8\"\n\t};\n\tif(this.etag) {\n\t\theaders[\"If-Match\"] = this.etag;\n\t}\n\t$tw.utils.httpRequest({\n\t\turl: this.uri(),\n\t\ttype: \"PUT\",\n\t\theaders: headers,\n\t\tdata: text,\n\t\tcallback: function(err,data,xhr) {\n\t\t\tif(err) {\n\t\t\t\t// response is textual: \"XMLHttpRequest error code: 412\"\n\t\t\t\tvar status = Number(err.substring(err.indexOf(':') + 2, err.length))\n\t\t\t\tif(status === 412) { // edit conflict\n\t\t\t\t\tvar message = $tw.language.getString(\"Error/EditConflict\");\n\t\t\t\t\tcallback(message);\n\t\t\t\t} else {\n\t\t\t\t\tcallback(err); // fail\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tself.etag = xhr.getResponseHeader(\"ETag\");\n\t\t\t\tif(self.etag == null) {\n\t\t\t\t\tretrieveETag(self);\n\t\t\t\t}\n\t\t\t\tcallback(null); // success\n\t\t\t}\n\t\t}\n\t});\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nPutSaver.prototype.info = {\n\tname: \"put\",\n\tpriority: 2000,\n\tcapabilities: [\"save\",\"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn /^https?:/.test(location.protocol);\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new PutSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/tiddlyfox.js": {
            "title": "$:/core/modules/savers/tiddlyfox.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/tiddlyfox.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the TiddlyFox file extension\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar TiddlyFoxSaver = function(wiki) {\n};\n\nTiddlyFoxSaver.prototype.save = function(text,method,callback) {\n\tvar messageBox = document.getElementById(\"tiddlyfox-message-box\");\n\tif(messageBox) {\n\t\t// Get the pathname of this document\n\t\tvar pathname = document.location.toString().split(\"#\")[0];\n\t\t// Replace file://localhost/ with file:///\n\t\tif(pathname.indexOf(\"file://localhost/\") === 0) {\n\t\t\tpathname = \"file://\" + pathname.substr(16);\n\t\t}\n\t\t// Windows path file:///x:/blah/blah --> x:\\blah\\blah\n\t\tif(/^file\\:\\/\\/\\/[A-Z]\\:\\//i.test(pathname)) {\n\t\t\t// Remove the leading slash and convert slashes to backslashes\n\t\t\tpathname = pathname.substr(8).replace(/\\//g,\"\\\\\");\n\t\t// Firefox Windows network path file://///server/share/blah/blah --> //server/share/blah/blah\n\t\t} else if(pathname.indexOf(\"file://///\") === 0) {\n\t\t\tpathname = \"\\\\\\\\\" + unescape(pathname.substr(10)).replace(/\\//g,\"\\\\\");\n\t\t// Mac/Unix local path file:///path/path --> /path/path\n\t\t} else if(pathname.indexOf(\"file:///\") === 0) {\n\t\t\tpathname = unescape(pathname.substr(7));\n\t\t// Mac/Unix local path file:/path/path --> /path/path\n\t\t} else if(pathname.indexOf(\"file:/\") === 0) {\n\t\t\tpathname = unescape(pathname.substr(5));\n\t\t// Otherwise Windows networth path file://server/share/path/path --> \\\\server\\share\\path\\path\n\t\t} else {\n\t\t\tpathname = \"\\\\\\\\\" + unescape(pathname.substr(7)).replace(new RegExp(\"/\",\"g\"),\"\\\\\");\n\t\t}\n\t\t// Create the message element and put it in the message box\n\t\tvar message = document.createElement(\"div\");\n\t\tmessage.setAttribute(\"data-tiddlyfox-path\",decodeURIComponent(pathname));\n\t\tmessage.setAttribute(\"data-tiddlyfox-content\",text);\n\t\tmessageBox.appendChild(message);\n\t\t// Add an event handler for when the file has been saved\n\t\tmessage.addEventListener(\"tiddlyfox-have-saved-file\",function(event) {\n\t\t\tcallback(null);\n\t\t}, false);\n\t\t// Create and dispatch the custom event to the extension\n\t\tvar event = document.createEvent(\"Events\");\n\t\tevent.initEvent(\"tiddlyfox-save-file\",true,false);\n\t\tmessage.dispatchEvent(event);\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nInformation about this saver\n*/\nTiddlyFoxSaver.prototype.info = {\n\tname: \"tiddlyfox\",\n\tpriority: 1500,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TiddlyFoxSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/tiddlyie.js": {
            "title": "$:/core/modules/savers/tiddlyie.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/tiddlyie.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via Internet Explorer BHO extenion (TiddlyIE)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar TiddlyIESaver = function(wiki) {\n};\n\nTiddlyIESaver.prototype.save = function(text,method,callback) {\n\t// Check existence of TiddlyIE BHO extension (note: only works after document is complete)\n\tif(typeof(window.TiddlyIE) != \"undefined\") {\n\t\t// Get the pathname of this document\n\t\tvar pathname = unescape(document.location.pathname);\n\t\t// Test for a Windows path of the form /x:/blah...\n\t\tif(/^\\/[A-Z]\\:\\/[^\\/]+/i.test(pathname)) {\t// ie: ^/[a-z]:/[^/]+ (is this better?: ^/[a-z]:/[^/]+(/[^/]+)*\\.[^/]+ )\n\t\t\t// Remove the leading slash\n\t\t\tpathname = pathname.substr(1);\n\t\t\t// Convert slashes to backslashes\n\t\t\tpathname = pathname.replace(/\\//g,\"\\\\\");\n\t\t} else if(document.hostname !== \"\" && /^\\/[^\\/]+\\/[^\\/]+/i.test(pathname)) {\t// test for \\\\server\\share\\blah... - ^/[^/]+/[^/]+\n\t\t\t// Convert slashes to backslashes\n\t\t\tpathname = pathname.replace(/\\//g,\"\\\\\");\n\t\t\t// reconstruct UNC path\n\t\t\tpathname = \"\\\\\\\\\" + document.location.hostname + pathname;\n\t\t} else return false;\n\t\t// Prompt the user to save the file\n\t\twindow.TiddlyIE.save(pathname, text);\n\t\t// Callback that we succeeded\n\t\tcallback(null);\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nInformation about this saver\n*/\nTiddlyIESaver.prototype.info = {\n\tname: \"tiddlyiesaver\",\n\tpriority: 1500,\n\tcapabilities: [\"save\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn (window.location.protocol === \"file:\");\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TiddlyIESaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/twedit.js": {
            "title": "$:/core/modules/savers/twedit.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/twedit.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via the TWEdit iOS app\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false, netscape: false, Components: false */\n\"use strict\";\n\nvar TWEditSaver = function(wiki) {\n};\n\nTWEditSaver.prototype.save = function(text,method,callback) {\n\t// Bail if we're not running under TWEdit\n\tif(typeof DeviceInfo !== \"object\") {\n\t\treturn false;\n\t}\n\t// Get the pathname of this document\n\tvar pathname = decodeURIComponent(document.location.pathname);\n\t// Strip any query or location part\n\tvar p = pathname.indexOf(\"?\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\tp = pathname.indexOf(\"#\");\n\tif(p !== -1) {\n\t\tpathname = pathname.substr(0,p);\n\t}\n\t// Remove the leading \"/Documents\" from path\n\tvar prefix = \"/Documents\";\n\tif(pathname.indexOf(prefix) === 0) {\n\t\tpathname = pathname.substr(prefix.length);\n\t}\n\t// Error handler\n\tvar errorHandler = function(event) {\n\t\t// Error\n\t\tcallback($tw.language.getString(\"Error/SavingToTWEdit\") + \": \" + event.target.error.code);\n\t};\n\t// Get the file system\n\twindow.requestFileSystem(LocalFileSystem.PERSISTENT,0,function(fileSystem) {\n\t\t// Now we've got the filesystem, get the fileEntry\n\t\tfileSystem.root.getFile(pathname, {create: true}, function(fileEntry) {\n\t\t\t// Now we've got the fileEntry, create the writer\n\t\t\tfileEntry.createWriter(function(writer) {\n\t\t\t\twriter.onerror = errorHandler;\n\t\t\t\twriter.onwrite = function() {\n\t\t\t\t\tcallback(null);\n\t\t\t\t};\n\t\t\t\twriter.position = 0;\n\t\t\t\twriter.write(text);\n\t\t\t},errorHandler);\n\t\t}, errorHandler);\n\t}, errorHandler);\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nTWEditSaver.prototype.info = {\n\tname: \"twedit\",\n\tpriority: 1600,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new TWEditSaver(wiki);\n};\n\n/////////////////////////// Hack\n// HACK: This ensures that TWEdit recognises us as a TiddlyWiki document\nif($tw.browser) {\n\twindow.version = {title: \"TiddlyWiki\"};\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/savers/upload.js": {
            "title": "$:/core/modules/savers/upload.js",
            "text": "/*\\\ntitle: $:/core/modules/savers/upload.js\ntype: application/javascript\nmodule-type: saver\n\nHandles saving changes via upload to a server.\n\nDesigned to be compatible with BidiX's UploadPlugin at http://tiddlywiki.bidix.info/#UploadPlugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSelect the appropriate saver module and set it up\n*/\nvar UploadSaver = function(wiki) {\n\tthis.wiki = wiki;\n};\n\nUploadSaver.prototype.save = function(text,method,callback) {\n\t// Get the various parameters we need\n\tvar backupDir = this.wiki.getTextReference(\"$:/UploadBackupDir\") || \".\",\n\t\tusername = this.wiki.getTextReference(\"$:/UploadName\"),\n\t\tpassword = $tw.utils.getPassword(\"upload\"),\n\t\tuploadDir = this.wiki.getTextReference(\"$:/UploadDir\") || \".\",\n\t\tuploadFilename = this.wiki.getTextReference(\"$:/UploadFilename\") || \"index.html\",\n\t\turl = this.wiki.getTextReference(\"$:/UploadURL\");\n\t// Bail out if we don't have the bits we need\n\tif(!username || username.toString().trim() === \"\" || !password || password.toString().trim() === \"\") {\n\t\treturn false;\n\t}\n\t// Construct the url if not provided\n\tif(!url) {\n\t\turl = \"http://\" + username + \".tiddlyspot.com/store.cgi\";\n\t}\n\t// Assemble the header\n\tvar boundary = \"---------------------------\" + \"AaB03x\";\t\n\tvar uploadFormName = \"UploadPlugin\";\n\tvar head = [];\n\thead.push(\"--\" + boundary + \"\\r\\nContent-disposition: form-data; name=\\\"UploadPlugin\\\"\\r\\n\");\n\thead.push(\"backupDir=\" + backupDir + \";user=\" + username + \";password=\" + password + \";uploaddir=\" + uploadDir + \";;\"); \n\thead.push(\"\\r\\n\" + \"--\" + boundary);\n\thead.push(\"Content-disposition: form-data; name=\\\"userfile\\\"; filename=\\\"\" + uploadFilename + \"\\\"\");\n\thead.push(\"Content-Type: text/html;charset=UTF-8\");\n\thead.push(\"Content-Length: \" + text.length + \"\\r\\n\");\n\thead.push(\"\");\n\t// Assemble the tail and the data itself\n\tvar tail = \"\\r\\n--\" + boundary + \"--\\r\\n\",\n\t\tdata = head.join(\"\\r\\n\") + text + tail;\n\t// Do the HTTP post\n\tvar http = new XMLHttpRequest();\n\thttp.open(\"POST\",url,true,username,password);\n\thttp.setRequestHeader(\"Content-Type\",\"multipart/form-data; charset=UTF-8; boundary=\" + boundary);\n\thttp.onreadystatechange = function() {\n\t\tif(http.readyState == 4 && http.status == 200) {\n\t\t\tif(http.responseText.substr(0,4) === \"0 - \") {\n\t\t\t\tcallback(null);\n\t\t\t} else {\n\t\t\t\tcallback(http.responseText);\n\t\t\t}\n\t\t}\n\t};\n\ttry {\n\t\thttp.send(data);\n\t} catch(ex) {\n\t\treturn callback($tw.language.getString(\"Error/Caption\") + \":\" + ex);\n\t}\n\t$tw.notifier.display(\"$:/language/Notifications/Save/Starting\");\n\treturn true;\n};\n\n/*\nInformation about this saver\n*/\nUploadSaver.prototype.info = {\n\tname: \"upload\",\n\tpriority: 2000,\n\tcapabilities: [\"save\", \"autosave\"]\n};\n\n/*\nStatic method that returns true if this saver is capable of working\n*/\nexports.canSave = function(wiki) {\n\treturn true;\n};\n\n/*\nCreate an instance of this saver\n*/\nexports.create = function(wiki) {\n\treturn new UploadSaver(wiki);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "saver"
        },
        "$:/core/modules/server/authenticators/basic.js": {
            "title": "$:/core/modules/server/authenticators/basic.js",
            "text": "/*\\\ntitle: $:/core/modules/server/authenticators/basic.js\ntype: application/javascript\nmodule-type: authenticator\n\nAuthenticator for WWW basic authentication\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nif($tw.node) {\n\tvar util = require(\"util\"),\n\t\tfs = require(\"fs\"),\n\t\turl = require(\"url\"),\n\t\tpath = require(\"path\");\n}\n\nfunction BasicAuthenticator(server) {\n\tthis.server = server;\n\tthis.credentialsData = [];\n}\n\n/*\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\n*/\nBasicAuthenticator.prototype.init = function() {\n\t// Read the credentials data\n\tthis.credentialsFilepath = this.server.get(\"credentials\");\n\tif(this.credentialsFilepath) {\n\t\tvar resolveCredentialsFilepath = path.resolve(this.server.boot.wikiPath,this.credentialsFilepath);\n\t\tif(fs.existsSync(resolveCredentialsFilepath) && !fs.statSync(resolveCredentialsFilepath).isDirectory()) {\n\t\t\tvar credentialsText = fs.readFileSync(resolveCredentialsFilepath,\"utf8\"),\n\t\t\t\tcredentialsData = $tw.utils.parseCsvStringWithHeader(credentialsText);\n\t\t\tif(typeof credentialsData === \"string\") {\n\t\t\t\treturn \"Error: \" + credentialsData + \" reading credentials from '\" + resolveCredentialsFilepath + \"'\";\n\t\t\t} else {\n\t\t\t\tthis.credentialsData = credentialsData;\n\t\t\t}\n\t\t} else {\n\t\t\treturn \"Error: Unable to load user credentials from '\" + resolveCredentialsFilepath + \"'\";\n\t\t}\n\t}\n\t// Add the hardcoded username and password if specified\n\tif(this.server.get(\"username\") && this.server.get(\"password\")) {\n\t\tthis.credentialsData = this.credentialsData || [];\n\t\tthis.credentialsData.push({\n\t\t\tusername: this.server.get(\"username\"),\n\t\t\tpassword: this.server.get(\"password\")\n\t\t});\n\t}\n\treturn this.credentialsData.length > 0;\n};\n\n/*\nReturns true if the request is authenticated and assigns the \"authenticatedUsername\" state variable.\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\n*/\nBasicAuthenticator.prototype.authenticateRequest = function(request,response,state) {\n\t// Extract the incoming username and password from the request\n\tvar header = request.headers.authorization || \"\";\n\tif(!header && state.allowAnon) {\n\t\t// If there's no header and anonymous access is allowed then we don't set authenticatedUsername\n\t\treturn true;\n\t}\n\tvar token = header.split(/\\s+/).pop() || \"\",\n\t\tauth = $tw.utils.base64Decode(token),\n\t\tparts = auth.split(/:/),\n\t\tincomingUsername = parts[0],\n\t\tincomingPassword = parts[1];\n\t// Check that at least one of the credentials matches\n\tvar matchingCredentials = this.credentialsData.find(function(credential) {\n\t\treturn credential.username === incomingUsername && credential.password === incomingPassword;\n\t});\n\tif(matchingCredentials) {\n\t\t// If so, add the authenticated username to the request state\n\t\tstate.authenticatedUsername = incomingUsername;\n\t\treturn true;\n\t} else {\n\t\t// If not, return an authentication challenge\n\t\tresponse.writeHead(401,\"Authentication required\",{\n\t\t\t\"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + state.server.servername + '\"'\n\t\t});\n\t\tresponse.end();\n\t\treturn false;\n\t}\n};\n\nexports.AuthenticatorClass = BasicAuthenticator;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "authenticator"
        },
        "$:/core/modules/server/authenticators/header.js": {
            "title": "$:/core/modules/server/authenticators/header.js",
            "text": "/*\\\ntitle: $:/core/modules/server/authenticators/header.js\ntype: application/javascript\nmodule-type: authenticator\n\nAuthenticator for trusted header authentication\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction HeaderAuthenticator(server) {\n\tthis.server = server;\n\tthis.header = server.get(\"authenticated-user-header\") ? server.get(\"authenticated-user-header\").toLowerCase() : undefined;\n}\n\n/*\nReturns true if the authenticator is active, false if it is inactive, or a string if there is an error\n*/\nHeaderAuthenticator.prototype.init = function() {\n\treturn !!this.header;\n};\n\n/*\nReturns true if the request is authenticated and assigns the \"authenticatedUsername\" state variable.\nReturns false if the request couldn't be authenticated having sent an appropriate response to the browser\n*/\nHeaderAuthenticator.prototype.authenticateRequest = function(request,response,state) {\n\t// Otherwise, authenticate as the username in the specified header\n\tvar username = request.headers[this.header];\n\tif(!username && !state.allowAnon) {\n\t\tresponse.writeHead(401,\"Authorization header required to login to '\" + state.server.servername + \"'\");\n\t\tresponse.end();\n\t\treturn false;\n\t} else {\n\t\t// authenticatedUsername will be undefined for anonymous users\n\t\tstate.authenticatedUsername = username;\n\t\treturn true;\n\t}\n};\n\nexports.AuthenticatorClass = HeaderAuthenticator;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "authenticator"
        },
        "$:/core/modules/server/routes/delete-tiddler.js": {
            "title": "$:/core/modules/server/routes/delete-tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/delete-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nDELETE /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"DELETE\";\n\nexports.path = /^\\/bags\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]);\n\tstate.wiki.deleteTiddler(title);\n\tresponse.writeHead(204, \"OK\", {\n\t\t\"Content-Type\": \"text/plain\"\n\t});\n\tresponse.end();\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-favicon.js": {
            "title": "$:/core/modules/server/routes/get-favicon.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-favicon.js\ntype: application/javascript\nmodule-type: route\n\nGET /favicon.ico\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/favicon.ico$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": \"image/x-icon\"});\n\tvar buffer = state.wiki.getTiddlerText(\"$:/favicon.ico\",\"\");\n\tresponse.end(buffer,\"base64\");\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-file.js": {
            "title": "$:/core/modules/server/routes/get-file.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-file.js\ntype: application/javascript\nmodule-type: route\n\nGET /files/:filepath\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/files\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar path = require(\"path\"),\n\t\tfs = require(\"fs\"),\n\t\tutil = require(\"util\"),\n\t\tsuppliedFilename = decodeURIComponent(state.params[0]),\n\t\tfilename = path.resolve(state.boot.wikiPath,\"files\",suppliedFilename),\n\t\textension = path.extname(filename);\n\tfs.readFile(filename,function(err,content) {\n\t\tvar status,content,type = \"text/plain\";\n\t\tif(err) {\n\t\t\tconsole.log(\"Error accessing file \" + filename + \": \" + err.toString());\n\t\t\tstatus = 404;\n\t\t\tcontent = \"File '\" + suppliedFilename + \"' not found\";\n\t\t} else {\n\t\t\tstatus = 200;\n\t\t\tcontent = content;\n\t\t\ttype = ($tw.config.fileExtensionInfo[extension] ? $tw.config.fileExtensionInfo[extension].type : \"application/octet-stream\");\n\t\t}\n\t\tresponse.writeHead(status,{\n\t\t\t\"Content-Type\": type\n\t\t});\n\t\tresponse.end(content);\n\t});\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-index.js": {
            "title": "$:/core/modules/server/routes/get-index.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-index.js\ntype: application/javascript\nmodule-type: route\n\nGET /\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar zlib = require(\"zlib\");\n\nexports.method = \"GET\";\n\nexports.path = /^\\/$/;\n\nexports.handler = function(request,response,state) {\n\tvar acceptEncoding = request.headers[\"accept-encoding\"];\n\tif(!acceptEncoding) {\n\t\tacceptEncoding = \"\";\n\t}\n\tvar text = state.wiki.renderTiddler(state.server.get(\"root-render-type\"),state.server.get(\"root-tiddler\")),\n\t\tresponseHeaders = {\n\t\t\"Content-Type\": state.server.get(\"root-serve-type\")\n\t};\n\t/*\n\tIf the gzip=yes flag for `listen` is set, check if the user agent permits\n\tcompression. If so, compress our response. Note that we use the synchronous\n\tfunctions from zlib to stay in the imperative style. The current `Server`\n\tdoesn't depend on this, and we may just as well use the async versions.\n\t*/\n\tif(state.server.enableGzip) {\n\t\tif (/\\bdeflate\\b/.test(acceptEncoding)) {\n\t\t\tresponseHeaders[\"Content-Encoding\"] = \"deflate\";\n\t\t\ttext = zlib.deflateSync(text);\n\t\t} else if (/\\bgzip\\b/.test(acceptEncoding)) {\n\t\t\tresponseHeaders[\"Content-Encoding\"] = \"gzip\";\n\t\t\ttext = zlib.gzipSync(text);\n\t\t}\n\t}\n\tresponse.writeHead(200,responseHeaders);\n\tresponse.end(text);\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-login-basic.js": {
            "title": "$:/core/modules/server/routes/get-login-basic.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-login-basic.js\ntype: application/javascript\nmodule-type: route\n\nGET /login-basic -- force a Basic Authentication challenge\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/login-basic$/;\n\nexports.handler = function(request,response,state) {\n\tif(!state.authenticatedUsername) {\n\t\t// Challenge if there's no username\n\t\tresponse.writeHead(401,{\n\t\t\t\"WWW-Authenticate\": 'Basic realm=\"Please provide your username and password to login to ' + state.server.servername + '\"'\n\t\t});\n\t\tresponse.end();\t\t\n\t} else {\n\t\t// Redirect to the root wiki if login worked\n\t\tresponse.writeHead(302,{\n\t\t\tLocation: \"/\"\n\t\t});\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-status.js": {
            "title": "$:/core/modules/server/routes/get-status.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-status.js\ntype: application/javascript\nmodule-type: route\n\nGET /status\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/status$/;\n\nexports.handler = function(request,response,state) {\n\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\tvar text = JSON.stringify({\n\t\tusername: state.authenticatedUsername || state.server.get(\"anon-username\") || \"\",\n\t\tanonymous: !state.authenticatedUsername,\n\t\tread_only: !state.server.isAuthorized(\"writers\",state.authenticatedUsername),\n\t\tspace: {\n\t\t\trecipe: \"default\"\n\t\t},\n\t\ttiddlywiki_version: $tw.version\n\t});\n\tresponse.end(text,\"utf8\");\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-tiddler-html.js": {
            "title": "$:/core/modules/server/routes/get-tiddler-html.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddler-html.js\ntype: application/javascript\nmodule-type: route\n\nGET /:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/([^\\/]+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\t\ttiddler = state.wiki.getTiddler(title);\n\tif(tiddler) {\n\t\tvar renderType = tiddler.getFieldString(\"_render_type\"),\n\t\t\trenderTemplate = tiddler.getFieldString(\"_render_template\");\n\t\t// Tiddler fields '_render_type' and '_render_template' overwrite\n\t\t// system wide settings for render type and template\n\t\tif(state.wiki.isSystemTiddler(title)) {\n\t\t\trenderType = renderType || state.server.get(\"system-tiddler-render-type\");\n\t\t\trenderTemplate = renderTemplate || state.server.get(\"system-tiddler-render-template\");\n\t\t} else {\n\t\t\trenderType = renderType || state.server.get(\"tiddler-render-type\");\n\t\t\trenderTemplate = renderTemplate || state.server.get(\"tiddler-render-template\");\n\t\t}\n\t\tvar text = state.wiki.renderTiddler(renderType,renderTemplate,{parseAsInline: true, variables: {currentTiddler: title}});\n\t\t// Naughty not to set a content-type, but it's the easiest way to ensure the browser will see HTML pages as HTML, and accept plain text tiddlers as CSS or JS\n\t\tresponse.writeHead(200);\n\t\tresponse.end(text,\"utf8\");\n\t} else {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-tiddler.js": {
            "title": "$:/core/modules/server/routes/get-tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nGET /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\t\ttiddler = state.wiki.getTiddler(title),\n\t\ttiddlerFields = {},\n\t\tknownFields = [\n\t\t\t\"bag\", \"created\", \"creator\", \"modified\", \"modifier\", \"permissions\", \"recipe\", \"revision\", \"tags\", \"text\", \"title\", \"type\", \"uri\"\n\t\t];\n\tif(tiddler) {\n\t\t$tw.utils.each(tiddler.fields,function(field,name) {\n\t\t\tvar value = tiddler.getFieldString(name);\n\t\t\tif(knownFields.indexOf(name) !== -1) {\n\t\t\t\ttiddlerFields[name] = value;\n\t\t\t} else {\n\t\t\t\ttiddlerFields.fields = tiddlerFields.fields || {};\n\t\t\t\ttiddlerFields.fields[name] = value;\n\t\t\t}\n\t\t});\n\t\ttiddlerFields.revision = state.wiki.getChangeCount(title);\n\t\ttiddlerFields.bag = \"default\";\n\t\ttiddlerFields.type = tiddlerFields.type || \"text/vnd.tiddlywiki\";\n\t\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\t\tresponse.end(JSON.stringify(tiddlerFields),\"utf8\");\n\t} else {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t}\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/get-tiddlers-json.js": {
            "title": "$:/core/modules/server/routes/get-tiddlers-json.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/get-tiddlers-json.js\ntype: application/javascript\nmodule-type: route\n\nGET /recipes/default/tiddlers.json?filter=<filter>\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DEFAULT_FILTER = \"[all[tiddlers]!is[system]sort[title]]\";\n\nexports.method = \"GET\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers.json$/;\n\nexports.handler = function(request,response,state) {\n\tvar filter = state.queryParameters.filter || DEFAULT_FILTER;\n\tif(state.wiki.getTiddlerText(\"$:/config/Server/AllowAllExternalFilters\") !== \"yes\") {\n\t\tif(state.wiki.getTiddlerText(\"$:/config/Server/ExternalFilters/\" + filter) !== \"yes\") {\n\t\t\tconsole.log(\"Blocked attempt to GET /recipes/default/tiddlers.json with filter: \" + filter);\n\t\t\tresponse.writeHead(403);\n\t\t\tresponse.end();\n\t\t\treturn;\n\t\t}\n\t}\n\tif(state.wiki.getTiddlerText(\"$:/config/SyncSystemTiddlersFromServer\") === \"no\") {\n\t\tfilter += \"+[!is[system]]\";\n\t}\n\tvar excludeFields = (state.queryParameters.exclude || \"text\").split(\",\"),\n\t\ttitles = state.wiki.filterTiddlers(filter);\n\tresponse.writeHead(200, {\"Content-Type\": \"application/json\"});\n\tvar tiddlers = [];\n\t$tw.utils.each(titles,function(title) {\n\t\tvar tiddler = state.wiki.getTiddler(title);\n\t\tif(tiddler) {\n\t\t\tvar tiddlerFields = tiddler.getFieldStrings({exclude: excludeFields});\n\t\t\ttiddlerFields.revision = state.wiki.getChangeCount(title);\n\t\t\ttiddlerFields.type = tiddlerFields.type || \"text/vnd.tiddlywiki\";\n\t\t\ttiddlers.push(tiddlerFields);\n\t\t}\n\t});\n\tvar text = JSON.stringify(tiddlers);\n\tresponse.end(text,\"utf8\");\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/routes/put-tiddler.js": {
            "title": "$:/core/modules/server/routes/put-tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/server/routes/put-tiddler.js\ntype: application/javascript\nmodule-type: route\n\nPUT /recipes/default/tiddlers/:title\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.method = \"PUT\";\n\nexports.path = /^\\/recipes\\/default\\/tiddlers\\/(.+)$/;\n\nexports.handler = function(request,response,state) {\n\tvar title = decodeURIComponent(state.params[0]),\n\tfields = JSON.parse(state.data);\n\t// Pull up any subfields in the `fields` object\n\tif(fields.fields) {\n\t\t$tw.utils.each(fields.fields,function(field,name) {\n\t\t\tfields[name] = field;\n\t\t});\n\t\tdelete fields.fields;\n\t}\n\t// Remove any revision field\n\tif(fields.revision) {\n\t\tdelete fields.revision;\n\t}\n\tstate.wiki.addTiddler(new $tw.Tiddler(state.wiki.getCreationFields(),fields,{title: title},state.wiki.getModificationFields()));\n\tvar changeCount = state.wiki.getChangeCount(title).toString();\n\tresponse.writeHead(204, \"OK\",{\n\t\tEtag: \"\\\"default/\" + encodeURIComponent(title) + \"/\" + changeCount + \":\\\"\",\n\t\t\"Content-Type\": \"text/plain\"\n\t});\n\tresponse.end();\n};\n\n}());\n",
            "type": "application/javascript",
            "module-type": "route"
        },
        "$:/core/modules/server/server.js": {
            "title": "$:/core/modules/server/server.js",
            "text": "/*\\\ntitle: $:/core/modules/server/server.js\ntype: application/javascript\nmodule-type: library\n\nServe tiddlers over http\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nif($tw.node) {\n\tvar util = require(\"util\"),\n\t\tfs = require(\"fs\"),\n\t\turl = require(\"url\"),\n\t\tpath = require(\"path\"),\n\t\tquerystring = require(\"querystring\");\n}\n\n/*\nA simple HTTP server with regexp-based routes\noptions: variables - optional hashmap of variables to set (a misnomer - they are really constant parameters)\n\t\t routes - optional array of routes to use\n\t\t wiki - reference to wiki object\n*/\nfunction Server(options) {\n\tvar self = this;\n\tthis.routes = options.routes || [];\n\tthis.authenticators = options.authenticators || [];\n\tthis.wiki = options.wiki;\n\tthis.boot = options.boot || $tw.boot;\n\tthis.servername = $tw.utils.transliterateToSafeASCII(this.wiki.getTiddlerText(\"$:/SiteTitle\") || \"TiddlyWiki5\");\n\t// Initialise the variables\n\tthis.variables = $tw.utils.extend({},this.defaultVariables);\n\tif(options.variables) {\n\t\tfor(var variable in options.variables) {\n\t\t\tif(options.variables[variable]) {\n\t\t\t\tthis.variables[variable] = options.variables[variable];\n\t\t\t}\n\t\t}\t\t\n\t}\n\t$tw.utils.extend({},this.defaultVariables,options.variables);\n\t// Initialise CSRF\n\tthis.csrfDisable = this.get(\"csrf-disable\") === \"yes\";\n\t// Initialize Gzip compression\n\tthis.enableGzip = this.get(\"gzip\") === \"yes\";\n\t// Initialise authorization\n\tvar authorizedUserName = (this.get(\"username\") && this.get(\"password\")) ? this.get(\"username\") : \"(anon)\";\n\tthis.authorizationPrincipals = {\n\t\treaders: (this.get(\"readers\") || authorizedUserName).split(\",\").map($tw.utils.trim),\n\t\twriters: (this.get(\"writers\") || authorizedUserName).split(\",\").map($tw.utils.trim)\n\t}\n\t// Load and initialise authenticators\n\t$tw.modules.forEachModuleOfType(\"authenticator\", function(title,authenticatorDefinition) {\n\t\t// console.log(\"Loading server route \" + title);\n\t\tself.addAuthenticator(authenticatorDefinition.AuthenticatorClass);\n\t});\n\t// Load route handlers\n\t$tw.modules.forEachModuleOfType(\"route\", function(title,routeDefinition) {\n\t\t// console.log(\"Loading server route \" + title);\n\t\tself.addRoute(routeDefinition);\n\t});\n\t// Initialise the http vs https\n\tthis.listenOptions = null;\n\tthis.protocol = \"http\";\n\tvar tlsKeyFilepath = this.get(\"tls-key\"),\n\t\ttlsCertFilepath = this.get(\"tls-cert\");\n\tif(tlsCertFilepath && tlsKeyFilepath) {\n\t\tthis.listenOptions = {\n\t\t\tkey: fs.readFileSync(path.resolve(this.boot.wikiPath,tlsKeyFilepath),\"utf8\"),\n\t\t\tcert: fs.readFileSync(path.resolve(this.boot.wikiPath,tlsCertFilepath),\"utf8\")\n\t\t};\n\t\tthis.protocol = \"https\";\n\t}\n\tthis.transport = require(this.protocol);\n}\n\nServer.prototype.defaultVariables = {\n\tport: \"8080\",\n\thost: \"127.0.0.1\",\n\t\"root-tiddler\": \"$:/core/save/all\",\n\t\"root-render-type\": \"text/plain\",\n\t\"root-serve-type\": \"text/html\",\n\t\"tiddler-render-type\": \"text/html\",\n\t\"tiddler-render-template\": \"$:/core/templates/server/static.tiddler.html\",\n\t\"system-tiddler-render-type\": \"text/plain\",\n\t\"system-tiddler-render-template\": \"$:/core/templates/wikified-tiddler\",\n\t\"debug-level\": \"none\",\n\t\"gzip\": \"no\"\n};\n\nServer.prototype.get = function(name) {\n\treturn this.variables[name];\n};\n\nServer.prototype.addRoute = function(route) {\n\tthis.routes.push(route);\n};\n\nServer.prototype.addAuthenticator = function(AuthenticatorClass) {\n\t// Instantiate and initialise the authenticator\n\tvar authenticator = new AuthenticatorClass(this),\n\t\tresult = authenticator.init();\n\tif(typeof result === \"string\") {\n\t\t$tw.utils.error(\"Error: \" + result);\n\t} else if(result) {\n\t\t// Only use the authenticator if it initialised successfully\n\t\tthis.authenticators.push(authenticator);\n\t}\n};\n\nServer.prototype.findMatchingRoute = function(request,state) {\n\tfor(var t=0; t<this.routes.length; t++) {\n\t\tvar potentialRoute = this.routes[t],\n\t\t\tpathRegExp = potentialRoute.path,\n\t\t\tpathname = state.urlInfo.pathname,\n\t\t\tmatch;\n\t\tif(state.pathPrefix) {\n\t\t\tif(pathname.substr(0,state.pathPrefix.length) === state.pathPrefix) {\n\t\t\t\tpathname = pathname.substr(state.pathPrefix.length) || \"/\";\n\t\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t\t} else {\n\t\t\t\tmatch = false;\n\t\t\t}\n\t\t} else {\n\t\t\tmatch = potentialRoute.path.exec(pathname);\n\t\t}\n\t\tif(match && request.method === potentialRoute.method) {\n\t\t\tstate.params = [];\n\t\t\tfor(var p=1; p<match.length; p++) {\n\t\t\t\tstate.params.push(match[p]);\n\t\t\t}\n\t\t\treturn potentialRoute;\n\t\t}\n\t}\n\treturn null;\n};\n\nServer.prototype.methodMappings = {\n\t\"GET\": \"readers\",\n\t\"OPTIONS\": \"readers\",\n\t\"HEAD\": \"readers\",\n\t\"PUT\": \"writers\",\n\t\"POST\": \"writers\",\n\t\"DELETE\": \"writers\"\n};\n\n/*\nCheck whether a given user is authorized for the specified authorizationType (\"readers\" or \"writers\"). Pass null or undefined as the username to check for anonymous access\n*/\nServer.prototype.isAuthorized = function(authorizationType,username) {\n\tvar principals = this.authorizationPrincipals[authorizationType] || [];\n\treturn principals.indexOf(\"(anon)\") !== -1 || (username && (principals.indexOf(\"(authenticated)\") !== -1 || principals.indexOf(username) !== -1));\n}\n\nServer.prototype.requestHandler = function(request,response,options) {\n\toptions = options || {};\n\t// Compose the state object\n\tvar self = this;\n\tvar state = {};\n\tstate.wiki = options.wiki || self.wiki;\n\tstate.boot = options.boot || self.boot;\n\tstate.server = self;\n\tstate.urlInfo = url.parse(request.url);\n\tstate.queryParameters = querystring.parse(state.urlInfo.query);\n\tstate.pathPrefix = options.pathPrefix || this.get(\"path-prefix\") || \"\";\n\t// Get the principals authorized to access this resource\n\tvar authorizationType = this.methodMappings[request.method] || \"readers\";\n\t// Check for the CSRF header if this is a write\n\tif(!this.csrfDisable && authorizationType === \"writers\" && request.headers[\"x-requested-with\"] !== \"TiddlyWiki\") {\n\t\tresponse.writeHead(403,\"'X-Requested-With' header required to login to '\" + this.servername + \"'\");\n\t\tresponse.end();\n\t\treturn;\t\t\n\t}\n\t// Check whether anonymous access is granted\n\tstate.allowAnon = this.isAuthorized(authorizationType,null);\n\t// Authenticate with the first active authenticator\n\tif(this.authenticators.length > 0) {\n\t\tif(!this.authenticators[0].authenticateRequest(request,response,state)) {\n\t\t\t// Bail if we failed (the authenticator will have sent the response)\n\t\t\treturn;\n\t\t}\t\t\n\t}\n\t// Authorize with the authenticated username\n\tif(!this.isAuthorized(authorizationType,state.authenticatedUsername)) {\n\t\tresponse.writeHead(401,\"'\" + state.authenticatedUsername + \"' is not authorized to access '\" + this.servername + \"'\");\n\t\tresponse.end();\n\t\treturn;\n\t}\n\t// Find the route that matches this path\n\tvar route = self.findMatchingRoute(request,state);\n\t// Optionally output debug info\n\tif(self.get(\"debug-level\") !== \"none\") {\n\t\tconsole.log(\"Request path:\",JSON.stringify(state.urlInfo));\n\t\tconsole.log(\"Request headers:\",JSON.stringify(request.headers));\n\t\tconsole.log(\"authenticatedUsername:\",state.authenticatedUsername);\n\t}\n\t// Return a 404 if we didn't find a route\n\tif(!route) {\n\t\tresponse.writeHead(404);\n\t\tresponse.end();\n\t\treturn;\n\t}\n\t// Receive the request body if necessary and hand off to the route handler\n\tif(route.bodyFormat === \"stream\" || request.method === \"GET\" || request.method === \"HEAD\") {\n\t\t// Let the route handle the request stream itself\n\t\troute.handler(request,response,state);\n\t} else if(route.bodyFormat === \"string\" || !route.bodyFormat) {\n\t\t// Set the encoding for the incoming request\n\t\trequest.setEncoding(\"utf8\");\n\t\tvar data = \"\";\n\t\trequest.on(\"data\",function(chunk) {\n\t\t\tdata += chunk.toString();\n\t\t});\n\t\trequest.on(\"end\",function() {\n\t\t\tstate.data = data;\n\t\t\troute.handler(request,response,state);\n\t\t});\n\t} else if(route.bodyFormat === \"buffer\") {\n\t\tvar data = [];\n\t\trequest.on(\"data\",function(chunk) {\n\t\t\tdata.push(chunk);\n\t\t});\n\t\trequest.on(\"end\",function() {\n\t\t\tstate.data = Buffer.concat(data);\n\t\t\troute.handler(request,response,state);\n\t\t})\n\t} else {\n\t\tresponse.writeHead(400,\"Invalid bodyFormat \" + route.bodyFormat + \" in route \" + route.method + \" \" + route.path.source);\n\t\tresponse.end();\n\t}\n};\n\n/*\nListen for requests\nport: optional port number (falls back to value of \"port\" variable)\nhost: optional host address (falls back to value of \"host\" variable)\nprefix: optional prefix (falls back to value of \"path-prefix\" variable)\n*/\nServer.prototype.listen = function(port,host,prefix) {\n\tvar self = this;\n\t// Handle defaults for port and host\n\tport = port || this.get(\"port\");\n\thost = host || this.get(\"host\");\n\tprefix = prefix || this.get(\"path-prefix\") || \"\";\n\t// Check for the port being a string and look it up as an environment variable\n\tif(parseInt(port,10).toString() !== port) {\n\t\tport = process.env[port] || 8080;\n\t}\n\t// Warn if required plugins are missing\n\tif(!this.wiki.getTiddler(\"$:/plugins/tiddlywiki/tiddlyweb\") || !this.wiki.getTiddler(\"$:/plugins/tiddlywiki/filesystem\")) {\n\t\t$tw.utils.warning(\"Warning: Plugins required for client-server operation (\\\"tiddlywiki/filesystem\\\" and \\\"tiddlywiki/tiddlyweb\\\") are missing from tiddlywiki.info file\");\n\t}\n\t// Create the server\n\tvar server;\n\tif(this.listenOptions) {\n\t\tserver = this.transport.createServer(this.listenOptions,this.requestHandler.bind(this));\n\t} else {\n\t\tserver = this.transport.createServer(this.requestHandler.bind(this));\n\t}\n\t// Display the port number after we've started listening (the port number might have been specified as zero, in which case we will get an assigned port)\n\tserver.on(\"listening\",function() {\n\t\tvar address = server.address();\n\t\t$tw.utils.log(\"Serving on \" + self.protocol + \"://\" + address.address + \":\" + address.port + prefix,\"brown/orange\");\n\t\t$tw.utils.log(\"(press ctrl-C to exit)\",\"red\");\n\t});\n\t// Listen\n\treturn server.listen(port,host);\n};\n\nexports.Server = Server;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "library"
        },
        "$:/core/modules/browser-messaging.js": {
            "title": "$:/core/modules/browser-messaging.js",
            "text": "/*\\\ntitle: $:/core/modules/browser-messaging.js\ntype: application/javascript\nmodule-type: startup\n\nBrowser message handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"browser-messaging\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n/*\nLoad a specified url as an iframe and call the callback when it is loaded. If the url is already loaded then the existing iframe instance is used\n*/\nfunction loadIFrame(url,callback) {\n\t// Check if iframe already exists\n\tvar iframeInfo = $tw.browserMessaging.iframeInfoMap[url];\n\tif(iframeInfo) {\n\t\t// We've already got the iframe\n\t\tcallback(null,iframeInfo);\n\t} else {\n\t\t// Create the iframe and save it in the list\n\t\tvar iframe = document.createElement(\"iframe\");\n\t\tiframeInfo = {\n\t\t\turl: url,\n\t\t\tstatus: \"loading\",\n\t\t\tdomNode: iframe\n\t\t};\n\t\t$tw.browserMessaging.iframeInfoMap[url] = iframeInfo;\n\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t// Add the iframe to the DOM and hide it\n\t\tiframe.style.display = \"none\";\n\t\tiframe.setAttribute(\"library\",\"true\");\n\t\tdocument.body.appendChild(iframe);\n\t\t// Set up onload\n\t\tiframe.onload = function() {\n\t\t\tiframeInfo.status = \"loaded\";\n\t\t\tsaveIFrameInfoTiddler(iframeInfo);\n\t\t\tcallback(null,iframeInfo);\n\t\t};\n\t\tiframe.onerror = function() {\n\t\t\tcallback(\"Cannot load iframe\");\n\t\t};\n\t\ttry {\n\t\t\tiframe.src = url;\n\t\t} catch(ex) {\n\t\t\tcallback(ex);\n\t\t}\n\t}\n}\n\n/*\nUnload library iframe for given url\n*/\nfunction unloadIFrame(url){\n\t$tw.utils.each(document.getElementsByTagName('iframe'), function(iframe) {\n\t\tif(iframe.getAttribute(\"library\") === \"true\" &&\n\t\t  iframe.getAttribute(\"src\") === url) {\n\t\t\tiframe.parentNode.removeChild(iframe);\n\t\t}\n\t});\n}\n\nfunction saveIFrameInfoTiddler(iframeInfo) {\n\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),{\n\t\ttitle: \"$:/temp/ServerConnection/\" + iframeInfo.url,\n\t\ttext: iframeInfo.status,\n\t\ttags: [\"$:/tags/ServerConnection\"],\n\t\turl: iframeInfo.url\n\t},$tw.wiki.getModificationFields()));\n}\n\nexports.startup = function() {\n\t// Initialise the store of iframes we've created\n\t$tw.browserMessaging = {\n\t\tiframeInfoMap: {} // Hashmap by URL of {url:,status:\"loading/loaded\",domNode:}\n\t};\n\t// Listen for widget messages to control loading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\tif(url) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert($tw.language.getString(\"Error/LoadingPluginLibrary\") + \": \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers.json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-info\",\n\t\t\t\t\t\t\tinfoTitlePrefix: paramObject.infoTitlePrefix || \"$:/temp/RemoteAssetInfo/\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for widget messages to control unloading the plugin library\n\t$tw.rootWidget.addEventListener(\"tm-unload-plugin-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url;\n\t\t$tw.browserMessaging.iframeInfoMap[url] = undefined;\n\t\tif(url) {\n\t\t\tunloadIFrame(url);\n\t\t\t$tw.utils.each(\n\t\t\t\t$tw.wiki.filterTiddlers(\"[[$:/temp/ServerConnection/\" + url + \"]] [prefix[$:/temp/RemoteAssetInfo/\" + url + \"/]]\"),\n\t\t\t\tfunction(title) {\n\t\t\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t\t\t}\n\t\t\t);\n\t\t}\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-load-plugin-from-library\",function(event) {\n\t\tvar paramObject = event.paramObject || {},\n\t\t\turl = paramObject.url,\n\t\t\ttitle = paramObject.title;\n\t\tif(url && title) {\n\t\t\tloadIFrame(url,function(err,iframeInfo) {\n\t\t\t\tif(err) {\n\t\t\t\t\talert($tw.language.getString(\"Error/LoadingPluginLibrary\") + \": \" + url);\n\t\t\t\t} else {\n\t\t\t\t\tiframeInfo.domNode.contentWindow.postMessage({\n\t\t\t\t\t\tverb: \"GET\",\n\t\t\t\t\t\turl: \"recipes/library/tiddlers/\" + encodeURIComponent(title) + \".json\",\n\t\t\t\t\t\tcookies: {\n\t\t\t\t\t\t\ttype: \"save-tiddler\",\n\t\t\t\t\t\t\turl: url\n\t\t\t\t\t\t}\n\t\t\t\t\t},\"*\");\n\t\t\t\t}\n\t\t\t});\n\t\t}\n\t});\n\t// Listen for window messages from other windows\n\twindow.addEventListener(\"message\",function listener(event){\n\t\t// console.log(\"browser-messaging: \",document.location.toString())\n\t\t// console.log(\"browser-messaging: Received message from\",event.origin);\n\t\t// console.log(\"browser-messaging: Message content\",event.data);\n\t\tswitch(event.data.verb) {\n\t\t\tcase \"GET-RESPONSE\":\n\t\t\t\tif(event.data.status.charAt(0) === \"2\") {\n\t\t\t\t\tif(event.data.cookies) {\n\t\t\t\t\t\tif(event.data.cookies.type === \"save-info\") {\n\t\t\t\t\t\t\tvar tiddlers = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.utils.each(tiddlers,function(tiddler) {\n\t\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler($tw.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\t\t\t\t\ttitle: event.data.cookies.infoTitlePrefix + event.data.cookies.url + \"/\" + tiddler.title,\n\t\t\t\t\t\t\t\t\t\"original-title\": tiddler.title,\n\t\t\t\t\t\t\t\t\ttext: \"\",\n\t\t\t\t\t\t\t\t\ttype: \"text/vnd.tiddlywiki\",\n\t\t\t\t\t\t\t\t\t\"original-type\": tiddler.type,\n\t\t\t\t\t\t\t\t\t\"plugin-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-plugin-type\": tiddler[\"plugin-type\"],\n\t\t\t\t\t\t\t\t\t\"module-type\": undefined,\n\t\t\t\t\t\t\t\t\t\"original-module-type\": tiddler[\"module-type\"],\n\t\t\t\t\t\t\t\t\ttags: [\"$:/tags/RemoteAssetInfo\"],\n\t\t\t\t\t\t\t\t\t\"original-tags\": $tw.utils.stringifyList(tiddler.tags || []),\n\t\t\t\t\t\t\t\t\t\"server-url\": event.data.cookies.url\n\t\t\t\t\t\t\t\t},$tw.wiki.getModificationFields()));\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t} else if(event.data.cookies.type === \"save-tiddler\") {\n\t\t\t\t\t\t\tvar tiddler = JSON.parse(event.data.body);\n\t\t\t\t\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(tiddler));\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\t},false);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/commands.js": {
            "title": "$:/core/modules/startup/commands.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/commands.js\ntype: application/javascript\nmodule-type: startup\n\nCommand processing\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"commands\";\nexports.platforms = [\"node\"];\nexports.after = [\"story\"];\nexports.synchronous = false;\n\nexports.startup = function(callback) {\n\t// On the server, start a commander with the command line arguments\n\tvar commander = new $tw.Commander(\n\t\t$tw.boot.argv,\n\t\tfunction(err) {\n\t\t\tif(err) {\n\t\t\t\treturn $tw.utils.error(\"Error: \" + err);\n\t\t\t}\n\t\t\tcallback();\n\t\t},\n\t\t$tw.wiki,\n\t\t{output: process.stdout, error: process.stderr}\n\t);\n\tcommander.execute();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/CSSescape.js": {
            "title": "$:/core/modules/startup/CSSescape.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/CSSescape.js\ntype: application/javascript\nmodule-type: startup\n\nPolyfill for CSS.escape()\n\n\\*/\n(function(root,factory){\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"css-escape\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n/*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */\n// https://github.com/umdjs/umd/blob/master/returnExports.js\nexports.startup = factory(root);\n}(typeof global != 'undefined' ? global : this, function(root) {\n\n\tif (root.CSS && root.CSS.escape) {\n\t\treturn;\n\t}\n\n\t// https://drafts.csswg.org/cssom/#serialize-an-identifier\n\tvar cssEscape = function(value) {\n\t\tif (arguments.length == 0) {\n\t\t\tthrow new TypeError('`CSS.escape` requires an argument.');\n\t\t}\n\t\tvar string = String(value);\n\t\tvar length = string.length;\n\t\tvar index = -1;\n\t\tvar codeUnit;\n\t\tvar result = '';\n\t\tvar firstCodeUnit = string.charCodeAt(0);\n\t\twhile (++index < length) {\n\t\t\tcodeUnit = string.charCodeAt(index);\n\t\t\t// Note: there’s no need to special-case astral symbols, surrogate\n\t\t\t// pairs, or lone surrogates.\n\n\t\t\t// If the character is NULL (U+0000), then the REPLACEMENT CHARACTER\n\t\t\t// (U+FFFD).\n\t\t\tif (codeUnit == 0x0000) {\n\t\t\t\tresult += '\\uFFFD';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is in the range [\\1-\\1F] (U+0001 to U+001F) or is\n\t\t\t\t// U+007F, […]\n\t\t\t\t(codeUnit >= 0x0001 && codeUnit <= 0x001F) || codeUnit == 0x007F ||\n\t\t\t\t// If the character is the first character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039), […]\n\t\t\t\t(index == 0 && codeUnit >= 0x0030 && codeUnit <= 0x0039) ||\n\t\t\t\t// If the character is the second character and is in the range [0-9]\n\t\t\t\t// (U+0030 to U+0039) and the first character is a `-` (U+002D), […]\n\t\t\t\t(\n\t\t\t\t\tindex == 1 &&\n\t\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 &&\n\t\t\t\t\tfirstCodeUnit == 0x002D\n\t\t\t\t)\n\t\t\t) {\n\t\t\t\t// https://drafts.csswg.org/cssom/#escape-a-character-as-code-point\n\t\t\t\tresult += '\\\\' + codeUnit.toString(16) + ' ';\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tif (\n\t\t\t\t// If the character is the first character and is a `-` (U+002D), and\n\t\t\t\t// there is no second character, […]\n\t\t\t\tindex == 0 &&\n\t\t\t\tlength == 1 &&\n\t\t\t\tcodeUnit == 0x002D\n\t\t\t) {\n\t\t\t\tresult += '\\\\' + string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// If the character is not handled by one of the above rules and is\n\t\t\t// greater than or equal to U+0080, is `-` (U+002D) or `_` (U+005F), or\n\t\t\t// is in one of the ranges [0-9] (U+0030 to U+0039), [A-Z] (U+0041 to\n\t\t\t// U+005A), or [a-z] (U+0061 to U+007A), […]\n\t\t\tif (\n\t\t\t\tcodeUnit >= 0x0080 ||\n\t\t\t\tcodeUnit == 0x002D ||\n\t\t\t\tcodeUnit == 0x005F ||\n\t\t\t\tcodeUnit >= 0x0030 && codeUnit <= 0x0039 ||\n\t\t\t\tcodeUnit >= 0x0041 && codeUnit <= 0x005A ||\n\t\t\t\tcodeUnit >= 0x0061 && codeUnit <= 0x007A\n\t\t\t) {\n\t\t\t\t// the character itself\n\t\t\t\tresult += string.charAt(index);\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\t// Otherwise, the escaped character.\n\t\t\t// https://drafts.csswg.org/cssom/#escape-a-character\n\t\t\tresult += '\\\\' + string.charAt(index);\n\n\t\t}\n\t\treturn result;\n\t};\n\n\tif (!root.CSS) {\n\t\troot.CSS = {};\n\t}\n\n\troot.CSS.escape = cssEscape;\n\n}));\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/favicon.js": {
            "title": "$:/core/modules/startup/favicon.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/favicon.js\ntype: application/javascript\nmodule-type: startup\n\nFavicon handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"favicon\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\t\t\n// Favicon tiddler\nvar FAVICON_TITLE = \"$:/favicon.ico\";\n\nexports.startup = function() {\n\t// Set up the favicon\n\tsetFavicon();\n\t// Reset the favicon when the tiddler changes\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,FAVICON_TITLE)) {\n\t\t\tsetFavicon();\n\t\t}\n\t});\n};\n\nfunction setFavicon() {\n\tvar tiddler = $tw.wiki.getTiddler(FAVICON_TITLE);\n\tif(tiddler) {\n\t\tvar faviconLink = document.getElementById(\"faviconLink\");\n\t\tfaviconLink.setAttribute(\"href\",$tw.utils.makeDataUri(tiddler.fields.text,tiddler.fields.type,tiddler.fields._canonical_uri));\n\t}\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/info.js": {
            "title": "$:/core/modules/startup/info.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/info.js\ntype: application/javascript\nmodule-type: startup\n\nInitialise $:/info tiddlers via $:/temp/info-plugin pseudo-plugin\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"info\";\nexports.before = [\"startup\"];\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\nvar TITLE_INFO_PLUGIN = \"$:/temp/info-plugin\";\n\nexports.startup = function() {\n\t// Function to bake the info plugin with new tiddlers\n\tvar updateInfoPlugin = function(tiddlerFieldsArray) {\n\t\t// Get the existing tiddlers\n\t\tvar json = $tw.wiki.getTiddlerData(TITLE_INFO_PLUGIN,{tiddlers: {}});\n\t\t// Add the new ones\n\t\t$tw.utils.each(tiddlerFieldsArray,function(fields) {\n\t\t\tif(fields && fields.title) {\n\t\t\t\tjson.tiddlers[fields.title] = fields;\n\t\t\t}\n\t\t});\n\t\t// Bake the info tiddlers into a plugin. We use the non-standard plugin-type \"info\" because ordinary plugins are only registered asynchronously after being loaded dynamically\n\t\tvar fields = {\n\t\t\ttitle: TITLE_INFO_PLUGIN,\n\t\t\ttype: \"application/json\",\n\t\t\t\"plugin-type\": \"info\",\n\t\t\ttext: JSON.stringify(json,null,$tw.config.preferences.jsonSpaces)\n\t\t};\n\t\t$tw.wiki.addTiddler(new $tw.Tiddler(fields));\n\n\t};\n\t// Collect up the info tiddlers\n\tvar tiddlerFieldsArray = [];\n\t// Give each info module a chance to provide as many info tiddlers as they want as an array, and give them a callback for dynamically updating them\n\t$tw.modules.forEachModuleOfType(\"info\",function(title,moduleExports) {\n\t\tif(moduleExports && moduleExports.getInfoTiddlerFields) {\n\t\t\tArray.prototype.push.apply(tiddlerFieldsArray,moduleExports.getInfoTiddlerFields(updateInfoPlugin));\n\t\t}\n\t});\n\tupdateInfoPlugin(tiddlerFieldsArray);\n\tvar changes = $tw.wiki.readPluginInfo([TITLE_INFO_PLUGIN]);\n\t$tw.wiki.registerPluginTiddlers(\"info\",[TITLE_INFO_PLUGIN]);\n\t$tw.wiki.unpackPluginTiddlers();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/load-modules.js": {
            "title": "$:/core/modules/startup/load-modules.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/load-modules.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"load-modules\";\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Load modules\n\t$tw.modules.applyMethods(\"utils\",$tw.utils);\n\tif($tw.node) {\n\t\t$tw.modules.applyMethods(\"utils-node\",$tw.utils);\n\t}\n\t$tw.modules.applyMethods(\"global\",$tw);\n\t$tw.modules.applyMethods(\"config\",$tw.config);\n\t$tw.Tiddler.fieldModules = $tw.modules.getModulesByTypeAsHashmap(\"tiddlerfield\");\n\t$tw.modules.applyMethods(\"tiddlermethod\",$tw.Tiddler.prototype);\n\t$tw.modules.applyMethods(\"wikimethod\",$tw.Wiki.prototype);\n\t$tw.wiki.addIndexersToWiki();\n\t$tw.modules.applyMethods(\"tiddlerdeserializer\",$tw.Wiki.tiddlerDeserializerModules);\n\t$tw.macros = $tw.modules.getModulesByTypeAsHashmap(\"macro\");\n\t$tw.wiki.initParsers();\n\t$tw.Commander.initCommands();\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/password.js": {
            "title": "$:/core/modules/startup/password.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/password.js\ntype: application/javascript\nmodule-type: startup\n\nPassword handling\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"password\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t$tw.rootWidget.addEventListener(\"tm-set-password\",function(event) {\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: $tw.language.getString(\"Encryption/PromptSetPassword\"),\n\t\t\tnoUserName: true,\n\t\t\tsubmitText: $tw.language.getString(\"Encryption/SetPassword\"),\n\t\t\tcanCancel: true,\n\t\t\trepeatPassword: true,\n\t\t\tcallback: function(data) {\n\t\t\t\tif(data) {\n\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t}\n\t\t\t\treturn true; // Get rid of the password prompt\n\t\t\t}\n\t\t});\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-clear-password\",function(event) {\n\t\tif($tw.browser) {\n\t\t\tif(!confirm($tw.language.getString(\"Encryption/ConfirmClearPassword\"))) {\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t\t$tw.crypto.setPassword(null);\n\t});\n\t// Ensure that $:/isEncrypted is maintained properly\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.utils.hop(changes,\"$:/isEncrypted\")) {\n\t\t\t$tw.crypto.updateCryptoStateTiddler();\n\t\t}\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/plugins.js": {
            "title": "$:/core/modules/startup/plugins.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/plugins.js\ntype: application/javascript\nmodule-type: startup\n\nStartup logic concerned with managing plugins\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"plugins\";\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\nvar TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE = \"$:/status/RequireReloadDueToPluginChange\";\n\nvar PREFIX_CONFIG_REGISTER_PLUGIN_TYPE = \"$:/config/RegisterPluginType/\";\n\nexports.startup = function() {\n\t$tw.wiki.addTiddler({title: TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE,text: \"no\"});\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\t// Work out which of the changed tiddlers are plugins that we need to reregister\n\t\tvar changesToProcess = [],\n\t\t\trequireReloadDueToPluginChange = false;\n\t\t$tw.utils.each(Object.keys(changes),function(title) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title),\n\t\t\t\trequiresReload = $tw.wiki.doesPluginRequireReload(title);\n\t\t\tif(requiresReload) {\n\t\t\t\trequireReloadDueToPluginChange = true;\n\t\t\t} else if(tiddler) {\n\t\t\t\tvar pluginType = tiddler.fields[\"plugin-type\"];\n\t\t\t\tif($tw.wiki.getTiddlerText(PREFIX_CONFIG_REGISTER_PLUGIN_TYPE + (tiddler.fields[\"plugin-type\"] || \"\"),\"no\") === \"yes\") {\n\t\t\t\t\tchangesToProcess.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\t// Issue warning if any of the tiddlers require a reload\n\t\tif(requireReloadDueToPluginChange) {\n\t\t\t$tw.wiki.addTiddler({title: TITLE_REQUIRE_RELOAD_DUE_TO_PLUGIN_CHANGE,text: \"yes\"});\n\t\t}\n\t\t// Read or delete the plugin info of the changed tiddlers\n\t\tif(changesToProcess.length > 0) {\n\t\t\tvar changes = $tw.wiki.readPluginInfo(changesToProcess);\n\t\t\tif(changes.modifiedPlugins.length > 0 || changes.deletedPlugins.length > 0) {\n\t\t\t\tvar changedShadowTiddlers = {};\n\t\t\t\t// Collect the shadow tiddlers of any deleted plugins\n\t\t\t\t$tw.utils.each(changes.deletedPlugins,function(pluginTitle) {\n\t\t\t\t\tvar pluginInfo = $tw.wiki.getPluginInfo(pluginTitle);\n\t\t\t\t\tif(pluginInfo) {\n\t\t\t\t\t\t$tw.utils.each(Object.keys(pluginInfo.tiddlers),function(title) {\n\t\t\t\t\t\t\tchangedShadowTiddlers[title] = true;\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t// Collect the shadow tiddlers of any modified plugins\n\t\t\t\t$tw.utils.each(changes.modifiedPlugins,function(pluginTitle) {\n\t\t\t\t\tvar pluginInfo = $tw.wiki.getPluginInfo(pluginTitle);\n\t\t\t\t\tif(pluginInfo) {\n\t\t\t\t\t\t$tw.utils.each(Object.keys(pluginInfo.tiddlers),function(title) {\n\t\t\t\t\t\t\tchangedShadowTiddlers[title] = false;\n\t\t\t\t\t\t});\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\t// (Re-)register any modified plugins\n\t\t\t\t$tw.wiki.registerPluginTiddlers(null,changes.modifiedPlugins);\n\t\t\t\t// Unregister any deleted plugins\n\t\t\t\t$tw.wiki.unregisterPluginTiddlers(null,changes.deletedPlugins);\n\t\t\t\t// Unpack the shadow tiddlers\n\t\t\t\t$tw.wiki.unpackPluginTiddlers();\n\t\t\t\t// Queue change events for the changed shadow tiddlers\n\t\t\t\t$tw.utils.each(Object.keys(changedShadowTiddlers),function(title) {\n\t\t\t\t\t$tw.wiki.enqueueTiddlerEvent(title,changedShadowTiddlers[title]);\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/render.js": {
            "title": "$:/core/modules/startup/render.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/render.js\ntype: application/javascript\nmodule-type: startup\n\nTitle, stylesheet and page rendering\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"render\";\nexports.platforms = [\"browser\"];\nexports.after = [\"story\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar PAGE_TITLE_TITLE = \"$:/core/wiki/title\";\nvar PAGE_STYLESHEET_TITLE = \"$:/core/ui/PageStylesheet\";\nvar PAGE_TEMPLATE_TITLE = \"$:/core/ui/RootTemplate\";\n\n// Time (in ms) that we defer refreshing changes to draft tiddlers\nvar DRAFT_TIDDLER_TIMEOUT_TITLE = \"$:/config/Drafts/TypingTimeout\";\nvar THROTTLE_REFRESH_TIMEOUT = 400;\n\nexports.startup = function() {\n\t// Set up the title\n\t$tw.titleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TITLE_TITLE,{document: $tw.fakeDocument, parseAsInline: true});\n\t$tw.titleContainer = $tw.fakeDocument.createElement(\"div\");\n\t$tw.titleWidgetNode.render($tw.titleContainer,null);\n\tdocument.title = $tw.titleContainer.textContent;\n\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\tif($tw.titleWidgetNode.refresh(changes,$tw.titleContainer,null)) {\n\t\t\tdocument.title = $tw.titleContainer.textContent;\n\t\t}\n\t});\n\t// Set up the styles\n\t$tw.styleWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_STYLESHEET_TITLE,{document: $tw.fakeDocument});\n\t$tw.styleContainer = $tw.fakeDocument.createElement(\"style\");\n\t$tw.styleWidgetNode.render($tw.styleContainer,null);\n\t$tw.styleElement = document.createElement(\"style\");\n\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\tdocument.head.insertBefore($tw.styleElement,document.head.firstChild);\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"styleRefresh\",function(changes) {\n\t\tif($tw.styleWidgetNode.refresh(changes,$tw.styleContainer,null)) {\n\t\t\t$tw.styleElement.innerHTML = $tw.styleContainer.textContent;\n\t\t}\n\t}));\n\t// Display the $:/core/ui/PageTemplate tiddler to kick off the display\n\t$tw.perf.report(\"mainRender\",function() {\n\t\t$tw.pageWidgetNode = $tw.wiki.makeTranscludeWidget(PAGE_TEMPLATE_TITLE,{document: document, parentWidget: $tw.rootWidget, recursionMarker: \"no\"});\n\t\t$tw.pageContainer = document.createElement(\"div\");\n\t\t$tw.utils.addClass($tw.pageContainer,\"tc-page-container-wrapper\");\n\t\tdocument.body.insertBefore($tw.pageContainer,document.body.firstChild);\n\t\t$tw.pageWidgetNode.render($tw.pageContainer,null);\n   \t\t$tw.hooks.invokeHook(\"th-page-refreshed\");\n\t})();\n\t// Remove any splash screen elements\n\tvar removeList = document.querySelectorAll(\".tc-remove-when-wiki-loaded\");\n\t$tw.utils.each(removeList,function(removeItem) {\n\t\tif(removeItem.parentNode) {\n\t\t\tremoveItem.parentNode.removeChild(removeItem);\n\t\t}\n\t});\n\t// Prepare refresh mechanism\n\tvar deferredChanges = Object.create(null),\n\t\ttimerId;\n\tfunction refresh() {\n\t\t// Process the refresh\n\t\t$tw.hooks.invokeHook(\"th-page-refreshing\");\n\t\t$tw.pageWidgetNode.refresh(deferredChanges);\n\t\tdeferredChanges = Object.create(null);\n\t\t$tw.hooks.invokeHook(\"th-page-refreshed\");\n\t}\n\t// Add the change event handler\n\t$tw.wiki.addEventListener(\"change\",$tw.perf.report(\"mainRefresh\",function(changes) {\n\t\t// Check if only tiddlers that are throttled have changed\n\t\tvar onlyThrottledTiddlersHaveChanged = true;\n\t\tfor(var title in changes) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\tif(!tiddler || !(tiddler.hasField(\"draft.of\") || tiddler.hasField(\"throttle.refresh\"))) {\n\t\t\t\tonlyThrottledTiddlersHaveChanged = false;\n\t\t\t}\n\t\t}\n\t\t// Defer the change if only drafts have changed\n\t\tif(timerId) {\n\t\t\tclearTimeout(timerId);\n\t\t}\n\t\ttimerId = null;\n\t\tif(onlyThrottledTiddlersHaveChanged) {\n\t\t\tvar timeout = parseInt($tw.wiki.getTiddlerText(DRAFT_TIDDLER_TIMEOUT_TITLE,\"\"),10);\n\t\t\tif(isNaN(timeout)) {\n\t\t\t\ttimeout = THROTTLE_REFRESH_TIMEOUT;\n\t\t\t}\n\t\t\ttimerId = setTimeout(refresh,timeout);\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t} else {\n\t\t\t$tw.utils.extend(deferredChanges,changes);\n\t\t\trefresh();\n\t\t}\n\t}));\n\t// Fix up the link between the root widget and the page container\n\t$tw.rootWidget.domNodes = [$tw.pageContainer];\n\t$tw.rootWidget.children = [$tw.pageWidgetNode];\n\t// Run any post-render startup actions\n\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction/PostRender\");\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/rootwidget.js": {
            "title": "$:/core/modules/startup/rootwidget.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/rootwidget.js\ntype: application/javascript\nmodule-type: startup\n\nSetup the root widget and the core root widget handlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"rootwidget\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.before = [\"story\"];\nexports.synchronous = true;\n\nexports.startup = function() {\n\t// Install the modal message mechanism\n\t$tw.modal = new $tw.utils.Modal($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-modal\",function(event) {\n\t\t$tw.modal.display(event.param,{variables: event.paramObject, event: event});\n\t});\n\t$tw.rootWidget.addEventListener(\"tm-show-switcher\",function(event) {\n\t\t$tw.modal.display(\"$:/core/ui/SwitcherModal\",{variables: event.paramObject, event: event});\n\t});\t\n\t// Install the notification  mechanism\n\t$tw.notifier = new $tw.utils.Notifier($tw.wiki);\n\t$tw.rootWidget.addEventListener(\"tm-notify\",function(event) {\n\t\t$tw.notifier.display(event.param,{variables: event.paramObject});\n\t});\n\t// Install the copy-to-clipboard  mechanism\n\t$tw.rootWidget.addEventListener(\"tm-copy-to-clipboard\",function(event) {\n\t\t$tw.utils.copyToClipboard(event.param);\n\t});\n\t// Install the tm-focus-selector message\n\t$tw.rootWidget.addEventListener(\"tm-focus-selector\",function(event) {\n\t\tvar selector = event.param || \"\",\n\t\t\telement;\n\t\ttry {\n\t\t\telement = document.querySelector(selector);\n\t\t} catch(e) {\n\t\t\tconsole.log(\"Error in selector: \",selector)\n\t\t}\n\t\tif(element && element.focus) {\n\t\t\telement.focus(event.paramObject);\n\t\t}\n\t});\n\t// Install the scroller\n\t$tw.pageScroller = new $tw.utils.PageScroller();\n\t$tw.rootWidget.addEventListener(\"tm-scroll\",function(event) {\n\t\t$tw.pageScroller.handleEvent(event);\n\t});\n\tvar fullscreen = $tw.utils.getFullScreenApis();\n\tif(fullscreen) {\n\t\t$tw.rootWidget.addEventListener(\"tm-full-screen\",function(event) {\n\t\t\tvar fullScreenDocument = event.event ? event.event.target.ownerDocument : document;\n\t\t\tif(event.param === \"enter\") {\n\t\t\t\tfullScreenDocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\n\t\t\t} else if(event.param === \"exit\") {\n\t\t\t\tfullScreenDocument[fullscreen._exitFullscreen]();\n\t\t\t} else {\n\t\t\t\tif(fullScreenDocument[fullscreen._fullscreenElement]) {\n\t\t\t\t\tfullScreenDocument[fullscreen._exitFullscreen]();\n\t\t\t\t} else {\n\t\t\t\t\tfullScreenDocument.documentElement[fullscreen._requestFullscreen](Element.ALLOW_KEYBOARD_INPUT);\n\t\t\t\t}\t\t\t\t\n\t\t\t}\n\t\t});\n\t}\n\t// If we're being viewed on a data: URI then give instructions for how to save\n\tif(document.location.protocol === \"data:\") {\n\t\t$tw.rootWidget.dispatchEvent({\n\t\t\ttype: \"tm-modal\",\n\t\t\tparam: \"$:/language/Modals/SaveInstructions\"\n\t\t});\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup.js": {
            "title": "$:/core/modules/startup.js",
            "text": "/*\\\ntitle: $:/core/modules/startup.js\ntype: application/javascript\nmodule-type: startup\n\nMiscellaneous startup logic for both the client and server.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"startup\";\nexports.after = [\"load-modules\"];\nexports.synchronous = true;\n\n// Set to `true` to enable performance instrumentation\nvar PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE = \"$:/config/Performance/Instrumentation\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nexports.startup = function() {\n\tvar modules,n,m,f;\n\t// Minimal browser detection\n\tif($tw.browser) {\n\t\t$tw.browser.isIE = (/msie|trident/i.test(navigator.userAgent));\n\t\t$tw.browser.isFirefox = !!document.mozFullScreenEnabled;\n\t}\n\t// Platform detection\n\t$tw.platform = {};\n\tif($tw.browser) {\n\t\t$tw.platform.isMac = /Mac/.test(navigator.platform);\n\t\t$tw.platform.isWindows = /win/i.test(navigator.platform);\n\t\t$tw.platform.isLinux = /Linux/i.test(navigator.platform);\n\t} else {\n\t\tswitch(require(\"os\").platform()) {\n\t\t\tcase \"darwin\":\n\t\t\t\t$tw.platform.isMac = true;\n\t\t\t\tbreak;\n\t\t\tcase \"win32\":\n\t\t\t\t$tw.platform.isWindows = true;\n\t\t\t\tbreak;\n\t\t\tcase \"freebsd\":\n\t\t\t\t$tw.platform.isLinux = true;\n\t\t\t\tbreak;\n\t\t\tcase \"linux\":\n\t\t\t\t$tw.platform.isLinux = true;\n\t\t\t\tbreak;\n\t\t}\n\t}\n\t// Initialise version\n\t$tw.version = $tw.utils.extractVersionInfo();\n\t// Set up the performance framework\n\t$tw.perf = new $tw.Performance($tw.wiki.getTiddlerText(PERFORMANCE_INSTRUMENTATION_CONFIG_TITLE,\"no\") === \"yes\");\n\t// Create a root widget for attaching event handlers. By using it as the parentWidget for another widget tree, one can reuse the event handlers\n\t$tw.rootWidget = new widget.widget({\n\t\ttype: \"widget\",\n\t\tchildren: []\n\t},{\n\t\twiki: $tw.wiki,\n\t\tdocument: $tw.browser ? document : $tw.fakeDocument\n\t});\n\t// Execute any startup actions\n\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction\");\n\tif($tw.browser) {\n\t\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction/Browser\");\t\t\n\t}\n\tif($tw.node) {\n\t\t$tw.rootWidget.invokeActionsByTag(\"$:/tags/StartupAction/Node\");\t\t\n\t}\n\t// Kick off the language manager and switcher\n\t$tw.language = new $tw.Language();\n\t$tw.languageSwitcher = new $tw.PluginSwitcher({\n\t\twiki: $tw.wiki,\n\t\tpluginType: \"language\",\n\t\tcontrollerTitle: \"$:/language\",\n\t\tdefaultPlugins: [\n\t\t\t\"$:/languages/en-GB\"\n\t\t],\n\t\tonSwitch: function(plugins) {\n\t\t\tif($tw.browser) {\n\t\t\t\tvar pluginTiddler = $tw.wiki.getTiddler(plugins[0]);\n\t\t\t\tif(pluginTiddler) {\n\t\t\t\t\tdocument.documentElement.setAttribute(\"dir\",pluginTiddler.getFieldString(\"text-direction\") || \"auto\");\n\t\t\t\t} else {\n\t\t\t\t\tdocument.documentElement.removeAttribute(\"dir\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\t// Kick off the theme manager\n\t$tw.themeManager = new $tw.PluginSwitcher({\n\t\twiki: $tw.wiki,\n\t\tpluginType: \"theme\",\n\t\tcontrollerTitle: \"$:/theme\",\n\t\tdefaultPlugins: [\n\t\t\t\"$:/themes/tiddlywiki/snowwhite\",\n\t\t\t\"$:/themes/tiddlywiki/vanilla\"\n\t\t]\n\t});\n\t// Kick off the keyboard manager\n\t$tw.keyboardManager = new $tw.KeyboardManager();\n\t// Listen for shortcuts\n\tif($tw.browser) {\n\t\t$tw.utils.addEventListeners(document,[{\n\t\t\tname: \"keydown\",\n\t\t\thandlerObject: $tw.keyboardManager,\n\t\t\thandlerMethod: \"handleKeydownEvent\"\n\t\t}]);\n\t}\n\t// Clear outstanding tiddler store change events to avoid an unnecessary refresh cycle at startup\n\t$tw.wiki.clearTiddlerEventQueue();\n\t// Find a working syncadaptor\n\t$tw.syncadaptor = undefined;\n\t$tw.modules.forEachModuleOfType(\"syncadaptor\",function(title,module) {\n\t\tif(!$tw.syncadaptor && module.adaptorClass) {\n\t\t\t$tw.syncadaptor = new module.adaptorClass({wiki: $tw.wiki});\n\t\t}\n\t});\n\t// Set up the syncer object if we've got a syncadaptor\n\tif($tw.syncadaptor) {\n\t\t$tw.syncer = new $tw.Syncer({wiki: $tw.wiki, syncadaptor: $tw.syncadaptor});\n\t}\n\t// Setup the saver handler\n\t$tw.saverHandler = new $tw.SaverHandler({\n\t\twiki: $tw.wiki,\n\t\tdirtyTracking: !$tw.syncadaptor,\n\t\tpreloadDirty: $tw.boot.preloadDirty || []\n\t});\n\t// Host-specific startup\n\tif($tw.browser) {\n\t\t// Install the popup manager\n\t\t$tw.popup = new $tw.utils.Popup();\n\t\t// Install the animator\n\t\t$tw.anim = new $tw.utils.Animator();\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/story.js": {
            "title": "$:/core/modules/startup/story.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/story.js\ntype: application/javascript\nmodule-type: startup\n\nLoad core modules\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"story\";\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n// Default story and history lists\nvar DEFAULT_STORY_TITLE = \"$:/StoryList\";\nvar DEFAULT_HISTORY_TITLE = \"$:/HistoryList\";\n\n// Default tiddlers\nvar DEFAULT_TIDDLERS_TITLE = \"$:/DefaultTiddlers\";\n\n// Config\nvar CONFIG_UPDATE_ADDRESS_BAR = \"$:/config/Navigation/UpdateAddressBar\"; // Can be \"no\", \"permalink\", \"permaview\"\nvar CONFIG_UPDATE_HISTORY = \"$:/config/Navigation/UpdateHistory\"; // Can be \"yes\" or \"no\"\nvar CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD = \"$:/config/Navigation/Permalinkview/CopyToClipboard\"; // Can be \"yes\" (default) or \"no\"\nvar CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR = \"$:/config/Navigation/Permalinkview/UpdateAddressBar\"; // Can be \"yes\" (default) or \"no\"\n\n\n// Links to help, if there is no param\nvar HELP_OPEN_EXTERNAL_WINDOW = \"http://tiddlywiki.com/#WidgetMessage%3A%20tm-open-external-window\";\n\nexports.startup = function() {\n\t// Open startup tiddlers\n\topenStartupTiddlers({\n\t\tdisableHistory: $tw.boot.disableStartupNavigation\n\t});\n\tif($tw.browser) {\n\t\t// Set up location hash update\n\t\t$tw.wiki.addEventListener(\"change\",function(changes) {\n\t\t\tif($tw.utils.hop(changes,DEFAULT_STORY_TITLE) || $tw.utils.hop(changes,DEFAULT_HISTORY_TITLE)) {\n\t\t\t\tupdateLocationHash({\n\t\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_UPDATE_ADDRESS_BAR,\"permaview\").trim(),\n\t\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim()\n\t\t\t\t});\n\t\t\t}\n\t\t});\n\t\t// Listen for changes to the browser location hash\n\t\twindow.addEventListener(\"hashchange\",function() {\n\t\t\tvar hash = $tw.utils.getLocationHash();\n\t\t\tif(hash !== $tw.locationHash) {\n\t\t\t\t$tw.locationHash = hash;\n\t\t\t\topenStartupTiddlers({defaultToCurrentStory: true});\n\t\t\t}\n\t\t},false);\n\t\t// Listen for the tm-browser-refresh message\n\t\t$tw.rootWidget.addEventListener(\"tm-browser-refresh\",function(event) {\n\t\t\twindow.location.reload(true);\n\t\t});\n\t\t// Listen for tm-open-external-window message\n\t\t$tw.rootWidget.addEventListener(\"tm-open-external-window\",function(event) {\n\t\t\tvar paramObject = event.paramObject || {},\n\t\t\t\tstrUrl = event.param || HELP_OPEN_EXTERNAL_WINDOW,\n\t\t\t\tstrWindowName = paramObject.windowName,\n\t\t\t\tstrWindowFeatures = paramObject.windowFeatures;\n\t\t\twindow.open(strUrl, strWindowName, strWindowFeatures);\n\t\t});\n\t\t// Listen for the tm-print message\n\t\t$tw.rootWidget.addEventListener(\"tm-print\",function(event) {\n\t\t\t(event.event.view || window).print();\n\t\t});\n\t\t// Listen for the tm-home message\n\t\t$tw.rootWidget.addEventListener(\"tm-home\",function(event) {\n\t\t\twindow.location.hash = \"\";\n\t\t\tvar storyFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE),\n\t\t\t\tstoryList = $tw.wiki.filterTiddlers(storyFilter);\n\t\t\t//invoke any hooks that might change the default story list\n\t\t\tstoryList = $tw.hooks.invokeHook(\"th-opening-default-tiddlers-list\",storyList);\n\t\t\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \"\", list: storyList},$tw.wiki.getModificationFields());\n\t\t\tif(storyList[0]) {\n\t\t\t\t$tw.wiki.addToHistory(storyList[0]);\n\t\t\t}\n\t\t});\n\t\t// Listen for the tm-permalink message\n\t\t$tw.rootWidget.addEventListener(\"tm-permalink\",function(event) {\n\t\t\tupdateLocationHash({\n\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR,\"yes\").trim() === \"yes\" ? \"permalink\" : \"none\",\n\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim(),\n\t\t\t\ttargetTiddler: event.param || event.tiddlerTitle,\n\t\t\t\tcopyToClipboard: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD,\"yes\").trim() === \"yes\" ? \"permalink\" : \"none\"\n\t\t\t});\n\t\t});\n\t\t// Listen for the tm-permaview message\n\t\t$tw.rootWidget.addEventListener(\"tm-permaview\",function(event) {\n\t\t\tupdateLocationHash({\n\t\t\t\tupdateAddressBar: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_UPDATE_ADDRESS_BAR,\"yes\").trim() === \"yes\" ? \"permaview\" : \"none\",\n\t\t\t\tupdateHistory: $tw.wiki.getTiddlerText(CONFIG_UPDATE_HISTORY,\"no\").trim(),\n\t\t\t\ttargetTiddler: event.param || event.tiddlerTitle,\n\t\t\t\tcopyToClipboard: $tw.wiki.getTiddlerText(CONFIG_PERMALINKVIEW_COPY_TO_CLIPBOARD,\"yes\").trim() === \"yes\" ? \"permaview\" : \"none\"\n\t\t\t});\t\t\t\t\n\t\t});\n\t}\n};\n\n/*\nProcess the location hash to open the specified tiddlers. Options:\ndisableHistory: if true $:/History is NOT updated\ndefaultToCurrentStory: If true, the current story is retained as the default, instead of opening the default tiddlers\n*/\nfunction openStartupTiddlers(options) {\n\toptions = options || {};\n\t// Work out the target tiddler and the story filter. \"null\" means \"unspecified\"\n\tvar target = null,\n\t\tstoryFilter = null;\n\tif($tw.locationHash.length > 1) {\n\t\tvar hash = $tw.locationHash.substr(1),\n\t\t\tsplit = hash.indexOf(\":\");\n\t\tif(split === -1) {\n\t\t\ttarget = decodeURIComponent(hash.trim());\n\t\t} else {\n\t\t\ttarget = decodeURIComponent(hash.substr(0,split).trim());\n\t\t\tstoryFilter = decodeURIComponent(hash.substr(split + 1).trim());\n\t\t}\n\t}\n\t// If the story wasn't specified use the current tiddlers or a blank story\n\tif(storyFilter === null) {\n\t\tif(options.defaultToCurrentStory) {\n\t\t\tvar currStoryList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE);\n\t\t\tstoryFilter = $tw.utils.stringifyList(currStoryList);\n\t\t} else {\n\t\t\tif(target && target !== \"\") {\n\t\t\t\tstoryFilter = \"\";\n\t\t\t} else {\n\t\t\t\tstoryFilter = $tw.wiki.getTiddlerText(DEFAULT_TIDDLERS_TITLE);\n\t\t\t}\n\t\t}\n\t}\n\t// Process the story filter to get the story list\n\tvar storyList = $tw.wiki.filterTiddlers(storyFilter);\n\t// Invoke any hooks that want to change the default story list\n\tstoryList = $tw.hooks.invokeHook(\"th-opening-default-tiddlers-list\",storyList);\n\t// If the target tiddler isn't included then splice it in at the top\n\tif(target && storyList.indexOf(target) === -1) {\n\t\tstoryList.unshift(target);\n\t}\n\t// Save the story list\n\t$tw.wiki.addTiddler({title: DEFAULT_STORY_TITLE, text: \"\", list: storyList},$tw.wiki.getModificationFields());\n\t// Update history\n\tvar story = new $tw.Story({\n\t\twiki: $tw.wiki,\n\t\tstoryTitle: DEFAULT_STORY_TITLE,\n\t\thistoryTitle: DEFAULT_HISTORY_TITLE\n\t});\n\tif(!options.disableHistory) {\n\t\t// If a target tiddler was specified add it to the history stack\n\t\tif(target && target !== \"\") {\n\t\t\t// The target tiddler doesn't need double square brackets, but we'll silently remove them if they're present\n\t\t\tif(target.indexOf(\"[[\") === 0 && target.substr(-2) === \"]]\") {\n\t\t\t\ttarget = target.substr(2,target.length - 4);\n\t\t\t}\n\t\t\tstory.addToHistory(target);\n\t\t} else if(storyList.length > 0) {\n\t\t\tstory.addToHistory(storyList[0]);\n\t\t}\t\t\n\t}\n}\n\n/*\noptions: See below\noptions.updateAddressBar: \"permalink\", \"permaview\" or \"no\" (defaults to \"permaview\")\noptions.updateHistory: \"yes\" or \"no\" (defaults to \"no\")\noptions.copyToClipboard: \"permalink\", \"permaview\" or \"no\" (defaults to \"no\")\noptions.targetTiddler: optional title of target tiddler for permalink\n*/\nfunction updateLocationHash(options) {\n\t// Get the story and the history stack\n\tvar storyList = $tw.wiki.getTiddlerList(DEFAULT_STORY_TITLE),\n\t\thistoryList = $tw.wiki.getTiddlerData(DEFAULT_HISTORY_TITLE,[]),\n\t\ttargetTiddler = \"\";\n\tif(options.targetTiddler) {\n\t\ttargetTiddler = options.targetTiddler;\n\t} else {\n\t\t// The target tiddler is the one at the top of the stack\n\t\tif(historyList.length > 0) {\n\t\t\ttargetTiddler = historyList[historyList.length-1].title;\n\t\t}\n\t\t// Blank the target tiddler if it isn't present in the story\n\t\tif(storyList.indexOf(targetTiddler) === -1) {\n\t\t\ttargetTiddler = \"\";\n\t\t}\n\t}\n\t// Assemble the location hash\n\tswitch(options.updateAddressBar) {\n\t\tcase \"permalink\":\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler);\n\t\t\tbreak;\n\t\tcase \"permaview\":\n\t\t\t$tw.locationHash = \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList));\n\t\t\tbreak;\n\t}\n\t// Copy URL to the clipboard\n\tswitch(options.copyToClipboard) {\n\t\tcase \"permalink\":\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \"#\" + encodeURIComponent(targetTiddler));\n\t\t\tbreak;\n\t\tcase \"permaview\":\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getLocationPath() + \"#\" + encodeURIComponent(targetTiddler) + \":\" + encodeURIComponent($tw.utils.stringifyList(storyList)));\n\t\t\tbreak;\n\t}\n\t// Only change the location hash if we must, thus avoiding unnecessary onhashchange events\n\tif($tw.utils.getLocationHash() !== $tw.locationHash) {\n\t\tif(options.updateHistory === \"yes\") {\n\t\t\t// Assign the location hash so that history is updated\n\t\t\twindow.location.hash = $tw.locationHash;\n\t\t} else {\n\t\t\t// We use replace so that browser history isn't affected\n\t\t\twindow.location.replace(window.location.toString().split(\"#\")[0] + $tw.locationHash);\n\t\t}\n\t}\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/startup/windows.js": {
            "title": "$:/core/modules/startup/windows.js",
            "text": "/*\\\ntitle: $:/core/modules/startup/windows.js\ntype: application/javascript\nmodule-type: startup\n\nSetup root widget handlers for the messages concerned with opening external browser windows\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Export name and synchronous status\nexports.name = \"windows\";\nexports.platforms = [\"browser\"];\nexports.after = [\"startup\"];\nexports.synchronous = true;\n\n// Global to keep track of open windows (hashmap by title)\n$tw.windows = {};\n\nexports.startup = function() {\n\t// Handle open window message\n\t$tw.rootWidget.addEventListener(\"tm-open-window\",function(event) {\n\t\t// Get the parameters\n\t\tvar refreshHandler,\n\t\t\ttitle = event.param || event.tiddlerTitle,\n\t\t\tparamObject = event.paramObject || {},\n\t\t\twindowTitle = paramObject.windowTitle || title,\n\t\t\ttemplate = paramObject.template || \"$:/core/templates/single.tiddler.window\",\n\t\t\twidth = paramObject.width || \"700\",\n\t\t\theight = paramObject.height || \"600\",\n\t\t\tvariables = $tw.utils.extend({},paramObject,{currentTiddler: title});\n\t\t// Open the window\n\t\tvar srcWindow,\n\t\t    srcDocument;\n\t\t// In case that popup blockers deny opening a new window\n\t\ttry {\n\t\t\tsrcWindow = window.open(\"\",\"external-\" + title,\"scrollbars,width=\" + width + \",height=\" + height),\n\t\t\tsrcDocument = srcWindow.document;\n\t\t}\n\t\tcatch(e) {\n\t\t\treturn;\n\t\t}\n\t\t$tw.windows[title] = srcWindow;\n\t\t// Check for reopening the same window\n\t\tif(srcWindow.haveInitialisedWindow) {\n\t\t\treturn;\n\t\t}\n\t\t// Initialise the document\n\t\tsrcDocument.write(\"<html><head></head><body class='tc-body tc-single-tiddler-window'></body></html>\");\n\t\tsrcDocument.close();\n\t\tsrcDocument.title = windowTitle;\n\t\tsrcWindow.addEventListener(\"beforeunload\",function(event) {\n\t\t\tdelete $tw.windows[title];\n\t\t\t$tw.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t},false);\n\t\t// Set up the styles\n\t\tvar styleWidgetNode = $tw.wiki.makeTranscludeWidget(\"$:/core/ui/PageStylesheet\",{\n\t\t\t\tdocument: $tw.fakeDocument,\n\t\t\t\tvariables: variables,\n\t\t\t\timportPageMacros: true}),\n\t\t\tstyleContainer = $tw.fakeDocument.createElement(\"style\");\n\t\tstyleWidgetNode.render(styleContainer,null);\n\t\tvar styleElement = srcDocument.createElement(\"style\");\n\t\tstyleElement.innerHTML = styleContainer.textContent;\n\t\tsrcDocument.head.insertBefore(styleElement,srcDocument.head.firstChild);\n\t\t// Render the text of the tiddler\n\t\tvar parser = $tw.wiki.parseTiddler(template),\n\t\t\twidgetNode = $tw.wiki.makeWidget(parser,{document: srcDocument, parentWidget: $tw.rootWidget, variables: variables});\n\t\twidgetNode.render(srcDocument.body,srcDocument.body.firstChild);\n\t\t// Function to handle refreshes\n\t\trefreshHandler = function(changes) {\n\t\t\tif(styleWidgetNode.refresh(changes,styleContainer,null)) {\n\t\t\t\tstyleElement.innerHTML = styleContainer.textContent;\n\t\t\t}\n\t\t\twidgetNode.refresh(changes);\n\t\t};\n\t\t$tw.wiki.addEventListener(\"change\",refreshHandler);\n\t\t// Listen for keyboard shortcuts\n\t\t$tw.utils.addEventListeners(srcDocument,[{\n\t\t\tname: \"keydown\",\n\t\t\thandlerObject: $tw.keyboardManager,\n\t\t\thandlerMethod: \"handleKeydownEvent\"\n\t\t}]);\n\t\tsrcWindow.document.documentElement.addEventListener(\"click\",$tw.popup,true);\n\t\tsrcWindow.haveInitialisedWindow = true;\n\t});\n\t// Close open windows when unloading main window\n\t$tw.addUnloadTask(function() {\n\t\t$tw.utils.each($tw.windows,function(win) {\n\t\t\twin.close();\n\t\t});\n\t});\n\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "startup"
        },
        "$:/core/modules/story.js": {
            "title": "$:/core/modules/story.js",
            "text": "/*\\\ntitle: $:/core/modules/story.js\ntype: application/javascript\nmodule-type: global\n\nLightweight object for managing interactions with the story and history lists.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nConstruct Story object with options:\nwiki: reference to wiki object to use to resolve tiddler titles\nstoryTitle: title of story list tiddler\nhistoryTitle: title of history list tiddler\n*/\nfunction Story(options) {\n\toptions = options || {};\n\tthis.wiki = options.wiki || $tw.wiki;\n\tthis.storyTitle = options.storyTitle || \"$:/StoryList\";\n\tthis.historyTitle = options.historyTitle || \"$:/HistoryList\";\n};\n\nStory.prototype.navigateTiddler = function(navigateTo,navigateFromTitle,navigateFromClientRect) {\n\tthis.addToStory(navigateTo,navigateFromTitle);\n\tthis.addToHistory(navigateTo,navigateFromClientRect);\n};\n\nStory.prototype.getStoryList = function() {\n\treturn this.wiki.getTiddlerList(this.storyTitle) || [];\n};\n\nStory.prototype.addToStory = function(navigateTo,navigateFromTitle,options) {\n\toptions = options || {};\n\tvar storyList = this.getStoryList();\n\t// See if the tiddler is already there\n\tvar slot = storyList.indexOf(navigateTo);\n\t// Quit if it already exists in the story river\n\tif(slot >= 0) {\n\t\treturn;\n\t}\n\t// First we try to find the position of the story element we navigated from\n\tvar fromIndex = storyList.indexOf(navigateFromTitle);\n\tif(fromIndex >= 0) {\n\t\t// The tiddler is added from inside the river\n\t\t// Determine where to insert the tiddler; Fallback is \"below\"\n\t\tswitch(options.openLinkFromInsideRiver) {\n\t\t\tcase \"top\":\n\t\t\t\tslot = 0;\n\t\t\t\tbreak;\n\t\t\tcase \"bottom\":\n\t\t\t\tslot = storyList.length;\n\t\t\t\tbreak;\n\t\t\tcase \"above\":\n\t\t\t\tslot = fromIndex;\n\t\t\t\tbreak;\n\t\t\tcase \"below\": // Intentional fall-through\n\t\t\tdefault:\n\t\t\t\tslot = fromIndex + 1;\n\t\t\t\tbreak;\n\t\t}\n\t} else {\n\t\t// The tiddler is opened from outside the river. Determine where to insert the tiddler; default is \"top\"\n\t\tif(options.openLinkFromOutsideRiver === \"bottom\") {\n\t\t\t// Insert at bottom\n\t\t\tslot = storyList.length;\n\t\t} else {\n\t\t\t// Insert at top\n\t\t\tslot = 0;\n\t\t}\n\t}\n\t// Add the tiddler\n\tstoryList.splice(slot,0,navigateTo);\n\t// Save the story\n\tthis.saveStoryList(storyList);\n};\n\nStory.prototype.saveStoryList = function(storyList) {\n\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\tthis.wiki.getCreationFields(),\n\t\t{title: this.storyTitle},\n\t\tstoryTiddler,\n\t\t{list: storyList},\n\t\tthis.wiki.getModificationFields()\n\t));\n};\n\nStory.prototype.addToHistory = function(navigateTo,navigateFromClientRect) {\n\tvar titles = $tw.utils.isArray(navigateTo) ? navigateTo : [navigateTo];\n\t// Add a new record to the top of the history stack\n\tvar historyList = this.wiki.getTiddlerData(this.historyTitle,[]);\n\t$tw.utils.each(titles,function(title) {\n\t\thistoryList.push({title: title, fromPageRect: navigateFromClientRect});\n\t});\n\tthis.wiki.setTiddlerData(this.historyTitle,historyList,{\"current-tiddler\": titles[titles.length-1]});\n};\n\nStory.prototype.storyCloseTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyCloseAllTiddlers = function() {\n// TBD\n};\n\nStory.prototype.storyCloseOtherTiddlers = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyEditTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyDeleteTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storySaveTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyCancelTiddler = function(targetTitle) {\n// TBD\n};\n\nStory.prototype.storyNewTiddler = function(targetTitle) {\n// TBD\n};\n\nexports.Story = Story;\n\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/storyviews/classic.js": {
            "title": "$:/core/modules/storyviews/classic.js",
            "text": "/*\\\ntitle: $:/core/modules/storyviews/classic.js\ntype: application/javascript\nmodule-type: storyview\n\nViews the story as a linear sequence\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ClassicStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nClassicStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar duration = $tw.utils.getAnimationDuration()\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\tif(duration) {\n\t\t// Scroll the node into view\n\t\tthis.listWidget.dispatchEvent({type: \"tm-scroll\", target: targetElement});\t\n\t} else {\n\t\ttargetElement.scrollIntoView();\n\t}\n};\n\nClassicStoryView.prototype.insert = function(widget) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\tif(duration) {\n\t\tvar targetElement = widget.findFirstDomNode();\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(targetElement instanceof Element)) {\n\t\t\treturn;\n\t\t}\n\t\t// Get the current height of the tiddler\n\t\tvar computedStyle = window.getComputedStyle(targetElement),\n\t\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\t\tcurrHeight = targetElement.offsetHeight + currMarginTop;\n\t\t// Reset the margin once the transition is over\n\t\tsetTimeout(function() {\n\t\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t\t{transition: \"none\"},\n\t\t\t\t{marginBottom: \"\"}\n\t\t\t]);\n\t\t},duration);\n\t\t// Set up the initial position of the element\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: (-currHeight) + \"px\"},\n\t\t\t{opacity: \"0.0\"}\n\t\t]);\n\t\t$tw.utils.forceLayout(targetElement);\n\t\t// Transition to the final position\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"opacity \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\t\"margin-bottom \" + duration + \"ms \" + easing},\n\t\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t\t{opacity: \"1.0\"}\n\t]);\n\t}\n};\n\nClassicStoryView.prototype.remove = function(widget) {\n\tvar duration = $tw.utils.getAnimationDuration();\n\tif(duration) {\n\t\tvar targetElement = widget.findFirstDomNode(),\n\t\t\tremoveElement = function() {\n\t\t\t\twidget.removeChildDomNodes();\n\t\t\t};\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(targetElement instanceof Element)) {\n\t\t\tremoveElement();\n\t\t\treturn;\n\t\t}\n\t\t// Get the current height of the tiddler\n\t\tvar currWidth = targetElement.offsetWidth,\n\t\t\tcomputedStyle = window.getComputedStyle(targetElement),\n\t\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\t\tcurrHeight = targetElement.offsetHeight + currMarginTop;\n\t\t// Remove the dom nodes of the widget at the end of the transition\n\t\tsetTimeout(removeElement,duration);\n\t\t// Animate the closure\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{transform: \"translateX(0px)\"},\n\t\t\t{marginBottom:  currMarginBottom + \"px\"},\n\t\t\t{opacity: \"1.0\"}\n\t\t]);\n\t\t$tw.utils.forceLayout(targetElement);\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\t\"opacity \" + duration + \"ms \" + easing + \", \" +\n\t\t\t\t\t\t\"margin-bottom \" + duration + \"ms \" + easing},\n\t\t\t{transform: \"translateX(-\" + currWidth + \"px)\"},\n\t\t\t{marginBottom: (-currHeight) + \"px\"},\n\t\t\t{opacity: \"0.0\"}\n\t\t]);\n\t} else {\n\t\twidget.removeChildDomNodes();\n\t}\n};\n\nexports.classic = ClassicStoryView;\n\n})();",
            "type": "application/javascript",
            "module-type": "storyview"
        },
        "$:/core/modules/storyviews/pop.js": {
            "title": "$:/core/modules/storyviews/pop.js",
            "text": "/*\\\ntitle: $:/core/modules/storyviews/pop.js\ntype: application/javascript\nmodule-type: storyview\n\nAnimates list insertions and removals\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar PopStoryView = function(listWidget) {\n\tthis.listWidget = listWidget;\n};\n\nPopStoryView.prototype.navigateTo = function(historyInfo) {\n\tvar listElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Scroll the node into view\n\tthis.listWidget.dispatchEvent({type: \"tm-scroll\", target: targetElement});\n};\n\nPopStoryView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Reset once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(targetElement,[\n\t\t\t{transition: \"none\"},\n\t\t\t{transform: \"none\"}\n\t\t]);\n\t\t$tw.utils.setStyle(widget.document.body,[\n\t\t\t{\"overflow-x\": \"\"}\n\t\t]);\n\t},duration);\n\t// Prevent the page from overscrolling due to the zoom factor\n\t$tw.utils.setStyle(widget.document.body,[\n\t\t{\"overflow-x\": \"hidden\"}\n\t]);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"scale(2)\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t// Transition to the final position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{transform: \"scale(1)\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n};\n\nPopStoryView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\tif(targetElement && targetElement.parentNode) {\n\t\t\t\twidget.removeChildDomNodes();\n\t\t\t}\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Remove the element at the end of the transition\n\tsetTimeout(removeElement,duration);\n\t// Animate the closure\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: \"none\"},\n\t\t{transform: \"scale(1)\"},\n\t\t{opacity: \"1.0\"}\n\t]);\n\t$tw.utils.forceLayout(targetElement);\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{transform: \"scale(0.1)\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n};\n\nexports.pop = PopStoryView;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "storyview"
        },
        "$:/core/modules/storyviews/zoomin.js": {
            "title": "$:/core/modules/storyviews/zoomin.js",
            "text": "/*\\\ntitle: $:/core/modules/storyviews/zoomin.js\ntype: application/javascript\nmodule-type: storyview\n\nZooms between individual tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar easing = \"cubic-bezier(0.645, 0.045, 0.355, 1)\"; // From http://easings.net/#easeInOutCubic\n\nvar ZoominListView = function(listWidget) {\n\tvar self = this;\n\tthis.listWidget = listWidget;\n\t// Get the index of the tiddler that is at the top of the history\n\tvar history = this.listWidget.wiki.getTiddlerDataCached(this.listWidget.historyTitle,[]),\n\t\ttargetTiddler;\n\tif(history.length > 0) {\n\t\ttargetTiddler = history[history.length-1].title;\n\t}\n\t// Make all the tiddlers position absolute, and hide all but the top (or first) one\n\t$tw.utils.each(this.listWidget.children,function(itemWidget,index) {\n\t\tvar domNode = itemWidget.findFirstDomNode();\n\t\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\t\tif(!(domNode instanceof Element)) {\n\t\t\treturn;\n\t\t}\n\t\tif((targetTiddler && targetTiddler !== itemWidget.parseTreeNode.itemTitle) || (!targetTiddler && index)) {\n\t\t\tdomNode.style.display = \"none\";\n\t\t} else {\n\t\t\tself.currentTiddlerDomNode = domNode;\n\t\t}\n\t\t$tw.utils.addClass(domNode,\"tc-storyview-zoomin-tiddler\");\n\t});\n};\n\nZoominListView.prototype.navigateTo = function(historyInfo) {\n\tvar duration = $tw.utils.getAnimationDuration(),\n\t\tlistElementIndex = this.listWidget.findListItem(0,historyInfo.title);\n\tif(listElementIndex === undefined) {\n\t\treturn;\n\t}\n\tvar listItemWidget = this.listWidget.children[listElementIndex],\n\t\ttargetElement = listItemWidget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Make the new tiddler be position absolute and visible so that we can measure it\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"block\"},\n\t\t{transformOrigin: \"0 0\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{transition: \"none\"},\n\t\t{opacity: \"0.0\"}\n\t]);\n\t// Get the position of the source node, or use the centre of the window as the source position\n\tvar sourceBounds = historyInfo.fromPageRect || {\n\t\t\tleft: window.innerWidth/2 - 2,\n\t\t\ttop: window.innerHeight/2 - 2,\n\t\t\twidth: window.innerWidth/8,\n\t\t\theight: window.innerHeight/8\n\t\t};\n\t// Try to find the title node in the target tiddler\n\tvar titleDomNode = findTitleDomNode(listItemWidget) || listItemWidget.findFirstDomNode(),\n\t\tzoomBounds = titleDomNode.getBoundingClientRect();\n\t// Compute the transform for the target tiddler to make the title lie over the source rectange\n\tvar targetBounds = targetElement.getBoundingClientRect(),\n\t\tscale = sourceBounds.width / zoomBounds.width,\n\t\tx = sourceBounds.left - targetBounds.left - (zoomBounds.left - targetBounds.left) * scale,\n\t\ty = sourceBounds.top - targetBounds.top - (zoomBounds.top - targetBounds.top) * scale;\n\t// Transform the target tiddler to its starting position\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transform: \"translateX(\" + x + \"px) translateY(\" + y + \"px) scale(\" + scale + \")\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(targetElement);\n\t// Apply the ending transitions with a timeout to ensure that the previously applied transformations are applied first\n\tvar self = this,\n\t\tprevCurrentTiddler = this.currentTiddlerDomNode;\n\tthis.currentTiddlerDomNode = targetElement;\n\t// Transform the target tiddler to its natural size\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t{opacity: \"1.0\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{zIndex: \"500\"},\n\t]);\n\t// Transform the previous tiddler out of the way and then hide it\n\tif(prevCurrentTiddler && prevCurrentTiddler !== targetElement) {\n\t\tscale = zoomBounds.width / sourceBounds.width;\n\t\tx =  zoomBounds.left - targetBounds.left - (sourceBounds.left - targetBounds.left) * scale;\n\t\ty =  zoomBounds.top - targetBounds.top - (sourceBounds.top - targetBounds.top) * scale;\n\t\t$tw.utils.setStyle(prevCurrentTiddler,[\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t\t{opacity: \"0.0\"},\n\t\t\t{transformOrigin: \"0 0\"},\n\t\t\t{transform: \"translateX(\" + x + \"px) translateY(\" + y + \"px) scale(\" + scale + \")\"},\n\t\t\t{zIndex: \"0\"}\n\t\t]);\n\t\t// Hide the tiddler when the transition has finished\n\t\tsetTimeout(function() {\n\t\t\tif(self.currentTiddlerDomNode !== prevCurrentTiddler) {\n\t\t\t\tprevCurrentTiddler.style.display = \"none\";\n\t\t\t}\n\t\t},duration);\n\t}\n\t// Scroll the target into view\n//\t$tw.pageScroller.scrollIntoView(targetElement);\n};\n\n/*\nFind the first child DOM node of a widget that has the class \"tc-title\"\n*/\nfunction findTitleDomNode(widget,targetClass) {\n\ttargetClass = targetClass || \"tc-title\";\n\tvar domNode = widget.findFirstDomNode();\n\tif(domNode && domNode.querySelector) {\n\t\treturn domNode.querySelector(\".\" + targetClass);\n\t}\n\treturn null;\n}\n\nZoominListView.prototype.insert = function(widget) {\n\tvar targetElement = widget.findFirstDomNode();\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\treturn;\n\t}\n\t// Make the newly inserted node position absolute and hidden\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"none\"}\n\t]);\n};\n\nZoominListView.prototype.remove = function(widget) {\n\tvar targetElement = widget.findFirstDomNode(),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\tremoveElement = function() {\n\t\t\twidget.removeChildDomNodes();\n\t\t};\n\t// Abandon if the list entry isn't a DOM element (it might be a text node)\n\tif(!(targetElement instanceof Element)) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Abandon if hidden\n\tif(targetElement.style.display != \"block\" ) {\n\t\tremoveElement();\n\t\treturn;\n\t}\n\t// Set up the tiddler that is being closed\n\t$tw.utils.addClass(targetElement,\"tc-storyview-zoomin-tiddler\");\n\t$tw.utils.setStyle(targetElement,[\n\t\t{display: \"block\"},\n\t\t{transformOrigin: \"50% 50%\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t{transition: \"none\"},\n\t\t{zIndex: \"0\"}\n\t]);\n\t// We'll move back to the previous or next element in the story\n\tvar toWidget = widget.previousSibling();\n\tif(!toWidget) {\n\t\ttoWidget = widget.nextSibling();\n\t}\n\tvar toWidgetDomNode = toWidget && toWidget.findFirstDomNode();\n\t// Set up the tiddler we're moving back in\n\tif(toWidgetDomNode) {\n\t\t$tw.utils.addClass(toWidgetDomNode,\"tc-storyview-zoomin-tiddler\");\n\t\t$tw.utils.setStyle(toWidgetDomNode,[\n\t\t\t{display: \"block\"},\n\t\t\t{transformOrigin: \"50% 50%\"},\n\t\t\t{transform: \"translateX(0px) translateY(0px) scale(10)\"},\n\t\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t\t{opacity: \"0\"},\n\t\t\t{zIndex: \"500\"}\n\t\t]);\n\t\tthis.currentTiddlerDomNode = toWidgetDomNode;\n\t}\n\t// Animate them both\n\t// Force layout\n\t$tw.utils.forceLayout(this.listWidget.parentDomNode);\n\t// First, the tiddler we're closing\n\t$tw.utils.setStyle(targetElement,[\n\t\t{transformOrigin: \"50% 50%\"},\n\t\t{transform: \"translateX(0px) translateY(0px) scale(0.1)\"},\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms \" + easing + \", opacity \" + duration + \"ms \" + easing},\n\t\t{opacity: \"0\"},\n\t\t{zIndex: \"0\"}\n\t]);\n\tsetTimeout(removeElement,duration);\n\t// Now the tiddler we're going back to\n\tif(toWidgetDomNode) {\n\t\t$tw.utils.setStyle(toWidgetDomNode,[\n\t\t\t{transform: \"translateX(0px) translateY(0px) scale(1)\"},\n\t\t\t{opacity: \"1\"}\n\t\t]);\n\t}\n\treturn true; // Indicate that we'll delete the DOM node\n};\n\nexports.zoomin = ZoominListView;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "storyview"
        },
        "$:/core/modules/syncer.js": {
            "title": "$:/core/modules/syncer.js",
            "text": "/*\\\ntitle: $:/core/modules/syncer.js\ntype: application/javascript\nmodule-type: global\n\nThe syncer tracks changes to the store and synchronises them to a remote data store represented as a \"sync adaptor\"\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDefaults\n*/\nSyncer.prototype.titleIsLoggedIn = \"$:/status/IsLoggedIn\";\nSyncer.prototype.titleIsAnonymous = \"$:/status/IsAnonymous\";\nSyncer.prototype.titleIsReadOnly = \"$:/status/IsReadOnly\";\nSyncer.prototype.titleUserName = \"$:/status/UserName\";\nSyncer.prototype.titleSyncFilter = \"$:/config/SyncFilter\";\nSyncer.prototype.titleSyncPollingInterval = \"$:/config/SyncPollingInterval\";\nSyncer.prototype.titleSyncDisableLazyLoading = \"$:/config/SyncDisableLazyLoading\";\nSyncer.prototype.titleSavedNotification = \"$:/language/Notifications/Save/Done\";\nSyncer.prototype.titleSyncThrottleInterval = \"$:/config/SyncThrottleInterval\";\nSyncer.prototype.taskTimerInterval = 1 * 1000; // Interval for sync timer\nSyncer.prototype.throttleInterval = 1 * 1000; // Defer saving tiddlers if they've changed in the last 1s...\nSyncer.prototype.errorRetryInterval = 5 * 1000; // Interval to retry after an error\nSyncer.prototype.fallbackInterval = 10 * 1000; // Unless the task is older than 10s\nSyncer.prototype.pollTimerInterval = 60 * 1000; // Interval for polling for changes from the adaptor\n\n/*\nInstantiate the syncer with the following options:\nsyncadaptor: reference to syncadaptor to be used\nwiki: wiki to be synced\n*/\nfunction Syncer(options) {\n\tvar self = this;\n\tthis.wiki = options.wiki;\n\t// Save parameters\n\tthis.syncadaptor = options.syncadaptor;\n\tthis.disableUI = !!options.disableUI;\n\tthis.titleIsLoggedIn = options.titleIsLoggedIn || this.titleIsLoggedIn;\n\tthis.titleUserName = options.titleUserName || this.titleUserName;\n\tthis.titleSyncFilter = options.titleSyncFilter || this.titleSyncFilter;\n\tthis.titleSavedNotification = options.titleSavedNotification || this.titleSavedNotification;\n\tthis.taskTimerInterval = options.taskTimerInterval || this.taskTimerInterval;\n\tthis.throttleInterval = options.throttleInterval || parseInt(this.wiki.getTiddlerText(this.titleSyncThrottleInterval,\"\"),10) || this.throttleInterval;\n\tthis.errorRetryInterval = options.errorRetryInterval || this.errorRetryInterval;\n\tthis.fallbackInterval = options.fallbackInterval || this.fallbackInterval;\n\tthis.pollTimerInterval = options.pollTimerInterval || parseInt(this.wiki.getTiddlerText(this.titleSyncPollingInterval,\"\"),10) || this.pollTimerInterval;\n\tthis.logging = \"logging\" in options ? options.logging : true;\n\t// Make a logger\n\tthis.logger = new $tw.utils.Logger(\"syncer\" + ($tw.browser ? \"-browser\" : \"\") + ($tw.node ? \"-server\" : \"\")  + (this.syncadaptor.name ? (\"-\" + this.syncadaptor.name) : \"\"),{\n\t\tcolour: \"cyan\",\n\t\tenable: this.logging,\n\t\tsaveHistory: true\n\t});\n\t// Make another logger for connection errors\n\tthis.loggerConnection = new $tw.utils.Logger(\"syncer\" + ($tw.browser ? \"-browser\" : \"\") + ($tw.node ? \"-server\" : \"\")  + (this.syncadaptor.name ? (\"-\" + this.syncadaptor.name) : \"\") + \"-connection\",{\n\t\tcolour: \"cyan\",\n\t\tenable: this.logging\n\t});\n\t// Ask the syncadaptor to use the main logger\n\tif(this.syncadaptor.setLoggerSaveBuffer) {\n\t\tthis.syncadaptor.setLoggerSaveBuffer(this.logger);\n\t}\n\t// Compile the dirty tiddler filter\n\tthis.filterFn = this.wiki.compileFilter(this.wiki.getTiddlerText(this.titleSyncFilter));\n\t// Record information for known tiddlers\n\tthis.readTiddlerInfo();\n\tthis.titlesToBeLoaded = {}; // Hashmap of titles of tiddlers that need loading from the server\n\tthis.titlesHaveBeenLazyLoaded = {}; // Hashmap of titles of tiddlers that have already been lazily loaded from the server\n\t// Timers\n\tthis.taskTimerId = null; // Timer for task dispatch\n\tthis.pollTimerId = null; // Timer for polling server\n\t// Number of outstanding requests\n\tthis.numTasksInProgress = 0;\n\t// Listen out for changes to tiddlers\n\tthis.wiki.addEventListener(\"change\",function(changes) {\n\t\t// Filter the changes to just include ones that are being synced\n\t\tvar filteredChanges = self.getSyncedTiddlers(function(callback) {\n\t\t\t$tw.utils.each(changes,function(change,title) {\n\t\t\t\tvar tiddler = self.wiki.tiddlerExists(title) && self.wiki.getTiddler(title);\n\t\t\t\tcallback(tiddler,title);\n\t\t\t});\n\t\t});\n\t\tif(filteredChanges.length > 0) {\n\t\t\tself.processTaskQueue();\n\t\t} else {\n\t\t\t// Look for deletions of tiddlers we're already syncing\t\n\t\t\tvar outstandingDeletion = false\n\t\t\t$tw.utils.each(changes,function(change,title,object) {\n\t\t\t\tif(change.deleted && $tw.utils.hop(self.tiddlerInfo,title)) {\n\t\t\t\t\toutstandingDeletion = true;\n\t\t\t\t}\n\t\t\t});\n\t\t\tif(outstandingDeletion) {\n\t\t\t\tself.processTaskQueue();\n\t\t\t}\n\t\t}\n\t});\n\t// Browser event handlers\n\tif($tw.browser && !this.disableUI) {\n\t\t// Set up our beforeunload handler\n\t\t$tw.addUnloadTask(function(event) {\n\t\t\tvar confirmationMessage;\n\t\t\tif(self.isDirty()) {\n\t\t\t\tconfirmationMessage = $tw.language.getString(\"UnsavedChangesWarning\");\n\t\t\t\tevent.returnValue = confirmationMessage; // Gecko\n\t\t\t}\n\t\t\treturn confirmationMessage;\n\t\t});\n\t\t// Listen out for login/logout/refresh events in the browser\n\t\t$tw.rootWidget.addEventListener(\"tm-login\",function(event) {\n\t\t\tvar username = event && event.paramObject && event.paramObject.username,\n\t\t\t\tpassword = event && event.paramObject && event.paramObject.password;\n\t\t\tif(username && password) {\n\t\t\t\t// Login with username and password\n\t\t\t\tself.login(username,password,function() {});\n\t\t\t} else {\n\t\t\t\t// No username and password, so we display a prompt\n\t\t\t\tself.handleLoginEvent();\t\t\t\t\n\t\t\t}\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-logout\",function() {\n\t\t\tself.handleLogoutEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-server-refresh\",function() {\n\t\t\tself.handleRefreshEvent();\n\t\t});\n\t\t$tw.rootWidget.addEventListener(\"tm-copy-syncer-logs-to-clipboard\",function() {\n\t\t\t$tw.utils.copyToClipboard($tw.utils.getSystemInfo() + \"\\n\\nLog:\\n\" + self.logger.getBuffer());\n\t\t});\n\t}\n\t// Listen out for lazyLoad events\n\tif(!this.disableUI && this.wiki.getTiddlerText(this.titleSyncDisableLazyLoading) !== \"yes\") {\n\t\tthis.wiki.addEventListener(\"lazyLoad\",function(title) {\n\t\t\tself.handleLazyLoadEvent(title);\n\t\t});\t\t\n\t}\n\t// Get the login status\n\tthis.getStatus(function(err,isLoggedIn) {\n\t\t// Do a sync from the server\n\t\tself.syncFromServer();\n\t});\n}\n\n/*\nShow a generic network error alert\n*/\nSyncer.prototype.displayError = function(msg,err) {\n\tif(err === ($tw.language.getString(\"Error/XMLHttpRequest\") + \": 0\")) {\n\t\tthis.loggerConnection.alert($tw.language.getString(\"Error/NetworkErrorAlert\"));\n\t\tthis.logger.log(msg + \":\",err);\n\t} else {\n\t\tthis.logger.alert(msg + \":\",err);\n\t}\n};\n\n/*\nReturn an array of the tiddler titles that are subjected to syncing\n*/\nSyncer.prototype.getSyncedTiddlers = function(source) {\n\treturn this.filterFn.call(this.wiki,source);\n};\n\n/*\nReturn an array of the tiddler titles that are subjected to syncing\n*/\nSyncer.prototype.getTiddlerRevision = function(title) {\n\tif(this.syncadaptor && this.syncadaptor.getTiddlerRevision) {\n\t\treturn this.syncadaptor.getTiddlerRevision(title);\n\t} else {\n\t\treturn this.wiki.getTiddler(title).fields.revision;\t\n\t} \n};\n\n/*\nRead (or re-read) the latest tiddler info from the store\n*/\nSyncer.prototype.readTiddlerInfo = function() {\n\t// Hashmap by title of {revision:,changeCount:,adaptorInfo:}\n\t// \"revision\" is the revision of the tiddler last seen on the server, and \"changecount\" is the corresponding local changecount\n\tthis.tiddlerInfo = {};\n\t// Record information for known tiddlers\n\tvar self = this,\n\t\ttiddlers = this.getSyncedTiddlers();\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title);\n\t\tif(tiddler) {\n\t\t\tself.tiddlerInfo[title] = {\n\t\t\t\trevision: self.getTiddlerRevision(title),\n\t\t\t\tadaptorInfo: self.syncadaptor && self.syncadaptor.getTiddlerInfo(tiddler),\n\t\t\t\tchangeCount: self.wiki.getChangeCount(title)\n\t\t\t};\n\t\t}\n\t});\n};\n\n/*\nChecks whether the wiki is dirty (ie the window shouldn't be closed)\n*/\nSyncer.prototype.isDirty = function() {\n\tthis.logger.log(\"Checking dirty status\");\n\t// Check tiddlers that are in the store and included in the filter function\n\tvar titles = this.getSyncedTiddlers();\n\tfor(var index=0; index<titles.length; index++) {\n\t\tvar title = titles[index],\n\t\t\ttiddlerInfo = this.tiddlerInfo[title];\n\t\tif(this.wiki.tiddlerExists(title)) {\n\t\t\tif(tiddlerInfo) {\n\t\t\t\t// If the tiddler is known on the server and has been modified locally then it needs to be saved to the server\n\t\t\t\tif(this.wiki.getChangeCount(title) > tiddlerInfo.changeCount) {\n\t\t\t\t\treturn true;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\t// If the tiddler isn't known on the server then it needs to be saved to the server\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t}\n\t// Check tiddlers that are known from the server but not currently in the store\n\ttitles = Object.keys(this.tiddlerInfo);\n\tfor(index=0; index<titles.length; index++) {\n\t\tif(!this.wiki.tiddlerExists(titles[index])) {\n\t\t\t// There must be a pending delete\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nUpdate the document body with the class \"tc-dirty\" if the wiki has unsaved/unsynced changes\n*/\nSyncer.prototype.updateDirtyStatus = function() {\n\tif($tw.browser && !this.disableUI) {\n\t\tvar dirty = this.isDirty();\n\t\t$tw.utils.toggleClass(document.body,\"tc-dirty\",dirty);\n\t\tif(!dirty) {\n\t\t\tthis.loggerConnection.clearAlerts();\n\t\t}\n\t}\n};\n\n/*\nSave an incoming tiddler in the store, and updates the associated tiddlerInfo\n*/\nSyncer.prototype.storeTiddler = function(tiddlerFields) {\n\t// Save the tiddler\n\tvar tiddler = new $tw.Tiddler(tiddlerFields);\n\tthis.wiki.addTiddler(tiddler);\n\t// Save the tiddler revision and changeCount details\n\tthis.tiddlerInfo[tiddlerFields.title] = {\n\t\trevision: this.getTiddlerRevision(tiddlerFields.title),\n\t\tadaptorInfo: this.syncadaptor.getTiddlerInfo(tiddler),\n\t\tchangeCount: this.wiki.getChangeCount(tiddlerFields.title)\n\t};\n};\n\nSyncer.prototype.getStatus = function(callback) {\n\tvar self = this;\n\t// Check if the adaptor supports getStatus()\n\tif(this.syncadaptor && this.syncadaptor.getStatus) {\n\t\t// Mark us as not logged in\n\t\tthis.wiki.addTiddler({title: this.titleIsLoggedIn,text: \"no\"});\n\t\t// Get login status\n\t\tthis.syncadaptor.getStatus(function(err,isLoggedIn,username,isReadOnly,isAnonymous) {\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(err);\n\t\t\t} else {\n\t\t\t\t// Set the various status tiddlers\n\t\t\t\tself.wiki.addTiddler({title: self.titleIsReadOnly,text: isReadOnly ? \"yes\" : \"no\"});\n\t\t\t\tself.wiki.addTiddler({title: self.titleIsAnonymous,text: isAnonymous ? \"yes\" : \"no\"});\n\t\t\t\tself.wiki.addTiddler({title: self.titleIsLoggedIn,text: isLoggedIn ? \"yes\" : \"no\"});\n\t\t\t\tif(isLoggedIn) {\n\t\t\t\t\tself.wiki.addTiddler({title: self.titleUserName,text: username || \"\"});\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Invoke the callback\n\t\t\tif(callback) {\n\t\t\t\tcallback(err,isLoggedIn,username);\n\t\t\t}\n\t\t});\n\t} else {\n\t\tcallback(null,true,\"UNAUTHENTICATED\");\n\t}\n};\n\n/*\nSynchronise from the server by reading the skinny tiddler list and queuing up loads for any tiddlers that we don't already have up to date\n*/\nSyncer.prototype.syncFromServer = function() {\n\tvar self = this,\n\t\tcancelNextSync = function() {\n\t\t\tif(self.pollTimerId) {\n\t\t\t\tclearTimeout(self.pollTimerId);\n\t\t\t\tself.pollTimerId = null;\n\t\t\t}\n\t\t},\n\t\ttriggerNextSync = function() {\n\t\t\tself.pollTimerId = setTimeout(function() {\n\t\t\t\tself.pollTimerId = null;\n\t\t\t\tself.syncFromServer.call(self);\n\t\t\t},self.pollTimerInterval);\n\t\t},\n\t\tsyncSystemFromServer = (self.wiki.getTiddlerText(\"$:/config/SyncSystemTiddlersFromServer\") === \"yes\" ? true : false);\n\tif(this.syncadaptor && this.syncadaptor.getUpdatedTiddlers) {\n\t\tthis.logger.log(\"Retrieving updated tiddler list\");\n\t\tcancelNextSync();\n\t\tthis.syncadaptor.getUpdatedTiddlers(self,function(err,updates) {\n\t\t\ttriggerNextSync();\n\t\t\tif(err) {\n\t\t\t\tself.displayError($tw.language.getString(\"Error/RetrievingSkinny\"),err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\tif(updates) {\n\t\t\t\t$tw.utils.each(updates.modifications,function(title) {\n\t\t\t\t\tself.titlesToBeLoaded[title] = true;\n\t\t\t\t});\n\t\t\t\t$tw.utils.each(updates.deletions,function(title) {\n\t\t\t\t\tif(syncSystemFromServer || !self.wiki.isSystemTiddler(title)) {\n\t\t\t\t\t\tdelete self.tiddlerInfo[title];\n\t\t\t\t\t\tself.logger.log(\"Deleting tiddler missing from server:\",title);\n\t\t\t\t\t\tself.wiki.deleteTiddler(title);\n\t\t\t\t\t}\n\t\t\t\t});\n\t\t\t\tif(updates.modifications.length > 0 || updates.deletions.length > 0) {\n\t\t\t\t\tself.processTaskQueue();\n\t\t\t\t}\t\t\t\t\n\t\t\t}\n\t\t});\n\t} else if(this.syncadaptor && this.syncadaptor.getSkinnyTiddlers) {\n\t\tthis.logger.log(\"Retrieving skinny tiddler list\");\n\t\tcancelNextSync();\n\t\tthis.syncadaptor.getSkinnyTiddlers(function(err,tiddlers) {\n\t\t\ttriggerNextSync();\n\t\t\t// Check for errors\n\t\t\tif(err) {\n\t\t\t\tself.displayError($tw.language.getString(\"Error/RetrievingSkinny\"),err);\n\t\t\t\treturn;\n\t\t\t}\n\t\t\t// Keep track of which tiddlers we already know about have been reported this time\n\t\t\tvar previousTitles = Object.keys(self.tiddlerInfo);\n\t\t\t// Process each incoming tiddler\n\t\t\tfor(var t=0; t<tiddlers.length; t++) {\n\t\t\t\t// Get the incoming tiddler fields, and the existing tiddler\n\t\t\t\tvar tiddlerFields = tiddlers[t],\n\t\t\t\t\tincomingRevision = tiddlerFields.revision + \"\",\n\t\t\t\t\ttiddler = self.wiki.tiddlerExists(tiddlerFields.title) && self.wiki.getTiddler(tiddlerFields.title),\n\t\t\t\t\ttiddlerInfo = self.tiddlerInfo[tiddlerFields.title],\n\t\t\t\t\tcurrRevision = tiddlerInfo ? tiddlerInfo.revision : null,\n\t\t\t\t\tindexInPreviousTitles = previousTitles.indexOf(tiddlerFields.title);\n\t\t\t\tif(indexInPreviousTitles !== -1) {\n\t\t\t\t\tpreviousTitles.splice(indexInPreviousTitles,1);\n\t\t\t\t}\n\t\t\t\t// Ignore the incoming tiddler if it's the same as the revision we've already got\n\t\t\t\tif(currRevision !== incomingRevision) {\n\t\t\t\t\t// Only load the skinny version if we don't already have a fat version of the tiddler\n\t\t\t\t\tif(!tiddler || tiddler.fields.text === undefined) {\n\t\t\t\t\t\tself.storeTiddler(tiddlerFields);\n\t\t\t\t\t}\n\t\t\t\t\t// Do a full load of this tiddler\n\t\t\t\t\tself.titlesToBeLoaded[tiddlerFields.title] = true;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Delete any tiddlers that were previously reported but missing this time\n\t\t\t$tw.utils.each(previousTitles,function(title) {\n\t\t\t\tif(syncSystemFromServer || !self.wiki.isSystemTiddler(title)) {\n\t\t\t\t\tdelete self.tiddlerInfo[title];\n\t\t\t\t\tself.logger.log(\"Deleting tiddler missing from server:\",title);\n\t\t\t\t\tself.wiki.deleteTiddler(title);\n\t\t\t\t}\n\t\t\t});\n\t\t\tself.processTaskQueue();\n\t\t});\n\t}\n};\n\n/*\nForce load a tiddler from the server\n*/\nSyncer.prototype.enqueueLoadTiddler = function(title) {\n\tthis.titlesToBeLoaded[title] = true;\n\tthis.processTaskQueue();\n};\n\n/*\nLazily load a skinny tiddler if we can\n*/\nSyncer.prototype.handleLazyLoadEvent = function(title) {\n\t// Ignore if the syncadaptor doesn't handle it\n\tif(!this.syncadaptor.supportsLazyLoading) {\n\t\treturn;\n\t}\n\t// Don't lazy load the same tiddler twice\n\tif(!this.titlesHaveBeenLazyLoaded[title]) {\n\t\t// Don't lazy load if the tiddler isn't included in the sync filter\n\t\tif(this.getSyncedTiddlers().indexOf(title) !== -1) {\n\t\t\t// Mark the tiddler as needing loading, and having already been lazily loaded\n\t\t\tthis.titlesToBeLoaded[title] = true;\n\t\t\tthis.titlesHaveBeenLazyLoaded[title] = true;\n\t\t}\n\t}\n};\n\n/*\nDispay a password prompt and allow the user to login\n*/\nSyncer.prototype.handleLoginEvent = function() {\n\tvar self = this;\n\tthis.getStatus(function(err,isLoggedIn,username) {\n\t\tif(!err && !isLoggedIn) {\n\t\t\tif(self.syncadaptor && self.syncadaptor.displayLoginPrompt) {\n\t\t\t\tself.syncadaptor.displayLoginPrompt(self);\n\t\t\t} else {\n\t\t\t\tself.displayLoginPrompt();\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nDispay a password prompt\n*/\nSyncer.prototype.displayLoginPrompt = function() {\n\tvar self = this;\n\tvar promptInfo = $tw.passwordPrompt.createPrompt({\n\t\tserviceName: $tw.language.getString(\"LoginToTiddlySpace\"),\n\t\tcallback: function(data) {\n\t\t\tself.login(data.username,data.password,function(err,isLoggedIn) {\n\t\t\t\tself.syncFromServer();\n\t\t\t});\n\t\t\treturn true; // Get rid of the password prompt\n\t\t}\n\t});\n};\n\n/*\nAttempt to login to TiddlyWeb.\n\tusername: username\n\tpassword: password\n\tcallback: invoked with arguments (err,isLoggedIn)\n*/\nSyncer.prototype.login = function(username,password,callback) {\n\tthis.logger.log(\"Attempting to login as\",username);\n\tvar self = this;\n\tif(this.syncadaptor.login) {\n\t\tthis.syncadaptor.login(username,password,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tself.getStatus(function(err,isLoggedIn,username) {\n\t\t\t\tif(callback) {\n\t\t\t\t\tcallback(err,isLoggedIn);\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t} else {\n\t\tcallback(null,true);\n\t}\n};\n\n/*\nAttempt to log out of TiddlyWeb\n*/\nSyncer.prototype.handleLogoutEvent = function() {\n\tthis.logger.log(\"Attempting to logout\");\n\tvar self = this;\n\tif(this.syncadaptor.logout) {\n\t\tthis.syncadaptor.logout(function(err) {\n\t\t\tif(err) {\n\t\t\t\tself.logger.alert(err);\n\t\t\t} else {\n\t\t\t\tself.getStatus();\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nImmediately refresh from the server\n*/\nSyncer.prototype.handleRefreshEvent = function() {\n\tthis.syncFromServer();\n};\n\n/*\nProcess the next task\n*/\nSyncer.prototype.processTaskQueue = function() {\n\tvar self = this;\n\t// Only process a task if the sync adaptor is fully initialised and we're not already performing\n\t// a task. If we are already performing a task then we'll dispatch the next one when it completes\n\tif((!this.syncadaptor.isReady || this.syncadaptor.isReady()) && this.numTasksInProgress === 0) {\n\t\t// Choose the next task to perform\n\t\tvar task = this.chooseNextTask();\n\t\t// Perform the task if we had one\n\t\tif(typeof task === \"object\" && task !== null) {\n\t\t\tthis.numTasksInProgress += 1;\n\t\t\ttask.run(function(err) {\n\t\t\t\tself.numTasksInProgress -= 1;\n\t\t\t\tif(err) {\n\t\t\t\t\tself.displayError(\"Sync error while processing \" + task.type + \" of '\" + task.title + \"'\",err);\n\t\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t\tself.triggerTimeout(self.errorRetryInterval);\n\t\t\t\t} else {\n\t\t\t\t\tself.updateDirtyStatus();\n\t\t\t\t\t// Process the next task\n\t\t\t\t\tself.processTaskQueue.call(self);\t\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\t// No task is ready so update the status\n\t\t\tthis.updateDirtyStatus();\n\t\t\t// And trigger a timeout if there is a pending task\n\t\t\tif(task === true) {\n\t\t\t\tthis.triggerTimeout();\t\t\t\t\n\t\t\t}\n\t\t}\n\t} else {\n\t\tthis.updateDirtyStatus();\t\t\n\t}\n};\n\nSyncer.prototype.triggerTimeout = function(interval) {\n\tvar self = this;\n\tif(!this.taskTimerId) {\n\t\tthis.taskTimerId = setTimeout(function() {\n\t\t\tself.taskTimerId = null;\n\t\t\tself.processTaskQueue.call(self);\n\t\t},interval || self.taskTimerInterval);\n\t}\n};\n\n/*\nChoose the next sync task. We prioritise saves, then deletes, then loads from the server\n\nReturns either a task object, null if there's no upcoming tasks, or the boolean true if there are pending tasks that aren't yet due\n*/\nSyncer.prototype.chooseNextTask = function() {\n\tvar thresholdLastSaved = (new Date()) - this.throttleInterval,\n\t\thavePending = null;\n\t// First we look for tiddlers that have been modified locally and need saving back to the server\n\tvar titles = this.getSyncedTiddlers();\n\tfor(var index=0; index<titles.length; index++) {\n\t\tvar title = titles[index],\n\t\t\ttiddler = this.wiki.tiddlerExists(title) && this.wiki.getTiddler(title),\n\t\t\ttiddlerInfo = this.tiddlerInfo[title];\n\t\tif(tiddler) {\n\t\t\t// If the tiddler is not known on the server, or has been modified locally no more recently than the threshold then it needs to be saved to the server\n\t\t\tvar hasChanged = !tiddlerInfo || this.wiki.getChangeCount(title) > tiddlerInfo.changeCount,\n\t\t\t\tisReadyToSave = !tiddlerInfo || !tiddlerInfo.timestampLastSaved || tiddlerInfo.timestampLastSaved < thresholdLastSaved;\n\t\t\tif(hasChanged) {\n\t\t\t\tif(isReadyToSave) {\n\t\t\t\t\treturn new SaveTiddlerTask(this,title); \t\t\t\t\t\n\t\t\t\t} else {\n\t\t\t\t\thavePending = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t// Second, we check tiddlers that are known from the server but not currently in the store, and so need deleting on the server\n\ttitles = Object.keys(this.tiddlerInfo);\n\tfor(index=0; index<titles.length; index++) {\n\t\ttitle = titles[index];\n\t\ttiddlerInfo = this.tiddlerInfo[title];\n\t\ttiddler = this.wiki.tiddlerExists(title) && this.wiki.getTiddler(title);\n\t\tif(!tiddler) {\n\t\t\treturn new DeleteTiddlerTask(this,title);\n\t\t}\n\t}\n\t// Check for tiddlers that need loading\n\ttitle = Object.keys(this.titlesToBeLoaded)[0];\n\tif(title) {\n\t\tdelete this.titlesToBeLoaded[title];\n\t\treturn new LoadTiddlerTask(this,title);\n\t}\n\t// No tasks are ready\n\treturn havePending;\n};\n\nfunction SaveTiddlerTask(syncer,title) {\n\tthis.syncer = syncer;\n\tthis.title = title;\n\tthis.type = \"save\";\n}\n\nSaveTiddlerTask.prototype.run = function(callback) {\n\tvar self = this,\n\t\tchangeCount = this.syncer.wiki.getChangeCount(this.title),\n\t\ttiddler = this.syncer.wiki.tiddlerExists(this.title) && this.syncer.wiki.getTiddler(this.title);\n\tthis.syncer.logger.log(\"Dispatching 'save' task:\",this.title);\n\tif(tiddler) {\n\t\tthis.syncer.syncadaptor.saveTiddler(tiddler,function(err,adaptorInfo,revision) {\n\t\t\t// If there's an error, exit without changing any internal state\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\t// Adjust the info stored about this tiddler\n\t\t\tself.syncer.tiddlerInfo[self.title] = {\n\t\t\t\tchangeCount: changeCount,\n\t\t\t\tadaptorInfo: adaptorInfo,\n\t\t\t\trevision: revision,\n\t\t\t\ttimestampLastSaved: new Date()\n\t\t\t};\n\t\t\t// Invoke the callback\n\t\t\tcallback(null);\n\t\t},{\n\t\t\ttiddlerInfo: self.syncer.tiddlerInfo[self.title]\n\t\t});\n\t} else {\n\t\tthis.syncer.logger.log(\" Not Dispatching 'save' task:\",this.title,\"tiddler does not exist\");\n\t\t$tw.utils.nextTick(callback(null));\n\t}\n};\n\nfunction DeleteTiddlerTask(syncer,title) {\n\tthis.syncer = syncer;\n\tthis.title = title;\n\tthis.type = \"delete\";\n}\n\nDeleteTiddlerTask.prototype.run = function(callback) {\n\tvar self = this;\n\tthis.syncer.logger.log(\"Dispatching 'delete' task:\",this.title);\n\tthis.syncer.syncadaptor.deleteTiddler(this.title,function(err) {\n\t\t// If there's an error, exit without changing any internal state\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\n\t\t// Remove the info stored about this tiddler\n\t\tdelete self.syncer.tiddlerInfo[self.title];\n\t\tif($tw.boot.files){\n\t\t\t// Remove the tiddler from $tw.boot.files\n\t\t\tdelete $tw.boot.files[self.title];\n\t\t}\n\t\t// Invoke the callback\n\t\tcallback(null);\n\t},{\n\t\ttiddlerInfo: self.syncer.tiddlerInfo[this.title]\n\t});\n};\n\nfunction LoadTiddlerTask(syncer,title) {\n\tthis.syncer = syncer;\n\tthis.title = title;\n\tthis.type = \"load\";\n}\n\nLoadTiddlerTask.prototype.run = function(callback) {\n\tvar self = this;\n\tthis.syncer.logger.log(\"Dispatching 'load' task:\",this.title);\n\tthis.syncer.syncadaptor.loadTiddler(this.title,function(err,tiddlerFields) {\n\t\t// If there's an error, exit without changing any internal state\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\n\t\t// Update the info stored about this tiddler\n\t\tif(tiddlerFields) {\n\t\t\tself.syncer.storeTiddler(tiddlerFields);\n\t\t}\n\t\t// Invoke the callback\n\t\tcallback(null);\n\t});\n};\n\nexports.Syncer = Syncer;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/tiddler.js": {
            "title": "$:/core/modules/tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/tiddler.js\ntype: application/javascript\nmodule-type: tiddlermethod\n\nExtension methods for the $tw.Tiddler object (constructor and methods required at boot time are in boot/boot.js)\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.hasTag = function(tag) {\n\treturn this.fields.tags && this.fields.tags.indexOf(tag) !== -1;\n};\n\nexports.isPlugin = function() {\n\treturn this.fields.type === \"application/json\" && this.hasField(\"plugin-type\");\n};\n\nexports.isDraft = function() {\n\treturn this.hasField(\"draft.of\");\n};\n\nexports.getFieldString = function(field) {\n\tvar value = this.fields[field];\n\t// Check for a missing field\n\tif(value === undefined || value === null) {\n\t\treturn \"\";\n\t}\n\t// Parse the field with the associated module (if any)\n\tvar fieldModule = $tw.Tiddler.fieldModules[field];\n\tif(fieldModule && fieldModule.stringify) {\n\t\treturn fieldModule.stringify.call(this,value);\n\t} else {\n\t\treturn value.toString();\n\t}\n};\n\n/*\nGet the value of a field as a list\n*/\nexports.getFieldList = function(field) {\n\tvar value = this.fields[field];\n\t// Check for a missing field\n\tif(value === undefined || value === null) {\n\t\treturn [];\n\t}\n\treturn $tw.utils.parseStringArray(value);\n};\n\n/*\nGet all the fields as a hashmap of strings. Options:\n\texclude: an array of field names to exclude\n*/\nexports.getFieldStrings = function(options) {\n\toptions = options || {};\n\tvar exclude = options.exclude || [];\n\tvar fields = {};\n\tfor(var field in this.fields) {\n\t\tif($tw.utils.hop(this.fields,field)) {\n\t\t\tif(exclude.indexOf(field) === -1) {\n\t\t\t\tfields[field] = this.getFieldString(field);\n\t\t\t}\n\t\t}\n\t}\n\treturn fields;\n};\n\n/*\nGet all the fields as a name:value block. Options:\n\texclude: an array of field names to exclude\n*/\nexports.getFieldStringBlock = function(options) {\n\toptions = options || {};\n\tvar exclude = options.exclude || [],\n\t\tfields = Object.keys(this.fields).sort(),\n\t\tresult = [];\n\tfor(var t=0; t<fields.length; t++) {\n\t\tvar field = fields[t];\n\t\tif(exclude.indexOf(field) === -1) {\n\t\t\tresult.push(field + \": \" + this.getFieldString(field));\n\t\t}\n\t}\n\treturn result.join(\"\\n\");\n};\n\nexports.getFieldDay = function(field) {\n\tif(this.cache && this.cache.day && $tw.utils.hop(this.cache.day,field) ) {\n\t\treturn this.cache.day[field];\n\t}\n\tvar day = \"\";\n\tif(this.fields[field]) {\n\t\tday = (new Date($tw.utils.parseDate(this.fields[field]))).setHours(0,0,0,0);\n\t}\n\tthis.cache.day = this.cache.day || {};\n\tthis.cache.day[field] = day;\n\treturn day;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "tiddlermethod"
        },
        "$:/core/modules/upgraders/plugins.js": {
            "title": "$:/core/modules/upgraders/plugins.js",
            "text": "/*\\\ntitle: $:/core/modules/upgraders/plugins.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that checks that plugins are newer than any already installed version\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar UPGRADE_LIBRARY_TITLE = \"$:/UpgradeLibrary\";\n\nvar BLOCKED_PLUGINS = {\n\t\"$:/themes/tiddlywiki/stickytitles\": {\n\t\tversions: [\"*\"]\n\t},\n\t\"$:/plugins/tiddlywiki/fullscreen\": {\n\t\tversions: [\"*\"]\n\t}\n};\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {},\n\t\tupgradeLibrary,\n\t\tgetLibraryTiddler = function(title) {\n\t\t\tif(!upgradeLibrary) {\n\t\t\t\tupgradeLibrary = wiki.getTiddlerData(UPGRADE_LIBRARY_TITLE,{});\n\t\t\t\tupgradeLibrary.tiddlers = upgradeLibrary.tiddlers || {};\n\t\t\t}\n\t\t\treturn upgradeLibrary.tiddlers[title];\n\t\t};\n\n\t// Go through all the incoming tiddlers\n\t$tw.utils.each(titles,function(title) {\n\t\tvar incomingTiddler = tiddlers[title];\n\t\t// Check if we're dealing with a plugin\n\t\tif(incomingTiddler && incomingTiddler[\"plugin-type\"]) {\n\t\t\t// Check whether the plugin contains JS modules\n\t\t\tvar requiresReload = wiki.doesPluginInfoRequireReload(JSON.parse(incomingTiddler.text)) ? (wiki.getTiddlerText(\"$:/language/ControlPanel/Plugins/PluginWillRequireReload\") + \" \") : \"\";\n\t\t\tmessages[title] = requiresReload;\n\t\t\tif(incomingTiddler.version) {\n\t\t\t\t// Upgrade the incoming plugin if it is in the upgrade library\n\t\t\t\tvar libraryTiddler = getLibraryTiddler(title);\n\t\t\t\tif(libraryTiddler && libraryTiddler[\"plugin-type\"] && libraryTiddler.version) {\n\t\t\t\t\ttiddlers[title] = libraryTiddler;\n\t\t\t\t\tmessages[title] = requiresReload + $tw.language.getString(\"Import/Upgrader/Plugins/Upgraded\",{variables: {incoming: incomingTiddler.version, upgraded: libraryTiddler.version}});\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\t// Suppress the incoming plugin if it is older than the currently installed one\n\t\t\t\tvar existingTiddler = wiki.getTiddler(title);\n\t\t\t\tif(existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t\t\t\t// Reject the incoming plugin by blanking all its fields\n\t\t\t\t\tif($tw.utils.checkVersions(existingTiddler.fields.version,incomingTiddler.version)) {\n\t\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Version\",{variables: {incoming: incomingTiddler.version, existing: existingTiddler.fields.version}});\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Check whether the plugin is on the blocked list\n\t\t\tvar blockInfo = BLOCKED_PLUGINS[title];\n\t\t\tif(blockInfo) {\n\t\t\t\tif(blockInfo.versions.indexOf(\"*\") !== -1 || (incomingTiddler.version && blockInfo.versions.indexOf(incomingTiddler.version) !== -1)) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/Plugins/Suppressed/Incompatible\");\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "upgrader"
        },
        "$:/core/modules/upgraders/system.js": {
            "title": "$:/core/modules/upgraders/system.js",
            "text": "/*\\\ntitle: $:/core/modules/upgraders/system.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that suppresses certain system tiddlers that shouldn't be imported\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar DONT_IMPORT_LIST = [\"$:/StoryList\",\"$:/HistoryList\"],\n\tDONT_IMPORT_PREFIX_LIST = [\"$:/temp/\",\"$:/state/\",\"$:/Import\"],\n\tWARN_IMPORT_PREFIX_LIST = [\"$:/core/modules/\"];\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {},\n\t\tshowAlert = false;\n\t// Check for tiddlers on our list\n\t$tw.utils.each(titles,function(title) {\n\t\tif(DONT_IMPORT_LIST.indexOf(title) !== -1) {\n\t\t\ttiddlers[title] = Object.create(null);\n\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/System/Suppressed\");\n\t\t} else {\n\t\t\tfor(var t=0; t<DONT_IMPORT_PREFIX_LIST.length; t++) {\n\t\t\t\tvar prefix = DONT_IMPORT_PREFIX_LIST[t];\n\t\t\t\tif(title.substr(0,prefix.length) === prefix) {\n\t\t\t\t\ttiddlers[title] = Object.create(null);\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/State/Suppressed\");\n\t\t\t\t}\n\t\t\t}\n\t\t\tfor(var t=0; t<WARN_IMPORT_PREFIX_LIST.length; t++) {\n\t\t\t\tvar prefix = WARN_IMPORT_PREFIX_LIST[t];\n\t\t\t\tif(title.substr(0,prefix.length) === prefix && wiki.isShadowTiddler(title)) {\n\t\t\t\t\tshowAlert = true;\n\t\t\t\t\tmessages[title] = $tw.language.getString(\"Import/Upgrader/System/Warning\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\tif(showAlert) {\n\t\tvar logger = new $tw.utils.Logger(\"import\");\n\t\tlogger.alert($tw.language.getString(\"Import/Upgrader/System/Alert\"));\n\t}\n\treturn messages;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "upgrader"
        },
        "$:/core/modules/upgraders/themetweaks.js": {
            "title": "$:/core/modules/upgraders/themetweaks.js",
            "text": "/*\\\ntitle: $:/core/modules/upgraders/themetweaks.js\ntype: application/javascript\nmodule-type: upgrader\n\nUpgrader module that handles the change in theme tweak storage introduced in 5.0.14-beta.\n\nPreviously, theme tweaks were stored in two data tiddlers:\n\n* $:/themes/tiddlywiki/vanilla/metrics\n* $:/themes/tiddlywiki/vanilla/settings\n\nNow, each tweak is stored in its own separate tiddler.\n\nThis upgrader copies any values from the old format to the new. The old data tiddlers are not deleted in case they have been used to store additional indexes.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar MAPPINGS = {\n\t\"$:/themes/tiddlywiki/vanilla/metrics\": {\n\t\t\"fontsize\": \"$:/themes/tiddlywiki/vanilla/metrics/fontsize\",\n\t\t\"lineheight\": \"$:/themes/tiddlywiki/vanilla/metrics/lineheight\",\n\t\t\"storyleft\": \"$:/themes/tiddlywiki/vanilla/metrics/storyleft\",\n\t\t\"storytop\": \"$:/themes/tiddlywiki/vanilla/metrics/storytop\",\n\t\t\"storyright\": \"$:/themes/tiddlywiki/vanilla/metrics/storyright\",\n\t\t\"storywidth\": \"$:/themes/tiddlywiki/vanilla/metrics/storywidth\",\n\t\t\"tiddlerwidth\": \"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\"\n\t},\n\t\"$:/themes/tiddlywiki/vanilla/settings\": {\n\t\t\"fontfamily\": \"$:/themes/tiddlywiki/vanilla/settings/fontfamily\"\n\t}\n};\n\nexports.upgrade = function(wiki,titles,tiddlers) {\n\tvar self = this,\n\t\tmessages = {};\n\t// Check for tiddlers on our list\n\t$tw.utils.each(titles,function(title) {\n\t\tvar mapping = MAPPINGS[title];\n\t\tif(mapping) {\n\t\t\tvar tiddler = new $tw.Tiddler(tiddlers[title]),\n\t\t\t\ttiddlerData = wiki.getTiddlerDataCached(tiddler,{});\n\t\t\tfor(var index in mapping) {\n\t\t\t\tvar mappedTitle = mapping[index];\n\t\t\t\tif(!tiddlers[mappedTitle] || tiddlers[mappedTitle].title !== mappedTitle) {\n\t\t\t\t\ttiddlers[mappedTitle] = {\n\t\t\t\t\t\ttitle: mappedTitle,\n\t\t\t\t\t\ttext: tiddlerData[index]\n\t\t\t\t\t};\n\t\t\t\t\tmessages[mappedTitle] = $tw.language.getString(\"Import/Upgrader/ThemeTweaks/Created\",{variables: {\n\t\t\t\t\t\tfrom: title + \"##\" + index\n\t\t\t\t\t}});\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn messages;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "upgrader"
        },
        "$:/core/modules/utils/base64-utf8/base64-utf8.module.js": {
            "text": "(function(){// From https://gist.github.com/Nijikokun/5192472\n//\n// UTF8 Module\n//\n// Cleaner and modularized utf-8 encoding and decoding library for javascript.\n//\n// copyright: MIT\n// author: Nijiko Yonskai, @nijikokun, nijikokun@gmail.com\n!function(r,e,o,t){void 0!==o.module&&o.module.exports?o.module.exports=e.apply(o):void 0!==o.define&&\"function\"===o.define&&o.define.amd?define(\"utf8\",[],e):o.utf8=e.apply(o)}(0,function(){return{encode:function(r){if(\"string\"!=typeof r)return r;r=r.replace(/\\r\\n/g,\"\\n\");for(var e,o=\"\",t=0;t<r.length;t++)if((e=r.charCodeAt(t))<128)o+=String.fromCharCode(e);else if(e>127&&e<2048)o+=String.fromCharCode(e>>6|192),o+=String.fromCharCode(63&e|128);else if(e>55295&&e<57344&&r.length>t+1){var i=e,n=r.charCodeAt(t+1);t++;var d=65536+(i-55296<<10|n-56320);o+=String.fromCharCode(d>>18|240),o+=String.fromCharCode(d>>12&63|128),o+=String.fromCharCode(d>>6&63|128),o+=String.fromCharCode(63&d|128)}else o+=String.fromCharCode(e>>12|224),o+=String.fromCharCode(e>>6&63|128),o+=String.fromCharCode(63&e|128);return o},decode:function(r){if(\"string\"!=typeof r)return r;for(var e=\"\",o=0,t=0;o<r.length;)if((t=r.charCodeAt(o))<128)e+=String.fromCharCode(t),o++;else if(t>191&&t<224)e+=String.fromCharCode((31&t)<<6|63&r.charCodeAt(o+1)),o+=2;else if(t>223&&t<240)e+=String.fromCharCode((15&t)<<12|(63&r.charCodeAt(o+1))<<6|63&r.charCodeAt(o+2)),o+=3;else{var i=(7&t)<<18|(63&r.charCodeAt(o+1))<<12|(63&r.charCodeAt(o+2))<<6|63&r.charCodeAt(o+3);e+=String.fromCharCode(55296+(i-65536>>10))+String.fromCharCode(56320+(i-65536&1023)),o+=4}return e}}},this),function(r,e,o,t){if(void 0!==o.module&&o.module.exports){if(t&&o.require)for(var i=0;i<t.length;i++)o[t[i]]=o.require(t[i]);o.module.exports=e.apply(o)}else void 0!==o.define&&\"function\"===o.define&&o.define.amd?define(\"base64\",t||[],e):o.base64=e.apply(o)}(0,function(r){var e=r||this.utf8,o=\"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\";return{encode:function(r){if(void 0===e)throw{error:\"MissingMethod\",message:\"UTF8 Module is missing.\"};if(\"string\"!=typeof r)return r;r=e.encode(r);for(var t,i,n,d,f,a,h,C=\"\",c=0;c<r.length;)d=(t=r.charCodeAt(c++))>>2,f=(3&t)<<4|(i=r.charCodeAt(c++))>>4,a=(15&i)<<2|(n=r.charCodeAt(c++))>>6,h=63&n,isNaN(i)?a=h=64:isNaN(n)&&(h=64),C+=o.charAt(d)+o.charAt(f)+o.charAt(a)+o.charAt(h);return C},decode:function(r){if(void 0===e)throw{error:\"MissingMethod\",message:\"UTF8 Module is missing.\"};if(\"string\"!=typeof r)return r;r=r.replace(/[^A-Za-z0-9\\+\\/\\=]/g,\"\");for(var t,i,n,d,f,a,h=\"\",C=0;C<r.length;)t=o.indexOf(r.charAt(C++))<<2|(d=o.indexOf(r.charAt(C++)))>>4,i=(15&d)<<4|(f=o.indexOf(r.charAt(C++)))>>2,n=(3&f)<<6|(a=o.indexOf(r.charAt(C++))),h+=String.fromCharCode(t),64!=f&&(h+=String.fromCharCode(i)),64!=a&&(h+=String.fromCharCode(n));return e.decode(h)}}},this,[\"utf8\"]);}).call(exports);",
            "type": "application/javascript",
            "title": "$:/core/modules/utils/base64-utf8/base64-utf8.module.js",
            "module-type": "library"
        },
        "$:/core/modules/utils/crypto.js": {
            "title": "$:/core/modules/utils/crypto.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/crypto.js\ntype: application/javascript\nmodule-type: utils\n\nUtility functions related to crypto.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nLook for an encrypted store area in the text of a TiddlyWiki file\n*/\nexports.extractEncryptedStoreArea = function(text) {\n\tvar encryptedStoreAreaStartMarker = \"<pre id=\\\"encryptedStoreArea\\\" type=\\\"text/plain\\\" style=\\\"display:none;\\\">\",\n\t\tencryptedStoreAreaStart = text.indexOf(encryptedStoreAreaStartMarker);\n\tif(encryptedStoreAreaStart !== -1) {\n\t\tvar encryptedStoreAreaEnd = text.indexOf(\"</pre>\",encryptedStoreAreaStart);\n\t\tif(encryptedStoreAreaEnd !== -1) {\n\t\t\treturn $tw.utils.htmlDecode(text.substring(encryptedStoreAreaStart + encryptedStoreAreaStartMarker.length,encryptedStoreAreaEnd-1));\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nAttempt to extract the tiddlers from an encrypted store area using the current password. If the password is not provided then the password in the password store will be used\n*/\nexports.decryptStoreArea = function(encryptedStoreArea,password) {\n\tvar decryptedText = $tw.crypto.decrypt(encryptedStoreArea,password);\n\tif(decryptedText) {\n\t\tvar json = JSON.parse(decryptedText),\n\t\t\ttiddlers = [];\n\t\tfor(var title in json) {\n\t\t\tif(title !== \"$:/isEncrypted\") {\n\t\t\t\ttiddlers.push(json[title]);\n\t\t\t}\n\t\t}\n\t\treturn tiddlers;\n\t} else {\n\t\treturn null;\n\t}\n};\n\n\n/*\nAttempt to extract the tiddlers from an encrypted store area using the current password. If that fails, the user is prompted for a password.\nencryptedStoreArea: text of the TiddlyWiki encrypted store area\ncallback: function(tiddlers) called with the array of decrypted tiddlers\n\nThe following configuration settings are supported:\n\n$tw.config.usePasswordVault: causes any password entered by the user to also be put into the system password vault\n*/\nexports.decryptStoreAreaInteractive = function(encryptedStoreArea,callback,options) {\n\t// Try to decrypt with the current password\n\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea);\n\tif(tiddlers) {\n\t\tcallback(tiddlers);\n\t} else {\n\t\t// Prompt for a new password and keep trying\n\t\t$tw.passwordPrompt.createPrompt({\n\t\t\tserviceName: \"Enter a password to decrypt the imported TiddlyWiki\",\n\t\t\tnoUserName: true,\n\t\t\tcanCancel: true,\n\t\t\tsubmitText: \"Decrypt\",\n\t\t\tcallback: function(data) {\n\t\t\t\t// Exit if the user cancelled\n\t\t\t\tif(!data) {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t\t// Attempt to decrypt the tiddlers\n\t\t\t\tvar tiddlers = $tw.utils.decryptStoreArea(encryptedStoreArea,data.password);\n\t\t\t\tif(tiddlers) {\n\t\t\t\t\tif($tw.config.usePasswordVault) {\n\t\t\t\t\t\t$tw.crypto.setPassword(data.password);\n\t\t\t\t\t}\n\t\t\t\t\tcallback(tiddlers);\n\t\t\t\t\t// Exit and remove the password prompt\n\t\t\t\t\treturn true;\n\t\t\t\t} else {\n\t\t\t\t\t// We didn't decrypt everything, so continue to prompt for password\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/csv.js": {
            "title": "$:/core/modules/utils/csv.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/csv.js\ntype: application/javascript\nmodule-type: utils\n\nA barebones CSV parser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nParse a CSV string with a header row and return an array of hashmaps.\n*/\nexports.parseCsvStringWithHeader = function(text,options) {\n\toptions = options || {};\n\tvar separator = options.separator || \",\",\n\t\trows = text.split(/\\r?\\n/mg).map(function(row) {\n\t\t\treturn $tw.utils.trim(row);\n\t\t}).filter(function(row) {\n\t\t\treturn row !== \"\";\n\t\t});\n\tif(rows.length < 1) {\n\t\treturn \"Missing header row\";\n\t}\n\tvar headings = rows[0].split(separator),\n\t\tresults = [];\n\tfor(var row=1; row<rows.length; row++) {\n\t\tvar columns = rows[row].split(separator),\n\t\t\tcolumnResult = Object.create(null);\n\t\tif(columns.length !== headings.length) {\n\t\t\treturn \"Malformed CSV row '\" + rows[row] + \"'\";\n\t\t}\n\t\tfor(var column=0; column<columns.length; column++) {\n\t\t\tvar columnName = headings[column];\n\t\t\tcolumnResult[columnName] = $tw.utils.trim(columns[column] || \"\");\n\t\t}\n\t\tresults.push(columnResult);\t\t\t\n\t}\n\treturn results;\n}\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/diff-match-patch/diff_match_patch.js": {
            "text": "(function(){function diff_match_patch(){this.Diff_Timeout=1;this.Diff_EditCost=4;this.Match_Threshold=.5;this.Match_Distance=1E3;this.Patch_DeleteThreshold=.5;this.Patch_Margin=4;this.Match_MaxBits=32}var DIFF_DELETE=-1,DIFF_INSERT=1,DIFF_EQUAL=0;\ndiff_match_patch.prototype.diff_main=function(a,b,c,d){\"undefined\"==typeof d&&(d=0>=this.Diff_Timeout?Number.MAX_VALUE:(new Date).getTime()+1E3*this.Diff_Timeout);if(null==a||null==b)throw Error(\"Null input. (diff_main)\");if(a==b)return a?[[DIFF_EQUAL,a]]:[];\"undefined\"==typeof c&&(c=!0);var e=c,f=this.diff_commonPrefix(a,b);c=a.substring(0,f);a=a.substring(f);b=b.substring(f);f=this.diff_commonSuffix(a,b);var g=a.substring(a.length-f);a=a.substring(0,a.length-f);b=b.substring(0,b.length-f);a=this.diff_compute_(a,\nb,e,d);c&&a.unshift([DIFF_EQUAL,c]);g&&a.push([DIFF_EQUAL,g]);this.diff_cleanupMerge(a);return a};\ndiff_match_patch.prototype.diff_compute_=function(a,b,c,d){if(!a)return[[DIFF_INSERT,b]];if(!b)return[[DIFF_DELETE,a]];var e=a.length>b.length?a:b,f=a.length>b.length?b:a,g=e.indexOf(f);return-1!=g?(c=[[DIFF_INSERT,e.substring(0,g)],[DIFF_EQUAL,f],[DIFF_INSERT,e.substring(g+f.length)]],a.length>b.length&&(c[0][0]=c[2][0]=DIFF_DELETE),c):1==f.length?[[DIFF_DELETE,a],[DIFF_INSERT,b]]:(e=this.diff_halfMatch_(a,b))?(b=e[1],f=e[3],a=e[4],e=this.diff_main(e[0],e[2],c,d),c=this.diff_main(b,f,c,d),e.concat([[DIFF_EQUAL,\na]],c)):c&&100<a.length&&100<b.length?this.diff_lineMode_(a,b,d):this.diff_bisect_(a,b,d)};\ndiff_match_patch.prototype.diff_lineMode_=function(a,b,c){var d=this.diff_linesToChars_(a,b);a=d.chars1;b=d.chars2;d=d.lineArray;a=this.diff_main(a,b,!1,c);this.diff_charsToLines_(a,d);this.diff_cleanupSemantic(a);a.push([DIFF_EQUAL,\"\"]);for(var e=d=b=0,f=\"\",g=\"\";b<a.length;){switch(a[b][0]){case DIFF_INSERT:e++;g+=a[b][1];break;case DIFF_DELETE:d++;f+=a[b][1];break;case DIFF_EQUAL:if(1<=d&&1<=e){a.splice(b-d-e,d+e);b=b-d-e;d=this.diff_main(f,g,!1,c);for(e=d.length-1;0<=e;e--)a.splice(b,0,d[e]);b+=\nd.length}d=e=0;g=f=\"\"}b++}a.pop();return a};\ndiff_match_patch.prototype.diff_bisect_=function(a,b,c){for(var d=a.length,e=b.length,f=Math.ceil((d+e)/2),g=2*f,h=Array(g),l=Array(g),k=0;k<g;k++)h[k]=-1,l[k]=-1;h[f+1]=0;l[f+1]=0;k=d-e;for(var m=0!=k%2,p=0,x=0,w=0,q=0,t=0;t<f&&!((new Date).getTime()>c);t++){for(var v=-t+p;v<=t-x;v+=2){var n=f+v;var r=v==-t||v!=t&&h[n-1]<h[n+1]?h[n+1]:h[n-1]+1;for(var y=r-v;r<d&&y<e&&a.charAt(r)==b.charAt(y);)r++,y++;h[n]=r;if(r>d)x+=2;else if(y>e)p+=2;else if(m&&(n=f+k-v,0<=n&&n<g&&-1!=l[n])){var u=d-l[n];if(r>=\nu)return this.diff_bisectSplit_(a,b,r,y,c)}}for(v=-t+w;v<=t-q;v+=2){n=f+v;u=v==-t||v!=t&&l[n-1]<l[n+1]?l[n+1]:l[n-1]+1;for(r=u-v;u<d&&r<e&&a.charAt(d-u-1)==b.charAt(e-r-1);)u++,r++;l[n]=u;if(u>d)q+=2;else if(r>e)w+=2;else if(!m&&(n=f+k-v,0<=n&&n<g&&-1!=h[n]&&(r=h[n],y=f+r-n,u=d-u,r>=u)))return this.diff_bisectSplit_(a,b,r,y,c)}}return[[DIFF_DELETE,a],[DIFF_INSERT,b]]};\ndiff_match_patch.prototype.diff_bisectSplit_=function(a,b,c,d,e){var f=a.substring(0,c),g=b.substring(0,d);a=a.substring(c);b=b.substring(d);f=this.diff_main(f,g,!1,e);e=this.diff_main(a,b,!1,e);return f.concat(e)};\ndiff_match_patch.prototype.diff_linesToChars_=function(a,b){function c(a){for(var b=\"\",c=0,f=-1,g=d.length;f<a.length-1;){f=a.indexOf(\"\\n\",c);-1==f&&(f=a.length-1);var h=a.substring(c,f+1);c=f+1;(e.hasOwnProperty?e.hasOwnProperty(h):void 0!==e[h])?b+=String.fromCharCode(e[h]):(b+=String.fromCharCode(g),e[h]=g,d[g++]=h)}return b}var d=[],e={};d[0]=\"\";var f=c(a),g=c(b);return{chars1:f,chars2:g,lineArray:d}};\ndiff_match_patch.prototype.diff_charsToLines_=function(a,b){for(var c=0;c<a.length;c++){for(var d=a[c][1],e=[],f=0;f<d.length;f++)e[f]=b[d.charCodeAt(f)];a[c][1]=e.join(\"\")}};diff_match_patch.prototype.diff_commonPrefix=function(a,b){if(!a||!b||a.charAt(0)!=b.charAt(0))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;c<e;)a.substring(f,e)==b.substring(f,e)?f=c=e:d=e,e=Math.floor((d-c)/2+c);return e};\ndiff_match_patch.prototype.diff_commonSuffix=function(a,b){if(!a||!b||a.charAt(a.length-1)!=b.charAt(b.length-1))return 0;for(var c=0,d=Math.min(a.length,b.length),e=d,f=0;c<e;)a.substring(a.length-e,a.length-f)==b.substring(b.length-e,b.length-f)?f=c=e:d=e,e=Math.floor((d-c)/2+c);return e};\ndiff_match_patch.prototype.diff_commonOverlap_=function(a,b){var c=a.length,d=b.length;if(0==c||0==d)return 0;c>d?a=a.substring(c-d):c<d&&(b=b.substring(0,c));c=Math.min(c,d);if(a==b)return c;d=0;for(var e=1;;){var f=a.substring(c-e);f=b.indexOf(f);if(-1==f)return d;e+=f;if(0==f||a.substring(c-e)==b.substring(0,e))d=e,e++}};\ndiff_match_patch.prototype.diff_halfMatch_=function(a,b){function c(a,b,c){for(var d=a.substring(c,c+Math.floor(a.length/4)),e=-1,g=\"\",h,k,l,m;-1!=(e=b.indexOf(d,e+1));){var p=f.diff_commonPrefix(a.substring(c),b.substring(e)),u=f.diff_commonSuffix(a.substring(0,c),b.substring(0,e));g.length<u+p&&(g=b.substring(e-u,e)+b.substring(e,e+p),h=a.substring(0,c-u),k=a.substring(c+p),l=b.substring(0,e-u),m=b.substring(e+p))}return 2*g.length>=a.length?[h,k,l,m,g]:null}if(0>=this.Diff_Timeout)return null;\nvar d=a.length>b.length?a:b,e=a.length>b.length?b:a;if(4>d.length||2*e.length<d.length)return null;var f=this,g=c(d,e,Math.ceil(d.length/4));d=c(d,e,Math.ceil(d.length/2));if(g||d)g=d?g?g[4].length>d[4].length?g:d:d:g;else return null;if(a.length>b.length){d=g[0];e=g[1];var h=g[2];var l=g[3]}else h=g[0],l=g[1],d=g[2],e=g[3];return[d,e,h,l,g[4]]};\ndiff_match_patch.prototype.diff_cleanupSemantic=function(a){for(var b=!1,c=[],d=0,e=null,f=0,g=0,h=0,l=0,k=0;f<a.length;)a[f][0]==DIFF_EQUAL?(c[d++]=f,g=l,h=k,k=l=0,e=a[f][1]):(a[f][0]==DIFF_INSERT?l+=a[f][1].length:k+=a[f][1].length,e&&e.length<=Math.max(g,h)&&e.length<=Math.max(l,k)&&(a.splice(c[d-1],0,[DIFF_DELETE,e]),a[c[d-1]+1][0]=DIFF_INSERT,d--,d--,f=0<d?c[d-1]:-1,k=l=h=g=0,e=null,b=!0)),f++;b&&this.diff_cleanupMerge(a);this.diff_cleanupSemanticLossless(a);for(f=1;f<a.length;){if(a[f-1][0]==\nDIFF_DELETE&&a[f][0]==DIFF_INSERT){b=a[f-1][1];c=a[f][1];d=this.diff_commonOverlap_(b,c);e=this.diff_commonOverlap_(c,b);if(d>=e){if(d>=b.length/2||d>=c.length/2)a.splice(f,0,[DIFF_EQUAL,c.substring(0,d)]),a[f-1][1]=b.substring(0,b.length-d),a[f+1][1]=c.substring(d),f++}else if(e>=b.length/2||e>=c.length/2)a.splice(f,0,[DIFF_EQUAL,b.substring(0,e)]),a[f-1][0]=DIFF_INSERT,a[f-1][1]=c.substring(0,c.length-e),a[f+1][0]=DIFF_DELETE,a[f+1][1]=b.substring(e),f++;f++}f++}};\ndiff_match_patch.prototype.diff_cleanupSemanticLossless=function(a){function b(a,b){if(!a||!b)return 6;var c=a.charAt(a.length-1),d=b.charAt(0),e=c.match(diff_match_patch.nonAlphaNumericRegex_),f=d.match(diff_match_patch.nonAlphaNumericRegex_),g=e&&c.match(diff_match_patch.whitespaceRegex_),h=f&&d.match(diff_match_patch.whitespaceRegex_);c=g&&c.match(diff_match_patch.linebreakRegex_);d=h&&d.match(diff_match_patch.linebreakRegex_);var k=c&&a.match(diff_match_patch.blanklineEndRegex_),l=d&&b.match(diff_match_patch.blanklineStartRegex_);\nreturn k||l?5:c||d?4:e&&!g&&h?3:g||h?2:e||f?1:0}for(var c=1;c<a.length-1;){if(a[c-1][0]==DIFF_EQUAL&&a[c+1][0]==DIFF_EQUAL){var d=a[c-1][1],e=a[c][1],f=a[c+1][1],g=this.diff_commonSuffix(d,e);if(g){var h=e.substring(e.length-g);d=d.substring(0,d.length-g);e=h+e.substring(0,e.length-g);f=h+f}g=d;h=e;for(var l=f,k=b(d,e)+b(e,f);e.charAt(0)===f.charAt(0);){d+=e.charAt(0);e=e.substring(1)+f.charAt(0);f=f.substring(1);var m=b(d,e)+b(e,f);m>=k&&(k=m,g=d,h=e,l=f)}a[c-1][1]!=g&&(g?a[c-1][1]=g:(a.splice(c-\n1,1),c--),a[c][1]=h,l?a[c+1][1]=l:(a.splice(c+1,1),c--))}c++}};diff_match_patch.nonAlphaNumericRegex_=/[^a-zA-Z0-9]/;diff_match_patch.whitespaceRegex_=/\\s/;diff_match_patch.linebreakRegex_=/[\\r\\n]/;diff_match_patch.blanklineEndRegex_=/\\n\\r?\\n$/;diff_match_patch.blanklineStartRegex_=/^\\r?\\n\\r?\\n/;\ndiff_match_patch.prototype.diff_cleanupEfficiency=function(a){for(var b=!1,c=[],d=0,e=null,f=0,g=!1,h=!1,l=!1,k=!1;f<a.length;)a[f][0]==DIFF_EQUAL?(a[f][1].length<this.Diff_EditCost&&(l||k)?(c[d++]=f,g=l,h=k,e=a[f][1]):(d=0,e=null),l=k=!1):(a[f][0]==DIFF_DELETE?k=!0:l=!0,e&&(g&&h&&l&&k||e.length<this.Diff_EditCost/2&&3==g+h+l+k)&&(a.splice(c[d-1],0,[DIFF_DELETE,e]),a[c[d-1]+1][0]=DIFF_INSERT,d--,e=null,g&&h?(l=k=!0,d=0):(d--,f=0<d?c[d-1]:-1,l=k=!1),b=!0)),f++;b&&this.diff_cleanupMerge(a)};\ndiff_match_patch.prototype.diff_cleanupMerge=function(a){a.push([DIFF_EQUAL,\"\"]);for(var b=0,c=0,d=0,e=\"\",f=\"\",g;b<a.length;)switch(a[b][0]){case DIFF_INSERT:d++;f+=a[b][1];b++;break;case DIFF_DELETE:c++;e+=a[b][1];b++;break;case DIFF_EQUAL:1<c+d?(0!==c&&0!==d&&(g=this.diff_commonPrefix(f,e),0!==g&&(0<b-c-d&&a[b-c-d-1][0]==DIFF_EQUAL?a[b-c-d-1][1]+=f.substring(0,g):(a.splice(0,0,[DIFF_EQUAL,f.substring(0,g)]),b++),f=f.substring(g),e=e.substring(g)),g=this.diff_commonSuffix(f,e),0!==g&&(a[b][1]=f.substring(f.length-\ng)+a[b][1],f=f.substring(0,f.length-g),e=e.substring(0,e.length-g))),0===c?a.splice(b-d,c+d,[DIFF_INSERT,f]):0===d?a.splice(b-c,c+d,[DIFF_DELETE,e]):a.splice(b-c-d,c+d,[DIFF_DELETE,e],[DIFF_INSERT,f]),b=b-c-d+(c?1:0)+(d?1:0)+1):0!==b&&a[b-1][0]==DIFF_EQUAL?(a[b-1][1]+=a[b][1],a.splice(b,1)):b++,c=d=0,f=e=\"\"}\"\"===a[a.length-1][1]&&a.pop();c=!1;for(b=1;b<a.length-1;)a[b-1][0]==DIFF_EQUAL&&a[b+1][0]==DIFF_EQUAL&&(a[b][1].substring(a[b][1].length-a[b-1][1].length)==a[b-1][1]?(a[b][1]=a[b-1][1]+a[b][1].substring(0,\na[b][1].length-a[b-1][1].length),a[b+1][1]=a[b-1][1]+a[b+1][1],a.splice(b-1,1),c=!0):a[b][1].substring(0,a[b+1][1].length)==a[b+1][1]&&(a[b-1][1]+=a[b+1][1],a[b][1]=a[b][1].substring(a[b+1][1].length)+a[b+1][1],a.splice(b+1,1),c=!0)),b++;c&&this.diff_cleanupMerge(a)};\ndiff_match_patch.prototype.diff_xIndex=function(a,b){var c=0,d=0,e=0,f=0,g;for(g=0;g<a.length;g++){a[g][0]!==DIFF_INSERT&&(c+=a[g][1].length);a[g][0]!==DIFF_DELETE&&(d+=a[g][1].length);if(c>b)break;e=c;f=d}return a.length!=g&&a[g][0]===DIFF_DELETE?f:f+(b-e)};\ndiff_match_patch.prototype.diff_prettyHtml=function(a){for(var b=[],c=/&/g,d=/</g,e=/>/g,f=/\\n/g,g=0;g<a.length;g++){var h=a[g][0],l=a[g][1].replace(c,\"&amp;\").replace(d,\"&lt;\").replace(e,\"&gt;\").replace(f,\"&para;<br>\");switch(h){case DIFF_INSERT:b[g]='<ins style=\"background:#e6ffe6;\">'+l+\"</ins>\";break;case DIFF_DELETE:b[g]='<del style=\"background:#ffe6e6;\">'+l+\"</del>\";break;case DIFF_EQUAL:b[g]=\"<span>\"+l+\"</span>\"}}return b.join(\"\")};\ndiff_match_patch.prototype.diff_text1=function(a){for(var b=[],c=0;c<a.length;c++)a[c][0]!==DIFF_INSERT&&(b[c]=a[c][1]);return b.join(\"\")};diff_match_patch.prototype.diff_text2=function(a){for(var b=[],c=0;c<a.length;c++)a[c][0]!==DIFF_DELETE&&(b[c]=a[c][1]);return b.join(\"\")};\ndiff_match_patch.prototype.diff_levenshtein=function(a){for(var b=0,c=0,d=0,e=0;e<a.length;e++){var f=a[e][1];switch(a[e][0]){case DIFF_INSERT:c+=f.length;break;case DIFF_DELETE:d+=f.length;break;case DIFF_EQUAL:b+=Math.max(c,d),d=c=0}}return b+=Math.max(c,d)};\ndiff_match_patch.prototype.diff_toDelta=function(a){for(var b=[],c=0;c<a.length;c++)switch(a[c][0]){case DIFF_INSERT:b[c]=\"+\"+encodeURI(a[c][1]);break;case DIFF_DELETE:b[c]=\"-\"+a[c][1].length;break;case DIFF_EQUAL:b[c]=\"=\"+a[c][1].length}return b.join(\"\\t\").replace(/%20/g,\" \")};\ndiff_match_patch.prototype.diff_fromDelta=function(a,b){for(var c=[],d=0,e=0,f=b.split(/\\t/g),g=0;g<f.length;g++){var h=f[g].substring(1);switch(f[g].charAt(0)){case \"+\":try{c[d++]=[DIFF_INSERT,decodeURI(h)]}catch(k){throw Error(\"Illegal escape in diff_fromDelta: \"+h);}break;case \"-\":case \"=\":var l=parseInt(h,10);if(isNaN(l)||0>l)throw Error(\"Invalid number in diff_fromDelta: \"+h);h=a.substring(e,e+=l);\"=\"==f[g].charAt(0)?c[d++]=[DIFF_EQUAL,h]:c[d++]=[DIFF_DELETE,h];break;default:if(f[g])throw Error(\"Invalid diff operation in diff_fromDelta: \"+\nf[g]);}}if(e!=a.length)throw Error(\"Delta length (\"+e+\") does not equal source text length (\"+a.length+\").\");return c};diff_match_patch.prototype.match_main=function(a,b,c){if(null==a||null==b||null==c)throw Error(\"Null input. (match_main)\");c=Math.max(0,Math.min(c,a.length));return a==b?0:a.length?a.substring(c,c+b.length)==b?c:this.match_bitap_(a,b,c):-1};\ndiff_match_patch.prototype.match_bitap_=function(a,b,c){function d(a,d){var e=a/b.length,g=Math.abs(c-d);return f.Match_Distance?e+g/f.Match_Distance:g?1:e}if(b.length>this.Match_MaxBits)throw Error(\"Pattern too long for this browser.\");var e=this.match_alphabet_(b),f=this,g=this.Match_Threshold,h=a.indexOf(b,c);-1!=h&&(g=Math.min(d(0,h),g),h=a.lastIndexOf(b,c+b.length),-1!=h&&(g=Math.min(d(0,h),g)));var l=1<<b.length-1;h=-1;for(var k,m,p=b.length+a.length,x,w=0;w<b.length;w++){k=0;for(m=p;k<m;)d(w,\nc+m)<=g?k=m:p=m,m=Math.floor((p-k)/2+k);p=m;k=Math.max(1,c-m+1);var q=Math.min(c+m,a.length)+b.length;m=Array(q+2);for(m[q+1]=(1<<w)-1;q>=k;q--){var t=e[a.charAt(q-1)];m[q]=0===w?(m[q+1]<<1|1)&t:(m[q+1]<<1|1)&t|(x[q+1]|x[q])<<1|1|x[q+1];if(m[q]&l&&(t=d(w,q-1),t<=g))if(g=t,h=q-1,h>c)k=Math.max(1,2*c-h);else break}if(d(w+1,c)>g)break;x=m}return h};\ndiff_match_patch.prototype.match_alphabet_=function(a){for(var b={},c=0;c<a.length;c++)b[a.charAt(c)]=0;for(c=0;c<a.length;c++)b[a.charAt(c)]|=1<<a.length-c-1;return b};\ndiff_match_patch.prototype.patch_addContext_=function(a,b){if(0!=b.length){for(var c=b.substring(a.start2,a.start2+a.length1),d=0;b.indexOf(c)!=b.lastIndexOf(c)&&c.length<this.Match_MaxBits-this.Patch_Margin-this.Patch_Margin;)d+=this.Patch_Margin,c=b.substring(a.start2-d,a.start2+a.length1+d);d+=this.Patch_Margin;(c=b.substring(a.start2-d,a.start2))&&a.diffs.unshift([DIFF_EQUAL,c]);(d=b.substring(a.start2+a.length1,a.start2+a.length1+d))&&a.diffs.push([DIFF_EQUAL,d]);a.start1-=c.length;a.start2-=\nc.length;a.length1+=c.length+d.length;a.length2+=c.length+d.length}};\ndiff_match_patch.prototype.patch_make=function(a,b,c){if(\"string\"==typeof a&&\"string\"==typeof b&&\"undefined\"==typeof c){var d=a;b=this.diff_main(d,b,!0);2<b.length&&(this.diff_cleanupSemantic(b),this.diff_cleanupEfficiency(b))}else if(a&&\"object\"==typeof a&&\"undefined\"==typeof b&&\"undefined\"==typeof c)b=a,d=this.diff_text1(b);else if(\"string\"==typeof a&&b&&\"object\"==typeof b&&\"undefined\"==typeof c)d=a;else if(\"string\"==typeof a&&\"string\"==typeof b&&c&&\"object\"==typeof c)d=a,b=c;else throw Error(\"Unknown call format to patch_make.\");\nif(0===b.length)return[];c=[];a=new diff_match_patch.patch_obj;for(var e=0,f=0,g=0,h=d,l=0;l<b.length;l++){var k=b[l][0],m=b[l][1];e||k===DIFF_EQUAL||(a.start1=f,a.start2=g);switch(k){case DIFF_INSERT:a.diffs[e++]=b[l];a.length2+=m.length;d=d.substring(0,g)+m+d.substring(g);break;case DIFF_DELETE:a.length1+=m.length;a.diffs[e++]=b[l];d=d.substring(0,g)+d.substring(g+m.length);break;case DIFF_EQUAL:m.length<=2*this.Patch_Margin&&e&&b.length!=l+1?(a.diffs[e++]=b[l],a.length1+=m.length,a.length2+=m.length):\nm.length>=2*this.Patch_Margin&&e&&(this.patch_addContext_(a,h),c.push(a),a=new diff_match_patch.patch_obj,e=0,h=d,f=g)}k!==DIFF_INSERT&&(f+=m.length);k!==DIFF_DELETE&&(g+=m.length)}e&&(this.patch_addContext_(a,h),c.push(a));return c};\ndiff_match_patch.prototype.patch_deepCopy=function(a){for(var b=[],c=0;c<a.length;c++){var d=a[c],e=new diff_match_patch.patch_obj;e.diffs=[];for(var f=0;f<d.diffs.length;f++)e.diffs[f]=d.diffs[f].slice();e.start1=d.start1;e.start2=d.start2;e.length1=d.length1;e.length2=d.length2;b[c]=e}return b};\ndiff_match_patch.prototype.patch_apply=function(a,b){if(0==a.length)return[b,[]];a=this.patch_deepCopy(a);var c=this.patch_addPadding(a);b=c+b+c;this.patch_splitMax(a);for(var d=0,e=[],f=0;f<a.length;f++){var g=a[f].start2+d,h=this.diff_text1(a[f].diffs),l=-1;if(h.length>this.Match_MaxBits){var k=this.match_main(b,h.substring(0,this.Match_MaxBits),g);-1!=k&&(l=this.match_main(b,h.substring(h.length-this.Match_MaxBits),g+h.length-this.Match_MaxBits),-1==l||k>=l)&&(k=-1)}else k=this.match_main(b,h,\ng);if(-1==k)e[f]=!1,d-=a[f].length2-a[f].length1;else if(e[f]=!0,d=k-g,g=-1==l?b.substring(k,k+h.length):b.substring(k,l+this.Match_MaxBits),h==g)b=b.substring(0,k)+this.diff_text2(a[f].diffs)+b.substring(k+h.length);else if(g=this.diff_main(h,g,!1),h.length>this.Match_MaxBits&&this.diff_levenshtein(g)/h.length>this.Patch_DeleteThreshold)e[f]=!1;else{this.diff_cleanupSemanticLossless(g);h=0;var m;for(l=0;l<a[f].diffs.length;l++){var p=a[f].diffs[l];p[0]!==DIFF_EQUAL&&(m=this.diff_xIndex(g,h));p[0]===\nDIFF_INSERT?b=b.substring(0,k+m)+p[1]+b.substring(k+m):p[0]===DIFF_DELETE&&(b=b.substring(0,k+m)+b.substring(k+this.diff_xIndex(g,h+p[1].length)));p[0]!==DIFF_DELETE&&(h+=p[1].length)}}}b=b.substring(c.length,b.length-c.length);return[b,e]};\ndiff_match_patch.prototype.patch_addPadding=function(a){for(var b=this.Patch_Margin,c=\"\",d=1;d<=b;d++)c+=String.fromCharCode(d);for(d=0;d<a.length;d++)a[d].start1+=b,a[d].start2+=b;d=a[0];var e=d.diffs;if(0==e.length||e[0][0]!=DIFF_EQUAL)e.unshift([DIFF_EQUAL,c]),d.start1-=b,d.start2-=b,d.length1+=b,d.length2+=b;else if(b>e[0][1].length){var f=b-e[0][1].length;e[0][1]=c.substring(e[0][1].length)+e[0][1];d.start1-=f;d.start2-=f;d.length1+=f;d.length2+=f}d=a[a.length-1];e=d.diffs;0==e.length||e[e.length-\n1][0]!=DIFF_EQUAL?(e.push([DIFF_EQUAL,c]),d.length1+=b,d.length2+=b):b>e[e.length-1][1].length&&(f=b-e[e.length-1][1].length,e[e.length-1][1]+=c.substring(0,f),d.length1+=f,d.length2+=f);return c};\ndiff_match_patch.prototype.patch_splitMax=function(a){for(var b=this.Match_MaxBits,c=0;c<a.length;c++)if(!(a[c].length1<=b)){var d=a[c];a.splice(c--,1);for(var e=d.start1,f=d.start2,g=\"\";0!==d.diffs.length;){var h=new diff_match_patch.patch_obj,l=!0;h.start1=e-g.length;h.start2=f-g.length;\"\"!==g&&(h.length1=h.length2=g.length,h.diffs.push([DIFF_EQUAL,g]));for(;0!==d.diffs.length&&h.length1<b-this.Patch_Margin;){g=d.diffs[0][0];var k=d.diffs[0][1];g===DIFF_INSERT?(h.length2+=k.length,f+=k.length,h.diffs.push(d.diffs.shift()),\nl=!1):g===DIFF_DELETE&&1==h.diffs.length&&h.diffs[0][0]==DIFF_EQUAL&&k.length>2*b?(h.length1+=k.length,e+=k.length,l=!1,h.diffs.push([g,k]),d.diffs.shift()):(k=k.substring(0,b-h.length1-this.Patch_Margin),h.length1+=k.length,e+=k.length,g===DIFF_EQUAL?(h.length2+=k.length,f+=k.length):l=!1,h.diffs.push([g,k]),k==d.diffs[0][1]?d.diffs.shift():d.diffs[0][1]=d.diffs[0][1].substring(k.length))}g=this.diff_text2(h.diffs);g=g.substring(g.length-this.Patch_Margin);k=this.diff_text1(d.diffs).substring(0,\nthis.Patch_Margin);\"\"!==k&&(h.length1+=k.length,h.length2+=k.length,0!==h.diffs.length&&h.diffs[h.diffs.length-1][0]===DIFF_EQUAL?h.diffs[h.diffs.length-1][1]+=k:h.diffs.push([DIFF_EQUAL,k]));l||a.splice(++c,0,h)}}};diff_match_patch.prototype.patch_toText=function(a){for(var b=[],c=0;c<a.length;c++)b[c]=a[c];return b.join(\"\")};\ndiff_match_patch.prototype.patch_fromText=function(a){var b=[];if(!a)return b;a=a.split(\"\\n\");for(var c=0,d=/^@@ -(\\d+),?(\\d*) \\+(\\d+),?(\\d*) @@$/;c<a.length;){var e=a[c].match(d);if(!e)throw Error(\"Invalid patch string: \"+a[c]);var f=new diff_match_patch.patch_obj;b.push(f);f.start1=parseInt(e[1],10);\"\"===e[2]?(f.start1--,f.length1=1):\"0\"==e[2]?f.length1=0:(f.start1--,f.length1=parseInt(e[2],10));f.start2=parseInt(e[3],10);\"\"===e[4]?(f.start2--,f.length2=1):\"0\"==e[4]?f.length2=0:(f.start2--,f.length2=\nparseInt(e[4],10));for(c++;c<a.length;){e=a[c].charAt(0);try{var g=decodeURI(a[c].substring(1))}catch(h){throw Error(\"Illegal escape in patch_fromText: \"+g);}if(\"-\"==e)f.diffs.push([DIFF_DELETE,g]);else if(\"+\"==e)f.diffs.push([DIFF_INSERT,g]);else if(\" \"==e)f.diffs.push([DIFF_EQUAL,g]);else if(\"@\"==e)break;else if(\"\"!==e)throw Error('Invalid patch mode \"'+e+'\" in: '+g);c++}}return b};diff_match_patch.patch_obj=function(){this.diffs=[];this.start2=this.start1=null;this.length2=this.length1=0};\ndiff_match_patch.patch_obj.prototype.toString=function(){for(var a=[\"@@ -\"+(0===this.length1?this.start1+\",0\":1==this.length1?this.start1+1:this.start1+1+\",\"+this.length1)+\" +\"+(0===this.length2?this.start2+\",0\":1==this.length2?this.start2+1:this.start2+1+\",\"+this.length2)+\" @@\\n\"],b,c=0;c<this.diffs.length;c++){switch(this.diffs[c][0]){case DIFF_INSERT:b=\"+\";break;case DIFF_DELETE:b=\"-\";break;case DIFF_EQUAL:b=\" \"}a[c+1]=b+encodeURI(this.diffs[c][1])+\"\\n\"}return a.join(\"\").replace(/%20/g,\" \")};\nthis.diff_match_patch=diff_match_patch;this.DIFF_DELETE=DIFF_DELETE;this.DIFF_INSERT=DIFF_INSERT;this.DIFF_EQUAL=DIFF_EQUAL;\n}).call(exports);",
            "type": "application/javascript",
            "title": "$:/core/modules/utils/diff-match-patch/diff_match_patch.js",
            "module-type": "library"
        },
        "$:/core/modules/utils/dom/animations/slide.js": {
            "title": "$:/core/modules/utils/dom/animations/slide.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/animations/slide.js\ntype: application/javascript\nmodule-type: animation\n\nA simple slide animation that varies the height of the element\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction slideOpen(domNode,options) {\n\toptions = options || {};\n\tvar duration = options.duration || $tw.utils.getAnimationDuration();\n\t// Get the current height of the domNode\n\tvar computedStyle = window.getComputedStyle(domNode),\n\t\tcurrMarginBottom = parseInt(computedStyle.marginBottom,10),\n\t\tcurrMarginTop = parseInt(computedStyle.marginTop,10),\n\t\tcurrPaddingBottom = parseInt(computedStyle.paddingBottom,10),\n\t\tcurrPaddingTop = parseInt(computedStyle.paddingTop,10),\n\t\tcurrHeight = domNode.offsetHeight;\n\t// Reset the margin once the transition is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(domNode,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"},\n\t\t\t{marginTop: \"\"},\n\t\t\t{paddingBottom: \"\"},\n\t\t\t{paddingTop: \"\"},\n\t\t\t{height: \"auto\"},\n\t\t\t{opacity: \"\"}\n\t\t]);\n\t\tif(options.callback) {\n\t\t\toptions.callback();\n\t\t}\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"none\"},\n\t\t{marginTop: \"0px\"},\n\t\t{marginBottom: \"0px\"},\n\t\t{paddingTop: \"0px\"},\n\t\t{paddingBottom: \"0px\"},\n\t\t{height: \"0px\"},\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.forceLayout(domNode);\n\t// Transition to the final position\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"margin-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"height \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{marginBottom: currMarginBottom + \"px\"},\n\t\t{marginTop: currMarginTop + \"px\"},\n\t\t{paddingBottom: currPaddingBottom + \"px\"},\n\t\t{paddingTop: currPaddingTop + \"px\"},\n\t\t{height: currHeight + \"px\"},\n\t\t{opacity: \"1\"}\n\t]);\n}\n\nfunction slideClosed(domNode,options) {\n\toptions = options || {};\n\tvar duration = options.duration || $tw.utils.getAnimationDuration(),\n\t\tcurrHeight = domNode.offsetHeight;\n\t// Clear the properties we've set when the animation is over\n\tsetTimeout(function() {\n\t\t$tw.utils.setStyle(domNode,[\n\t\t\t{transition: \"none\"},\n\t\t\t{marginBottom: \"\"},\n\t\t\t{marginTop: \"\"},\n\t\t\t{paddingBottom: \"\"},\n\t\t\t{paddingTop: \"\"},\n\t\t\t{height: \"auto\"},\n\t\t\t{opacity: \"\"}\n\t\t]);\n\t\tif(options.callback) {\n\t\t\toptions.callback();\n\t\t}\n\t},duration);\n\t// Set up the initial position of the element\n\t$tw.utils.setStyle(domNode,[\n\t\t{height: currHeight + \"px\"},\n\t\t{opacity: \"1\"}\n\t]);\n\t$tw.utils.forceLayout(domNode);\n\t// Transition to the final position\n\t$tw.utils.setStyle(domNode,[\n\t\t{transition: \"margin-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"margin-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-top \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"padding-bottom \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"height \" + duration + \"ms ease-in-out, \" +\n\t\t\t\t\t\"opacity \" + duration + \"ms ease-in-out\"},\n\t\t{marginTop: \"0px\"},\n\t\t{marginBottom: \"0px\"},\n\t\t{paddingTop: \"0px\"},\n\t\t{paddingBottom: \"0px\"},\n\t\t{height: \"0px\"},\n\t\t{opacity: \"0\"}\n\t]);\n}\n\nexports.slide = {\n\topen: slideOpen,\n\tclose: slideClosed\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "animation"
        },
        "$:/core/modules/utils/dom/animator.js": {
            "title": "$:/core/modules/utils/dom/animator.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/animator.js\ntype: application/javascript\nmodule-type: utils\n\nOrchestrates animations and transitions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction Animator() {\n\t// Get the registered animation modules\n\tthis.animations = {};\n\t$tw.modules.applyMethods(\"animation\",this.animations);\n}\n\nAnimator.prototype.perform = function(type,domNode,options) {\n\toptions = options || {};\n\t// Find an animation that can handle this type\n\tvar chosenAnimation;\n\t$tw.utils.each(this.animations,function(animation,name) {\n\t\tif($tw.utils.hop(animation,type)) {\n\t\t\tchosenAnimation = animation[type];\n\t\t}\n\t});\n\tif(!chosenAnimation) {\n\t\tchosenAnimation = function(domNode,options) {\n\t\t\tif(options.callback) {\n\t\t\t\toptions.callback();\n\t\t\t}\n\t\t};\n\t}\n\t// Call the animation\n\tchosenAnimation(domNode,options);\n};\n\nexports.Animator = Animator;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/browser.js": {
            "title": "$:/core/modules/utils/dom/browser.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/browser.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser feature detection\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nSet style properties of an element\n\telement: dom node\n\tstyles: ordered array of {name: value} pairs\n*/\nexports.setStyle = function(element,styles) {\n\tif(element.nodeType === 1) { // Element.ELEMENT_NODE\n\t\tfor(var t=0; t<styles.length; t++) {\n\t\t\tfor(var styleName in styles[t]) {\n\t\t\t\telement.style[$tw.utils.convertStyleNameToPropertyName(styleName)] = styles[t][styleName];\n\t\t\t}\n\t\t}\n\t}\n};\n\n/*\nConverts a standard CSS property name into the local browser-specific equivalent. For example:\n\t\"background-color\" --> \"backgroundColor\"\n\t\"transition\" --> \"webkitTransition\"\n*/\n\nvar styleNameCache = {}; // We'll cache the style name conversions\n\nexports.convertStyleNameToPropertyName = function(styleName) {\n\t// Return from the cache if we can\n\tif(styleNameCache[styleName]) {\n\t\treturn styleNameCache[styleName];\n\t}\n\t// Convert it by first removing any hyphens\n\tvar propertyName = $tw.utils.unHyphenateCss(styleName);\n\t// Then check if it needs a prefix\n\tif($tw.browser && document.body.style[propertyName] === undefined) {\n\t\tvar prefixes = [\"O\",\"MS\",\"Moz\",\"webkit\"];\n\t\tfor(var t=0; t<prefixes.length; t++) {\n\t\t\tvar prefixedName = prefixes[t] + propertyName.substr(0,1).toUpperCase() + propertyName.substr(1);\n\t\t\tif(document.body.style[prefixedName] !== undefined) {\n\t\t\t\tpropertyName = prefixedName;\n\t\t\t\tbreak;\n\t\t\t}\n\t\t}\n\t}\n\t// Put it in the cache too\n\tstyleNameCache[styleName] = propertyName;\n\treturn propertyName;\n};\n\n/*\nConverts a JS format CSS property name back into the dashed form used in CSS declarations. For example:\n\t\"backgroundColor\" --> \"background-color\"\n\t\"webkitTransform\" --> \"-webkit-transform\"\n*/\nexports.convertPropertyNameToStyleName = function(propertyName) {\n\t// Rehyphenate the name\n\tvar styleName = $tw.utils.hyphenateCss(propertyName);\n\t// If there's a webkit prefix, add a dash (other browsers have uppercase prefixes, and so get the dash automatically)\n\tif(styleName.indexOf(\"webkit\") === 0) {\n\t\tstyleName = \"-\" + styleName;\n\t} else if(styleName.indexOf(\"-m-s\") === 0) {\n\t\tstyleName = \"-ms\" + styleName.substr(4);\n\t}\n\treturn styleName;\n};\n\n/*\nRound trip a stylename to a property name and back again. For example:\n\t\"transform\" --> \"webkitTransform\" --> \"-webkit-transform\"\n*/\nexports.roundTripPropertyName = function(propertyName) {\n\treturn $tw.utils.convertPropertyNameToStyleName($tw.utils.convertStyleNameToPropertyName(propertyName));\n};\n\n/*\nConverts a standard event name into the local browser specific equivalent. For example:\n\t\"animationEnd\" --> \"webkitAnimationEnd\"\n*/\n\nvar eventNameCache = {}; // We'll cache the conversions\n\nvar eventNameMappings = {\n\t\"transitionEnd\": {\n\t\tcorrespondingCssProperty: \"transition\",\n\t\tmappings: {\n\t\t\ttransition: \"transitionend\",\n\t\t\tOTransition: \"oTransitionEnd\",\n\t\t\tMSTransition: \"msTransitionEnd\",\n\t\t\tMozTransition: \"transitionend\",\n\t\t\twebkitTransition: \"webkitTransitionEnd\"\n\t\t}\n\t},\n\t\"animationEnd\": {\n\t\tcorrespondingCssProperty: \"animation\",\n\t\tmappings: {\n\t\t\tanimation: \"animationend\",\n\t\t\tOAnimation: \"oAnimationEnd\",\n\t\t\tMSAnimation: \"msAnimationEnd\",\n\t\t\tMozAnimation: \"animationend\",\n\t\t\twebkitAnimation: \"webkitAnimationEnd\"\n\t\t}\n\t}\n};\n\nexports.convertEventName = function(eventName) {\n\tif(eventNameCache[eventName]) {\n\t\treturn eventNameCache[eventName];\n\t}\n\tvar newEventName = eventName,\n\t\tmappings = eventNameMappings[eventName];\n\tif(mappings) {\n\t\tvar convertedProperty = $tw.utils.convertStyleNameToPropertyName(mappings.correspondingCssProperty);\n\t\tif(mappings.mappings[convertedProperty]) {\n\t\t\tnewEventName = mappings.mappings[convertedProperty];\n\t\t}\n\t}\n\t// Put it in the cache too\n\teventNameCache[eventName] = newEventName;\n\treturn newEventName;\n};\n\n/*\nReturn the names of the fullscreen APIs\n*/\nexports.getFullScreenApis = function() {\n\tvar d = document,\n\t\tdb = d.body,\n\t\tresult = {\n\t\t\"_requestFullscreen\": db.webkitRequestFullscreen !== undefined ? \"webkitRequestFullscreen\" :\n\t\t\t\t\t\t\tdb.mozRequestFullScreen !== undefined ? \"mozRequestFullScreen\" :\n\t\t\t\t\t\t\tdb.msRequestFullscreen !== undefined ? \"msRequestFullscreen\" :\n\t\t\t\t\t\t\tdb.requestFullscreen !== undefined ? \"requestFullscreen\" : \"\",\n\t\t\"_exitFullscreen\": d.webkitExitFullscreen !== undefined ? \"webkitExitFullscreen\" :\n\t\t\t\t\t\t\td.mozCancelFullScreen !== undefined ? \"mozCancelFullScreen\" :\n\t\t\t\t\t\t\td.msExitFullscreen !== undefined ? \"msExitFullscreen\" :\n\t\t\t\t\t\t\td.exitFullscreen !== undefined ? \"exitFullscreen\" : \"\",\n\t\t\"_fullscreenElement\": d.webkitFullscreenElement !== undefined ? \"webkitFullscreenElement\" :\n\t\t\t\t\t\t\td.mozFullScreenElement !== undefined ? \"mozFullScreenElement\" :\n\t\t\t\t\t\t\td.msFullscreenElement !== undefined ? \"msFullscreenElement\" :\n\t\t\t\t\t\t\td.fullscreenElement !== undefined ? \"fullscreenElement\" : \"\",\n\t\t\"_fullscreenChange\": d.webkitFullscreenElement !== undefined ? \"webkitfullscreenchange\" :\n\t\t\t\t\t\t\td.mozFullScreenElement !== undefined ? \"mozfullscreenchange\" :\n\t\t\t\t\t\t\td.msFullscreenElement !== undefined ? \"MSFullscreenChange\" :\n\t\t\t\t\t\t\td.fullscreenElement !== undefined ? \"fullscreenchange\" : \"\"\n\t};\n\tif(!result._requestFullscreen || !result._exitFullscreen || !result._fullscreenElement || !result._fullscreenChange) {\n\t\treturn null;\n\t} else {\n\t\treturn result;\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/csscolorparser.js": {
            "title": "$:/core/modules/utils/dom/csscolorparser.js",
            "text": "// (c) Dean McNamee <dean@gmail.com>, 2012.\n//\n// https://github.com/deanm/css-color-parser-js\n//\n// Permission is hereby granted, free of charge, to any person obtaining a copy\n// of this software and associated documentation files (the \"Software\"), to\n// deal in the Software without restriction, including without limitation the\n// rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n// sell copies of the Software, and to permit persons to whom the Software is\n// furnished to do so, subject to the following conditions:\n//\n// The above copyright notice and this permission notice shall be included in\n// all copies or substantial portions of the Software.\n//\n// THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n// IN THE SOFTWARE.\n\n// http://www.w3.org/TR/css3-color/\nvar kCSSColorTable = {\n  \"transparent\": [0,0,0,0], \"aliceblue\": [240,248,255,1],\n  \"antiquewhite\": [250,235,215,1], \"aqua\": [0,255,255,1],\n  \"aquamarine\": [127,255,212,1], \"azure\": [240,255,255,1],\n  \"beige\": [245,245,220,1], \"bisque\": [255,228,196,1],\n  \"black\": [0,0,0,1], \"blanchedalmond\": [255,235,205,1],\n  \"blue\": [0,0,255,1], \"blueviolet\": [138,43,226,1],\n  \"brown\": [165,42,42,1], \"burlywood\": [222,184,135,1],\n  \"cadetblue\": [95,158,160,1], \"chartreuse\": [127,255,0,1],\n  \"chocolate\": [210,105,30,1], \"coral\": [255,127,80,1],\n  \"cornflowerblue\": [100,149,237,1], \"cornsilk\": [255,248,220,1],\n  \"crimson\": [220,20,60,1], \"cyan\": [0,255,255,1],\n  \"darkblue\": [0,0,139,1], \"darkcyan\": [0,139,139,1],\n  \"darkgoldenrod\": [184,134,11,1], \"darkgray\": [169,169,169,1],\n  \"darkgreen\": [0,100,0,1], \"darkgrey\": [169,169,169,1],\n  \"darkkhaki\": [189,183,107,1], \"darkmagenta\": [139,0,139,1],\n  \"darkolivegreen\": [85,107,47,1], \"darkorange\": [255,140,0,1],\n  \"darkorchid\": [153,50,204,1], \"darkred\": [139,0,0,1],\n  \"darksalmon\": [233,150,122,1], \"darkseagreen\": [143,188,143,1],\n  \"darkslateblue\": [72,61,139,1], \"darkslategray\": [47,79,79,1],\n  \"darkslategrey\": [47,79,79,1], \"darkturquoise\": [0,206,209,1],\n  \"darkviolet\": [148,0,211,1], \"deeppink\": [255,20,147,1],\n  \"deepskyblue\": [0,191,255,1], \"dimgray\": [105,105,105,1],\n  \"dimgrey\": [105,105,105,1], \"dodgerblue\": [30,144,255,1],\n  \"firebrick\": [178,34,34,1], \"floralwhite\": [255,250,240,1],\n  \"forestgreen\": [34,139,34,1], \"fuchsia\": [255,0,255,1],\n  \"gainsboro\": [220,220,220,1], \"ghostwhite\": [248,248,255,1],\n  \"gold\": [255,215,0,1], \"goldenrod\": [218,165,32,1],\n  \"gray\": [128,128,128,1], \"green\": [0,128,0,1],\n  \"greenyellow\": [173,255,47,1], \"grey\": [128,128,128,1],\n  \"honeydew\": [240,255,240,1], \"hotpink\": [255,105,180,1],\n  \"indianred\": [205,92,92,1], \"indigo\": [75,0,130,1],\n  \"ivory\": [255,255,240,1], \"khaki\": [240,230,140,1],\n  \"lavender\": [230,230,250,1], \"lavenderblush\": [255,240,245,1],\n  \"lawngreen\": [124,252,0,1], \"lemonchiffon\": [255,250,205,1],\n  \"lightblue\": [173,216,230,1], \"lightcoral\": [240,128,128,1],\n  \"lightcyan\": [224,255,255,1], \"lightgoldenrodyellow\": [250,250,210,1],\n  \"lightgray\": [211,211,211,1], \"lightgreen\": [144,238,144,1],\n  \"lightgrey\": [211,211,211,1], \"lightpink\": [255,182,193,1],\n  \"lightsalmon\": [255,160,122,1], \"lightseagreen\": [32,178,170,1],\n  \"lightskyblue\": [135,206,250,1], \"lightslategray\": [119,136,153,1],\n  \"lightslategrey\": [119,136,153,1], \"lightsteelblue\": [176,196,222,1],\n  \"lightyellow\": [255,255,224,1], \"lime\": [0,255,0,1],\n  \"limegreen\": [50,205,50,1], \"linen\": [250,240,230,1],\n  \"magenta\": [255,0,255,1], \"maroon\": [128,0,0,1],\n  \"mediumaquamarine\": [102,205,170,1], \"mediumblue\": [0,0,205,1],\n  \"mediumorchid\": [186,85,211,1], \"mediumpurple\": [147,112,219,1],\n  \"mediumseagreen\": [60,179,113,1], \"mediumslateblue\": [123,104,238,1],\n  \"mediumspringgreen\": [0,250,154,1], \"mediumturquoise\": [72,209,204,1],\n  \"mediumvioletred\": [199,21,133,1], \"midnightblue\": [25,25,112,1],\n  \"mintcream\": [245,255,250,1], \"mistyrose\": [255,228,225,1],\n  \"moccasin\": [255,228,181,1], \"navajowhite\": [255,222,173,1],\n  \"navy\": [0,0,128,1], \"oldlace\": [253,245,230,1],\n  \"olive\": [128,128,0,1], \"olivedrab\": [107,142,35,1],\n  \"orange\": [255,165,0,1], \"orangered\": [255,69,0,1],\n  \"orchid\": [218,112,214,1], \"palegoldenrod\": [238,232,170,1],\n  \"palegreen\": [152,251,152,1], \"paleturquoise\": [175,238,238,1],\n  \"palevioletred\": [219,112,147,1], \"papayawhip\": [255,239,213,1],\n  \"peachpuff\": [255,218,185,1], \"peru\": [205,133,63,1],\n  \"pink\": [255,192,203,1], \"plum\": [221,160,221,1],\n  \"powderblue\": [176,224,230,1], \"purple\": [128,0,128,1],\n  \"red\": [255,0,0,1], \"rosybrown\": [188,143,143,1],\n  \"royalblue\": [65,105,225,1], \"saddlebrown\": [139,69,19,1],\n  \"salmon\": [250,128,114,1], \"sandybrown\": [244,164,96,1],\n  \"seagreen\": [46,139,87,1], \"seashell\": [255,245,238,1],\n  \"sienna\": [160,82,45,1], \"silver\": [192,192,192,1],\n  \"skyblue\": [135,206,235,1], \"slateblue\": [106,90,205,1],\n  \"slategray\": [112,128,144,1], \"slategrey\": [112,128,144,1],\n  \"snow\": [255,250,250,1], \"springgreen\": [0,255,127,1],\n  \"steelblue\": [70,130,180,1], \"tan\": [210,180,140,1],\n  \"teal\": [0,128,128,1], \"thistle\": [216,191,216,1],\n  \"tomato\": [255,99,71,1], \"turquoise\": [64,224,208,1],\n  \"violet\": [238,130,238,1], \"wheat\": [245,222,179,1],\n  \"white\": [255,255,255,1], \"whitesmoke\": [245,245,245,1],\n  \"yellow\": [255,255,0,1], \"yellowgreen\": [154,205,50,1]}\n\nfunction clamp_css_byte(i) {  // Clamp to integer 0 .. 255.\n  i = Math.round(i);  // Seems to be what Chrome does (vs truncation).\n  return i < 0 ? 0 : i > 255 ? 255 : i;\n}\n\nfunction clamp_css_float(f) {  // Clamp to float 0.0 .. 1.0.\n  return f < 0 ? 0 : f > 1 ? 1 : f;\n}\n\nfunction parse_css_int(str) {  // int or percentage.\n  if (str[str.length - 1] === '%')\n    return clamp_css_byte(parseFloat(str) / 100 * 255);\n  return clamp_css_byte(parseInt(str));\n}\n\nfunction parse_css_float(str) {  // float or percentage.\n  if (str[str.length - 1] === '%')\n    return clamp_css_float(parseFloat(str) / 100);\n  return clamp_css_float(parseFloat(str));\n}\n\nfunction css_hue_to_rgb(m1, m2, h) {\n  if (h < 0) h += 1;\n  else if (h > 1) h -= 1;\n\n  if (h * 6 < 1) return m1 + (m2 - m1) * h * 6;\n  if (h * 2 < 1) return m2;\n  if (h * 3 < 2) return m1 + (m2 - m1) * (2/3 - h) * 6;\n  return m1;\n}\n\nfunction parseCSSColor(css_str) {\n  // Remove all whitespace, not compliant, but should just be more accepting.\n  var str = css_str.replace(/ /g, '').toLowerCase();\n\n  // Color keywords (and transparent) lookup.\n  if (str in kCSSColorTable) return kCSSColorTable[str].slice();  // dup.\n\n  // #abc and #abc123 syntax.\n  if (str[0] === '#') {\n    if (str.length === 4) {\n      var iv = parseInt(str.substr(1), 16);  // TODO(deanm): Stricter parsing.\n      if (!(iv >= 0 && iv <= 0xfff)) return null;  // Covers NaN.\n      return [((iv & 0xf00) >> 4) | ((iv & 0xf00) >> 8),\n              (iv & 0xf0) | ((iv & 0xf0) >> 4),\n              (iv & 0xf) | ((iv & 0xf) << 4),\n              1];\n    } else if (str.length === 7) {\n      var iv = parseInt(str.substr(1), 16);  // TODO(deanm): Stricter parsing.\n      if (!(iv >= 0 && iv <= 0xffffff)) return null;  // Covers NaN.\n      return [(iv & 0xff0000) >> 16,\n              (iv & 0xff00) >> 8,\n              iv & 0xff,\n              1];\n    }\n\n    return null;\n  }\n\n  var op = str.indexOf('('), ep = str.indexOf(')');\n  if (op !== -1 && ep + 1 === str.length) {\n    var fname = str.substr(0, op);\n    var params = str.substr(op+1, ep-(op+1)).split(',');\n    var alpha = 1;  // To allow case fallthrough.\n    switch (fname) {\n      case 'rgba':\n        if (params.length !== 4) return null;\n        alpha = parse_css_float(params.pop());\n        // Fall through.\n      case 'rgb':\n        if (params.length !== 3) return null;\n        return [parse_css_int(params[0]),\n                parse_css_int(params[1]),\n                parse_css_int(params[2]),\n                alpha];\n      case 'hsla':\n        if (params.length !== 4) return null;\n        alpha = parse_css_float(params.pop());\n        // Fall through.\n      case 'hsl':\n        if (params.length !== 3) return null;\n        var h = (((parseFloat(params[0]) % 360) + 360) % 360) / 360;  // 0 .. 1\n        // NOTE(deanm): According to the CSS spec s/l should only be\n        // percentages, but we don't bother and let float or percentage.\n        var s = parse_css_float(params[1]);\n        var l = parse_css_float(params[2]);\n        var m2 = l <= 0.5 ? l * (s + 1) : l + s - l * s;\n        var m1 = l * 2 - m2;\n        return [clamp_css_byte(css_hue_to_rgb(m1, m2, h+1/3) * 255),\n                clamp_css_byte(css_hue_to_rgb(m1, m2, h) * 255),\n                clamp_css_byte(css_hue_to_rgb(m1, m2, h-1/3) * 255),\n                alpha];\n      default:\n        return null;\n    }\n  }\n\n  return null;\n}\n\ntry { exports.parseCSSColor = parseCSSColor } catch(e) { }\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom.js": {
            "title": "$:/core/modules/utils/dom.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom.js\ntype: application/javascript\nmodule-type: utils\n\nVarious static DOM-related utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nDetermines whether element 'a' contains element 'b'\nCode thanks to John Resig, http://ejohn.org/blog/comparing-document-position/\n*/\nexports.domContains = function(a,b) {\n\treturn a.contains ?\n\t\ta !== b && a.contains(b) :\n\t\t!!(a.compareDocumentPosition(b) & 16);\n};\n\nexports.removeChildren = function(node) {\n\twhile(node.hasChildNodes()) {\n\t\tnode.removeChild(node.firstChild);\n\t}\n};\n\nexports.hasClass = function(el,className) {\n\treturn el && el.hasAttribute && el.hasAttribute(\"class\") && el.getAttribute(\"class\").split(\" \").indexOf(className) !== -1;\n};\n\nexports.addClass = function(el,className) {\n\tvar c = (el.getAttribute(\"class\") || \"\").split(\" \");\n\tif(c.indexOf(className) === -1) {\n\t\tc.push(className);\n\t\tel.setAttribute(\"class\",c.join(\" \"));\n\t}\n};\n\nexports.removeClass = function(el,className) {\n\tvar c = (el.getAttribute(\"class\") || \"\").split(\" \"),\n\t\tp = c.indexOf(className);\n\tif(p !== -1) {\n\t\tc.splice(p,1);\n\t\tel.setAttribute(\"class\",c.join(\" \"));\n\t}\n};\n\nexports.toggleClass = function(el,className,status) {\n\tif(status === undefined) {\n\t\tstatus = !exports.hasClass(el,className);\n\t}\n\tif(status) {\n\t\texports.addClass(el,className);\n\t} else {\n\t\texports.removeClass(el,className);\n\t}\n};\n\n/*\nGet the first parent element that has scrollbars or use the body as fallback.\n*/\nexports.getScrollContainer = function(el) {\n\tvar doc = el.ownerDocument;\n\twhile(el.parentNode) {\t\n\t\tel = el.parentNode;\n\t\tif(el.scrollTop) {\n\t\t\treturn el;\n\t\t}\n\t}\n\treturn doc.body;\n};\n\n/*\nGet the scroll position of the viewport\nReturns:\n\t{\n\t\tx: horizontal scroll position in pixels,\n\t\ty: vertical scroll position in pixels\n\t}\n*/\nexports.getScrollPosition = function(srcWindow) {\n\tvar scrollWindow = srcWindow || window;\n\tif(\"scrollX\" in scrollWindow) {\n\t\treturn {x: scrollWindow.scrollX, y: scrollWindow.scrollY};\n\t} else {\n\t\treturn {x: scrollWindow.document.documentElement.scrollLeft, y: scrollWindow.document.documentElement.scrollTop};\n\t}\n};\n\n/*\nAdjust the height of a textarea to fit its content, preserving scroll position, and return the height\n*/\nexports.resizeTextAreaToFit = function(domNode,minHeight) {\n\t// Get the scroll container and register the current scroll position\n\tvar container = $tw.utils.getScrollContainer(domNode),\n\t\tscrollTop = container.scrollTop;\n    // Measure the specified minimum height\n\tdomNode.style.height = minHeight;\n\tvar measuredHeight = domNode.offsetHeight || parseInt(minHeight,10);\n\t// Set its height to auto so that it snaps to the correct height\n\tdomNode.style.height = \"auto\";\n\t// Calculate the revised height\n\tvar newHeight = Math.max(domNode.scrollHeight + domNode.offsetHeight - domNode.clientHeight,measuredHeight);\n\t// Only try to change the height if it has changed\n\tif(newHeight !== domNode.offsetHeight) {\n\t\tdomNode.style.height = newHeight + \"px\";\n\t\t// Make sure that the dimensions of the textarea are recalculated\n\t\t$tw.utils.forceLayout(domNode);\n\t\t// Set the container to the position we registered at the beginning\n\t\tcontainer.scrollTop = scrollTop;\n\t}\n\treturn newHeight;\n};\n\n/*\nGets the bounding rectangle of an element in absolute page coordinates\n*/\nexports.getBoundingPageRect = function(element) {\n\tvar scrollPos = $tw.utils.getScrollPosition(element.ownerDocument.defaultView),\n\t\tclientRect = element.getBoundingClientRect();\n\treturn {\n\t\tleft: clientRect.left + scrollPos.x,\n\t\twidth: clientRect.width,\n\t\tright: clientRect.right + scrollPos.x,\n\t\ttop: clientRect.top + scrollPos.y,\n\t\theight: clientRect.height,\n\t\tbottom: clientRect.bottom + scrollPos.y\n\t};\n};\n\n/*\nSaves a named password in the browser\n*/\nexports.savePassword = function(name,password) {\n\tvar done = false;\n\ttry {\n\t\twindow.localStorage.setItem(\"tw5-password-\" + name,password);\n\t\tdone = true;\n\t} catch(e) {\n\t}\n\tif(!done) {\n\t\t$tw.savedPasswords = $tw.savedPasswords || Object.create(null);\n\t\t$tw.savedPasswords[name] = password;\n\t}\n};\n\n/*\nRetrieve a named password from the browser\n*/\nexports.getPassword = function(name) {\n\tvar value;\n\ttry {\n\t\tvalue = window.localStorage.getItem(\"tw5-password-\" + name);\n\t} catch(e) {\n\t}\n\tif(value !== undefined) {\n\t\treturn value;\n\t} else {\n\t\treturn ($tw.savedPasswords || Object.create(null))[name] || \"\";\n\t}\n};\n\n/*\nForce layout of a dom node and its descendents\n*/\nexports.forceLayout = function(element) {\n\tvar dummy = element.offsetWidth;\n};\n\n/*\nPulse an element for debugging purposes\n*/\nexports.pulseElement = function(element) {\n\t// Event handler to remove the class at the end\n\telement.addEventListener($tw.browser.animationEnd,function handler(event) {\n\t\telement.removeEventListener($tw.browser.animationEnd,handler,false);\n\t\t$tw.utils.removeClass(element,\"pulse\");\n\t},false);\n\t// Apply the pulse class\n\t$tw.utils.removeClass(element,\"pulse\");\n\t$tw.utils.forceLayout(element);\n\t$tw.utils.addClass(element,\"pulse\");\n};\n\n/*\nAttach specified event handlers to a DOM node\ndomNode: where to attach the event handlers\nevents: array of event handlers to be added (see below)\nEach entry in the events array is an object with these properties:\nhandlerFunction: optional event handler function\nhandlerObject: optional event handler object\nhandlerMethod: optionally specifies object handler method name (defaults to `handleEvent`)\n*/\nexports.addEventListeners = function(domNode,events) {\n\t$tw.utils.each(events,function(eventInfo) {\n\t\tvar handler;\n\t\tif(eventInfo.handlerFunction) {\n\t\t\thandler = eventInfo.handlerFunction;\n\t\t} else if(eventInfo.handlerObject) {\n\t\t\tif(eventInfo.handlerMethod) {\n\t\t\t\thandler = function(event) {\n\t\t\t\t\teventInfo.handlerObject[eventInfo.handlerMethod].call(eventInfo.handlerObject,event);\n\t\t\t\t};\t\n\t\t\t} else {\n\t\t\t\thandler = eventInfo.handlerObject;\n\t\t\t}\n\t\t}\n\t\tdomNode.addEventListener(eventInfo.name,handler,false);\n\t});\n};\n\n/*\nGet the computed styles applied to an element as an array of strings of individual CSS properties\n*/\nexports.getComputedStyles = function(domNode) {\n\tvar textAreaStyles = window.getComputedStyle(domNode,null),\n\t\tstyleDefs = [],\n\t\tname;\n\tfor(var t=0; t<textAreaStyles.length; t++) {\n\t\tname = textAreaStyles[t];\n\t\tstyleDefs.push(name + \": \" + textAreaStyles.getPropertyValue(name) + \";\");\n\t}\n\treturn styleDefs;\n};\n\n/*\nApply a set of styles passed as an array of strings of individual CSS properties\n*/\nexports.setStyles = function(domNode,styleDefs) {\n\tdomNode.style.cssText = styleDefs.join(\"\");\n};\n\n/*\nCopy the computed styles from a source element to a destination element\n*/\nexports.copyStyles = function(srcDomNode,dstDomNode) {\n\t$tw.utils.setStyles(dstDomNode,$tw.utils.getComputedStyles(srcDomNode));\n};\n\n/*\nCopy plain text to the clipboard on browsers that support it\n*/\nexports.copyToClipboard = function(text,options) {\n\toptions = options || {};\n\tvar textArea = document.createElement(\"textarea\");\n\ttextArea.style.position = \"fixed\";\n\ttextArea.style.top = 0;\n\ttextArea.style.left = 0;\n\ttextArea.style.fontSize = \"12pt\";\n\ttextArea.style.width = \"2em\";\n\ttextArea.style.height = \"2em\";\n\ttextArea.style.padding = 0;\n\ttextArea.style.border = \"none\";\n\ttextArea.style.outline = \"none\";\n\ttextArea.style.boxShadow = \"none\";\n\ttextArea.style.background = \"transparent\";\n\ttextArea.value = text;\n\tdocument.body.appendChild(textArea);\n\ttextArea.select();\n\ttextArea.setSelectionRange(0,text.length);\n\tvar succeeded = false;\n\ttry {\n\t\tsucceeded = document.execCommand(\"copy\");\n\t} catch (err) {\n\t}\n\tif(!options.doNotNotify) {\n\t\t$tw.notifier.display(succeeded ? \"$:/language/Notifications/CopiedToClipboard/Succeeded\" : \"$:/language/Notifications/CopiedToClipboard/Failed\");\n\t}\n\tdocument.body.removeChild(textArea);\n};\n\nexports.getLocationPath = function() {\n\treturn window.location.toString().split(\"#\")[0];\n};\n\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/dragndrop.js": {
            "title": "$:/core/modules/utils/dom/dragndrop.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/dragndrop.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser data transfer utilities, used with the clipboard and drag and drop\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nOptions:\n\ndomNode: dom node to make draggable\ndragImageType: \"pill\" or \"dom\"\ndragTiddlerFn: optional function to retrieve the title of tiddler to drag\ndragFilterFn: optional function to retreive the filter defining a list of tiddlers to drag\nwidget: widget to use as the contect for the filter\n*/\nexports.makeDraggable = function(options) {\n\tvar dragImageType = options.dragImageType || \"dom\",\n\t\tdragImage,\n\t\tdomNode = options.domNode;\n\t// Make the dom node draggable (not necessary for anchor tags)\n\tif((domNode.tagName || \"\").toLowerCase() !== \"a\") {\n\t\tdomNode.setAttribute(\"draggable\",\"true\");\t\t\n\t}\n\t// Add event handlers\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"dragstart\", handlerFunction: function(event) {\n\t\t\tif(event.dataTransfer === undefined) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t\t// Collect the tiddlers being dragged\n\t\t\tvar dragTiddler = options.dragTiddlerFn && options.dragTiddlerFn(),\n\t\t\t\tdragFilter = options.dragFilterFn && options.dragFilterFn(),\n\t\t\t\ttitles = dragTiddler ? [dragTiddler] : [],\n\t\t\t    \tstartActions = options.startActions;\n\t\t\tif(dragFilter) {\n\t\t\t\ttitles.push.apply(titles,options.widget.wiki.filterTiddlers(dragFilter,options.widget));\n\t\t\t}\n\t\t\tvar titleString = $tw.utils.stringifyList(titles);\n\t\t\t// Check that we've something to drag\n\t\t\tif(titles.length > 0 && event.target === domNode) {\n\t\t\t\t// Mark the drag in progress\n\t\t\t\t$tw.dragInProgress = domNode;\n\t\t\t\t// Set the dragging class on the element being dragged\n\t\t\t\t$tw.utils.addClass(event.target,\"tc-dragging\");\n\t\t\t\t// Invoke drag-start actions if given\n\t\t\t\tif(startActions !== undefined) {\n\t\t\t\t\toptions.widget.invokeActionString(startActions,options.widget,event,{actionTiddler: titleString});\n\t\t\t\t}\n\t\t\t\t// Create the drag image elements\n\t\t\t\tdragImage = options.widget.document.createElement(\"div\");\n\t\t\t\tdragImage.className = \"tc-tiddler-dragger\";\n\t\t\t\tvar inner = options.widget.document.createElement(\"div\");\n\t\t\t\tinner.className = \"tc-tiddler-dragger-inner\";\n\t\t\t\tinner.appendChild(options.widget.document.createTextNode(\n\t\t\t\t\ttitles.length === 1 ? \n\t\t\t\t\t\ttitles[0] :\n\t\t\t\t\t\ttitles.length + \" tiddlers\"\n\t\t\t\t));\n\t\t\t\tdragImage.appendChild(inner);\n\t\t\t\toptions.widget.document.body.appendChild(dragImage);\n\t\t\t\t// Set the data transfer properties\n\t\t\t\tvar dataTransfer = event.dataTransfer;\n\t\t\t\t// Set up the image\n\t\t\t\tdataTransfer.effectAllowed = \"all\";\n\t\t\t\tif(dataTransfer.setDragImage) {\n\t\t\t\t\tif(dragImageType === \"pill\") {\n\t\t\t\t\t\tdataTransfer.setDragImage(dragImage.firstChild,-16,-16);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar r = domNode.getBoundingClientRect();\n\t\t\t\t\t\tdataTransfer.setDragImage(domNode,event.clientX-r.left,event.clientY-r.top);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// Set up the data transfer\n\t\t\t\tif(dataTransfer.clearData) {\n\t\t\t\t\tdataTransfer.clearData();\t\t\t\t\t\n\t\t\t\t}\n\t\t\t\tvar jsonData = [];\n\t\t\t\tif(titles.length > 1) {\n\t\t\t\t\ttitles.forEach(function(title) {\n\t\t\t\t\t\tjsonData.push(options.widget.wiki.getTiddlerAsJson(title));\n\t\t\t\t\t});\n\t\t\t\t\tjsonData = \"[\" + jsonData.join(\",\") + \"]\";\n\t\t\t\t} else {\n\t\t\t\t\tjsonData = options.widget.wiki.getTiddlerAsJson(titles[0]);\n\t\t\t\t}\n\t\t\t\t// IE doesn't like these content types\n\t\t\t\tif(!$tw.browser.isIE) {\n\t\t\t\t\tdataTransfer.setData(\"text/vnd.tiddler\",jsonData);\n\t\t\t\t\tdataTransfer.setData(\"text/plain\",titleString);\n\t\t\t\t\tdataTransfer.setData(\"text/x-moz-url\",\"data:text/vnd.tiddler,\" + encodeURIComponent(jsonData));\n\t\t\t\t}\n\t\t\t\tdataTransfer.setData(\"URL\",\"data:text/vnd.tiddler,\" + encodeURIComponent(jsonData));\n\t\t\t\tdataTransfer.setData(\"Text\",titleString);\n\t\t\t\tevent.stopPropagation();\n\t\t\t}\n\t\t\treturn false;\n\t\t}},\n\t\t{name: \"dragend\", handlerFunction: function(event) {\n\t\t\tif(event.target === domNode) {\n\t\t\t\t// Collect the tiddlers being dragged\n\t\t\t\tvar dragTiddler = options.dragTiddlerFn && options.dragTiddlerFn(),\n\t\t\t\t\tdragFilter = options.dragFilterFn && options.dragFilterFn(),\n\t\t\t\t\ttitles = dragTiddler ? [dragTiddler] : [],\n\t\t\t    \t\tendActions = options.endActions;\n\t\t\t\tif(dragFilter) {\n\t\t\t\t\ttitles.push.apply(titles,options.widget.wiki.filterTiddlers(dragFilter,options.widget));\n\t\t\t\t}\n\t\t\t\tvar titleString = $tw.utils.stringifyList(titles);\n\t\t\t\t$tw.dragInProgress = null;\n\t\t\t\t// Invoke drag-end actions if given\n\t\t\t\tif(endActions !== undefined) {\n\t\t\t\t\toptions.widget.invokeActionString(endActions,options.widget,event,{actionTiddler: titleString});\n\t\t\t\t}\n\t\t\t\t// Remove the dragging class on the element being dragged\n\t\t\t\t$tw.utils.removeClass(event.target,\"tc-dragging\");\n\t\t\t\t// Delete the drag image element\n\t\t\t\tif(dragImage) {\n\t\t\t\t\tdragImage.parentNode.removeChild(dragImage);\n\t\t\t\t\tdragImage = null;\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn false;\n\t\t}}\n\t]);\n};\n\nexports.importDataTransfer = function(dataTransfer,fallbackTitle,callback) {\n\t// Try each provided data type in turn\n\tif($tw.log.IMPORT) {\n\t\tconsole.log(\"Available data types:\");\n\t\tfor(var type=0; type<dataTransfer.types.length; type++) {\n\t\t\tconsole.log(\"type\",dataTransfer.types[type],dataTransfer.getData(dataTransfer.types[type]))\n\t\t}\n\t}\n\tfor(var t=0; t<importDataTypes.length; t++) {\n\t\tif(!$tw.browser.isIE || importDataTypes[t].IECompatible) {\n\t\t\t// Get the data\n\t\t\tvar dataType = importDataTypes[t];\n\t\t\t\tvar data = dataTransfer.getData(dataType.type);\n\t\t\t// Import the tiddlers in the data\n\t\t\tif(data !== \"\" && data !== null) {\n\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\tconsole.log(\"Importing data type '\" + dataType.type + \"', data: '\" + data + \"'\")\n\t\t\t\t}\n\t\t\t\tvar tiddlerFields = dataType.toTiddlerFieldsArray(data,fallbackTitle);\n\t\t\t\tcallback(tiddlerFields);\n\t\t\t\treturn;\n\t\t\t}\n\t\t}\n\t}\n};\n\nvar importDataTypes = [\n\t{type: \"text/vnd.tiddler\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn parseJSONTiddlers(data,fallbackTitle);\n\t}},\n\t{type: \"URL\", IECompatible: true, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\t// Check for tiddler data URI\n\t\tvar match = decodeURIComponent(data).match(/^data\\:text\\/vnd\\.tiddler,(.*)/i);\n\t\tif(match) {\n\t\t\treturn parseJSONTiddlers(match[1],fallbackTitle);\n\t\t} else {\n\t\t\treturn [{title: fallbackTitle, text: data}]; // As URL string\n\t\t}\n\t}},\n\t{type: \"text/x-moz-url\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\t// Check for tiddler data URI\n\t\tvar match = decodeURIComponent(data).match(/^data\\:text\\/vnd\\.tiddler,(.*)/i);\n\t\tif(match) {\n\t\t\treturn parseJSONTiddlers(match[1],fallbackTitle);\n\t\t} else {\n\t\t\treturn [{title: fallbackTitle, text: data}]; // As URL string\n\t\t}\n\t}},\n\t{type: \"text/html\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"text/plain\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"Text\", IECompatible: true, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}},\n\t{type: \"text/uri-list\", IECompatible: false, toTiddlerFieldsArray: function(data,fallbackTitle) {\n\t\treturn [{title: fallbackTitle, text: data}];\n\t}}\n];\n\nfunction parseJSONTiddlers(json,fallbackTitle) {\n\tvar data = JSON.parse(json);\n\tif(!$tw.utils.isArray(data)) {\n\t\tdata = [data];\n\t}\n\tdata.forEach(function(fields) {\n\t\tfields.title = fields.title || fallbackTitle;\n\t});\n\treturn data;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/http.js": {
            "title": "$:/core/modules/utils/dom/http.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/http.js\ntype: application/javascript\nmodule-type: utils\n\nBrowser HTTP support\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nA quick and dirty HTTP function; to be refactored later. Options are:\n\turl: URL to retrieve\n\theaders: hashmap of headers to send\n\ttype: GET, PUT, POST etc\n\tcallback: function invoked with (err,data,xhr)\n\treturnProp: string name of the property to return as first argument of callback\n*/\nexports.httpRequest = function(options) {\n\tvar type = options.type || \"GET\",\n\t\turl = options.url,\n\t\theaders = options.headers || {accept: \"application/json\"},\n\t\thasHeader = function(targetHeader) {\n\t\t\ttargetHeader = targetHeader.toLowerCase();\n\t\t\tvar result = false;\n\t\t\t$tw.utils.each(headers,function(header,headerTitle,object) {\n\t\t\t\tif(headerTitle.toLowerCase() === targetHeader) {\n\t\t\t\t\tresult = true;\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn result;\n\t\t},\n\t\treturnProp = options.returnProp || \"responseText\",\n\t\trequest = new XMLHttpRequest(),\n\t\tdata = \"\",\n\t\tf,results;\n\t// Massage the data hashmap into a string\n\tif(options.data) {\n\t\tif(typeof options.data === \"string\") { // Already a string\n\t\t\tdata = options.data;\n\t\t} else { // A hashmap of strings\n\t\t\tresults = [];\n\t\t\t$tw.utils.each(options.data,function(dataItem,dataItemTitle) {\n\t\t\t\tresults.push(dataItemTitle + \"=\" + encodeURIComponent(dataItem));\n\t\t\t});\n\t\t\tif(type === \"GET\" || type === \"HEAD\") {\n\t\t\t\turl += \"?\" + results.join(\"&\");\n\t\t\t} else {\n\t\t\t\tdata = results.join(\"&\");\n\t\t\t}\n\t\t}\n\t}\n\t// Set up the state change handler\n\trequest.onreadystatechange = function() {\n\t\tif(this.readyState === 4) {\n\t\t\tif(this.status === 200 || this.status === 201 || this.status === 204) {\n\t\t\t\t// Success!\n\t\t\t\toptions.callback(null,this[returnProp],this);\n\t\t\t\treturn;\n\t\t\t}\n\t\t// Something went wrong\n\t\toptions.callback($tw.language.getString(\"Error/XMLHttpRequest\") + \": \" + this.status,null,this);\n\t\t}\n\t};\n\t// Make the request\n\trequest.open(type,url,true);\n\tif(headers) {\n\t\t$tw.utils.each(headers,function(header,headerTitle,object) {\n\t\t\trequest.setRequestHeader(headerTitle,header);\n\t\t});\n\t}\n\tif(data && !hasHeader(\"Content-Type\")) {\n\t\trequest.setRequestHeader(\"Content-Type\",\"application/x-www-form-urlencoded; charset=UTF-8\");\n\t}\n\tif(!hasHeader(\"X-Requested-With\")) {\n\t\trequest.setRequestHeader(\"X-Requested-With\",\"TiddlyWiki\");\n\t}\n\ttry {\n\t\trequest.send(data);\n\t} catch(e) {\n\t\toptions.callback(e,null,this);\n\t}\n\treturn request;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/keyboard.js": {
            "title": "$:/core/modules/utils/dom/keyboard.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/keyboard.js\ntype: application/javascript\nmodule-type: utils\n\nKeyboard utilities; now deprecated. Instead, use $tw.keyboardManager\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n[\"parseKeyDescriptor\",\"checkKeyDescriptor\"].forEach(function(method) {\n\texports[method] = function() {\n\t\tif($tw.keyboardManager) {\n\t\t\treturn $tw.keyboardManager[method].apply($tw.keyboardManager,Array.prototype.slice.call(arguments,0));\n\t\t} else {\n\t\t\treturn null\n\t\t}\n\t};\n});\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/modal.js": {
            "title": "$:/core/modules/utils/dom/modal.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/modal.js\ntype: application/javascript\nmodule-type: utils\n\nModal message mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\nvar navigator = require(\"$:/core/modules/widgets/navigator.js\");\n\nvar Modal = function(wiki) {\n\tthis.wiki = wiki;\n\tthis.modalCount = 0;\n};\n\n/*\nDisplay a modal dialogue\n\ttitle: Title of tiddler to display\n\toptions: see below\nOptions include:\n\tdownloadLink: Text of a big download link to include\n*/\nModal.prototype.display = function(title,options) {\n\toptions = options || {};\n\tthis.srcDocument = options.variables && (options.variables.rootwindow === \"true\" ||\n\t\t\t\toptions.variables.rootwindow === \"yes\") ? document :\n\t\t\t\t(options.event.event && options.event.event.target ? options.event.event.target.ownerDocument : document);\n\tthis.srcWindow = this.srcDocument.defaultView;\n\tvar self = this,\n\t\trefreshHandler,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\ttiddler = this.wiki.getTiddler(title);\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Create the variables\n\tvar variables = $tw.utils.extend({\n\t\t\tcurrentTiddler: title,\n\t\t\t\"tv-story-list\": (options.event && options.event.widget ? options.event.widget.getVariable(\"tv-story-list\") : \"\"),\n\t\t\t\"tv-history-list\": (options.event && options.event.widget ? options.event.widget.getVariable(\"tv-history-list\") : \"\")\n\t\t},options.variables);\n\n\t// Create the wrapper divs\n\tvar wrapper = this.srcDocument.createElement(\"div\"),\n\t\tmodalBackdrop = this.srcDocument.createElement(\"div\"),\n\t\tmodalWrapper = this.srcDocument.createElement(\"div\"),\n\t\tmodalHeader = this.srcDocument.createElement(\"div\"),\n\t\theaderTitle = this.srcDocument.createElement(\"h3\"),\n\t\tmodalBody = this.srcDocument.createElement(\"div\"),\n\t\tmodalLink = this.srcDocument.createElement(\"a\"),\n\t\tmodalFooter = this.srcDocument.createElement(\"div\"),\n\t\tmodalFooterHelp = this.srcDocument.createElement(\"span\"),\n\t\tmodalFooterButtons = this.srcDocument.createElement(\"span\");\n\t// Up the modal count and adjust the body class\n\tthis.modalCount++;\n\tthis.adjustPageClass();\n\t// Add classes\n\t$tw.utils.addClass(wrapper,\"tc-modal-wrapper\");\n\tif(tiddler.fields && tiddler.fields.class) {\n\t\t$tw.utils.addClass(wrapper,tiddler.fields.class);\n\t}\n\t$tw.utils.addClass(modalBackdrop,\"tc-modal-backdrop\");\n\t$tw.utils.addClass(modalWrapper,\"tc-modal\");\n\t$tw.utils.addClass(modalHeader,\"tc-modal-header\");\n\t$tw.utils.addClass(modalBody,\"tc-modal-body\");\n\t$tw.utils.addClass(modalFooter,\"tc-modal-footer\");\n\t// Join them together\n\twrapper.appendChild(modalBackdrop);\n\twrapper.appendChild(modalWrapper);\n\tmodalHeader.appendChild(headerTitle);\n\tmodalWrapper.appendChild(modalHeader);\n\tmodalWrapper.appendChild(modalBody);\n\tmodalFooter.appendChild(modalFooterHelp);\n\tmodalFooter.appendChild(modalFooterButtons);\n\tmodalWrapper.appendChild(modalFooter);\n\tvar navigatorTree = {\n\t\t\"type\": \"navigator\",\n\t\t\"attributes\": {\n\t\t\t\"story\": {\n\t\t\t\t\"name\": \"story\",\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"value\": variables[\"tv-story-list\"]\n\t\t\t},\n\t\t\t\"history\": {\n\t\t\t\t\"name\": \"history\",\n\t\t\t\t\"type\": \"string\",\n\t\t\t\t\"value\": variables[\"tv-history-list\"]\n\t\t\t}\n\t\t},\n\t\t\"tag\": \"$navigator\",\n\t\t\"isBlock\": true,\n\t\t\"children\": []\n\t};\n\tvar navigatorWidgetNode = new navigator.navigator(navigatorTree, {\n\t\twiki: this.wiki,\n\t\tdocument : this.srcDocument,\n\t\tparentWidget: $tw.rootWidget\n\t});\n\tnavigatorWidgetNode.render(modalBody,null);\n\t\n\t// Render the title of the message\n\tvar headerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"subtitle\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"text\",\n\t\t\tattributes: {\n\t\t\t\ttext: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title\n\t\t}}}],\n\t\tparentWidget: navigatorWidgetNode,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\theaderWidgetNode.render(headerTitle,null);\n\t// Render the body of the message\n\tvar bodyWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tparentWidget: navigatorWidgetNode,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\n\tbodyWidgetNode.render(modalBody,null);\n\t// Setup the link if present\n\tif(options.downloadLink) {\n\t\tmodalLink.href = options.downloadLink;\n\t\tmodalLink.appendChild(this.srcDocument.createTextNode(\"Right-click to save changes\"));\n\t\tmodalBody.appendChild(modalLink);\n\t}\n\t// Render the footer of the message\n\tif(tiddler.fields && tiddler.fields.help) {\n\t\tvar link = this.srcDocument.createElement(\"a\");\n\t\tlink.setAttribute(\"href\",tiddler.fields.help);\n\t\tlink.setAttribute(\"target\",\"_blank\");\n\t\tlink.setAttribute(\"rel\",\"noopener noreferrer\");\n\t\tlink.appendChild(this.srcDocument.createTextNode(\"Help\"));\n\t\tmodalFooterHelp.appendChild(link);\n\t\tmodalFooterHelp.style.float = \"left\";\n\t}\n\tvar footerWidgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tfield: \"footer\",\n\t\tmode: \"inline\",\n\t\tchildren: [{\n\t\t\ttype: \"button\",\n\t\t\tattributes: {\n\t\t\t\tmessage: {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: \"tm-close-tiddler\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tchildren: [{\n\t\t\t\ttype: \"text\",\n\t\t\t\tattributes: {\n\t\t\t\t\ttext: {\n\t\t\t\t\t\ttype: \"string\",\n\t\t\t\t\t\tvalue: $tw.language.getString(\"Buttons/Close/Caption\")\n\t\t\t}}}\n\t\t]}],\n\t\tparentWidget: navigatorWidgetNode,\n\t\tdocument: this.srcDocument,\n\t\tvariables: variables,\n\t\timportPageMacros: true\n\t});\n\tfooterWidgetNode.render(modalFooterButtons,null);\n\t// Set up the refresh handler\n\trefreshHandler = function(changes) {\n\t\theaderWidgetNode.refresh(changes,modalHeader,null);\n\t\tbodyWidgetNode.refresh(changes,modalBody,null);\n\t\tfooterWidgetNode.refresh(changes,modalFooterButtons,null);\n\t};\n\tthis.wiki.addEventListener(\"change\",refreshHandler);\n\t// Add the close event handler\n\tvar closeHandler = function(event) {\n\t\t// Remove our refresh handler\n\t\tself.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t// Decrease the modal count and adjust the body class\n\t\tself.modalCount--;\n\t\tself.adjustPageClass();\n\t\t// Force layout and animate the modal message away\n\t\t$tw.utils.forceLayout(modalBackdrop);\n\t\t$tw.utils.forceLayout(modalWrapper);\n\t\t$tw.utils.setStyle(modalBackdrop,[\n\t\t\t{opacity: \"0\"}\n\t\t]);\n\t\t$tw.utils.setStyle(modalWrapper,[\n\t\t\t{transform: \"translateY(\" + self.srcWindow.innerHeight + \"px)\"}\n\t\t]);\n\t\t// Set up an event for the transition end\n\t\tself.srcWindow.setTimeout(function() {\n\t\t\tif(wrapper.parentNode) {\n\t\t\t\t// Remove the modal message from the DOM\n\t\t\t\tself.srcDocument.body.removeChild(wrapper);\n\t\t\t}\n\t\t},duration);\n\t\t// Don't let anyone else handle the tm-close-tiddler message\n\t\treturn false;\n\t};\n\theaderWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tbodyWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\tfooterWidgetNode.addEventListener(\"tm-close-tiddler\",closeHandler,false);\n\t// Set the initial styles for the message\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-this.srcWindow.innerHeight) + \"px)\"}\n\t]);\n\t// Put the message into the document\n\tthis.srcDocument.body.appendChild(wrapper);\n\t// Set up animation for the styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{transition: \"opacity \" + duration + \"ms ease-out\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transition: $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Force layout\n\t$tw.utils.forceLayout(modalBackdrop);\n\t$tw.utils.forceLayout(modalWrapper);\n\t// Set final animated styles\n\t$tw.utils.setStyle(modalBackdrop,[\n\t\t{opacity: \"0.7\"}\n\t]);\n\t$tw.utils.setStyle(modalWrapper,[\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n};\n\nModal.prototype.adjustPageClass = function() {\n\tvar windowContainer = $tw.pageContainer ? ($tw.pageContainer === this.srcDocument.body.firstChild ? $tw.pageContainer : this.srcDocument.body.firstChild) : null;\n\tif(windowContainer) {\n\t\t$tw.utils.toggleClass(windowContainer,\"tc-modal-displayed\",this.modalCount > 0);\n\t}\n};\n\nexports.Modal = Modal;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/notifier.js": {
            "title": "$:/core/modules/utils/dom/notifier.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/notifier.js\ntype: application/javascript\nmodule-type: utils\n\nNotifier mechanism\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar Notifier = function(wiki) {\n\tthis.wiki = wiki;\n};\n\n/*\nDisplay a notification\n\ttitle: Title of tiddler containing the notification text\n\toptions: see below\nOptions include:\n*/\nNotifier.prototype.display = function(title,options) {\n\toptions = options || {};\n\t// Create the wrapper divs\n\tvar self = this,\n\t\tnotification = document.createElement(\"div\"),\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t\trefreshHandler;\n\t// Don't do anything if the tiddler doesn't exist\n\tif(!tiddler) {\n\t\treturn;\n\t}\n\t// Add classes\n\t$tw.utils.addClass(notification,\"tc-notification\");\n\t// Create the variables\n\tvar variables = $tw.utils.extend({currentTiddler: title},options.variables);\n\t// Render the body of the notification\n\tvar widgetNode = this.wiki.makeTranscludeWidget(title,{\n\t\tparentWidget: $tw.rootWidget,\n\t\tdocument: document,\n\t\tvariables: variables,\n\t\timportPageMacros: true});\n\twidgetNode.render(notification,null);\n\trefreshHandler = function(changes) {\n\t\twidgetNode.refresh(changes,notification,null);\n\t};\n\tthis.wiki.addEventListener(\"change\",refreshHandler);\n\t// Set the initial styles for the notification\n\t$tw.utils.setStyle(notification,[\n\t\t{opacity: \"0\"},\n\t\t{transformOrigin: \"0% 0%\"},\n\t\t{transform: \"translateY(\" + (-window.innerHeight) + \"px)\"},\n\t\t{transition: \"opacity \" + duration + \"ms ease-out, \" + $tw.utils.roundTripPropertyName(\"transform\") + \" \" + duration + \"ms ease-in-out\"}\n\t]);\n\t// Add the notification to the DOM\n\tdocument.body.appendChild(notification);\n\t// Force layout\n\t$tw.utils.forceLayout(notification);\n\t// Set final animated styles\n\t$tw.utils.setStyle(notification,[\n\t\t{opacity: \"1.0\"},\n\t\t{transform: \"translateY(0px)\"}\n\t]);\n\t// Set a timer to remove the notification\n\twindow.setTimeout(function() {\n\t\t// Remove our change event handler\n\t\tself.wiki.removeEventListener(\"change\",refreshHandler);\n\t\t// Force layout and animate the notification away\n\t\t$tw.utils.forceLayout(notification);\n\t\t$tw.utils.setStyle(notification,[\n\t\t\t{opacity: \"0.0\"},\n\t\t\t{transform: \"translateX(\" + (notification.offsetWidth) + \"px)\"}\n\t\t]);\n\t\t// Remove the modal message from the DOM once the transition ends\n\t\tsetTimeout(function() {\n\t\t\tif(notification.parentNode) {\n\t\t\t\tdocument.body.removeChild(notification);\n\t\t\t}\n\t\t},duration);\n\t},$tw.config.preferences.notificationDuration);\n};\n\nexports.Notifier = Notifier;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/popup.js": {
            "title": "$:/core/modules/utils/dom/popup.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/popup.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Popup object prototype that manages popups in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreates a Popup object with these options:\n\trootElement: the DOM element to which the popup zapper should be attached\n*/\nvar Popup = function(options) {\n\toptions = options || {};\n\tthis.rootElement = options.rootElement || document.documentElement;\n\tthis.popups = []; // Array of {title:,wiki:,domNode:} objects\n};\n\n/*\nTrigger a popup open or closed. Parameters are in a hashmap:\n\ttitle: title of the tiddler where the popup details are stored\n\tdomNode: dom node to which the popup will be positioned (one of domNode or domNodeRect is required)\n\tdomNodeRect: rectangle to which the popup will be positioned\n\twiki: wiki\n\tforce: if specified, forces the popup state to true or false (instead of toggling it)\n\tfloating: if true, skips registering the popup, meaning that it will need manually clearing\n*/\nPopup.prototype.triggerPopup = function(options) {\n\t// Check if this popup is already active\n\tvar index = this.findPopup(options.title);\n\t// Compute the new state\n\tvar state = index === -1;\n\tif(options.force !== undefined) {\n\t\tstate = options.force;\n\t}\n\t// Show or cancel the popup according to the new state\n\tif(state) {\n\t\tthis.show(options);\n\t} else {\n\t\tthis.cancel(index);\n\t}\n};\n\nPopup.prototype.findPopup = function(title) {\n\tvar index = -1;\n\tfor(var t=0; t<this.popups.length; t++) {\n\t\tif(this.popups[t].title === title) {\n\t\t\tindex = t;\n\t\t}\n\t}\n\treturn index;\n};\n\nPopup.prototype.handleEvent = function(event) {\n\tif(event.type === \"click\") {\n\t\t// Find out what was clicked on\n\t\tvar info = this.popupInfo(event.target),\n\t\t\tcancelLevel = info.popupLevel - 1;\n\t\t// Don't remove the level that was clicked on if we clicked on a handle\n\t\tif(info.isHandle) {\n\t\t\tcancelLevel++;\n\t\t}\n\t\t// Cancel\n\t\tthis.cancel(cancelLevel);\n\t}\n};\n\n/*\nFind the popup level containing a DOM node. Returns:\npopupLevel: count of the number of nested popups containing the specified element\nisHandle: true if the specified element is within a popup handle\n*/\nPopup.prototype.popupInfo = function(domNode) {\n\tvar isHandle = false,\n\t\tpopupCount = 0,\n\t\tnode = domNode;\n\t// First check ancestors to see if we're within a popup handle\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup-handle\")) {\n\t\t\tisHandle = true;\n\t\t\tpopupCount++;\n\t\t}\n\t\tif($tw.utils.hasClass(node,\"tc-popup-keep\")) {\n\t\t\tisHandle = true;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\t// Then count the number of ancestor popups\n\tnode = domNode;\n\twhile(node) {\n\t\tif($tw.utils.hasClass(node,\"tc-popup\")) {\n\t\t\tpopupCount++;\n\t\t}\n\t\tnode = node.parentNode;\n\t}\n\tvar info = {\n\t\tpopupLevel: popupCount,\n\t\tisHandle: isHandle\n\t};\n\treturn info;\n};\n\n/*\nDisplay a popup by adding it to the stack\n*/\nPopup.prototype.show = function(options) {\n\t// Find out what was clicked on\n\tvar info = this.popupInfo(options.domNode);\n\t// Cancel any higher level popups\n\tthis.cancel(info.popupLevel);\n\n\t// Store the popup details if not already there\n\tif(!options.floating && this.findPopup(options.title) === -1) {\n\t\tthis.popups.push({\n\t\t\ttitle: options.title,\n\t\t\twiki: options.wiki,\n\t\t\tdomNode: options.domNode,\n\t\t\tnoStateReference: options.noStateReference\n\t\t});\n\t}\n\t// Set the state tiddler\n\tvar rect;\n\tif(options.domNodeRect) {\n\t\trect = options.domNodeRect;\n\t} else {\n\t\trect = {\n\t\t\tleft: options.domNode.offsetLeft,\n\t\t\ttop: options.domNode.offsetTop,\n\t\t\twidth: options.domNode.offsetWidth,\n\t\t\theight: options.domNode.offsetHeight\n\t\t};\n\t}\n\tvar popupRect = \"(\" + rect.left + \",\" + rect.top + \",\" + \n\t\t\t\trect.width + \",\" + rect.height + \")\";\n\tif(options.noStateReference) {\n\t\toptions.wiki.setText(options.title,\"text\",undefined,popupRect);\n\t} else {\n\t\toptions.wiki.setTextReference(options.title,popupRect);\n\t}\n\t// Add the click handler if we have any popups\n\tif(this.popups.length > 0) {\n\t\tthis.rootElement.addEventListener(\"click\",this,true);\t\t\n\t}\n};\n\n/*\nCancel all popups at or above a specified level or DOM node\nlevel: popup level to cancel (0 cancels all popups)\n*/\nPopup.prototype.cancel = function(level) {\n\tvar numPopups = this.popups.length;\n\tlevel = Math.max(0,Math.min(level,numPopups));\n\tfor(var t=level; t<numPopups; t++) {\n\t\tvar popup = this.popups.pop();\n\t\tif(popup.title) {\n\t\t\tif(popup.noStateReference) {\n\t\t\t\tpopup.wiki.deleteTiddler(popup.title);\n\t\t\t} else {\n\t\t\t\tpopup.wiki.deleteTiddler($tw.utils.parseTextReference(popup.title).title);\n        \t\t}\n\t\t}\n\t}\n\tif(this.popups.length === 0) {\n\t\tthis.rootElement.removeEventListener(\"click\",this,false);\n\t}\n};\n\n/*\nReturns true if the specified title and text identifies an active popup\n*/\nPopup.prototype.readPopupState = function(text) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/;\n\treturn popupLocationRegExp.test(text);\n};\n\nexports.Popup = Popup;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/dom/scroller.js": {
            "title": "$:/core/modules/utils/dom/scroller.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/dom/scroller.js\ntype: application/javascript\nmodule-type: utils\n\nModule that creates a $tw.utils.Scroller object prototype that manages scrolling in the browser\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nEvent handler for when the `tm-scroll` event hits the document body\n*/\nvar PageScroller = function() {\n\tthis.idRequestFrame = null;\n\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\twindow.webkitRequestAnimationFrame ||\n\t\twindow.mozRequestAnimationFrame ||\n\t\tfunction(callback) {\n\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t};\n\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\twindow.webkitCancelAnimationFrame ||\n\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\twindow.mozCancelAnimationFrame ||\n\t\twindow.mozCancelRequestAnimationFrame ||\n\t\tfunction(id) {\n\t\t\twindow.clearTimeout(id);\n\t\t};\n};\n\nPageScroller.prototype.isScrolling = function() {\n\treturn this.idRequestFrame !== null;\n}\n\nPageScroller.prototype.cancelScroll = function(srcWindow) {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(srcWindow,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle an event\n*/\nPageScroller.prototype.handleEvent = function(event) {\n\tif(event.type === \"tm-scroll\") {\n\t\tif(event.paramObject && event.paramObject.selector) {\n\t\t\tthis.scrollSelectorIntoView(null,event.paramObject.selector);\n\t\t} else {\n\t\t\tthis.scrollIntoView(event.target);\t\t\t\n\t\t}\n\t\treturn false; // Event was handled\n\t}\n\treturn true;\n};\n\n/*\nHandle a scroll event hitting the page document\n*/\nPageScroller.prototype.scrollIntoView = function(element,callback) {\n\tvar self = this,\n\t\tduration = $tw.utils.getAnimationDuration(),\n\t    srcWindow = element ? element.ownerDocument.defaultView : window;\n\t// Now get ready to scroll the body\n\tthis.cancelScroll(srcWindow);\n\tthis.startTime = Date.now();\n\t// Get the height of any position:fixed toolbars\n\tvar toolbar = srcWindow.document.querySelector(\".tc-adjust-top-of-scroll\"),\n\t\toffset = 0;\n\tif(toolbar) {\n\t\toffset = toolbar.offsetHeight;\n\t}\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar getBounds = function() {\n\t\t\tvar clientBounds = typeof callback === 'function' ? callback() : element.getBoundingClientRect(),\n\t\t\t\tscrollPosition = $tw.utils.getScrollPosition(srcWindow);\n\t\t\treturn {\n\t\t\t\tleft: clientBounds.left + scrollPosition.x,\n\t\t\t\ttop: clientBounds.top + scrollPosition.y - offset,\n\t\t\t\twidth: clientBounds.width,\n\t\t\t\theight: clientBounds.height\n\t\t\t};\n\t\t},\n\t\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\t\t// targetPos/targetSize - position and size of the target element\n\t\t// currentPos/currentSize - position and size of the current scroll viewport\n\t\t// returns: new position of the scroll viewport\n\t\tgetEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\tvar newPos = targetPos;\n\t\t\t// If we are scrolling within 50 pixels of the top/left then snap to zero\n\t\t\tif(newPos < 50) {\n\t\t\t\tnewPos = 0;\n\t\t\t}\n\t\t\treturn newPos;\n\t\t},\n\t\tdrawFrame = function drawFrame() {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll(srcWindow);\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\tvar scrollPosition = $tw.utils.getScrollPosition(srcWindow),\n\t\t\t\tbounds = getBounds(),\n\t\t\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,srcWindow.innerWidth),\n\t\t\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,srcWindow.innerHeight);\n\t\t\tsrcWindow.scrollTo(scrollPosition.x + (endX - scrollPosition.x) * t,scrollPosition.y + (endY - scrollPosition.y) * t);\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(srcWindow,drawFrame);\n\t\t\t}\n\t\t};\n\tdrawFrame();\n};\n\nPageScroller.prototype.scrollSelectorIntoView = function(baseElement,selector,callback) {\n\tbaseElement = baseElement || document.body;\n\tvar element = baseElement.querySelector(selector);\n\tif(element) {\n\t\tthis.scrollIntoView(element,callback);\t\t\n\t}\n};\n\nexports.PageScroller = PageScroller;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/edition-info.js": {
            "title": "$:/core/modules/utils/edition-info.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/edition-info.js\ntype: application/javascript\nmodule-type: utils-node\n\nInformation about the available editions\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\nvar editionInfo;\n\nexports.getEditionInfo = function() {\n\tif(!editionInfo) {\n\t\t// Enumerate the edition paths\n\t\tvar editionPaths = $tw.getLibraryItemSearchPaths($tw.config.editionsPath,$tw.config.editionsEnvVar);\n\t\teditionInfo = {};\n\t\tfor(var editionIndex=0; editionIndex<editionPaths.length; editionIndex++) {\n\t\t\tvar editionPath = editionPaths[editionIndex];\n\t\t\t// Enumerate the folders\n\t\t\tvar entries = fs.readdirSync(editionPath);\n\t\t\tfor(var entryIndex=0; entryIndex<entries.length; entryIndex++) {\n\t\t\t\tvar entry = entries[entryIndex];\n\t\t\t\t// Check if directories have a valid tiddlywiki.info\n\t\t\t\tif(!editionInfo[entry] && $tw.utils.isDirectory(path.resolve(editionPath,entry))) {\n\t\t\t\t\tvar info;\n\t\t\t\t\ttry {\n\t\t\t\t\t\tinfo = JSON.parse(fs.readFileSync(path.resolve(editionPath,entry,\"tiddlywiki.info\"),\"utf8\"));\n\t\t\t\t\t} catch(ex) {\n\t\t\t\t\t}\n\t\t\t\t\tif(info) {\n\t\t\t\t\t\teditionInfo[entry] = info;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn editionInfo;\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils-node"
        },
        "$:/core/modules/utils/fakedom.js": {
            "title": "$:/core/modules/utils/fakedom.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/fakedom.js\ntype: application/javascript\nmodule-type: global\n\nA barebones implementation of DOM interfaces needed by the rendering mechanism.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Sequence number used to enable us to track objects for testing\nvar sequenceNumber = null;\n\nvar bumpSequenceNumber = function(object) {\n\tif(sequenceNumber !== null) {\n\t\tobject.sequenceNumber = sequenceNumber++;\n\t}\n};\n\nvar TW_Node = function (){\n\tthrow TypeError(\"Illegal constructor\");\n};\n\nObject.defineProperty(TW_Node.prototype, 'ELEMENT_NODE', {\n\tget: function() {\n\t\treturn 1;\n\t}\n});\n\nObject.defineProperty(TW_Node.prototype, 'TEXT_NODE', {\n\tget: function() {\n\t\treturn 3;\n\t}\n});\n\nvar TW_TextNode = function(text) {\n\tbumpSequenceNumber(this);\n\tthis.textContent = text + \"\";\n};\n\nTW_TextNode.prototype = Object.create(TW_Node.prototype);\n\nObject.defineProperty(TW_TextNode.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn this.TEXT_NODE;\n\t}\n});\n\nObject.defineProperty(TW_TextNode.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\treturn this.textContent.replace(/(\\r?\\n)/g,\"\");\n\t}\n});\n\nvar TW_Element = function(tag,namespace) {\n\tbumpSequenceNumber(this);\n\tthis.isTiddlyWikiFakeDom = true;\n\tthis.tag = tag;\n\tthis.attributes = {};\n\tthis.isRaw = false;\n\tthis.children = [];\n\tthis._style = {};\n\tthis.namespaceURI = namespace || \"http://www.w3.org/1999/xhtml\";\n};\n\nTW_Element.prototype = Object.create(TW_Node.prototype);\n\nObject.defineProperty(TW_Element.prototype, \"style\", {\n\tget: function() {\n\t\treturn this._style;\n\t},\n\tset: function(str) {\n\t\tvar self = this;\n\t\tstr = str || \"\";\n\t\t$tw.utils.each(str.split(\";\"),function(declaration) {\n\t\t\tvar parts = declaration.split(\":\"),\n\t\t\t\tname = $tw.utils.trim(parts[0]),\n\t\t\t\tvalue = $tw.utils.trim(parts[1]);\n\t\t\tif(name && value) {\n\t\t\t\tself._style[$tw.utils.convertStyleNameToPropertyName(name)] = value;\n\t\t\t}\n\t\t});\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"nodeType\", {\n\tget: function() {\n\t\treturn this.ELEMENT_NODE;\n\t}\n});\n\nTW_Element.prototype.getAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot getAttribute on a raw TW_Element\";\n\t}\n\treturn this.attributes[name];\n};\n\nTW_Element.prototype.setAttribute = function(name,value) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot setAttribute on a raw TW_Element\";\n\t}\n\tthis.attributes[name] = value + \"\";\n};\n\nTW_Element.prototype.setAttributeNS = function(namespace,name,value) {\n\tthis.setAttribute(name,value);\n};\n\nTW_Element.prototype.removeAttribute = function(name) {\n\tif(this.isRaw) {\n\t\tthrow \"Cannot removeAttribute on a raw TW_Element\";\n\t}\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\tdelete this.attributes[name];\n\t}\n};\n\nTW_Element.prototype.appendChild = function(node) {\n\tthis.children.push(node);\n\tnode.parentNode = this;\n};\n\nTW_Element.prototype.insertBefore = function(node,nextSibling) {\n\tif(nextSibling) {\n\t\tvar p = this.children.indexOf(nextSibling);\n\t\tif(p !== -1) {\n\t\t\tthis.children.splice(p,0,node);\n\t\t\tnode.parentNode = this;\n\t\t} else {\n\t\t\tthis.appendChild(node);\n\t\t}\n\t} else {\n\t\tthis.appendChild(node);\n\t}\n};\n\nTW_Element.prototype.removeChild = function(node) {\n\tvar p = this.children.indexOf(node);\n\tif(p !== -1) {\n\t\tthis.children.splice(p,1);\n\t}\n};\n\nTW_Element.prototype.hasChildNodes = function() {\n\treturn !!this.children.length;\n};\n\nObject.defineProperty(TW_Element.prototype, \"childNodes\", {\n\tget: function() {\n\t\treturn this.children;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"firstChild\", {\n\tget: function() {\n\t\treturn this.children[0];\n\t}\n});\n\nTW_Element.prototype.addEventListener = function(type,listener,useCapture) {\n\t// Do nothing\n};\n\nObject.defineProperty(TW_Element.prototype, \"tagName\", {\n\tget: function() {\n\t\treturn this.tag || \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"className\", {\n\tget: function() {\n\t\treturn this.attributes[\"class\"] || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes[\"class\"] = value + \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"value\", {\n\tget: function() {\n\t\treturn this.attributes.value || \"\";\n\t},\n\tset: function(value) {\n\t\tthis.attributes.value = value + \"\";\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"outerHTML\", {\n\tget: function() {\n\t\tvar output = [],attr,a,v;\n\t\toutput.push(\"<\",this.tag);\n\t\tif(this.attributes) {\n\t\t\tattr = [];\n\t\t\tfor(a in this.attributes) {\n\t\t\t\tattr.push(a);\n\t\t\t}\n\t\t\tattr.sort();\n\t\t\tfor(a=0; a<attr.length; a++) {\n\t\t\t\tv = this.attributes[attr[a]];\n\t\t\t\tif(v !== undefined) {\n\t\t\t\t\toutput.push(\" \",attr[a],\"=\\\"\",$tw.utils.htmlEncode(v),\"\\\"\");\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif(this._style) {\n\t\t\tvar style = [];\n\t\t\tfor(var s in this._style) {\n\t\t\t\tstyle.push($tw.utils.convertPropertyNameToStyleName(s) + \":\" + this._style[s] + \";\");\n\t\t\t}\n\t\t\tif(style.length > 0) {\n\t\t\t\toutput.push(\" style=\\\"\",style.join(\"\"),\"\\\"\");\n\t\t\t}\n\t\t}\n\t\toutput.push(\">\");\n\t\tif($tw.config.htmlVoidElements.indexOf(this.tag) === -1) {\n\t\t\toutput.push(this.innerHTML);\n\t\t\toutput.push(\"</\",this.tag,\">\");\n\t\t}\n\t\treturn output.join(\"\");\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"innerHTML\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\treturn this.rawHTML;\n\t\t} else {\n\t\t\tvar b = [];\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tif(node instanceof TW_Element) {\n\t\t\t\t\tb.push(node.outerHTML);\n\t\t\t\t} else if(node instanceof TW_TextNode) {\n\t\t\t\t\tb.push($tw.utils.htmlEncode(node.textContent));\n\t\t\t\t}\n\t\t\t});\n\t\t\treturn b.join(\"\");\n\t\t}\n\t},\n\tset: function(value) {\n\t\tthis.isRaw = true;\n\t\tthis.rawHTML = value;\n\t\tthis.rawTextContent = null;\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"textInnerHTML\", {\n\tset: function(value) {\n\t\tif(this.isRaw) {\n\t\t\tthis.rawTextContent = value;\n\t\t} else {\n\t\t\tthrow \"Cannot set textInnerHTML of a non-raw TW_Element\";\n\t\t}\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"textContent\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\tif(this.rawTextContent === null) {\n\t\t\t\treturn \"\";\n\t\t\t} else {\n\t\t\t\treturn this.rawTextContent;\n\t\t\t}\n\t\t} else {\n\t\t\tvar b = [];\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tb.push(node.textContent);\n\t\t\t});\n\t\t\treturn b.join(\"\");\n\t\t}\n\t},\n\tset: function(value) {\n\t\tthis.children = [new TW_TextNode(value)];\n\t}\n});\n\nObject.defineProperty(TW_Element.prototype, \"formattedTextContent\", {\n\tget: function() {\n\t\tif(this.isRaw) {\n\t\t\treturn \"\";\n\t\t} else {\n\t\t\tvar b = [],\n\t\t\t\tisBlock = $tw.config.htmlBlockElements.indexOf(this.tag) !== -1;\n\t\t\tif(isBlock) {\n\t\t\t\tb.push(\"\\n\");\n\t\t\t}\n\t\t\tif(this.tag === \"li\") {\n\t\t\t\tb.push(\"* \");\n\t\t\t}\n\t\t\t$tw.utils.each(this.children,function(node) {\n\t\t\t\tb.push(node.formattedTextContent);\n\t\t\t});\n\t\t\tif(isBlock) {\n\t\t\t\tb.push(\"\\n\");\n\t\t\t}\n\t\t\treturn b.join(\"\");\n\t\t}\n\t}\n});\n\nvar document = {\n\tsetSequenceNumber: function(value) {\n\t\tsequenceNumber = value;\n\t},\n\tcreateElementNS: function(namespace,tag) {\n\t\treturn new TW_Element(tag,namespace);\n\t},\n\tcreateElement: function(tag) {\n\t\treturn new TW_Element(tag);\n\t},\n\tcreateTextNode: function(text) {\n\t\treturn new TW_TextNode(text);\n\t},\n\tcompatMode: \"CSS1Compat\", // For KaTeX to know that we're not a browser in quirks mode\n\tisTiddlyWikiFakeDom: true\n};\n\nexports.fakeDocument = document;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/utils/filesystem.js": {
            "title": "$:/core/modules/utils/filesystem.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/filesystem.js\ntype: application/javascript\nmodule-type: utils-node\n\nFile system utilities\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar fs = require(\"fs\"),\n\tpath = require(\"path\");\n\n/*\nReturn the subdirectories of a path\n*/\nexports.getSubdirectories = function(dirPath) {\n\tif(!$tw.utils.isDirectory(dirPath)) {\n\t\treturn null;\n\t}\n\tvar subdirs = [];\n\t$tw.utils.each(fs.readdirSync(dirPath),function(item) {\n\t\tif($tw.utils.isDirectory(path.resolve(dirPath,item))) {\n\t\t\tsubdirs.push(item);\n\t\t}\n\t});\n\treturn subdirs;\n}\n\n/*\nRecursively (and synchronously) copy a directory and all its content\n*/\nexports.copyDirectory = function(srcPath,dstPath) {\n\t// Remove any trailing path separators\n\tsrcPath = path.resolve($tw.utils.removeTrailingSeparator(srcPath));\n\tdstPath = path.resolve($tw.utils.removeTrailingSeparator(dstPath));\n\t// Check that neither director is within the other\n\tif(srcPath.substring(0,dstPath.length) === dstPath || dstPath.substring(0,srcPath.length) === srcPath) {\n\t\treturn \"Cannot copy nested directories\";\n\t}\n\t// Create the destination directory\n\tvar err = $tw.utils.createDirectory(dstPath);\n\tif(err) {\n\t\treturn err;\n\t}\n\t// Function to copy a folder full of files\n\tvar copy = function(srcPath,dstPath) {\n\t\tvar srcStats = fs.lstatSync(srcPath),\n\t\t\tdstExists = fs.existsSync(dstPath);\n\t\tif(srcStats.isFile()) {\n\t\t\t$tw.utils.copyFile(srcPath,dstPath);\n\t\t} else if(srcStats.isDirectory()) {\n\t\t\tvar items = fs.readdirSync(srcPath);\n\t\t\tfor(var t=0; t<items.length; t++) {\n\t\t\t\tvar item = items[t],\n\t\t\t\t\terr = copy(srcPath + path.sep + item,dstPath + path.sep + item);\n\t\t\t\tif(err) {\n\t\t\t\t\treturn err;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\tcopy(srcPath,dstPath);\n\treturn null;\n};\n\n/*\nCopy a file\n*/\nvar FILE_BUFFER_LENGTH = 64 * 1024,\n\tfileBuffer;\n\nexports.copyFile = function(srcPath,dstPath) {\n\t// Create buffer if required\n\tif(!fileBuffer) {\n\t\tfileBuffer = Buffer.alloc(FILE_BUFFER_LENGTH);\n\t}\n\t// Create any directories in the destination\n\t$tw.utils.createDirectory(path.dirname(dstPath));\n\t// Copy the file\n\tvar srcFile = fs.openSync(srcPath,\"r\"),\n\t\tdstFile = fs.openSync(dstPath,\"w\"),\n\t\tbytesRead = 1,\n\t\tpos = 0;\n\twhile (bytesRead > 0) {\n\t\tbytesRead = fs.readSync(srcFile,fileBuffer,0,FILE_BUFFER_LENGTH,pos);\n\t\tfs.writeSync(dstFile,fileBuffer,0,bytesRead);\n\t\tpos += bytesRead;\n\t}\n\tfs.closeSync(srcFile);\n\tfs.closeSync(dstFile);\n\treturn null;\n};\n\n/*\nRemove trailing path separator\n*/\nexports.removeTrailingSeparator = function(dirPath) {\n\tvar len = dirPath.length;\n\tif(dirPath.charAt(len-1) === path.sep) {\n\t\tdirPath = dirPath.substr(0,len-1);\n\t}\n\treturn dirPath;\n};\n\n/*\nRecursively create a directory\n*/\nexports.createDirectory = function(dirPath) {\n\tif(dirPath.substr(dirPath.length-1,1) !== path.sep) {\n\t\tdirPath = dirPath + path.sep;\n\t}\n\tvar pos = 1;\n\tpos = dirPath.indexOf(path.sep,pos);\n\twhile(pos !== -1) {\n\t\tvar subDirPath = dirPath.substr(0,pos);\n\t\tif(!$tw.utils.isDirectory(subDirPath)) {\n\t\t\ttry {\n\t\t\t\tfs.mkdirSync(subDirPath);\n\t\t\t} catch(e) {\n\t\t\t\treturn \"Error creating directory '\" + subDirPath + \"'\";\n\t\t\t}\n\t\t}\n\t\tpos = dirPath.indexOf(path.sep,pos + 1);\n\t}\n\treturn null;\n};\n\n/*\nRecursively create directories needed to contain a specified file\n*/\nexports.createFileDirectories = function(filePath) {\n\treturn $tw.utils.createDirectory(path.dirname(filePath));\n};\n\n/*\nRecursively delete a directory\n*/\nexports.deleteDirectory = function(dirPath) {\n\tif(fs.existsSync(dirPath)) {\n\t\tvar entries = fs.readdirSync(dirPath);\n\t\tfor(var entryIndex=0; entryIndex<entries.length; entryIndex++) {\n\t\t\tvar currPath = dirPath + path.sep + entries[entryIndex];\n\t\t\tif(fs.lstatSync(currPath).isDirectory()) {\n\t\t\t\t$tw.utils.deleteDirectory(currPath);\n\t\t\t} else {\n\t\t\t\tfs.unlinkSync(currPath);\n\t\t\t}\n\t\t}\n\tfs.rmdirSync(dirPath);\n\t}\n\treturn null;\n};\n\n/*\nCheck if a path identifies a directory\n*/\nexports.isDirectory = function(dirPath) {\n\treturn fs.existsSync(dirPath) && fs.statSync(dirPath).isDirectory();\n};\n\n/*\nCheck if a path identifies a directory that is empty\n*/\nexports.isDirectoryEmpty = function(dirPath) {\n\tif(!$tw.utils.isDirectory(dirPath)) {\n\t\treturn false;\n\t}\n\tvar files = fs.readdirSync(dirPath),\n\t\tempty = true;\n\t$tw.utils.each(files,function(file,index) {\n\t\tif(file.charAt(0) !== \".\") {\n\t\t\tempty = false;\n\t\t}\n\t});\n\treturn empty;\n};\n\n/*\nRecursively delete a tree of empty directories\n*/\nexports.deleteEmptyDirs = function(dirpath,callback) {\n\tvar self = this;\n\tfs.readdir(dirpath,function(err,files) {\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\n\t\tif(files.length > 0) {\n\t\t\treturn callback(null);\n\t\t}\n\t\tfs.rmdir(dirpath,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tself.deleteEmptyDirs(path.dirname(dirpath),callback);\n\t\t});\n\t});\n};\n\n/*\nCreate a fileInfo object for saving a tiddler:\n\tfilepath: the absolute path to the file containing the tiddler\n\ttype: the type of the tiddler file on disk (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\n\tisEditableFile: true if the tiddler was loaded via non-standard options & marked editable\nOptions include:\n\tdirectory: absolute path of root directory to which we are saving\n\tpathFilters: optional array of filters to be used to generate the base path\n\textFilters: optional array of filters to be used to generate the base path\n\twiki: optional wiki for evaluating the pathFilters,\n\tfileInfo: an existing fileInfo to check against\n\toriginalpath: a preferred filepath if no pathFilters match\n*/\nexports.generateTiddlerFileInfo = function(tiddler,options) {\n\tvar fileInfo = {}, metaExt;\n\t// Propagate the isEditableFile flag\n\tif(options.fileInfo) {\n\t\tfileInfo.isEditableFile = options.fileInfo.isEditableFile || false;\n\t}\n\t// Check if the tiddler has any unsafe fields that can't be expressed in a .tid or .meta file: containing control characters, or leading/trailing whitespace\n\tvar hasUnsafeFields = false;\n\t$tw.utils.each(tiddler.getFieldStrings(),function(value,fieldName) {\n\t\tif(fieldName !== \"text\") {\n\t\t\thasUnsafeFields = hasUnsafeFields || /[\\x00-\\x1F]/mg.test(value);\n\t\t\thasUnsafeFields = hasUnsafeFields || ($tw.utils.trim(value) !== value);\n\t\t}\n\t});\n\t// Check for field values \n\tif(hasUnsafeFields) {\n\t\t// Save as a JSON file\n\t\tfileInfo.type = \"application/json\";\n\t\tfileInfo.hasMetaFile = false;\n\t} else {\n\t\t// Save as a .tid or a text/binary file plus a .meta file\n\t\tvar tiddlerType = tiddler.fields.type || \"text/vnd.tiddlywiki\";\n\t\tif(tiddlerType === \"text/vnd.tiddlywiki\") {\n\t\t\t// Save as a .tid file\n\t\t\tfileInfo.type = \"application/x-tiddler\";\n\t\t\tfileInfo.hasMetaFile = false;\n\t\t} else {\n\t\t\t// Save as a text/binary file and a .meta file\n\t\t\tfileInfo.type = tiddlerType;\n\t\t\tfileInfo.hasMetaFile = true;\n\t\t}\n\t\tif(options.extFilters) {\n\t\t\t// Check for extension override\n\t\t\tmetaExt = $tw.utils.generateTiddlerExtension(tiddler.fields.title,{\n\t\t\t\textFilters: options.extFilters,\n\t\t\t\twiki: options.wiki\n\t\t\t});\n\t\t\tif(metaExt){\n\t\t\t\tif(metaExt === \".tid\") {\n\t\t\t\t\t// Overriding to the .tid extension needs special handling\n\t\t\t\t\tfileInfo.type = \"application/x-tiddler\";\n\t\t\t\t\tfileInfo.hasMetaFile = false;\n\t\t\t\t} else if (metaExt === \".json\") {\n\t\t\t\t\t// Overriding to the .json extension needs special handling\n\t\t\t\t\tfileInfo.type = \"application/json\";\n\t\t\t\t\tfileInfo.hasMetaFile = false;\n\t\t\t\t} else {\n\t\t\t\t\t//If the new type matches a known extention, use that MIME type's encoding\n\t\t\t\t\tvar extInfo = $tw.utils.getFileExtensionInfo(metaExt);\n\t\t\t\t\tfileInfo.type = extInfo ? extInfo.type : null;\n\t\t\t\t\tfileInfo.encoding = $tw.utils.getTypeEncoding(metaExt);\n\t\t\t\t\tfileInfo.hasMetaFile = true;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\t// Take the file extension from the tiddler content type or metaExt\n\tvar contentTypeInfo = $tw.config.contentTypeInfo[fileInfo.type] || {extension: \"\"};\n\t// Generate the filepath\n\tfileInfo.filepath = $tw.utils.generateTiddlerFilepath(tiddler.fields.title,{\n\t\textension: metaExt || contentTypeInfo.extension,\n\t\tdirectory: options.directory,\n\t\tpathFilters: options.pathFilters,\n\t\twiki: options.wiki,\n\t\tfileInfo: options.fileInfo,\n\t\toriginalpath: options.originalpath\n\t});\n\treturn fileInfo;\n};\n\n/*\nGenerate the file extension for saving a tiddler\nOptions include:\n\textFilters: optional array of filters to be used to generate the extention\n\twiki: optional wiki for evaluating the extFilters\n*/\nexports.generateTiddlerExtension = function(title,options) {\n\tvar self = this,\n\t\textension;\n\t// Check if any of the extFilters applies\n\tif(options.extFilters && options.wiki) { \n\t\t$tw.utils.each(options.extFilters,function(filter) {\n\t\t\tif(!extension) {\n\t\t\t\tvar source = options.wiki.makeTiddlerIterator([title]),\n\t\t\t\t\tresult = options.wiki.filterTiddlers(filter,null,source);\n\t\t\t\tif(result.length > 0) {\n\t\t\t\t\textension = result[0];\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn extension;\n};\n\n/*\nGenerate the filepath for saving a tiddler\nOptions include:\n\textension: file extension to be added the finished filepath\n\tdirectory: absolute path of root directory to which we are saving\n\tpathFilters: optional array of filters to be used to generate the base path\n\twiki: optional wiki for evaluating the pathFilters\n\tfileInfo: an existing fileInfo object to check against\n*/\nexports.generateTiddlerFilepath = function(title,options) {\n\tvar self = this,\n\t\tdirectory = options.directory || \"\",\n\t\textension = options.extension || \"\",\n\t\toriginalpath = options.originalpath || \"\",\n\t\tfilepath;\t\n\t// Check if any of the pathFilters applies\n\tif(options.pathFilters && options.wiki) {\n\t\t$tw.utils.each(options.pathFilters,function(filter) {\n\t\t\tif(!filepath) {\n\t\t\t\tvar source = options.wiki.makeTiddlerIterator([title]),\n\t\t\t\t\tresult = options.wiki.filterTiddlers(filter,null,source);\n\t\t\t\tif(result.length > 0) {\n\t\t\t\t\tfilepath = result[0];\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\tif(!filepath && originalpath !== \"\") {\n\t\t//Use the originalpath without the extension\n\t\tvar ext = path.extname(originalpath);\n\t\tfilepath = originalpath.substring(0,originalpath.length - ext.length);\n\t} else if(!filepath) {\n\t\tfilepath = title;\n\t\t// If the filepath already ends in the extension then remove it\n\t\tif(filepath.substring(filepath.length - extension.length) === extension) {\n\t\t\tfilepath = filepath.substring(0,filepath.length - extension.length);\n\t\t}\n\t\t// Remove any forward or backward slashes so we don't create directories\n\t\tfilepath = filepath.replace(/\\/|\\\\/g,\"_\");\n\t}\n\t//If the path does not start with \".\" or \"..\" and a path seperator, then\n\tif(!/^\\.{1,2}[/\\\\]/g.test(filepath)) {\n\t\t// Don't let the filename start with any dots because such files are invisible on *nix\n\t\tfilepath = filepath.replace(/^\\.+/g,\"_\");\n\t}\n\t// Remove any characters that can't be used in cross-platform filenames\n\tfilepath = $tw.utils.transliterate(filepath.replace(/<|>|~|\\:|\\\"|\\||\\?|\\*|\\^/g,\"_\"));\n\t// Truncate the filename if it is too long\n\tif(filepath.length > 200) {\n\t\tfilepath = filepath.substr(0,200);\n\t}\n\t// If the resulting filename is blank (eg because the title is just punctuation characters)\n\tif(!filepath) {\n\t\t// ...then just use the character codes of the title\n\t\tfilepath = \"\";\t\n\t\t$tw.utils.each(title.split(\"\"),function(char) {\n\t\t\tif(filepath) {\n\t\t\t\tfilepath += \"-\";\n\t\t\t}\n\t\t\tfilepath += char.charCodeAt(0).toString();\n\t\t});\n\t}\n\t// Add a uniquifier if the file already exists\n\tvar fullPath, oldPath = (options.fileInfo) ? options.fileInfo.filepath : undefined,\n\t\tcount = 0;\n\tdo {\n\t\tfullPath = path.resolve(directory,filepath + (count ? \"_\" + count : \"\") + extension);\n\t\tif(oldPath && oldPath == fullPath) {\n\t\t\tbreak;\n\t\t}\n\t\tcount++;\n\t} while(fs.existsSync(fullPath));\n\t// If the last write failed with an error, or if path does not start with:\n\t//\tthe resolved options.directory, the resolved wikiPath directory, or the wikiTiddlersPath directory, \n\t//\tthen encodeURIComponent() and resolve to tiddler directory\n\tvar newPath = fullPath,\n\t\tencode = (options.fileInfo || {writeError: false}).writeError == true;\n\tif(!encode){\n\t\tencode = !(fullPath.indexOf(path.resolve(directory)) == 0 ||\n\t\t\tfullPath.indexOf(path.resolve($tw.boot.wikiPath)) == 0 ||\n\t\t\tfullPath.indexOf($tw.boot.wikiTiddlersPath) == 0);\n\t\t}\n\tif(encode){\n\t\tfullPath = path.resolve(directory, encodeURIComponent(fullPath));\n\t}\n\t// Call hook to allow plugins to modify the final path\n\tfullPath = $tw.hooks.invokeHook(\"th-make-tiddler-path\", newPath, fullPath);\n\t// Return the full path to the file\n\treturn fullPath;\n};\n\n/*\nSave a tiddler to a file described by the fileInfo:\n\tfilepath: the absolute path to the file containing the tiddler\n\ttype: the type of the tiddler file (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\n*/\nexports.saveTiddlerToFile = function(tiddler,fileInfo,callback) {\n\t$tw.utils.createDirectory(path.dirname(fileInfo.filepath));\n\tif(fileInfo.hasMetaFile) {\n\t\t// Save the tiddler as a separate body and meta file\n\t\tvar typeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/plain\"] || {encoding: \"utf8\"};\n\t\tfs.writeFile(fileInfo.filepath,tiddler.fields.text,typeInfo.encoding,function(err) {\n\t\t\tif(err) {\n\t\t\t\treturn callback(err);\n\t\t\t}\n\t\t\tfs.writeFile(fileInfo.filepath + \".meta\",tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}),\"utf8\",callback);\n\t\t});\n\t} else {\n\t\t// Save the tiddler as a self contained templated file\n\t\tif(fileInfo.type === \"application/x-tiddler\") {\n\t\t\tfs.writeFile(fileInfo.filepath,tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}) + (!!tiddler.fields.text ? \"\\n\\n\" + tiddler.fields.text : \"\"),\"utf8\",callback);\n\t\t} else {\n\t\t\tfs.writeFile(fileInfo.filepath,JSON.stringify([tiddler.getFieldStrings({exclude: [\"bag\"]})],null,$tw.config.preferences.jsonSpaces),\"utf8\",callback);\n\t\t}\n\t}\n};\n\n/*\nSave a tiddler to a file described by the fileInfo:\n\tfilepath: the absolute path to the file containing the tiddler\n\ttype: the type of the tiddler file (NOT the type of the tiddler)\n\thasMetaFile: true if the file also has a companion .meta file\n*/\nexports.saveTiddlerToFileSync = function(tiddler,fileInfo) {\n\t$tw.utils.createDirectory(path.dirname(fileInfo.filepath));\n\tif(fileInfo.hasMetaFile) {\n\t\t// Save the tiddler as a separate body and meta file\n\t\tvar typeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/plain\"] || {encoding: \"utf8\"};\n\t\tfs.writeFileSync(fileInfo.filepath,tiddler.fields.text,typeInfo.encoding);\n\t\tfs.writeFileSync(fileInfo.filepath + \".meta\",tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}),\"utf8\");\n\t} else {\n\t\t// Save the tiddler as a self contained templated file\n\t\tif(fileInfo.type === \"application/x-tiddler\") {\n\t\t\tfs.writeFileSync(fileInfo.filepath,tiddler.getFieldStringBlock({exclude: [\"text\",\"bag\"]}) + (!!tiddler.fields.text ? \"\\n\\n\" + tiddler.fields.text : \"\"),\"utf8\");\n\t\t} else {\n\t\t\tfs.writeFileSync(fileInfo.filepath,JSON.stringify([tiddler.getFieldStrings({exclude: [\"bag\"]})],null,$tw.config.preferences.jsonSpaces),\"utf8\");\n\t\t}\n\t}\n};\n\n/*\nDelete a file described by the fileInfo if it exits\n*/\nexports.deleteTiddlerFile = function(fileInfo, callback) {\n\t//Only attempt to delete files that exist on disk\n\tif(!fileInfo.filepath || !fs.existsSync(fileInfo.filepath)) {\n\t\treturn callback(null);\n\t}\n\t// Delete the file\n\tfs.unlink(fileInfo.filepath,function(err) {\n\t\tif(err) {\n\t\t\treturn callback(err);\n\t\t}\t\n\t\t// Delete the metafile if present\n\t\tif(fileInfo.hasMetaFile && fs.existsSync(fileInfo.filepath + \".meta\")) {\n\t\t\tfs.unlink(fileInfo.filepath + \".meta\",function(err) {\n\t\t\t\tif(err) {\n\t\t\t\t\treturn callback(err);\n\t\t\t\t}\n\t\t\t\treturn $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),callback);\n\t\t\t});\n\t\t} else {\n\t\t\treturn $tw.utils.deleteEmptyDirs(path.dirname(fileInfo.filepath),callback);\n\t\t}\n\t});\n};\n\n/*\nCleanup old files on disk, by comparing the options values:\n\tadaptorInfo from $tw.syncer.tiddlerInfo\n\tbootInfo from $tw.boot.files\n*/\nexports.cleanupTiddlerFiles = function(options, callback) {\n\tvar adaptorInfo = options.adaptorInfo || {},\n\tbootInfo = options.bootInfo || {},\n\ttitle = options.title || \"undefined\";\n\tif(adaptorInfo.filepath && bootInfo.filepath && adaptorInfo.filepath !== bootInfo.filepath) {\n\t\treturn $tw.utils.deleteTiddlerFile(adaptorInfo, function(err){\n\t\t\tif(err) {\n\t\t\t\tif ((err.code == \"EPERM\" || err.code == \"EACCES\") && err.syscall == \"unlink\") {\n\t\t\t\t\t// Error deleting the previous file on disk, should fail gracefully\n\t\t\t\t\t$tw.syncer.displayError(\"Server desynchronized. Error cleaning up previous file for tiddler: \"+title, err);\n\t\t\t\t\treturn callback(null);\n\t\t\t\t} else {\n\t\t\t\t\treturn callback(err);\n\t\t\t\t}\n\t\t\t}\n\t\t\treturn callback(null);\n\t\t});\n\t} else {\n\t\treturn callback(null);\n\t}\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils-node"
        },
        "$:/core/modules/utils/linkedlist.js": {
            "title": "$:/core/modules/utils/linkedlist.js",
            "text": "/*\\\nmodule-type: utils\ntitle: $:/core/modules/utils/linkedlist.js\ntype: application/javascript\n\nThis is a doubly-linked indexed list intended for manipulation, particularly\npushTop, which it does with significantly better performance than an array.\n\n\\*/\n(function(){\n\nfunction LinkedList() {\n\tthis.clear();\n};\n\nLinkedList.prototype.clear = function() {\n\tthis.index = Object.create(null);\n\t// LinkedList performs the duty of both the head and tail node\n\tthis.next = this;\n\tthis.prev = this;\n\tthis.length = 0;\n};\n\nLinkedList.prototype.remove = function(value) {\n\tif($tw.utils.isArray(value)) {\n\t\tfor(var t=0; t<value.length; t++) {\n\t\t\t_removeOne(this,value[t]);\n\t\t}\n\t} else {\n\t\t_removeOne(this,value);\n\t}\n};\n\nLinkedList.prototype.push = function(/* values */) {\n\tfor(var i = 0; i < arguments.length; i++) {\n\t\tvar value = arguments[i];\n\t\tvar node = {value: value};\n\t\tvar preexistingNode = this.index[value];\n\t\t_linkToEnd(this,node);\n\t\tif(preexistingNode) {\n\t\t\t// We want to keep pointing to the first instance, but we want\n\t\t\t// to have that instance (or chain of instances) point to the\n\t\t\t// new one.\n\t\t\twhile (preexistingNode.copy) {\n\t\t\t\tpreexistingNode = preexistingNode.copy;\n\t\t\t}\n\t\t\tpreexistingNode.copy = node;\n\t\t} else {\n\t\t\tthis.index[value] = node;\n\t\t}\n\t}\n};\n\nLinkedList.prototype.pushTop = function(value) {\n\tif($tw.utils.isArray(value)) {\n\t\tfor(var t=0; t<value.length; t++) {\n\t\t\t_removeOne(this,value[t]);\n\t\t}\n\t\tthis.push.apply(this,value);\n\t} else {\n\t\tvar node = _removeOne(this,value);\n\t\tif(!node) {\n\t\t\tnode = {value: value};\n\t\t\tthis.index[value] = node;\n\t\t} else {\n\t\t\t// Put this node at the end of the copy chain.\n\t\t\tvar preexistingNode = node;\n\t\t\twhile(preexistingNode.copy) {\n\t\t\t\tpreexistingNode = preexistingNode.copy;\n\t\t\t}\n\t\t\t// The order of these three statements is important,\n\t\t\t// because sometimes preexistingNode == node.\n\t\t\tpreexistingNode.copy = node;\n\t\t\tthis.index[value] = node.copy;\n\t\t\tnode.copy = undefined;\n\t\t}\n\t\t_linkToEnd(this,node);\n\t}\n};\n\nLinkedList.prototype.each = function(callback) {\n\tfor(var ptr = this.next; ptr !== this; ptr = ptr.next) {\n\t\tcallback(ptr.value);\n\t}\n};\n\nLinkedList.prototype.toArray = function() {\n\tvar output = [];\n\tfor(var ptr = this.next; ptr !== this; ptr = ptr.next) {\n\t\toutput.push(ptr.value);\n\t}\n\treturn output;\n};\n\nfunction _removeOne(list,value) {\n\tvar node = list.index[value];\n\tif(node) {\n\t\tnode.prev.next = node.next;\n\t\tnode.next.prev = node.prev;\n\t\tlist.length -= 1;\n\t\t// Point index to the next instance of the same value, maybe nothing.\n\t\tlist.index[value] = node.copy;\n\t}\n\treturn node;\n};\n\nfunction _linkToEnd(list,node) {\n\t// Sticks the given node onto the end of the list.\n\tlist.prev.next = node;\n\tnode.prev = list.prev;\n\tlist.prev = node;\n\tnode.next = list;\n\tlist.length += 1;\n};\n\nexports.LinkedList = LinkedList;\n\n})();\n",
            "module-type": "utils",
            "type": "application/javascript"
        },
        "$:/core/modules/utils/logger.js": {
            "title": "$:/core/modules/utils/logger.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/logger.js\ntype: application/javascript\nmodule-type: utils\n\nA basic logging implementation\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar ALERT_TAG = \"$:/tags/Alert\";\n\n/*\nMake a new logger\n*/\nfunction Logger(componentName,options) {\n\toptions = options || {};\n\tthis.componentName = componentName || \"\";\n\tthis.colour = options.colour || \"white\";\n\tthis.enable = \"enable\" in options ? options.enable : true;\n\tthis.save = \"save\" in options ? options.save : true;\n\tthis.saveLimit = options.saveLimit || 100 * 1024;\n\tthis.saveBufferLogger = this;\n\tthis.buffer = \"\";\n\tthis.alertCount = 0;\n}\n\nLogger.prototype.setSaveBuffer = function(logger) {\n\tthis.saveBufferLogger = logger;\n};\n\n/*\nLog a message\n*/\nLogger.prototype.log = function(/* args */) {\n\tvar self = this;\n\tif(this.enable) {\n\t\tif(this.saveBufferLogger.save) {\n\t\t\tthis.saveBufferLogger.buffer += $tw.utils.formatDateString(new Date(),\"YYYY MM DD 0hh:0mm:0ss.0XXX\") + \":\";\n\t\t\t$tw.utils.each(Array.prototype.slice.call(arguments,0),function(arg,index) {\n\t\t\t\tself.saveBufferLogger.buffer += \" \" + arg;\n\t\t\t});\n\t\t\tthis.saveBufferLogger.buffer += \"\\n\";\n\t\t\tthis.saveBufferLogger.buffer = this.saveBufferLogger.buffer.slice(-this.saveBufferLogger.saveLimit);\t\t\t\n\t\t}\n\t\tif(console !== undefined && console.log !== undefined) {\n\t\t\treturn Function.apply.call(console.log, console, [$tw.utils.terminalColour(this.colour),this.componentName + \":\"].concat(Array.prototype.slice.call(arguments,0)).concat($tw.utils.terminalColour()));\n\t\t}\n\t} \n};\n\n/*\nRead the message buffer\n*/\nLogger.prototype.getBuffer = function() {\n\treturn this.saveBufferLogger.buffer;\n};\n\n/*\nLog a structure as a table\n*/\nLogger.prototype.table = function(value) {\n\t(console.table || console.log)(value);\n};\n\n/*\nAlert a message\n*/\nLogger.prototype.alert = function(/* args */) {\n\tif(this.enable) {\n\t\t// Prepare the text of the alert\n\t\tvar text = Array.prototype.join.call(arguments,\" \");\n\t\t// Create alert tiddlers in the browser\n\t\tif($tw.browser) {\n\t\t\t// Check if there is an existing alert with the same text and the same component\n\t\t\tvar existingAlerts = $tw.wiki.getTiddlersWithTag(ALERT_TAG),\n\t\t\t\talertFields,\n\t\t\t\texistingCount,\n\t\t\t\tself = this;\n\t\t\t$tw.utils.each(existingAlerts,function(title) {\n\t\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\t\tif(tiddler.fields.text === text && tiddler.fields.component === self.componentName && tiddler.fields.modified && (!alertFields || tiddler.fields.modified < alertFields.modified)) {\n\t\t\t\t\t\talertFields = $tw.utils.extend({},tiddler.fields);\n\t\t\t\t}\n\t\t\t});\n\t\t\tif(alertFields) {\n\t\t\t\texistingCount = alertFields.count || 1;\n\t\t\t} else {\n\t\t\t\talertFields = {\n\t\t\t\t\ttitle: $tw.wiki.generateNewTitle(\"$:/temp/alerts/alert\",{prefix: \"\"}),\n\t\t\t\t\ttext: text,\n\t\t\t\t\ttags: [ALERT_TAG],\n\t\t\t\t\tcomponent: this.componentName\n\t\t\t\t};\n\t\t\t\texistingCount = 0;\n\t\t\t\tthis.alertCount += 1;\n\t\t\t}\n\t\t\talertFields.modified = new Date();\n\t\t\tif(++existingCount > 1) {\n\t\t\t\talertFields.count = existingCount;\n\t\t\t} else {\n\t\t\t\talertFields.count = undefined;\n\t\t\t}\n\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(alertFields));\n\t\t\t// Log the alert as well\n\t\t\tthis.log.apply(this,Array.prototype.slice.call(arguments,0));\n\t\t} else {\n\t\t\t// Print an orange message to the console if not in the browser\n\t\t\tconsole.error(\"\\x1b[1;33m\" + text + \"\\x1b[0m\");\n\t\t}\t\t\n\t}\n};\n\n/*\nClear outstanding alerts\n*/\nLogger.prototype.clearAlerts = function() {\n\tvar self = this;\n\tif($tw.browser && this.alertCount > 0) {\n\t\t$tw.utils.each($tw.wiki.getTiddlersWithTag(ALERT_TAG),function(title) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(title);\n\t\t\tif(tiddler.fields.component === self.componentName) {\n\t\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t\t}\n\t\t});\n\t\tthis.alertCount = 0;\n\t}\n};\n\nexports.Logger = Logger;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/parsetree.js": {
            "title": "$:/core/modules/utils/parsetree.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/parsetree.js\ntype: application/javascript\nmodule-type: utils\n\nParse tree utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.addAttributeToParseTreeNode = function(node,name,value) {\n\tnode.attributes = node.attributes || {};\n\tnode.attributes[name] = {type: \"string\", value: value};\n};\n\nexports.getAttributeValueFromParseTreeNode = function(node,name,defaultValue) {\n\tif(node.attributes && node.attributes[name] && node.attributes[name].value !== undefined) {\n\t\treturn node.attributes[name].value;\n\t}\n\treturn defaultValue;\n};\n\nexports.addClassToParseTreeNode = function(node,classString) {\n\tvar classes = [];\n\tnode.attributes = node.attributes || {};\n\tnode.attributes[\"class\"] = node.attributes[\"class\"] || {type: \"string\", value: \"\"};\n\tif(node.attributes[\"class\"].type === \"string\") {\n\t\tif(node.attributes[\"class\"].value !== \"\") {\n\t\t\tclasses = node.attributes[\"class\"].value.split(\" \");\n\t\t}\n\t\tif(classString !== \"\") {\n\t\t\t$tw.utils.pushTop(classes,classString.split(\" \"));\n\t\t}\n\t\tnode.attributes[\"class\"].value = classes.join(\" \");\n\t}\n};\n\nexports.addStyleToParseTreeNode = function(node,name,value) {\n\t\tnode.attributes = node.attributes || {};\n\t\tnode.attributes.style = node.attributes.style || {type: \"string\", value: \"\"};\n\t\tif(node.attributes.style.type === \"string\") {\n\t\t\tnode.attributes.style.value += name + \":\" + value + \";\";\n\t\t}\n};\n\nexports.findParseTreeNode = function(nodeArray,search) {\n\tfor(var t=0; t<nodeArray.length; t++) {\n\t\tif(nodeArray[t].type === search.type && nodeArray[t].tag === search.tag) {\n\t\t\treturn nodeArray[t];\n\t\t}\n\t}\n\treturn undefined;\n};\n\n/*\nHelper to get the text of a parse tree node or array of nodes\n*/\nexports.getParseTreeText = function getParseTreeText(tree) {\n\tvar output = [];\n\tif($tw.utils.isArray(tree)) {\n\t\t$tw.utils.each(tree,function(node) {\n\t\t\toutput.push(getParseTreeText(node));\n\t\t});\n\t} else {\n\t\tif(tree.type === \"text\") {\n\t\t\toutput.push(tree.text);\n\t\t}\n\t\tif(tree.children) {\n\t\t\treturn getParseTreeText(tree.children);\n\t\t}\n\t}\n\treturn output.join(\"\");\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/performance.js": {
            "title": "$:/core/modules/utils/performance.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/performance.js\ntype: application/javascript\nmodule-type: global\n\nPerformance measurement.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nfunction Performance(enabled) {\n\tthis.enabled = !!enabled;\n\tthis.measures = {}; // Hashmap by measurement name of {time:, invocations:}\n\tthis.logger = new $tw.utils.Logger(\"performance\");\n\tthis.showGreeting();\n}\n\nPerformance.prototype.showGreeting = function() {\n\tif($tw.browser) {\n\t\tthis.logger.log(\"Execute $tw.perf.log(); to see filter execution timings\");\t\t\n\t}\n};\n\n/*\nWrap performance reporting around a top level function\n*/\nPerformance.prototype.report = function(name,fn) {\n\tvar self = this;\n\tif(this.enabled) {\n\t\treturn function() {\n\t\t\tvar startTime = $tw.utils.timer(),\n\t\t\t\tresult = fn.apply(this,arguments);\n\t\t\tself.logger.log(name + \": \" + $tw.utils.timer(startTime).toFixed(2) + \"ms\");\n\t\t\treturn result;\n\t\t};\n\t} else {\n\t\treturn fn;\n\t}\n};\n\nPerformance.prototype.log = function() {\n\tvar self = this,\n\t\ttotalTime = 0,\n\t\torderedMeasures = Object.keys(this.measures).sort(function(a,b) {\n\t\t\tif(self.measures[a].time > self.measures[b].time) {\n\t\t\t\treturn -1;\n\t\t\t} else if (self.measures[a].time < self.measures[b].time) {\n\t\t\t\treturn + 1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t});\n\t$tw.utils.each(orderedMeasures,function(name) {\n\t\ttotalTime += self.measures[name].time;\n\t});\n\tvar results = []\n\t$tw.utils.each(orderedMeasures,function(name) {\n\t\tvar measure = self.measures[name];\n\t\tresults.push({name: name,invocations: measure.invocations, avgTime: measure.time / measure.invocations, totalTime: measure.time, percentTime: (measure.time / totalTime) * 100})\n\t});\n\tself.logger.table(results);\n};\n\n/*\nWrap performance measurements around a subfunction\n*/\nPerformance.prototype.measure = function(name,fn) {\n\tvar self = this;\n\tif(this.enabled) {\n\t\treturn function() {\n\t\t\tvar startTime = $tw.utils.timer(),\n\t\t\t\tresult = fn.apply(this,arguments);\n\t\t\tif(!(name in self.measures)) {\n\t\t\t\tself.measures[name] = {time: 0, invocations: 0};\n\t\t\t}\n\t\t\tself.measures[name].time += $tw.utils.timer(startTime);\n\t\t\tself.measures[name].invocations++;\n\t\t\treturn result;\n\t\t};\n\t} else {\n\t\treturn fn;\n\t}\n};\n\nexports.Performance = Performance;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "global"
        },
        "$:/core/modules/utils/pluginmaker.js": {
            "title": "$:/core/modules/utils/pluginmaker.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/pluginmaker.js\ntype: application/javascript\nmodule-type: utils\n\nA quick and dirty way to pack up plugins within the browser.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRepack a plugin, and then delete any non-shadow payload tiddlers\n*/\nexports.repackPlugin = function(title,additionalTiddlers,excludeTiddlers) {\n\tadditionalTiddlers = additionalTiddlers || [];\n\texcludeTiddlers = excludeTiddlers || [];\n\t// Get the plugin tiddler\n\tvar pluginTiddler = $tw.wiki.getTiddler(title);\n\tif(!pluginTiddler) {\n\t\tthrow \"No such tiddler as \" + title;\n\t}\n\t// Extract the JSON\n\tvar jsonPluginTiddler;\n\ttry {\n\t\tjsonPluginTiddler = JSON.parse(pluginTiddler.fields.text);\n\t} catch(e) {\n\t\tthrow \"Cannot parse plugin tiddler \" + title + \"\\n\" + $tw.language.getString(\"Error/Caption\") + \": \" + e;\n\t}\n\t// Get the list of tiddlers\n\tvar tiddlers = Object.keys(jsonPluginTiddler.tiddlers);\n\t// Add the additional tiddlers\n\t$tw.utils.pushTop(tiddlers,additionalTiddlers);\n\t// Remove any excluded tiddlers\n\tfor(var t=tiddlers.length-1; t>=0; t--) {\n\t\tif(excludeTiddlers.indexOf(tiddlers[t]) !== -1) {\n\t\t\ttiddlers.splice(t,1);\n\t\t}\n\t}\n\t// Pack up the tiddlers into a block of JSON\n\tvar plugins = {};\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = $tw.wiki.getTiddler(title),\n\t\t\tfields = {};\n\t\t$tw.utils.each(tiddler.fields,function (value,name) {\n\t\t\tfields[name] = tiddler.getFieldString(name);\n\t\t});\n\t\tplugins[title] = fields;\n\t});\n\t// Retrieve and bump the version number\n\tvar pluginVersion = $tw.utils.parseVersion(pluginTiddler.getFieldString(\"version\") || \"0.0.0\") || {\n\t\t\tmajor: \"0\",\n\t\t\tminor: \"0\",\n\t\t\tpatch: \"0\"\n\t\t};\n\tpluginVersion.patch++;\n\tvar version = pluginVersion.major + \".\" + pluginVersion.minor + \".\" + pluginVersion.patch;\n\tif(pluginVersion.prerelease) {\n\t\tversion += \"-\" + pluginVersion.prerelease;\n\t}\n\tif(pluginVersion.build) {\n\t\tversion += \"+\" + pluginVersion.build;\n\t}\n\t// Save the tiddler\n\t$tw.wiki.addTiddler(new $tw.Tiddler(pluginTiddler,{text: JSON.stringify({tiddlers: plugins},null,4), version: version}));\n\t// Delete any non-shadow constituent tiddlers\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tif($tw.wiki.tiddlerExists(title)) {\n\t\t\t$tw.wiki.deleteTiddler(title);\n\t\t}\n\t});\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t// Return a heartwarming confirmation\n\treturn \"Plugin \" + title + \" successfully saved\";\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/transliterate.js": {
            "title": "$:/core/modules/utils/transliterate.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/transliterate.js\ntype: application/javascript\nmodule-type: utils\n\nTransliteration static utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nTransliterate string to ASCII\n\n(Some pairs taken from http://semplicewebsites.com/removing-accents-javascript)\n*/\nexports.transliterationPairs = {\n\t\"Á\":\"A\",\n\t\"Ă\":\"A\",\n\t\"Ắ\":\"A\",\n\t\"Ặ\":\"A\",\n\t\"Ằ\":\"A\",\n\t\"Ẳ\":\"A\",\n\t\"Ẵ\":\"A\",\n\t\"Ǎ\":\"A\",\n\t\"Â\":\"A\",\n\t\"Ấ\":\"A\",\n\t\"Ậ\":\"A\",\n\t\"Ầ\":\"A\",\n\t\"Ẩ\":\"A\",\n\t\"Ẫ\":\"A\",\n\t\"Ä\":\"A\",\n\t\"Ǟ\":\"A\",\n\t\"Ȧ\":\"A\",\n\t\"Ǡ\":\"A\",\n\t\"Ạ\":\"A\",\n\t\"Ȁ\":\"A\",\n\t\"À\":\"A\",\n\t\"Ả\":\"A\",\n\t\"Ȃ\":\"A\",\n\t\"Ā\":\"A\",\n\t\"Ą\":\"A\",\n\t\"Å\":\"A\",\n\t\"Ǻ\":\"A\",\n\t\"Ḁ\":\"A\",\n\t\"Ⱥ\":\"A\",\n\t\"Ã\":\"A\",\n\t\"Ꜳ\":\"AA\",\n\t\"Æ\":\"AE\",\n\t\"Ǽ\":\"AE\",\n\t\"Ǣ\":\"AE\",\n\t\"Ꜵ\":\"AO\",\n\t\"Ꜷ\":\"AU\",\n\t\"Ꜹ\":\"AV\",\n\t\"Ꜻ\":\"AV\",\n\t\"Ꜽ\":\"AY\",\n\t\"Ḃ\":\"B\",\n\t\"Ḅ\":\"B\",\n\t\"Ɓ\":\"B\",\n\t\"Ḇ\":\"B\",\n\t\"Ƀ\":\"B\",\n\t\"Ƃ\":\"B\",\n\t\"Ć\":\"C\",\n\t\"Č\":\"C\",\n\t\"Ç\":\"C\",\n\t\"Ḉ\":\"C\",\n\t\"Ĉ\":\"C\",\n\t\"Ċ\":\"C\",\n\t\"Ƈ\":\"C\",\n\t\"Ȼ\":\"C\",\n\t\"Ď\":\"D\",\n\t\"Ḑ\":\"D\",\n\t\"Ḓ\":\"D\",\n\t\"Ḋ\":\"D\",\n\t\"Ḍ\":\"D\",\n\t\"Ɗ\":\"D\",\n\t\"Ḏ\":\"D\",\n\t\"Dz\":\"D\",\n\t\"Dž\":\"D\",\n\t\"Đ\":\"D\",\n\t\"Ƌ\":\"D\",\n\t\"DZ\":\"DZ\",\n\t\"DŽ\":\"DZ\",\n\t\"É\":\"E\",\n\t\"Ĕ\":\"E\",\n\t\"Ě\":\"E\",\n\t\"Ȩ\":\"E\",\n\t\"Ḝ\":\"E\",\n\t\"Ê\":\"E\",\n\t\"Ế\":\"E\",\n\t\"Ệ\":\"E\",\n\t\"Ề\":\"E\",\n\t\"Ể\":\"E\",\n\t\"Ễ\":\"E\",\n\t\"Ḙ\":\"E\",\n\t\"Ë\":\"E\",\n\t\"Ė\":\"E\",\n\t\"Ẹ\":\"E\",\n\t\"Ȅ\":\"E\",\n\t\"È\":\"E\",\n\t\"Ẻ\":\"E\",\n\t\"Ȇ\":\"E\",\n\t\"Ē\":\"E\",\n\t\"Ḗ\":\"E\",\n\t\"Ḕ\":\"E\",\n\t\"Ę\":\"E\",\n\t\"Ɇ\":\"E\",\n\t\"Ẽ\":\"E\",\n\t\"Ḛ\":\"E\",\n\t\"Ꝫ\":\"ET\",\n\t\"Ḟ\":\"F\",\n\t\"Ƒ\":\"F\",\n\t\"Ǵ\":\"G\",\n\t\"Ğ\":\"G\",\n\t\"Ǧ\":\"G\",\n\t\"Ģ\":\"G\",\n\t\"Ĝ\":\"G\",\n\t\"Ġ\":\"G\",\n\t\"Ɠ\":\"G\",\n\t\"Ḡ\":\"G\",\n\t\"Ǥ\":\"G\",\n\t\"Ḫ\":\"H\",\n\t\"Ȟ\":\"H\",\n\t\"Ḩ\":\"H\",\n\t\"Ĥ\":\"H\",\n\t\"Ⱨ\":\"H\",\n\t\"Ḧ\":\"H\",\n\t\"Ḣ\":\"H\",\n\t\"Ḥ\":\"H\",\n\t\"Ħ\":\"H\",\n\t\"Í\":\"I\",\n\t\"Ĭ\":\"I\",\n\t\"Ǐ\":\"I\",\n\t\"Î\":\"I\",\n\t\"Ï\":\"I\",\n\t\"Ḯ\":\"I\",\n\t\"İ\":\"I\",\n\t\"Ị\":\"I\",\n\t\"Ȉ\":\"I\",\n\t\"Ì\":\"I\",\n\t\"Ỉ\":\"I\",\n\t\"Ȋ\":\"I\",\n\t\"Ī\":\"I\",\n\t\"Į\":\"I\",\n\t\"Ɨ\":\"I\",\n\t\"Ĩ\":\"I\",\n\t\"Ḭ\":\"I\",\n\t\"Ꝺ\":\"D\",\n\t\"Ꝼ\":\"F\",\n\t\"Ᵹ\":\"G\",\n\t\"Ꞃ\":\"R\",\n\t\"Ꞅ\":\"S\",\n\t\"Ꞇ\":\"T\",\n\t\"Ꝭ\":\"IS\",\n\t\"Ĵ\":\"J\",\n\t\"Ɉ\":\"J\",\n\t\"Ḱ\":\"K\",\n\t\"Ǩ\":\"K\",\n\t\"Ķ\":\"K\",\n\t\"Ⱪ\":\"K\",\n\t\"Ꝃ\":\"K\",\n\t\"Ḳ\":\"K\",\n\t\"Ƙ\":\"K\",\n\t\"Ḵ\":\"K\",\n\t\"Ꝁ\":\"K\",\n\t\"Ꝅ\":\"K\",\n\t\"Ĺ\":\"L\",\n\t\"Ƚ\":\"L\",\n\t\"Ľ\":\"L\",\n\t\"Ļ\":\"L\",\n\t\"Ḽ\":\"L\",\n\t\"Ḷ\":\"L\",\n\t\"Ḹ\":\"L\",\n\t\"Ⱡ\":\"L\",\n\t\"Ꝉ\":\"L\",\n\t\"Ḻ\":\"L\",\n\t\"Ŀ\":\"L\",\n\t\"Ɫ\":\"L\",\n\t\"Lj\":\"L\",\n\t\"Ł\":\"L\",\n\t\"LJ\":\"LJ\",\n\t\"Ḿ\":\"M\",\n\t\"Ṁ\":\"M\",\n\t\"Ṃ\":\"M\",\n\t\"Ɱ\":\"M\",\n\t\"Ń\":\"N\",\n\t\"Ň\":\"N\",\n\t\"Ņ\":\"N\",\n\t\"Ṋ\":\"N\",\n\t\"Ṅ\":\"N\",\n\t\"Ṇ\":\"N\",\n\t\"Ǹ\":\"N\",\n\t\"Ɲ\":\"N\",\n\t\"Ṉ\":\"N\",\n\t\"Ƞ\":\"N\",\n\t\"Nj\":\"N\",\n\t\"Ñ\":\"N\",\n\t\"NJ\":\"NJ\",\n\t\"Ó\":\"O\",\n\t\"Ŏ\":\"O\",\n\t\"Ǒ\":\"O\",\n\t\"Ô\":\"O\",\n\t\"Ố\":\"O\",\n\t\"Ộ\":\"O\",\n\t\"Ồ\":\"O\",\n\t\"Ổ\":\"O\",\n\t\"Ỗ\":\"O\",\n\t\"Ö\":\"O\",\n\t\"Ȫ\":\"O\",\n\t\"Ȯ\":\"O\",\n\t\"Ȱ\":\"O\",\n\t\"Ọ\":\"O\",\n\t\"Ő\":\"O\",\n\t\"Ȍ\":\"O\",\n\t\"Ò\":\"O\",\n\t\"Ỏ\":\"O\",\n\t\"Ơ\":\"O\",\n\t\"Ớ\":\"O\",\n\t\"Ợ\":\"O\",\n\t\"Ờ\":\"O\",\n\t\"Ở\":\"O\",\n\t\"Ỡ\":\"O\",\n\t\"Ȏ\":\"O\",\n\t\"Ꝋ\":\"O\",\n\t\"Ꝍ\":\"O\",\n\t\"Ō\":\"O\",\n\t\"Ṓ\":\"O\",\n\t\"Ṑ\":\"O\",\n\t\"Ɵ\":\"O\",\n\t\"Ǫ\":\"O\",\n\t\"Ǭ\":\"O\",\n\t\"Ø\":\"O\",\n\t\"Ǿ\":\"O\",\n\t\"Õ\":\"O\",\n\t\"Ṍ\":\"O\",\n\t\"Ṏ\":\"O\",\n\t\"Ȭ\":\"O\",\n\t\"Ƣ\":\"OI\",\n\t\"Ꝏ\":\"OO\",\n\t\"Ɛ\":\"E\",\n\t\"Ɔ\":\"O\",\n\t\"Ȣ\":\"OU\",\n\t\"Ṕ\":\"P\",\n\t\"Ṗ\":\"P\",\n\t\"Ꝓ\":\"P\",\n\t\"Ƥ\":\"P\",\n\t\"Ꝕ\":\"P\",\n\t\"Ᵽ\":\"P\",\n\t\"Ꝑ\":\"P\",\n\t\"Ꝙ\":\"Q\",\n\t\"Ꝗ\":\"Q\",\n\t\"Ŕ\":\"R\",\n\t\"Ř\":\"R\",\n\t\"Ŗ\":\"R\",\n\t\"Ṙ\":\"R\",\n\t\"Ṛ\":\"R\",\n\t\"Ṝ\":\"R\",\n\t\"Ȑ\":\"R\",\n\t\"Ȓ\":\"R\",\n\t\"Ṟ\":\"R\",\n\t\"Ɍ\":\"R\",\n\t\"Ɽ\":\"R\",\n\t\"Ꜿ\":\"C\",\n\t\"Ǝ\":\"E\",\n\t\"Ś\":\"S\",\n\t\"Ṥ\":\"S\",\n\t\"Š\":\"S\",\n\t\"Ṧ\":\"S\",\n\t\"Ş\":\"S\",\n\t\"Ŝ\":\"S\",\n\t\"Ș\":\"S\",\n\t\"Ṡ\":\"S\",\n\t\"Ṣ\":\"S\",\n\t\"Ṩ\":\"S\",\n\t\"Ť\":\"T\",\n\t\"Ţ\":\"T\",\n\t\"Ṱ\":\"T\",\n\t\"Ț\":\"T\",\n\t\"Ⱦ\":\"T\",\n\t\"Ṫ\":\"T\",\n\t\"Ṭ\":\"T\",\n\t\"Ƭ\":\"T\",\n\t\"Ṯ\":\"T\",\n\t\"Ʈ\":\"T\",\n\t\"Ŧ\":\"T\",\n\t\"Ɐ\":\"A\",\n\t\"Ꞁ\":\"L\",\n\t\"Ɯ\":\"M\",\n\t\"Ʌ\":\"V\",\n\t\"Ꜩ\":\"TZ\",\n\t\"Ú\":\"U\",\n\t\"Ŭ\":\"U\",\n\t\"Ǔ\":\"U\",\n\t\"Û\":\"U\",\n\t\"Ṷ\":\"U\",\n\t\"Ü\":\"U\",\n\t\"Ǘ\":\"U\",\n\t\"Ǚ\":\"U\",\n\t\"Ǜ\":\"U\",\n\t\"Ǖ\":\"U\",\n\t\"Ṳ\":\"U\",\n\t\"Ụ\":\"U\",\n\t\"Ű\":\"U\",\n\t\"Ȕ\":\"U\",\n\t\"Ù\":\"U\",\n\t\"Ủ\":\"U\",\n\t\"Ư\":\"U\",\n\t\"Ứ\":\"U\",\n\t\"Ự\":\"U\",\n\t\"Ừ\":\"U\",\n\t\"Ử\":\"U\",\n\t\"Ữ\":\"U\",\n\t\"Ȗ\":\"U\",\n\t\"Ū\":\"U\",\n\t\"Ṻ\":\"U\",\n\t\"Ų\":\"U\",\n\t\"Ů\":\"U\",\n\t\"Ũ\":\"U\",\n\t\"Ṹ\":\"U\",\n\t\"Ṵ\":\"U\",\n\t\"Ꝟ\":\"V\",\n\t\"Ṿ\":\"V\",\n\t\"Ʋ\":\"V\",\n\t\"Ṽ\":\"V\",\n\t\"Ꝡ\":\"VY\",\n\t\"Ẃ\":\"W\",\n\t\"Ŵ\":\"W\",\n\t\"Ẅ\":\"W\",\n\t\"Ẇ\":\"W\",\n\t\"Ẉ\":\"W\",\n\t\"Ẁ\":\"W\",\n\t\"Ⱳ\":\"W\",\n\t\"Ẍ\":\"X\",\n\t\"Ẋ\":\"X\",\n\t\"Ý\":\"Y\",\n\t\"Ŷ\":\"Y\",\n\t\"Ÿ\":\"Y\",\n\t\"Ẏ\":\"Y\",\n\t\"Ỵ\":\"Y\",\n\t\"Ỳ\":\"Y\",\n\t\"Ƴ\":\"Y\",\n\t\"Ỷ\":\"Y\",\n\t\"Ỿ\":\"Y\",\n\t\"Ȳ\":\"Y\",\n\t\"Ɏ\":\"Y\",\n\t\"Ỹ\":\"Y\",\n\t\"Ź\":\"Z\",\n\t\"Ž\":\"Z\",\n\t\"Ẑ\":\"Z\",\n\t\"Ⱬ\":\"Z\",\n\t\"Ż\":\"Z\",\n\t\"Ẓ\":\"Z\",\n\t\"Ȥ\":\"Z\",\n\t\"Ẕ\":\"Z\",\n\t\"Ƶ\":\"Z\",\n\t\"IJ\":\"IJ\",\n\t\"Œ\":\"OE\",\n\t\"ᴀ\":\"A\",\n\t\"ᴁ\":\"AE\",\n\t\"ʙ\":\"B\",\n\t\"ᴃ\":\"B\",\n\t\"ᴄ\":\"C\",\n\t\"ᴅ\":\"D\",\n\t\"ᴇ\":\"E\",\n\t\"ꜰ\":\"F\",\n\t\"ɢ\":\"G\",\n\t\"ʛ\":\"G\",\n\t\"ʜ\":\"H\",\n\t\"ɪ\":\"I\",\n\t\"ʁ\":\"R\",\n\t\"ᴊ\":\"J\",\n\t\"ᴋ\":\"K\",\n\t\"ʟ\":\"L\",\n\t\"ᴌ\":\"L\",\n\t\"ᴍ\":\"M\",\n\t\"ɴ\":\"N\",\n\t\"ᴏ\":\"O\",\n\t\"ɶ\":\"OE\",\n\t\"ᴐ\":\"O\",\n\t\"ᴕ\":\"OU\",\n\t\"ᴘ\":\"P\",\n\t\"ʀ\":\"R\",\n\t\"ᴎ\":\"N\",\n\t\"ᴙ\":\"R\",\n\t\"ꜱ\":\"S\",\n\t\"ᴛ\":\"T\",\n\t\"ⱻ\":\"E\",\n\t\"ᴚ\":\"R\",\n\t\"ᴜ\":\"U\",\n\t\"ᴠ\":\"V\",\n\t\"ᴡ\":\"W\",\n\t\"ʏ\":\"Y\",\n\t\"ᴢ\":\"Z\",\n\t\"á\":\"a\",\n\t\"ă\":\"a\",\n\t\"ắ\":\"a\",\n\t\"ặ\":\"a\",\n\t\"ằ\":\"a\",\n\t\"ẳ\":\"a\",\n\t\"ẵ\":\"a\",\n\t\"ǎ\":\"a\",\n\t\"â\":\"a\",\n\t\"ấ\":\"a\",\n\t\"ậ\":\"a\",\n\t\"ầ\":\"a\",\n\t\"ẩ\":\"a\",\n\t\"ẫ\":\"a\",\n\t\"ä\":\"a\",\n\t\"ǟ\":\"a\",\n\t\"ȧ\":\"a\",\n\t\"ǡ\":\"a\",\n\t\"ạ\":\"a\",\n\t\"ȁ\":\"a\",\n\t\"à\":\"a\",\n\t\"ả\":\"a\",\n\t\"ȃ\":\"a\",\n\t\"ā\":\"a\",\n\t\"ą\":\"a\",\n\t\"ᶏ\":\"a\",\n\t\"ẚ\":\"a\",\n\t\"å\":\"a\",\n\t\"ǻ\":\"a\",\n\t\"ḁ\":\"a\",\n\t\"ⱥ\":\"a\",\n\t\"ã\":\"a\",\n\t\"ꜳ\":\"aa\",\n\t\"æ\":\"ae\",\n\t\"ǽ\":\"ae\",\n\t\"ǣ\":\"ae\",\n\t\"ꜵ\":\"ao\",\n\t\"ꜷ\":\"au\",\n\t\"ꜹ\":\"av\",\n\t\"ꜻ\":\"av\",\n\t\"ꜽ\":\"ay\",\n\t\"ḃ\":\"b\",\n\t\"ḅ\":\"b\",\n\t\"ɓ\":\"b\",\n\t\"ḇ\":\"b\",\n\t\"ᵬ\":\"b\",\n\t\"ᶀ\":\"b\",\n\t\"ƀ\":\"b\",\n\t\"ƃ\":\"b\",\n\t\"ɵ\":\"o\",\n\t\"ć\":\"c\",\n\t\"č\":\"c\",\n\t\"ç\":\"c\",\n\t\"ḉ\":\"c\",\n\t\"ĉ\":\"c\",\n\t\"ɕ\":\"c\",\n\t\"ċ\":\"c\",\n\t\"ƈ\":\"c\",\n\t\"ȼ\":\"c\",\n\t\"ď\":\"d\",\n\t\"ḑ\":\"d\",\n\t\"ḓ\":\"d\",\n\t\"ȡ\":\"d\",\n\t\"ḋ\":\"d\",\n\t\"ḍ\":\"d\",\n\t\"ɗ\":\"d\",\n\t\"ᶑ\":\"d\",\n\t\"ḏ\":\"d\",\n\t\"ᵭ\":\"d\",\n\t\"ᶁ\":\"d\",\n\t\"đ\":\"d\",\n\t\"ɖ\":\"d\",\n\t\"ƌ\":\"d\",\n\t\"ı\":\"i\",\n\t\"ȷ\":\"j\",\n\t\"ɟ\":\"j\",\n\t\"ʄ\":\"j\",\n\t\"dz\":\"dz\",\n\t\"dž\":\"dz\",\n\t\"é\":\"e\",\n\t\"ĕ\":\"e\",\n\t\"ě\":\"e\",\n\t\"ȩ\":\"e\",\n\t\"ḝ\":\"e\",\n\t\"ê\":\"e\",\n\t\"ế\":\"e\",\n\t\"ệ\":\"e\",\n\t\"ề\":\"e\",\n\t\"ể\":\"e\",\n\t\"ễ\":\"e\",\n\t\"ḙ\":\"e\",\n\t\"ë\":\"e\",\n\t\"ė\":\"e\",\n\t\"ẹ\":\"e\",\n\t\"ȅ\":\"e\",\n\t\"è\":\"e\",\n\t\"ẻ\":\"e\",\n\t\"ȇ\":\"e\",\n\t\"ē\":\"e\",\n\t\"ḗ\":\"e\",\n\t\"ḕ\":\"e\",\n\t\"ⱸ\":\"e\",\n\t\"ę\":\"e\",\n\t\"ᶒ\":\"e\",\n\t\"ɇ\":\"e\",\n\t\"ẽ\":\"e\",\n\t\"ḛ\":\"e\",\n\t\"ꝫ\":\"et\",\n\t\"ḟ\":\"f\",\n\t\"ƒ\":\"f\",\n\t\"ᵮ\":\"f\",\n\t\"ᶂ\":\"f\",\n\t\"ǵ\":\"g\",\n\t\"ğ\":\"g\",\n\t\"ǧ\":\"g\",\n\t\"ģ\":\"g\",\n\t\"ĝ\":\"g\",\n\t\"ġ\":\"g\",\n\t\"ɠ\":\"g\",\n\t\"ḡ\":\"g\",\n\t\"ᶃ\":\"g\",\n\t\"ǥ\":\"g\",\n\t\"ḫ\":\"h\",\n\t\"ȟ\":\"h\",\n\t\"ḩ\":\"h\",\n\t\"ĥ\":\"h\",\n\t\"ⱨ\":\"h\",\n\t\"ḧ\":\"h\",\n\t\"ḣ\":\"h\",\n\t\"ḥ\":\"h\",\n\t\"ɦ\":\"h\",\n\t\"ẖ\":\"h\",\n\t\"ħ\":\"h\",\n\t\"ƕ\":\"hv\",\n\t\"í\":\"i\",\n\t\"ĭ\":\"i\",\n\t\"ǐ\":\"i\",\n\t\"î\":\"i\",\n\t\"ï\":\"i\",\n\t\"ḯ\":\"i\",\n\t\"ị\":\"i\",\n\t\"ȉ\":\"i\",\n\t\"ì\":\"i\",\n\t\"ỉ\":\"i\",\n\t\"ȋ\":\"i\",\n\t\"ī\":\"i\",\n\t\"į\":\"i\",\n\t\"ᶖ\":\"i\",\n\t\"ɨ\":\"i\",\n\t\"ĩ\":\"i\",\n\t\"ḭ\":\"i\",\n\t\"ꝺ\":\"d\",\n\t\"ꝼ\":\"f\",\n\t\"ᵹ\":\"g\",\n\t\"ꞃ\":\"r\",\n\t\"ꞅ\":\"s\",\n\t\"ꞇ\":\"t\",\n\t\"ꝭ\":\"is\",\n\t\"ǰ\":\"j\",\n\t\"ĵ\":\"j\",\n\t\"ʝ\":\"j\",\n\t\"ɉ\":\"j\",\n\t\"ḱ\":\"k\",\n\t\"ǩ\":\"k\",\n\t\"ķ\":\"k\",\n\t\"ⱪ\":\"k\",\n\t\"ꝃ\":\"k\",\n\t\"ḳ\":\"k\",\n\t\"ƙ\":\"k\",\n\t\"ḵ\":\"k\",\n\t\"ᶄ\":\"k\",\n\t\"ꝁ\":\"k\",\n\t\"ꝅ\":\"k\",\n\t\"ĺ\":\"l\",\n\t\"ƚ\":\"l\",\n\t\"ɬ\":\"l\",\n\t\"ľ\":\"l\",\n\t\"ļ\":\"l\",\n\t\"ḽ\":\"l\",\n\t\"ȴ\":\"l\",\n\t\"ḷ\":\"l\",\n\t\"ḹ\":\"l\",\n\t\"ⱡ\":\"l\",\n\t\"ꝉ\":\"l\",\n\t\"ḻ\":\"l\",\n\t\"ŀ\":\"l\",\n\t\"ɫ\":\"l\",\n\t\"ᶅ\":\"l\",\n\t\"ɭ\":\"l\",\n\t\"ł\":\"l\",\n\t\"lj\":\"lj\",\n\t\"ſ\":\"s\",\n\t\"ẜ\":\"s\",\n\t\"ẛ\":\"s\",\n\t\"ẝ\":\"s\",\n\t\"ḿ\":\"m\",\n\t\"ṁ\":\"m\",\n\t\"ṃ\":\"m\",\n\t\"ɱ\":\"m\",\n\t\"ᵯ\":\"m\",\n\t\"ᶆ\":\"m\",\n\t\"ń\":\"n\",\n\t\"ň\":\"n\",\n\t\"ņ\":\"n\",\n\t\"ṋ\":\"n\",\n\t\"ȵ\":\"n\",\n\t\"ṅ\":\"n\",\n\t\"ṇ\":\"n\",\n\t\"ǹ\":\"n\",\n\t\"ɲ\":\"n\",\n\t\"ṉ\":\"n\",\n\t\"ƞ\":\"n\",\n\t\"ᵰ\":\"n\",\n\t\"ᶇ\":\"n\",\n\t\"ɳ\":\"n\",\n\t\"ñ\":\"n\",\n\t\"nj\":\"nj\",\n\t\"ó\":\"o\",\n\t\"ŏ\":\"o\",\n\t\"ǒ\":\"o\",\n\t\"ô\":\"o\",\n\t\"ố\":\"o\",\n\t\"ộ\":\"o\",\n\t\"ồ\":\"o\",\n\t\"ổ\":\"o\",\n\t\"ỗ\":\"o\",\n\t\"ö\":\"o\",\n\t\"ȫ\":\"o\",\n\t\"ȯ\":\"o\",\n\t\"ȱ\":\"o\",\n\t\"ọ\":\"o\",\n\t\"ő\":\"o\",\n\t\"ȍ\":\"o\",\n\t\"ò\":\"o\",\n\t\"ỏ\":\"o\",\n\t\"ơ\":\"o\",\n\t\"ớ\":\"o\",\n\t\"ợ\":\"o\",\n\t\"ờ\":\"o\",\n\t\"ở\":\"o\",\n\t\"ỡ\":\"o\",\n\t\"ȏ\":\"o\",\n\t\"ꝋ\":\"o\",\n\t\"ꝍ\":\"o\",\n\t\"ⱺ\":\"o\",\n\t\"ō\":\"o\",\n\t\"ṓ\":\"o\",\n\t\"ṑ\":\"o\",\n\t\"ǫ\":\"o\",\n\t\"ǭ\":\"o\",\n\t\"ø\":\"o\",\n\t\"ǿ\":\"o\",\n\t\"õ\":\"o\",\n\t\"ṍ\":\"o\",\n\t\"ṏ\":\"o\",\n\t\"ȭ\":\"o\",\n\t\"ƣ\":\"oi\",\n\t\"ꝏ\":\"oo\",\n\t\"ɛ\":\"e\",\n\t\"ᶓ\":\"e\",\n\t\"ɔ\":\"o\",\n\t\"ᶗ\":\"o\",\n\t\"ȣ\":\"ou\",\n\t\"ṕ\":\"p\",\n\t\"ṗ\":\"p\",\n\t\"ꝓ\":\"p\",\n\t\"ƥ\":\"p\",\n\t\"ᵱ\":\"p\",\n\t\"ᶈ\":\"p\",\n\t\"ꝕ\":\"p\",\n\t\"ᵽ\":\"p\",\n\t\"ꝑ\":\"p\",\n\t\"ꝙ\":\"q\",\n\t\"ʠ\":\"q\",\n\t\"ɋ\":\"q\",\n\t\"ꝗ\":\"q\",\n\t\"ŕ\":\"r\",\n\t\"ř\":\"r\",\n\t\"ŗ\":\"r\",\n\t\"ṙ\":\"r\",\n\t\"ṛ\":\"r\",\n\t\"ṝ\":\"r\",\n\t\"ȑ\":\"r\",\n\t\"ɾ\":\"r\",\n\t\"ᵳ\":\"r\",\n\t\"ȓ\":\"r\",\n\t\"ṟ\":\"r\",\n\t\"ɼ\":\"r\",\n\t\"ᵲ\":\"r\",\n\t\"ᶉ\":\"r\",\n\t\"ɍ\":\"r\",\n\t\"ɽ\":\"r\",\n\t\"ↄ\":\"c\",\n\t\"ꜿ\":\"c\",\n\t\"ɘ\":\"e\",\n\t\"ɿ\":\"r\",\n\t\"ś\":\"s\",\n\t\"ṥ\":\"s\",\n\t\"š\":\"s\",\n\t\"ṧ\":\"s\",\n\t\"ş\":\"s\",\n\t\"ŝ\":\"s\",\n\t\"ș\":\"s\",\n\t\"ṡ\":\"s\",\n\t\"ṣ\":\"s\",\n\t\"ṩ\":\"s\",\n\t\"ʂ\":\"s\",\n\t\"ᵴ\":\"s\",\n\t\"ᶊ\":\"s\",\n\t\"ȿ\":\"s\",\n\t\"ɡ\":\"g\",\n\t\"ᴑ\":\"o\",\n\t\"ᴓ\":\"o\",\n\t\"ᴝ\":\"u\",\n\t\"ť\":\"t\",\n\t\"ţ\":\"t\",\n\t\"ṱ\":\"t\",\n\t\"ț\":\"t\",\n\t\"ȶ\":\"t\",\n\t\"ẗ\":\"t\",\n\t\"ⱦ\":\"t\",\n\t\"ṫ\":\"t\",\n\t\"ṭ\":\"t\",\n\t\"ƭ\":\"t\",\n\t\"ṯ\":\"t\",\n\t\"ᵵ\":\"t\",\n\t\"ƫ\":\"t\",\n\t\"ʈ\":\"t\",\n\t\"ŧ\":\"t\",\n\t\"ᵺ\":\"th\",\n\t\"ɐ\":\"a\",\n\t\"ᴂ\":\"ae\",\n\t\"ǝ\":\"e\",\n\t\"ᵷ\":\"g\",\n\t\"ɥ\":\"h\",\n\t\"ʮ\":\"h\",\n\t\"ʯ\":\"h\",\n\t\"ᴉ\":\"i\",\n\t\"ʞ\":\"k\",\n\t\"ꞁ\":\"l\",\n\t\"ɯ\":\"m\",\n\t\"ɰ\":\"m\",\n\t\"ᴔ\":\"oe\",\n\t\"ɹ\":\"r\",\n\t\"ɻ\":\"r\",\n\t\"ɺ\":\"r\",\n\t\"ⱹ\":\"r\",\n\t\"ʇ\":\"t\",\n\t\"ʌ\":\"v\",\n\t\"ʍ\":\"w\",\n\t\"ʎ\":\"y\",\n\t\"ꜩ\":\"tz\",\n\t\"ú\":\"u\",\n\t\"ŭ\":\"u\",\n\t\"ǔ\":\"u\",\n\t\"û\":\"u\",\n\t\"ṷ\":\"u\",\n\t\"ü\":\"u\",\n\t\"ǘ\":\"u\",\n\t\"ǚ\":\"u\",\n\t\"ǜ\":\"u\",\n\t\"ǖ\":\"u\",\n\t\"ṳ\":\"u\",\n\t\"ụ\":\"u\",\n\t\"ű\":\"u\",\n\t\"ȕ\":\"u\",\n\t\"ù\":\"u\",\n\t\"ủ\":\"u\",\n\t\"ư\":\"u\",\n\t\"ứ\":\"u\",\n\t\"ự\":\"u\",\n\t\"ừ\":\"u\",\n\t\"ử\":\"u\",\n\t\"ữ\":\"u\",\n\t\"ȗ\":\"u\",\n\t\"ū\":\"u\",\n\t\"ṻ\":\"u\",\n\t\"ų\":\"u\",\n\t\"ᶙ\":\"u\",\n\t\"ů\":\"u\",\n\t\"ũ\":\"u\",\n\t\"ṹ\":\"u\",\n\t\"ṵ\":\"u\",\n\t\"ᵫ\":\"ue\",\n\t\"ꝸ\":\"um\",\n\t\"ⱴ\":\"v\",\n\t\"ꝟ\":\"v\",\n\t\"ṿ\":\"v\",\n\t\"ʋ\":\"v\",\n\t\"ᶌ\":\"v\",\n\t\"ⱱ\":\"v\",\n\t\"ṽ\":\"v\",\n\t\"ꝡ\":\"vy\",\n\t\"ẃ\":\"w\",\n\t\"ŵ\":\"w\",\n\t\"ẅ\":\"w\",\n\t\"ẇ\":\"w\",\n\t\"ẉ\":\"w\",\n\t\"ẁ\":\"w\",\n\t\"ⱳ\":\"w\",\n\t\"ẘ\":\"w\",\n\t\"ẍ\":\"x\",\n\t\"ẋ\":\"x\",\n\t\"ᶍ\":\"x\",\n\t\"ý\":\"y\",\n\t\"ŷ\":\"y\",\n\t\"ÿ\":\"y\",\n\t\"ẏ\":\"y\",\n\t\"ỵ\":\"y\",\n\t\"ỳ\":\"y\",\n\t\"ƴ\":\"y\",\n\t\"ỷ\":\"y\",\n\t\"ỿ\":\"y\",\n\t\"ȳ\":\"y\",\n\t\"ẙ\":\"y\",\n\t\"ɏ\":\"y\",\n\t\"ỹ\":\"y\",\n\t\"ź\":\"z\",\n\t\"ž\":\"z\",\n\t\"ẑ\":\"z\",\n\t\"ʑ\":\"z\",\n\t\"ⱬ\":\"z\",\n\t\"ż\":\"z\",\n\t\"ẓ\":\"z\",\n\t\"ȥ\":\"z\",\n\t\"ẕ\":\"z\",\n\t\"ᵶ\":\"z\",\n\t\"ᶎ\":\"z\",\n\t\"ʐ\":\"z\",\n\t\"ƶ\":\"z\",\n\t\"ɀ\":\"z\",\n\t\"ff\":\"ff\",\n\t\"ffi\":\"ffi\",\n\t\"ffl\":\"ffl\",\n\t\"fi\":\"fi\",\n\t\"fl\":\"fl\",\n\t\"ij\":\"ij\",\n\t\"œ\":\"oe\",\n\t\"st\":\"st\",\n\t\"ₐ\":\"a\",\n\t\"ₑ\":\"e\",\n\t\"ᵢ\":\"i\",\n\t\"ⱼ\":\"j\",\n\t\"ₒ\":\"o\",\n\t\"ᵣ\":\"r\",\n\t\"ᵤ\":\"u\",\n\t\"ᵥ\":\"v\",\n\t\"ₓ\":\"x\",\n\t\"Ё\":\"YO\",\n\t\"Й\":\"I\",\n\t\"Ц\":\"TS\",\n\t\"У\":\"U\",\n\t\"К\":\"K\",\n\t\"Е\":\"E\",\n\t\"Н\":\"N\",\n\t\"Г\":\"G\",\n\t\"Ш\":\"SH\",\n\t\"Щ\":\"SCH\",\n\t\"З\":\"Z\",\n\t\"Х\":\"H\",\n\t\"Ъ\":\"'\",\n\t\"ё\":\"yo\",\n\t\"й\":\"i\",\n\t\"ц\":\"ts\",\n\t\"у\":\"u\",\n\t\"к\":\"k\",\n\t\"е\":\"e\",\n\t\"н\":\"n\",\n\t\"г\":\"g\",\n\t\"ш\":\"sh\",\n\t\"щ\":\"sch\",\n\t\"з\":\"z\",\n\t\"х\":\"h\",\n\t\"ъ\":\"'\",\n\t\"Ф\":\"F\",\n\t\"Ы\":\"I\",\n\t\"В\":\"V\",\n\t\"А\":\"a\",\n\t\"П\":\"P\",\n\t\"Р\":\"R\",\n\t\"О\":\"O\",\n\t\"Л\":\"L\",\n\t\"Д\":\"D\",\n\t\"Ж\":\"ZH\",\n\t\"Э\":\"E\",\n\t\"ф\":\"f\",\n\t\"ы\":\"i\",\n\t\"в\":\"v\",\n\t\"а\":\"a\",\n\t\"п\":\"p\",\n\t\"р\":\"r\",\n\t\"о\":\"o\",\n\t\"л\":\"l\",\n\t\"д\":\"d\",\n\t\"ж\":\"zh\",\n\t\"э\":\"e\",\n\t\"Я\":\"Ya\",\n\t\"Ч\":\"CH\",\n\t\"С\":\"S\",\n\t\"М\":\"M\",\n\t\"И\":\"I\",\n\t\"Т\":\"T\",\n\t\"Ь\":\"'\",\n\t\"Б\":\"B\",\n\t\"Ю\":\"YU\",\n\t\"я\":\"ya\",\n\t\"ч\":\"ch\",\n\t\"с\":\"s\",\n\t\"м\":\"m\",\n\t\"и\":\"i\",\n\t\"т\":\"t\",\n\t\"ь\":\"'\",\n\t\"б\":\"b\",\n\t\"ю\":\"yu\"\n};\n\nexports.transliterate = function(str) {\n\treturn str.replace(/[^A-Za-z0-9\\[\\] ]/g,function(ch) {\n\t\treturn exports.transliterationPairs[ch] || ch\n\t});\n};\n\nexports.transliterateToSafeASCII = function(str) {\n\treturn str.replace(/[^\\x00-\\x7F]/g,function(ch) {\n\t\treturn exports.transliterationPairs[ch] || \"\"\n\t});\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/utils/utils.js": {
            "title": "$:/core/modules/utils/utils.js",
            "text": "/*\\\ntitle: $:/core/modules/utils/utils.js\ntype: application/javascript\nmodule-type: utils\n\nVarious static utility functions.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar base64utf8 = require(\"$:/core/modules/utils/base64-utf8/base64-utf8.module.js\");\n\n/*\nDisplay a message, in colour if we're on a terminal\n*/\nexports.log = function(text,colour) {\n\tconsole.log($tw.node ? exports.terminalColour(colour) + text + exports.terminalColour() : text);\n};\n\nexports.terminalColour = function(colour) {\n\tif(!$tw.browser && $tw.node && process.stdout.isTTY) {\n\t\tif(colour) {\n\t\t\tvar code = exports.terminalColourLookup[colour];\n\t\t\tif(code) {\n\t\t\t\treturn \"\\x1b[\" + code + \"m\";\n\t\t\t}\n\t\t} else {\n\t\t\treturn \"\\x1b[0m\"; // Cancel colour\n\t\t}\n\t}\n\treturn \"\";\n};\n\nexports.terminalColourLookup = {\n\t\"black\": \"0;30\",\n\t\"red\": \"0;31\",\n\t\"green\": \"0;32\",\n\t\"brown/orange\": \"0;33\",\n\t\"blue\": \"0;34\",\n\t\"purple\": \"0;35\",\n\t\"cyan\": \"0;36\",\n\t\"light gray\": \"0;37\"\n};\n\n/*\nDisplay a warning, in colour if we're on a terminal\n*/\nexports.warning = function(text) {\n\texports.log(text,\"brown/orange\");\n};\n\n/*\nLog a table of name: value pairs\n*/\nexports.logTable = function(data) {\n\tif(console.table) {\n\t\tconsole.table(data);\n\t} else {\n\t\t$tw.utils.each(data,function(value,name) {\n\t\t\tconsole.log(name + \": \" + value);\n\t\t});\n\t}\n}\n\n/*\nReturn the integer represented by the str (string).\nReturn the dflt (default) parameter if str is not a base-10 number.\n*/\nexports.getInt = function(str,deflt) {\n\tvar i = parseInt(str,10);\n\treturn isNaN(i) ? deflt : i;\n}\n\n/*\nRepeatedly replaces a substring within a string. Like String.prototype.replace, but without any of the default special handling of $ sequences in the replace string\n*/\nexports.replaceString = function(text,search,replace) {\n\treturn text.replace(search,function() {\n\t\treturn replace;\n\t});\n};\n\n/*\nRepeats a string\n*/\nexports.repeat = function(str,count) {\n\tvar result = \"\";\n\tfor(var t=0;t<count;t++) {\n\t\tresult += str;\n\t}\n\treturn result;\n};\n\n/*\nTrim whitespace from the start and end of a string\nThanks to Steven Levithan, http://blog.stevenlevithan.com/archives/faster-trim-javascript\n*/\nexports.trim = function(str) {\n\tif(typeof str === \"string\") {\n\t\treturn str.replace(/^\\s\\s*/, '').replace(/\\s\\s*$/, '');\n\t} else {\n\t\treturn str;\n\t}\n};\n\nexports.trimPrefix = function(str,unwanted) {\n\tif(typeof str === \"string\" && typeof unwanted === \"string\") {\n\t\tif(unwanted === \"\") {\n\t\t\treturn str.replace(/^\\s\\s*/, '');\n\t\t} else {\n\t\t\t// Safely regexp-escape the unwanted text\n\t\t\tunwanted = unwanted.replace(/[\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n\t\t\tvar regex = new RegExp('^(' + unwanted + ')+');\n\t\t\treturn str.replace(regex, '');\n\t\t}\n\t} else {\n\t\treturn str;\n\t}\n};\n\nexports.trimSuffix = function(str,unwanted) {\n\tif(typeof str === \"string\" && typeof unwanted === \"string\") {\n\t\tif(unwanted === \"\") {\n\t\t\treturn str.replace(/\\s\\s*$/, '');\n\t\t} else {\n\t\t\t// Safely regexp-escape the unwanted text\n\t\t\tunwanted = unwanted.replace(/[\\\\^$*+?.()|[\\]{}]/g, '\\\\$&');\n\t\t\tvar regex = new RegExp('(' + unwanted + ')+$');\n\t\t\treturn str.replace(regex, '');\n\t\t}\n\t} else {\n\t\treturn str;\n\t}\n};\n\n/*\nConvert a string to sentence case (ie capitalise first letter)\n*/\nexports.toSentenceCase = function(str) {\n\treturn (str || \"\").replace(/^\\S/, function(c) {return c.toUpperCase();});\n}\n\n/*\nConvert a string to title case (ie capitalise each initial letter)\n*/\nexports.toTitleCase = function(str) {\n\treturn (str || \"\").replace(/(^|\\s)\\S/g, function(c) {return c.toUpperCase();});\n}\n\t\n/*\nFind the line break preceding a given position in a string\nReturns position immediately after that line break, or the start of the string\n*/\nexports.findPrecedingLineBreak = function(text,pos) {\n\tvar result = text.lastIndexOf(\"\\n\",pos - 1);\n\tif(result === -1) {\n\t\tresult = 0;\n\t} else {\n\t\tresult++;\n\t\tif(text.charAt(result) === \"\\r\") {\n\t\t\tresult++;\n\t\t}\n\t}\n\treturn result;\n};\n\n/*\nFind the line break following a given position in a string\n*/\nexports.findFollowingLineBreak = function(text,pos) {\n\t// Cut to just past the following line break, or to the end of the text\n\tvar result = text.indexOf(\"\\n\",pos);\n\tif(result === -1) {\n\t\tresult = text.length;\n\t} else {\n\t\tif(text.charAt(result) === \"\\r\") {\n\t\t\tresult++;\n\t\t}\n\t}\n\treturn result;\n};\n\n/*\nReturn the number of keys in an object\n*/\nexports.count = function(object) {\n\treturn Object.keys(object || {}).length;\n};\n\n/*\nDetermine whether an array-item is an object-property\n*/\nexports.hopArray = function(object,array) {\n\tfor(var i=0; i<array.length; i++) {\n\t\tif($tw.utils.hop(object,array[i])) {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/*\nRemove entries from an array\n\tarray: array to modify\n\tvalue: a single value to remove, or an array of values to remove\n*/\nexports.removeArrayEntries = function(array,value) {\n\tvar t,p;\n\tif($tw.utils.isArray(value)) {\n\t\tfor(t=0; t<value.length; t++) {\n\t\t\tp = array.indexOf(value[t]);\n\t\t\tif(p !== -1) {\n\t\t\t\tarray.splice(p,1);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tp = array.indexOf(value);\n\t\tif(p !== -1) {\n\t\t\tarray.splice(p,1);\n\t\t}\n\t}\n};\n\n/*\nCheck whether any members of a hashmap are present in another hashmap\n*/\nexports.checkDependencies = function(dependencies,changes) {\n\tvar hit = false;\n\t$tw.utils.each(changes,function(change,title) {\n\t\tif($tw.utils.hop(dependencies,title)) {\n\t\t\thit = true;\n\t\t}\n\t});\n\treturn hit;\n};\n\nexports.extend = function(object /* [, src] */) {\n\t$tw.utils.each(Array.prototype.slice.call(arguments, 1), function(source) {\n\t\tif(source) {\n\t\t\tfor(var property in source) {\n\t\t\t\tobject[property] = source[property];\n\t\t\t}\n\t\t}\n\t});\n\treturn object;\n};\n\nexports.deepCopy = function(object) {\n\tvar result,t;\n\tif($tw.utils.isArray(object)) {\n\t\t// Copy arrays\n\t\tresult = object.slice(0);\n\t} else if(typeof object === \"object\") {\n\t\tresult = {};\n\t\tfor(t in object) {\n\t\t\tif(object[t] !== undefined) {\n\t\t\t\tresult[t] = $tw.utils.deepCopy(object[t]);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tresult = object;\n\t}\n\treturn result;\n};\n\nexports.extendDeepCopy = function(object,extendedProperties) {\n\tvar result = $tw.utils.deepCopy(object),t;\n\tfor(t in extendedProperties) {\n\t\tif(extendedProperties[t] !== undefined) {\n\t\t\tresult[t] = $tw.utils.deepCopy(extendedProperties[t]);\n\t\t}\n\t}\n\treturn result;\n};\n\nexports.deepFreeze = function deepFreeze(object) {\n\tvar property, key;\n\tif(object) {\n\t\tObject.freeze(object);\n\t\tfor(key in object) {\n\t\t\tproperty = object[key];\n\t\t\tif($tw.utils.hop(object,key) && (typeof property === \"object\") && !Object.isFrozen(property)) {\n\t\t\t\tdeepFreeze(property);\n\t\t\t}\n\t\t}\n\t}\n};\n\nexports.slowInSlowOut = function(t) {\n\treturn (1 - ((Math.cos(t * Math.PI) + 1) / 2));\n};\n\nexports.formatDateString = function(date,template) {\n\tvar result = \"\",\n\t\tt = template,\n\t\tmatches = [\n\t\t\t[/^0hh12/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getHours12(date));\n\t\t\t}],\n\t\t\t[/^wYYYY/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getYearForWeekNo(date),4);\n\t\t\t}],\n\t\t\t[/^hh12/, function() {\n\t\t\t\treturn $tw.utils.getHours12(date);\n\t\t\t}],\n\t\t\t[/^DDth/, function() {\n\t\t\t\treturn date.getDate() + $tw.utils.getDaySuffix(date);\n\t\t\t}],\n\t\t\t[/^YYYY/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getFullYear(),4);\n\t\t\t}],\n\t\t\t[/^aYYYY/, function() {\n\t\t\t\treturn $tw.utils.pad(Math.abs(date.getFullYear()),4);\n\t\t\t}],\n\t\t\t[/^\\{era:([^,\\|}]*)\\|([^}\\|]*)\\|([^}]*)\\}/, function(match) {\n\t\t\t\tvar year = date.getFullYear();\n\t\t\t\treturn year === 0 ? match[2] : (year < 0 ? match[1] : match[3]);\n\t\t\t}],\n\t\t\t[/^0hh/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getHours());\n\t\t\t}],\n\t\t\t[/^0mm/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMinutes());\n\t\t\t}],\n\t\t\t[/^0ss/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getSeconds());\n\t\t\t}],\n\t\t\t[/^0XXX/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMilliseconds(),3);\n\t\t\t}],\n\t\t\t[/^0DD/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getDate());\n\t\t\t}],\n\t\t\t[/^0MM/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getMonth()+1);\n\t\t\t}],\n\t\t\t[/^0WW/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getWeek(date));\n\t\t\t}],\n\t\t\t[/^ddd/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Short/Day/\" + date.getDay());\n\t\t\t}],\n\t\t\t[/^mmm/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Short/Month/\" + (date.getMonth() + 1));\n\t\t\t}],\n\t\t\t[/^DDD/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Long/Day/\" + date.getDay());\n\t\t\t}],\n\t\t\t[/^MMM/, function() {\n\t\t\t\treturn $tw.language.getString(\"Date/Long/Month/\" + (date.getMonth() + 1));\n\t\t\t}],\n\t\t\t[/^TZD/, function() {\n\t\t\t\tvar tz = date.getTimezoneOffset(),\n\t\t\t\tatz = Math.abs(tz);\n\t\t\t\treturn (tz < 0 ? '+' : '-') + $tw.utils.pad(Math.floor(atz / 60)) + ':' + $tw.utils.pad(atz % 60);\n\t\t\t}],\n\t\t\t[/^wYY/, function() {\n\t\t\t\treturn $tw.utils.pad($tw.utils.getYearForWeekNo(date) - 2000);\n\t\t\t}],\n\t\t\t[/^[ap]m/, function() {\n\t\t\t\treturn $tw.utils.getAmPm(date).toLowerCase();\n\t\t\t}],\n\t\t\t[/^hh/, function() {\n\t\t\t\treturn date.getHours();\n\t\t\t}],\n\t\t\t[/^mm/, function() {\n\t\t\t\treturn date.getMinutes();\n\t\t\t}],\n\t\t\t[/^ss/, function() {\n\t\t\t\treturn date.getSeconds();\n\t\t\t}],\n\t\t\t[/^XXX/, function() {\n\t\t\t\treturn date.getMilliseconds();\n\t\t\t}],\n\t\t\t[/^[AP]M/, function() {\n\t\t\t\treturn $tw.utils.getAmPm(date).toUpperCase();\n\t\t\t}],\n\t\t\t[/^DD/, function() {\n\t\t\t\treturn date.getDate();\n\t\t\t}],\n\t\t\t[/^MM/, function() {\n\t\t\t\treturn date.getMonth() + 1;\n\t\t\t}],\n\t\t\t[/^WW/, function() {\n\t\t\t\treturn $tw.utils.getWeek(date);\n\t\t\t}],\n\t\t\t[/^YY/, function() {\n\t\t\t\treturn $tw.utils.pad(date.getFullYear() - 2000);\n\t\t\t}]\n\t\t];\n\t// If the user wants everything in UTC, shift the datestamp\n\t// Optimize for format string that essentially means\n\t// 'return raw UTC (tiddlywiki style) date string.'\n\tif(t.indexOf(\"[UTC]\") == 0 ) {\n\t\tif(t == \"[UTC]YYYY0MM0DD0hh0mm0ssXXX\")\n\t\t\treturn $tw.utils.stringifyDate(new Date());\n\t\tvar offset = date.getTimezoneOffset() ; // in minutes\n\t\tdate = new Date(date.getTime()+offset*60*1000) ;\n\t\tt = t.substr(5) ;\n\t}\n\twhile(t.length){\n\t\tvar matchString = \"\";\n\t\t$tw.utils.each(matches, function(m) {\n\t\t\tvar match = m[0].exec(t);\n\t\t\tif(match) {\n\t\t\t\tmatchString = m[1].call(null,match);\n\t\t\t\tt = t.substr(match[0].length);\n\t\t\t\treturn false;\n\t\t\t}\n\t\t});\n\t\tif(matchString) {\n\t\t\tresult += matchString;\n\t\t} else {\n\t\t\tresult += t.charAt(0);\n\t\t\tt = t.substr(1);\n\t\t}\n\t}\n\tresult = result.replace(/\\\\(.)/g,\"$1\");\n\treturn result;\n};\n\nexports.getAmPm = function(date) {\n\treturn $tw.language.getString(\"Date/Period/\" + (date.getHours() >= 12 ? \"pm\" : \"am\"));\n};\n\nexports.getDaySuffix = function(date) {\n\treturn $tw.language.getString(\"Date/DaySuffix/\" + date.getDate());\n};\n\nexports.getWeek = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week to calculate weekNo\n\tvar x = new Date(dt.getFullYear(),0,1);\n\tvar n = Math.floor((dt.getTime() - x.getTime()) / 86400000);\n\treturn Math.floor(n / 7) + 1;\n};\n\nexports.getYearForWeekNo = function(date) {\n\tvar dt = new Date(date.getTime());\n\tvar d = dt.getDay();\n\tif(d === 0) {\n\t\td = 7; // JavaScript Sun=0, ISO Sun=7\n\t}\n\tdt.setTime(dt.getTime() + (4 - d) * 86400000);// shift day to Thurs of same week\n\treturn dt.getFullYear();\n};\n\nexports.getHours12 = function(date) {\n\tvar h = date.getHours();\n\treturn h > 12 ? h-12 : ( h > 0 ? h : 12 );\n};\n\n/*\nConvert a date delta in milliseconds into a string representation of \"23 seconds ago\", \"27 minutes ago\" etc.\n\tdelta: delta in milliseconds\nReturns an object with these members:\n\tdescription: string describing the delta period\n\tupdatePeriod: time in millisecond until the string will be inaccurate\n*/\nexports.getRelativeDate = function(delta) {\n\tvar futurep = false;\n\tif(delta < 0) {\n\t\tdelta = -1 * delta;\n\t\tfuturep = true;\n\t}\n\tvar units = [\n\t\t{name: \"Years\",   duration:      365 * 24 * 60 * 60 * 1000},\n\t\t{name: \"Months\",  duration: (365/12) * 24 * 60 * 60 * 1000},\n\t\t{name: \"Days\",    duration:            24 * 60 * 60 * 1000},\n\t\t{name: \"Hours\",   duration:                 60 * 60 * 1000},\n\t\t{name: \"Minutes\", duration:                      60 * 1000},\n\t\t{name: \"Seconds\", duration:                           1000}\n\t];\n\tfor(var t=0; t<units.length; t++) {\n\t\tvar result = Math.floor(delta / units[t].duration);\n\t\tif(result >= 2) {\n\t\t\treturn {\n\t\t\t\tdelta: delta,\n\t\t\t\tdescription: $tw.language.getString(\n\t\t\t\t\t\"RelativeDate/\" + (futurep ? \"Future\" : \"Past\") + \"/\" + units[t].name,\n\t\t\t\t\t{variables:\n\t\t\t\t\t\t{period: result.toString()}\n\t\t\t\t\t}\n\t\t\t\t),\n\t\t\t\tupdatePeriod: units[t].duration\n\t\t\t};\n\t\t}\n\t}\n\treturn {\n\t\tdelta: delta,\n\t\tdescription: $tw.language.getString(\n\t\t\t\"RelativeDate/\" + (futurep ? \"Future\" : \"Past\") + \"/Second\",\n\t\t\t{variables:\n\t\t\t\t{period: \"1\"}\n\t\t\t}\n\t\t),\n\t\tupdatePeriod: 1000\n\t};\n};\n\n// Convert & to \"&amp;\", < to \"&lt;\", > to \"&gt;\", \" to \"&quot;\"\nexports.htmlEncode = function(s) {\n\tif(s) {\n\t\treturn s.toString().replace(/&/mg,\"&amp;\").replace(/</mg,\"&lt;\").replace(/>/mg,\"&gt;\").replace(/\\\"/mg,\"&quot;\");\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n// Converts all HTML entities to their character equivalents\nexports.entityDecode = function(s) {\n\tvar converter = String.fromCodePoint || String.fromCharCode,\n\t\te = s.substr(1,s.length-2), // Strip the & and the ;\n\t\tc;\n\tif(e.charAt(0) === \"#\") {\n\t\tif(e.charAt(1) === \"x\" || e.charAt(1) === \"X\") {\n\t\t\tc = parseInt(e.substr(2),16);\n\t\t} else {\n\t\t\tc = parseInt(e.substr(1),10);\n\t\t}\n\t\tif(isNaN(c)) {\n\t\t\treturn s;\n\t\t} else {\n\t\t\treturn converter(c);\n\t\t}\n\t} else {\n\t\tc = $tw.config.htmlEntities[e];\n\t\tif(c) {\n\t\t\treturn converter(c);\n\t\t} else {\n\t\t\treturn s; // Couldn't convert it as an entity, just return it raw\n\t\t}\n\t}\n};\n\nexports.unescapeLineBreaks = function(s) {\n\treturn s.replace(/\\\\n/mg,\"\\n\").replace(/\\\\b/mg,\" \").replace(/\\\\s/mg,\"\\\\\").replace(/\\r/mg,\"\");\n};\n\n/*\n * Returns an escape sequence for given character. Uses \\x for characters <=\n * 0xFF to save space, \\u for the rest.\n *\n * The code needs to be in sync with th code template in the compilation\n * function for \"action\" nodes.\n */\n// Copied from peg.js, thanks to David Majda\nexports.escape = function(ch) {\n\tvar charCode = ch.charCodeAt(0);\n\tif(charCode <= 0xFF) {\n\t\treturn '\\\\x' + $tw.utils.pad(charCode.toString(16).toUpperCase());\n\t} else {\n\t\treturn '\\\\u' + $tw.utils.pad(charCode.toString(16).toUpperCase(),4);\n\t}\n};\n\n// Turns a string into a legal JavaScript string\n// Copied from peg.js, thanks to David Majda\nexports.stringify = function(s, rawUnicode) {\n\t/*\n\t* ECMA-262, 5th ed., 7.8.4: All characters may appear literally in a string\n\t* literal except for the closing quote character, backslash, carriage return,\n\t* line separator, paragraph separator, and line feed. Any character may\n\t* appear in the form of an escape sequence.\n\t*\n\t* For portability, we also escape all non-ASCII characters.\n\t*/\n\tvar regex = rawUnicode ? /[\\x00-\\x1f]/g : /[\\x00-\\x1f\\x80-\\uFFFF]/g;\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\')            // backslash\n\t\t.replace(/\"/g, '\\\\\"')              // double quote character\n\t\t.replace(/'/g, \"\\\\'\")              // single quote character\n\t\t.replace(/\\r/g, '\\\\r')             // carriage return\n\t\t.replace(/\\n/g, '\\\\n')             // line feed\n\t\t.replace(regex, exports.escape);   // non-ASCII characters\n};\n\n// Turns a string into a legal JSON string\n// Derived from peg.js, thanks to David Majda\nexports.jsonStringify = function(s, rawUnicode) {\n\t// See http://www.json.org/\n\tvar regex = rawUnicode ? /[\\x00-\\x1f]/g : /[\\x00-\\x1f\\x80-\\uFFFF]/g;\n\treturn (s || \"\")\n\t\t.replace(/\\\\/g, '\\\\\\\\')            // backslash\n\t\t.replace(/\"/g, '\\\\\"')              // double quote character\n\t\t.replace(/\\r/g, '\\\\r')             // carriage return\n\t\t.replace(/\\n/g, '\\\\n')             // line feed\n\t\t.replace(/\\x08/g, '\\\\b')           // backspace\n\t\t.replace(/\\x0c/g, '\\\\f')           // formfeed\n\t\t.replace(/\\t/g, '\\\\t')             // tab\n\t\t.replace(regex,function(s) {\n\t\t\treturn '\\\\u' + $tw.utils.pad(s.charCodeAt(0).toString(16).toUpperCase(),4);\n\t\t}); // non-ASCII characters\n};\n\n/*\nEscape the RegExp special characters with a preceding backslash\n*/\nexports.escapeRegExp = function(s) {\n    return s.replace(/[\\-\\/\\\\\\^\\$\\*\\+\\?\\.\\(\\)\\|\\[\\]\\{\\}]/g, '\\\\$&');\n};\n\n// Checks whether a link target is external, i.e. not a tiddler title\nexports.isLinkExternal = function(to) {\n\tvar externalRegExp = /^(?:file|http|https|mailto|ftp|irc|news|data|skype):[^\\s<>{}\\[\\]`|\"\\\\^]+(?:\\/|\\b)/i;\n\treturn externalRegExp.test(to);\n};\n\nexports.nextTick = function(fn) {\n/*global window: false */\n\tif(typeof process === \"undefined\") {\n\t\t// Apparently it would be faster to use postMessage - http://dbaron.org/log/20100309-faster-timeouts\n\t\twindow.setTimeout(fn,4);\n\t} else {\n\t\tprocess.nextTick(fn);\n\t}\n};\n\n/*\nConvert a hyphenated CSS property name into a camel case one\n*/\nexports.unHyphenateCss = function(propName) {\n\treturn propName.replace(/-([a-z])/gi, function(match0,match1) {\n\t\treturn match1.toUpperCase();\n\t});\n};\n\n/*\nConvert a camelcase CSS property name into a dashed one (\"backgroundColor\" --> \"background-color\")\n*/\nexports.hyphenateCss = function(propName) {\n\treturn propName.replace(/([A-Z])/g, function(match0,match1) {\n\t\treturn \"-\" + match1.toLowerCase();\n\t});\n};\n\n/*\nParse a text reference of one of these forms:\n* title\n* !!field\n* title!!field\n* title##index\n* etc\nReturns an object with the following fields, all optional:\n* title: tiddler title\n* field: tiddler field name\n* index: JSON property index\n*/\nexports.parseTextReference = function(textRef) {\n\t// Separate out the title, field name and/or JSON indices\n\tvar reTextRef = /(?:(.*?)!!(.+))|(?:(.*?)##(.+))|(.*)/mg,\n\t\tmatch = reTextRef.exec(textRef),\n\t\tresult = {};\n\tif(match && reTextRef.lastIndex === textRef.length) {\n\t\t// Return the parts\n\t\tif(match[1]) {\n\t\t\tresult.title = match[1];\n\t\t}\n\t\tif(match[2]) {\n\t\t\tresult.field = match[2];\n\t\t}\n\t\tif(match[3]) {\n\t\t\tresult.title = match[3];\n\t\t}\n\t\tif(match[4]) {\n\t\t\tresult.index = match[4];\n\t\t}\n\t\tif(match[5]) {\n\t\t\tresult.title = match[5];\n\t\t}\n\t} else {\n\t\t// If we couldn't parse it\n\t\tresult.title = textRef\n\t}\n\treturn result;\n};\n\n/*\nChecks whether a string is a valid fieldname\n*/\nexports.isValidFieldName = function(name) {\n\tif(!name || typeof name !== \"string\") {\n\t\treturn false;\n\t}\n\tname = name.toLowerCase().trim();\n\tvar fieldValidatorRegEx = /^[a-z0-9\\-\\._]+$/mg;\n\treturn fieldValidatorRegEx.test(name);\n};\n\n/*\nExtract the version number from the meta tag or from the boot file\n*/\n\n// Browser version\nexports.extractVersionInfo = function() {\n\tif($tw.packageInfo) {\n\t\treturn $tw.packageInfo.version;\n\t} else {\n\t\tvar metatags = document.getElementsByTagName(\"meta\");\n\t\tfor(var t=0; t<metatags.length; t++) {\n\t\t\tvar m = metatags[t];\n\t\t\tif(m.name === \"tiddlywiki-version\") {\n\t\t\t\treturn m.content;\n\t\t\t}\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nGet the animation duration in ms\n*/\nexports.getAnimationDuration = function() {\n\treturn parseInt($tw.wiki.getTiddlerText(\"$:/config/AnimationDuration\",\"400\"),10) || 0;\n};\n\n/*\nHash a string to a number\nDerived from http://stackoverflow.com/a/15710692\n*/\nexports.hashString = function(str) {\n\treturn str.split(\"\").reduce(function(a,b) {\n\t\ta = ((a << 5) - a) + b.charCodeAt(0);\n\t\treturn a & a;\n\t},0);\n};\n\n/*\nDecode a base64 string\n*/\nexports.base64Decode = function(string64) {\n\treturn base64utf8.base64.decode.call(base64utf8,string64);\n};\n\n/*\nEncode a string to base64\n*/\nexports.base64Encode = function(string64) {\n\treturn base64utf8.base64.encode.call(base64utf8,string64);\n};\n\n/*\nConvert a hashmap into a tiddler dictionary format sequence of name:value pairs\n*/\nexports.makeTiddlerDictionary = function(data) {\n\tvar output = [];\n\tfor(var name in data) {\n\t\toutput.push(name + \": \" + data[name]);\n\t}\n\treturn output.join(\"\\n\");\n};\n\n/*\nHigh resolution microsecond timer for profiling\n*/\nexports.timer = function(base) {\n\tvar m;\n\tif($tw.node) {\n\t\tvar r = process.hrtime();\n\t\tm =  r[0] * 1e3 + (r[1] / 1e6);\n\t} else if(window.performance) {\n\t\tm = performance.now();\n\t} else {\n\t\tm = Date.now();\n\t}\n\tif(typeof base !== \"undefined\") {\n\t\tm = m - base;\n\t}\n\treturn m;\n};\n\n/*\nConvert text and content type to a data URI\n*/\nexports.makeDataUri = function(text,type,_canonical_uri) {\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar typeInfo = $tw.config.contentTypeInfo[type] || $tw.config.contentTypeInfo[\"text/plain\"],\n\t\tisBase64 = typeInfo.encoding === \"base64\",\n\t\tparts = [];\n\tif(_canonical_uri) {\n\t\tparts.push(_canonical_uri);\n\t} else {\n\t\tparts.push(\"data:\");\n\t\tparts.push(type);\n\t\tparts.push(isBase64 ? \";base64\" : \"\");\n\t\tparts.push(\",\");\n\t\tparts.push(isBase64 ? text : encodeURIComponent(text));\t\t\n\t}\n\treturn parts.join(\"\");\n};\n\n/*\nUseful for finding out the fully escaped CSS selector equivalent to a given tag. For example:\n\n$tw.utils.tagToCssSelector(\"$:/tags/Stylesheet\") --> tc-tagged-\\%24\\%3A\\%2Ftags\\%2FStylesheet\n*/\nexports.tagToCssSelector = function(tagName) {\n\treturn \"tc-tagged-\" + encodeURIComponent(tagName).replace(/[!\"#$%&'()*+,\\-./:;<=>?@[\\\\\\]^`{\\|}~,]/mg,function(c) {\n\t\treturn \"\\\\\" + c;\n\t});\n};\n\n/*\nIE does not have sign function\n*/\nexports.sign = Math.sign || function(x) {\n\tx = +x; // convert to a number\n\tif (x === 0 || isNaN(x)) {\n\t\treturn x;\n\t}\n\treturn x > 0 ? 1 : -1;\n};\n\n/*\nIE does not have an endsWith function\n*/\nexports.strEndsWith = function(str,ending,position) {\n\tif(str.endsWith) {\n\t\treturn str.endsWith(ending,position);\n\t} else {\n\t\tif (typeof position !== 'number' || !isFinite(position) || Math.floor(position) !== position || position > str.length) {\n\t\t\tposition = str.length;\n\t\t}\n\t\tposition -= ending.length;\n\t\tvar lastIndex = str.indexOf(ending, position);\n\t\treturn lastIndex !== -1 && lastIndex === position;\n\t}\n};\n\n/*\nReturn system information useful for debugging\n*/\nexports.getSystemInfo = function(str,ending,position) {\n\tvar results = [],\n\t\tsave = function(desc,value) {\n\t\t\tresults.push(desc + \": \" + value);\n\t\t};\n\tif($tw.browser) {\n\t\tsave(\"User Agent\",navigator.userAgent);\n\t\tsave(\"Online Status\",window.navigator.onLine);\n\t}\n\tif($tw.node) {\n\t\tsave(\"Node Version\",process.version);\n\t}\n\treturn results.join(\"\\n\");\n};\n\nexports.parseNumber = function(str) {\n\treturn parseFloat(str) || 0;\n};\n\nexports.parseInt = function(str) {\n\treturn parseInt(str,10) || 0;\n};\n\nexports.stringifyNumber = function(num) {\n\treturn num + \"\";\n};\n\nexports.makeCompareFunction = function(type,options) {\n\toptions = options || {};\n\tvar gt = options.invert ? -1 : +1,\n\t\tlt = options.invert ? +1 : -1,\n\t\tcompare = function(a,b) {\n\t\t\tif(a > b) {\n\t\t\t\treturn gt ;\n\t\t\t} else if(a < b) {\n\t\t\t\treturn lt;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t},\n\t\ttypes = {\n\t\t\t\"number\": function(a,b) {\n\t\t\t\treturn compare($tw.utils.parseNumber(a),$tw.utils.parseNumber(b));\n\t\t\t},\n\t\t\t\"integer\": function(a,b) {\n\t\t\t\treturn compare($tw.utils.parseInt(a),$tw.utils.parseInt(b));\n\t\t\t},\n\t\t\t\"string\": function(a,b) {\n\t\t\t\treturn compare(\"\" + a,\"\" +b);\n\t\t\t},\n\t\t\t\"date\": function(a,b) {\n\t\t\t\tvar dateA = $tw.utils.parseDate(a),\n\t\t\t\t\tdateB = $tw.utils.parseDate(b);\n\t\t\t\tif(!isFinite(dateA)) {\n\t\t\t\t\tdateA = new Date(0);\n\t\t\t\t}\n\t\t\t\tif(!isFinite(dateB)) {\n\t\t\t\t\tdateB = new Date(0);\n\t\t\t\t}\n\t\t\t\treturn compare(dateA,dateB);\n\t\t\t},\n\t\t\t\"version\": function(a,b) {\n\t\t\t\treturn $tw.utils.compareVersions(a,b);\n\t\t\t}\n\t\t};\n\treturn (types[type] || types[options.defaultType] || types.number);\n};\n\n})();\n",
            "type": "application/javascript",
            "module-type": "utils"
        },
        "$:/core/modules/widgets/action-confirm.js": {
            "title": "$:/core/modules/widgets/action-confirm.js",
            "text": "/*\\\n\ntitle: $:/core/modules/widgets/action-confirm.js\ntype: application/javascript\nmodule-type: widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ConfirmWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nConfirmWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nConfirmWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.parentDomNode = parent;\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nConfirmWidget.prototype.execute = function() {\n\tthis.message = this.getAttribute(\"$message\",$tw.language.getString(\"ConfirmAction\"));\n\tthis.prompt = (this.getAttribute(\"$prompt\",\"yes\") == \"no\" ? false : true);\n\tthis.makeChildWidgets();\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nConfirmWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$message\"] || changedAttributes[\"$prompt\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nConfirmWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar invokeActions = true,\n\t\thandled = true;\n\tif(this.prompt) {\n\t\tinvokeActions = confirm(this.message);\n\t}\n\tif(invokeActions) {\n\t\thandled = this.invokeActions(triggeringWidget,event);\n\t}\n\treturn handled;\n};\n\nConfirmWidget.prototype.allowActionPropagation = function() {\n\treturn false;\n};\n\nexports[\"action-confirm\"] = ConfirmWidget;\n\n})();",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-createtiddler.js": {
            "title": "$:/core/modules/widgets/action-createtiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-createtiddler.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to create a new tiddler with a unique name and specified fields.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw:false, require:false, exports:false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CreateTiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCreateTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCreateTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nCreateTiddlerWidget.prototype.execute = function() {\n\tthis.actionBaseTitle = this.getAttribute(\"$basetitle\");\n\tthis.hasBase = !!this.actionBaseTitle;\n\tthis.actionSaveTitle = this.getAttribute(\"$savetitle\");\n\tthis.actionSaveDraftTitle = this.getAttribute(\"$savedrafttitle\");\n\tthis.actionTimestamp = this.getAttribute(\"$timestamp\",\"yes\") === \"yes\";\n\t//Following params are new since 5.1.22\n\tthis.actionTemplate = this.getAttribute(\"$template\");\n\tthis.useTemplate = !!this.actionTemplate;\n\tthis.actionOverwrite = this.getAttribute(\"$overwrite\",\"no\");\n\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nCreateTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nCreateTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar title = this.wiki.getTiddlerText(\"$:/language/DefaultNewTiddlerTitle\"), // Get the initial new-tiddler title\n\t\tfields = {},\n\t\tcreationFields,\n\t\tmodificationFields;\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tfields[name] = attribute;\n\t\t}\n\t});\n\tif(this.actionTimestamp) {\n\t\tcreationFields = this.wiki.getCreationFields();\n\t\tmodificationFields = this.wiki.getModificationFields();\n\t}\n\tif(this.hasBase && this.actionOverwrite === \"no\") {\n\t\ttitle = this.wiki.generateNewTitle(this.actionBaseTitle);\n\t} else if (this.hasBase && this.actionOverwrite === \"yes\") {\n\t\ttitle = this.actionBaseTitle\n\t}\n\t// NO $basetitle BUT $template parameter is available\n\t// the title MUST be unique, otherwise the template would be overwritten\n\tif (!this.hasBase && this.useTemplate) {\n\t\ttitle = this.wiki.generateNewTitle(this.actionTemplate);\n\t} else if (!this.hasBase && !this.useTemplate) {\n\t\t// If NO $basetitle AND NO $template use initial title\n\t\t// DON'T overwrite any stuff\n\t\ttitle = this.wiki.generateNewTitle(title);\n\t}\n\tvar templateTiddler = this.wiki.getTiddler(this.actionTemplate) || {};\n\tvar tiddler = this.wiki.addTiddler(new $tw.Tiddler(templateTiddler.fields,creationFields,fields,modificationFields,{title: title}));\n\tif(this.actionSaveTitle) {\n\t\tthis.wiki.setTextReference(this.actionSaveTitle,title,this.getVariable(\"currentTiddler\"));\n\t}\n\tif(this.actionSaveDraftTitle) {\n\t\tthis.wiki.setTextReference(this.actionSaveDraftTitle,this.wiki.generateDraftTitle(title),this.getVariable(\"currentTiddler\"));\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-createtiddler\"] = CreateTiddlerWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-deletefield.js": {
            "title": "$:/core/modules/widgets/action-deletefield.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-deletefield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to delete fields of a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DeleteFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDeleteFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDeleteFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nDeleteFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nDeleteFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nDeleteFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this,\n\t\ttiddler = this.wiki.getTiddler(self.actionTiddler),\n\t\tremoveFields = {},\n\t\thasChanged = false;\n\tif(this.actionField && tiddler) {\n\t\tremoveFields[this.actionField] = undefined;\n\t\tif(this.actionField in tiddler.fields) {\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\tif(tiddler) {\n\t\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\t\tif(name.charAt(0) !== \"$\" && name !== \"title\") {\n\t\t\t\tremoveFields[name] = undefined;\n\t\t\t\thasChanged = true;\n\t\t\t}\n\t\t});\n\t\tif(hasChanged) {\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,removeFields,this.wiki.getModificationFields()));\t\t\t\n\t\t}\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-deletefield\"] = DeleteFieldWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-deletetiddler.js": {
            "title": "$:/core/modules/widgets/action-deletetiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-deletetiddler.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to delete a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DeleteTiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDeleteTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDeleteTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nDeleteTiddlerWidget.prototype.execute = function() {\n\tthis.actionFilter = this.getAttribute(\"$filter\");\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nDeleteTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$filter\"] || changedAttributes[\"$tiddler\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nDeleteTiddlerWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar tiddlers = [];\n\tif(this.actionFilter) {\n\t\ttiddlers = this.wiki.filterTiddlers(this.actionFilter,this);\n\t}\n\tif(this.actionTiddler) {\n\t\ttiddlers.push(this.actionTiddler);\n\t}\n\tfor(var t=0; t<tiddlers.length; t++) {\n\t\tthis.wiki.deleteTiddler(tiddlers[t]);\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-deletetiddler\"] = DeleteTiddlerWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-listops.js": {
            "title": "$:/core/modules/widgets/action-listops.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-listops.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to apply list operations to any tiddler field (defaults to the 'list' field of the current tiddler)\n\n\\*/\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar ActionListopsWidget = function(parseTreeNode, options) {\n\tthis.initialise(parseTreeNode, options);\n};\n/**\n * Inherit from the base widget class\n */\nActionListopsWidget.prototype = new Widget();\n/**\n * Render this widget into the DOM\n */\nActionListopsWidget.prototype.render = function(parent, nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n/**\n * Compute the internal state of the widget\n */\nActionListopsWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.target = this.getAttribute(\"$tiddler\", this.getVariable(\n\t\t\"currentTiddler\"));\n\tthis.filter = this.getAttribute(\"$filter\");\n\tthis.subfilter = this.getAttribute(\"$subfilter\");\n\tthis.listField = this.getAttribute(\"$field\", \"list\");\n\tthis.listIndex = this.getAttribute(\"$index\");\n\tthis.filtertags = this.getAttribute(\"$tags\");\n};\n/**\n * \tRefresh the widget by ensuring our attributes are up to date\n */\nActionListopsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.$tiddler || changedAttributes.$filter ||\n\t\tchangedAttributes.$subfilter || changedAttributes.$field ||\n\t\tchangedAttributes.$index || changedAttributes.$tags) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n/**\n * \tInvoke the action associated with this widget\n */\nActionListopsWidget.prototype.invokeAction = function(triggeringWidget,\n\tevent) {\n\t//Apply the specified filters to the lists\n\tvar field = this.listField,\n\t\tindex,\n\t\ttype = \"!!\",\n\t\tlist = this.listField;\n\tif(this.listIndex) {\n\t\tfield = undefined;\n\t\tindex = this.listIndex;\n\t\ttype = \"##\";\n\t\tlist = this.listIndex;\n\t}\n\tif(this.filter) {\n\t\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(\n\t\t\tthis.wiki\n\t\t\t.filterTiddlers(this.filter, this)));\n\t}\n\tif(this.subfilter) {\n\t\tvar subfilter = \"[list[\" + this.target + type + list + \"]] \" + this.subfilter;\n\t\tthis.wiki.setText(this.target, field, index, $tw.utils.stringifyList(\n\t\t\tthis.wiki\n\t\t\t.filterTiddlers(subfilter, this)));\n\t}\n\tif(this.filtertags) {\n\t\tvar tiddler = this.wiki.getTiddler(this.target),\n\t\t\toldtags = tiddler ? (tiddler.fields.tags || []).slice(0) : [],\n\t\t\ttagfilter = \"[list[\" + this.target + \"!!tags]] \" + this.filtertags,\n\t\t\tnewtags = this.wiki.filterTiddlers(tagfilter,this);\n\t\tif($tw.utils.stringifyList(oldtags.sort()) !== $tw.utils.stringifyList(newtags.sort())) {\n\t\t\tthis.wiki.setText(this.target,\"tags\",undefined,$tw.utils.stringifyList(newtags));\t\t\t\n\t\t}\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-listops\"] = ActionListopsWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-log.js": {
            "title": "$:/core/modules/widgets/action-log.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-log.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to log debug messages\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LogWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nLogWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLogWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\nLogWidget.prototype.execute = function(){\n\tthis.message = this.getAttribute(\"$$message\",\"debug\");\n\tthis.logAll = this.getAttribute(\"$$all\",\"no\") === \"yes\" ? true : false;\n\tthis.filter = this.getAttribute(\"$$filter\");\n}\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nLogWidget.prototype.refresh = function(changedTiddlers) {\n\tthis.refreshSelf();\n\treturn true;\n};\n\n/*\nInvoke the action associated with this widget\n*/\nLogWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tthis.log();\n\treturn true; // Action was invoked\n};\n\nLogWidget.prototype.log = function() {\n\tvar data = {},\n\t\tdataCount,\n\t\tallVars = {},\n\t\tfilteredVars;\n\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.substring(0,2) !== \"$$\") {\n\t\t\tdata[name] = attribute;\n\t\t}\t\t\n\t});\n\n\tfor(var v in this.variables) {\n\t\tallVars[v] = this.getVariable(v,{defaultValue:\"\"});\n\t}\t\n\tif(this.filter) {\n\t\tfilteredVars = this.wiki.compileFilter(this.filter).call(this.wiki,this.wiki.makeTiddlerIterator(allVars));\n\t\t$tw.utils.each(filteredVars,function(name) {\n\t\t\tdata[name] = allVars[name];\n\t\t});\t\t\n\t}\n\tdataCount = $tw.utils.count(data);\n\n\tconsole.group(this.message);\n\tif(dataCount > 0) {\n\t\t$tw.utils.logTable(data);\n\t}\n\tif(this.logAll || !dataCount) {\n\t\tconsole.groupCollapsed(\"All variables\");\n\t\t$tw.utils.logTable(allVars);\n\t\tconsole.groupEnd();\n\t}\n\tconsole.groupEnd();\n}\n\nexports[\"action-log\"] = LogWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-navigate.js": {
            "title": "$:/core/modules/widgets/action-navigate.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-navigate.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to navigate to a tiddler\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigateWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigateWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigateWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigateWidget.prototype.execute = function() {\n\tthis.actionTo = this.getAttribute(\"$to\");\n\tthis.actionScroll = this.getAttribute(\"$scroll\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nNavigateWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$to\"] || changedAttributes[\"$scroll\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nNavigateWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tevent = event || {};\n\tvar bounds = triggeringWidget && triggeringWidget.getBoundingClientRect && triggeringWidget.getBoundingClientRect(),\n\t\tsuppressNavigation = event.metaKey || event.ctrlKey || (event.button === 1);\n\tif(this.actionScroll === \"yes\") {\n\t\tsuppressNavigation = false;\n\t} else if(this.actionScroll === \"no\") {\n\t\tsuppressNavigation = true;\n\t}\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.actionTo === undefined ? this.getVariable(\"currentTiddler\") : this.actionTo,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: triggeringWidget,\n\t\tnavigateFromClientRect: bounds && { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: suppressNavigation\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-navigate\"] = NavigateWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-popup.js": {
            "title": "$:/core/modules/widgets/action-popup.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-popup.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to trigger a popup.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ActionPopupWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nActionPopupWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nActionPopupWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nActionPopupWidget.prototype.execute = function() {\n\tthis.actionState = this.getAttribute(\"$state\");\n\tthis.actionCoords = this.getAttribute(\"$coords\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nActionPopupWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$state\"] || changedAttributes[\"$coords\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nActionPopupWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\t// Trigger the popup\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/,\n\t\tmatch = popupLocationRegExp.exec(this.actionCoords || \"\");\n\tif(match) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: null,\n\t\t\tdomNodeRect: {\n\t\t\t\tleft: parseFloat(match[1]),\n\t\t\t\ttop: parseFloat(match[2]),\n\t\t\t\twidth: parseFloat(match[3]),\n\t\t\t\theight: parseFloat(match[4])\n\t\t\t},\n\t\t\ttitle: this.actionState,\n\t\t\twiki: this.wiki\n\t\t});\n\t} else {\n\t\t$tw.popup.cancel(0);\n\t}\n\treturn true; // Action was invoked\n};\n\nexports[\"action-popup\"] = ActionPopupWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-sendmessage.js": {
            "title": "$:/core/modules/widgets/action-sendmessage.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-sendmessage.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to send a message\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SendMessageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSendMessageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSendMessageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSendMessageWidget.prototype.execute = function() {\n\tthis.actionMessage = this.getAttribute(\"$message\");\n\tthis.actionParam = this.getAttribute(\"$param\");\n\tthis.actionName = this.getAttribute(\"$name\");\n\tthis.actionValue = this.getAttribute(\"$value\",\"\");\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSendMessageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(Object.keys(changedAttributes).length) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSendMessageWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\t// Get the string parameter\n\tvar param = this.actionParam;\n\t// Assemble the attributes as a hashmap\n\tvar paramObject = Object.create(null);\n\tvar count = 0;\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparamObject[name] = attribute;\n\t\t\tcount++;\n\t\t}\n\t});\n\t// Add name/value pair if present\n\tif(this.actionName) {\n\t\tparamObject[this.actionName] = this.actionValue;\n\t}\n\t// Dispatch the message\n\tthis.dispatchEvent({\n\t\ttype: this.actionMessage,\n\t\tparam: param,\n\t\tparamObject: paramObject,\n\t\ttiddlerTitle: this.getVariable(\"currentTiddler\"),\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tevent: event\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-sendmessage\"] = SendMessageWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/action-setfield.js": {
            "title": "$:/core/modules/widgets/action-setfield.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/action-setfield.js\ntype: application/javascript\nmodule-type: widget\n\nAction widget to set a single field or index on a tiddler.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetFieldWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetFieldWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetFieldWidget.prototype.render = function(parent,nextSibling) {\n\tthis.computeAttributes();\n\tthis.execute();\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetFieldWidget.prototype.execute = function() {\n\tthis.actionTiddler = this.getAttribute(\"$tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.actionField = this.getAttribute(\"$field\");\n\tthis.actionIndex = this.getAttribute(\"$index\");\n\tthis.actionValue = this.getAttribute(\"$value\");\n\tthis.actionTimestamp = this.getAttribute(\"$timestamp\",\"yes\") === \"yes\";\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nSetFieldWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"$tiddler\"] || changedAttributes[\"$field\"] || changedAttributes[\"$index\"] || changedAttributes[\"$value\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nInvoke the action associated with this widget\n*/\nSetFieldWidget.prototype.invokeAction = function(triggeringWidget,event) {\n\tvar self = this,\n\t\toptions = {};\n\toptions.suppressTimestamp = !this.actionTimestamp;\n\tif((typeof this.actionField == \"string\") || (typeof this.actionIndex == \"string\")  || (typeof this.actionValue == \"string\")) {\n\t\tthis.wiki.setText(this.actionTiddler,this.actionField,this.actionIndex,this.actionValue,options);\n\t}\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tself.wiki.setText(self.actionTiddler,name,undefined,attribute,options);\n\t\t}\n\t});\n\treturn true; // Action was invoked\n};\n\nexports[\"action-setfield\"] = SetFieldWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/browse.js": {
            "title": "$:/core/modules/widgets/browse.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/browse.js\ntype: application/javascript\nmodule-type: widget\n\nBrowse widget for browsing for files to import\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar BrowseWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nBrowseWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nBrowseWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"file\");\n\tif(this.browseMultiple) {\n\t\tdomNode.setAttribute(\"multiple\",\"multiple\");\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\t// Nw.js supports \"nwsaveas\" to force a \"save as\" dialogue that allows a new or existing file to be selected\n\tif(this.nwsaveas) {\n\t\tdomNode.setAttribute(\"nwsaveas\",this.nwsaveas);\n\t}\n\tif(this.accept) {\n\t\tdomNode.setAttribute(\"accept\",this.accept);\n\t}\n\t// Nw.js supports \"webkitdirectory\" and \"nwdirectory\" to allow a directory to be selected\n\tif(this.webkitdirectory) {\n\t\tdomNode.setAttribute(\"webkitdirectory\",this.webkitdirectory);\n\t}\n\tif(this.nwdirectory) {\n\t\tdomNode.setAttribute(\"nwdirectory\",this.nwdirectory);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"change\",function (event) {\n\t\tif(self.message) {\n\t\t\tself.dispatchEvent({type: self.message, param: self.param, files: event.target.files});\n\t\t} else {\n\t\t\tself.wiki.readFiles(event.target.files,{\n\t\t\t\tcallback: function(tiddlerFieldsArray) {\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray)});\n\t\t\t\t},\n\t\t\t\tdeserializer: self.deserializer\n\t\t\t});\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nBrowseWidget.prototype.execute = function() {\n\tthis.browseMultiple = this.getAttribute(\"multiple\");\n\tthis.deserializer = this.getAttribute(\"deserializer\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.nwsaveas = this.getAttribute(\"nwsaveas\");\n\tthis.accept = this.getAttribute(\"accept\");\n\tthis.webkitdirectory = this.getAttribute(\"webkitdirectory\");\n\tthis.nwdirectory = this.getAttribute(\"nwdirectory\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nBrowseWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.browse = BrowseWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/button.js": {
            "title": "$:/core/modules/widgets/button.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/button.js\ntype: application/javascript\nmodule-type: widget\n\nButton widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ButtonWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nButtonWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nButtonWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this,\n\t\ttag = \"button\",\n\t\tdomNode;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tif(this.buttonTag && $tw.config.htmlUnsafeElements.indexOf(this.buttonTag) === -1) {\n\t\ttag = this.buttonTag;\n\t}\n\tdomNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\t// Assign classes\n\tvar classes = this[\"class\"].split(\" \") || [],\n\t\tisPoppedUp = (this.popup || this.popupTitle) && this.isPoppedUp();\n\tif(this.selectedClass) {\n\t\tif((this.set || this.setTitle) && this.setTo && this.isSelected()) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t\tif(isPoppedUp) {\n\t\t\t$tw.utils.pushTop(classes,this.selectedClass.split(\" \"));\n\t\t}\n\t}\n\tif(isPoppedUp) {\n\t\t$tw.utils.pushTop(classes,\"tc-popup-handle\");\n\t}\n\tdomNode.className = classes.join(\" \");\n\t// Assign other attributes\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tif(this.tooltip) {\n\t\tdomNode.setAttribute(\"title\",this.tooltip);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Set the tabindex\n\tif(this.tabIndex) {\n\t\tdomNode.setAttribute(\"tabindex\",this.tabIndex);\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tdomNode.setAttribute(\"disabled\",true);\n\t}\n\t// Add a click event handler\n\tdomNode.addEventListener(\"click\",function (event) {\n\t\tvar handled = false;\n\t\tif(self.invokeActions(self,event)) {\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.to) {\n\t\t\tself.navigateTo(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.message) {\n\t\t\tself.dispatchMessage(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.popup || self.popupTitle) {\n\t\t\tself.triggerPopup(event);\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.set || self.setTitle) {\n\t\t\tself.setTiddler();\n\t\t\thandled = true;\n\t\t}\n\t\tif(self.actions) {\n\t\t\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\t\tself.invokeActionString(self.actions,self,event,{modifier: modifierKey});\n\t\t}\n\t\tif(handled) {\n\t\t\tevent.preventDefault();\n\t\t\tevent.stopPropagation();\n\t\t}\n\t\treturn handled;\n\t},false);\n\t// Make it draggable if required\n\tif(this.dragTiddler || this.dragFilter) {\n\t\t$tw.utils.makeDraggable({\n\t\t\tdomNode: domNode,\n\t\t\tdragTiddlerFn: function() {return self.dragTiddler;},\n\t\t\tdragFilterFn: function() {return self.dragFilter;},\n\t\t\twidget: this\n\t\t});\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nWe don't allow actions to propagate because we trigger actions ourselves\n*/\nButtonWidget.prototype.allowActionPropagation = function() {\n\treturn false;\n};\n\nButtonWidget.prototype.getBoundingClientRect = function() {\n\treturn this.domNodes[0].getBoundingClientRect();\n};\n\nButtonWidget.prototype.isSelected = function() {\n    return this.setTitle ? (this.setField ? this.wiki.getTiddler(this.setTitle).getFieldString(this.setField) === this.setTo :\n\t\t(this.setIndex ? this.wiki.extractTiddlerDataItem(this.setTitle,this.setIndex) === this.setTo :\n\t\t\tthis.wiki.getTiddlerText(this.setTitle))) || this.defaultSetValue || this.getVariable(\"currentTiddler\") :\n\t\tthis.wiki.getTextReference(this.set,this.defaultSetValue,this.getVariable(\"currentTiddler\")) === this.setTo;\n};\n\nButtonWidget.prototype.isPoppedUp = function() {\n\tvar tiddler = this.popupTitle ? this.wiki.getTiddler(this.popupTitle) : this.wiki.getTiddler(this.popup);\n\tvar result = tiddler && tiddler.fields.text ? $tw.popup.readPopupState(tiddler.fields.text) : false;\n\treturn result;\n};\n\nButtonWidget.prototype.navigateTo = function(event) {\n\tvar bounds = this.getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\n\t\tevent: event\n\t});\n};\n\nButtonWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\"), event: event});\n};\n\nButtonWidget.prototype.triggerPopup = function(event) {\n\tif(this.popupTitle) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.popupTitle,\n\t\t\twiki: this.wiki,\n\t\t\tnoStateReference: true\n\t\t});\n\t} else {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNodes[0],\n\t\t\ttitle: this.popup,\n\t\t\twiki: this.wiki\n\t\t});\n\t}\n};\n\nButtonWidget.prototype.setTiddler = function() {\n\tif(this.setTitle) {\n\t\tthis.setField ? this.wiki.setText(this.setTitle,this.setField,undefined,this.setTo) :\n\t\t\t\t(this.setIndex ? this.wiki.setText(this.setTitle,undefined,this.setIndex,this.setTo) :\n\t\t\t\tthis.wiki.setText(this.setTitle,\"text\",undefined,this.setTo));\n\t} else {\n\t\tthis.wiki.setTextReference(this.set,this.setTo,this.getVariable(\"currentTiddler\"));\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nButtonWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.actions = this.getAttribute(\"actions\");\n\tthis.to = this.getAttribute(\"to\");\n\tthis.message = this.getAttribute(\"message\");\n\tthis.param = this.getAttribute(\"param\");\n\tthis.set = this.getAttribute(\"set\");\n\tthis.setTo = this.getAttribute(\"setTo\");\n\tthis.popup = this.getAttribute(\"popup\");\n\tthis.hover = this.getAttribute(\"hover\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis.style = this.getAttribute(\"style\");\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tthis.selectedClass = this.getAttribute(\"selectedClass\");\n\tthis.defaultSetValue = this.getAttribute(\"default\",\"\");\n\tthis.buttonTag = this.getAttribute(\"tag\");\n\tthis.dragTiddler = this.getAttribute(\"dragTiddler\");\n\tthis.dragFilter = this.getAttribute(\"dragFilter\");\n\tthis.setTitle = this.getAttribute(\"setTitle\");\n\tthis.setField = this.getAttribute(\"setField\");\n\tthis.setIndex = this.getAttribute(\"setIndex\");\n\tthis.popupTitle = this.getAttribute(\"popupTitle\");\n\tthis.tabIndex = this.getAttribute(\"tabindex\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\nButtonWidget.prototype.updateDomNodeClasses = function() {\n\tvar domNodeClasses = this.domNode.className.split(\" \"),\n\t\toldClasses = this.class.split(\" \"),\n\t\tnewClasses;\t\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tnewClasses = this.class.split(\" \");\n\t//Remove classes assigned from the old value of class attribute\n\t$tw.utils.each(oldClasses,function(oldClass){\n\t\tvar i = domNodeClasses.indexOf(oldClass);\n\t\tif(i !== -1) {\n\t\t\tdomNodeClasses.splice(i,1);\n\t\t}\n\t});\n\t//Add new classes from updated class attribute.\n\t$tw.utils.pushTop(domNodeClasses,newClasses);\n\tthis.domNode.className = domNodeClasses.join(\" \");\n}\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nButtonWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.actions || changedAttributes.to || changedAttributes.message || changedAttributes.param || changedAttributes.set || changedAttributes.setTo || changedAttributes.popup || changedAttributes.hover || changedAttributes.selectedClass || changedAttributes.style || changedAttributes.dragFilter || changedAttributes.dragTiddler || (this.set && changedTiddlers[this.set]) || (this.popup && changedTiddlers[this.popup]) || (this.popupTitle && changedTiddlers[this.popupTitle]) || changedAttributes.setTitle || changedAttributes.setField || changedAttributes.setIndex || changedAttributes.popupTitle || changedAttributes.disabled) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedAttributes[\"class\"]) {\n\t\tthis.updateDomNodeClasses();\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.button = ButtonWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/checkbox.js": {
            "title": "$:/core/modules/widgets/checkbox.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/checkbox.js\ntype: application/javascript\nmodule-type: widget\n\nCheckbox widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CheckboxWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCheckboxWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCheckboxWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",this.checkboxClass);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"checkbox\");\n\tif(this.getValue()) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tthis.inputDomNode.setAttribute(\"disabled\",true);\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nCheckboxWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.checkboxTitle);\n\tif(tiddler) {\n\t\tif(this.checkboxTag) {\n\t\t\tif(this.checkboxInvertTag) {\n\t\t\t\treturn !tiddler.hasTag(this.checkboxTag);\n\t\t\t} else {\n\t\t\t\treturn tiddler.hasTag(this.checkboxTag);\n\t\t\t}\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tvar value;\n\t\t\tif($tw.utils.hop(tiddler.fields,this.checkboxField)) {\n\t\t\t\tvalue = tiddler.fields[this.checkboxField] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = this.checkboxDefault || \"\";\n\t\t\t}\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\tif(this.checkboxIndex) {\n\t\t\tvar value = this.wiki.extractTiddlerDataItem(tiddler,this.checkboxIndex,this.checkboxDefault || \"\");\n\t\t\tif(value === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(value === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t} else {\n\t\tif(this.checkboxTag) {\n\t\t\treturn false;\n\t\t}\n\t\tif(this.checkboxField) {\n\t\t\tif(this.checkboxDefault === this.checkboxChecked) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\tif(this.checkboxDefault === this.checkboxUnchecked) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\nCheckboxWidget.prototype.handleChangeEvent = function(event) {\n\tvar checked = this.inputDomNode.checked,\n\t\ttiddler = this.wiki.getTiddler(this.checkboxTitle),\n\t\tfallbackFields = {text: \"\"},\n\t\tnewFields = {title: this.checkboxTitle},\n\t\thasChanged = false,\n\t\ttagCheck = false,\n\t\thasTag = tiddler && tiddler.hasTag(this.checkboxTag),\n\t\tvalue = checked ? this.checkboxChecked : this.checkboxUnchecked;\n\tif(this.checkboxTag && this.checkboxInvertTag === \"yes\") {\n\t\ttagCheck = hasTag === checked;\n\t} else {\n\t\ttagCheck = hasTag !== checked;\n\t}\n\t// Set the tag if specified\n\tif(this.checkboxTag && (!tiddler || tagCheck)) {\n\t\tnewFields.tags = tiddler ? (tiddler.fields.tags || []).slice(0) : [];\n\t\tvar pos = newFields.tags.indexOf(this.checkboxTag);\n\t\tif(pos !== -1) {\n\t\t\tnewFields.tags.splice(pos,1);\n\t\t}\n\t\tif(this.checkboxInvertTag === \"yes\" && !checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t} else if(this.checkboxInvertTag !== \"yes\" && checked) {\n\t\t\tnewFields.tags.push(this.checkboxTag);\n\t\t}\n\t\thasChanged = true;\n\t}\n\t// Set the field if specified\n\tif(this.checkboxField) {\n\t\tif(!tiddler || tiddler.fields[this.checkboxField] !== value) {\n\t\t\tnewFields[this.checkboxField] = value;\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\t// Set the index if specified\n\tif(this.checkboxIndex) {\n\t\tvar indexValue = this.wiki.extractTiddlerDataItem(this.checkboxTitle,this.checkboxIndex);\n\t\tif(!tiddler || indexValue !== value) {\n\t\t\thasChanged = true;\n\t\t}\n\t}\n\tif(hasChanged) {\n\t\tif(this.checkboxIndex) {\n\t\t\tthis.wiki.setText(this.checkboxTitle,\"\",this.checkboxIndex,value);\n\t\t} else {\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),fallbackFields,tiddler,newFields,this.wiki.getModificationFields()));\n\t\t}\n\t}\n\t// Trigger actions\n\tif(this.checkboxActions) {\n\t\tthis.invokeActionString(this.checkboxActions,this,event);\n\t}\n\tif(this.checkboxCheckActions && checked) {\n\t\tthis.invokeActionString(this.checkboxCheckActions,this,event);\n\t}\n\tif(this.checkboxUncheckActions && !checked) {\n\t\tthis.invokeActionString(this.checkboxUncheckActions,this,event);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCheckboxWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.checkboxActions = this.getAttribute(\"actions\");\n\tthis.checkboxCheckActions = this.getAttribute(\"checkactions\");\n\tthis.checkboxUncheckActions = this.getAttribute(\"uncheckactions\");\n\tthis.checkboxTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.checkboxTag = this.getAttribute(\"tag\");\n\tthis.checkboxField = this.getAttribute(\"field\");\n\tthis.checkboxIndex = this.getAttribute(\"index\");\n\tthis.checkboxChecked = this.getAttribute(\"checked\");\n\tthis.checkboxUnchecked = this.getAttribute(\"unchecked\");\n\tthis.checkboxDefault = this.getAttribute(\"default\");\n\tthis.checkboxClass = this.getAttribute(\"class\",\"\");\n\tthis.checkboxInvertTag = this.getAttribute(\"invertTag\",\"\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCheckboxWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.tag || changedAttributes.invertTag || changedAttributes.field || changedAttributes.index || changedAttributes.checked || changedAttributes.unchecked || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.disabled) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.checkboxTitle]) {\n\t\t\tthis.inputDomNode.checked = this.getValue();\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.checkbox = CheckboxWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/codeblock.js": {
            "title": "$:/core/modules/widgets/codeblock.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/codeblock.js\ntype: application/javascript\nmodule-type: widget\n\nCode block node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CodeBlockWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCodeBlockWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCodeBlockWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar codeNode = this.document.createElement(\"code\"),\n\t\tdomNode = this.document.createElement(\"pre\");\n\tcodeNode.appendChild(this.document.createTextNode(this.getAttribute(\"code\")));\n\tdomNode.appendChild(codeNode);\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n\tif(this.postRender) {\n\t\tthis.postRender();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nCodeBlockWidget.prototype.execute = function() {\n\tthis.language = this.getAttribute(\"language\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCodeBlockWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.codeblock = CodeBlockWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/count.js": {
            "title": "$:/core/modules/widgets/count.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/count.js\ntype: application/javascript\nmodule-type: widget\n\nCount widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar CountWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nCountWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nCountWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.currentCount);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nCountWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Execute the filter\n\tif(this.filter) {\n\t\tthis.currentCount = this.wiki.filterTiddlers(this.filter,this).length;\n\t} else {\n\t\tthis.currentCount = \"0\";\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nCountWidget.prototype.refresh = function(changedTiddlers) {\n\t// Re-execute the filter to get the count\n\tthis.computeAttributes();\n\tvar oldCount = this.currentCount;\n\tthis.execute();\n\tif(this.currentCount !== oldCount) {\n\t\t// Regenerate and rerender the widget and replace the existing DOM node\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n\n};\n\nexports.count = CountWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/diff-text.js": {
            "title": "$:/core/modules/widgets/diff-text.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/diff-text.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to display a diff between two texts\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget,\n\tdmp = require(\"$:/core/modules/utils/diff-match-patch/diff_match_patch.js\");\n\nvar DiffTextWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDiffTextWidget.prototype = new Widget();\n\nDiffTextWidget.prototype.invisibleCharacters = {\n\t\"\\n\": \"↩︎\\n\",\n\t\"\\r\": \"⇠\",\n\t\"\\t\": \"⇥\\t\"\n};\n\n/*\nRender this widget into the DOM\n*/\nDiffTextWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create the diff\n\tvar dmpObject = new dmp.diff_match_patch(),\n\t\tdiffs = dmpObject.diff_main(this.getAttribute(\"source\"),this.getAttribute(\"dest\"));\n\t// Apply required cleanup\n\tswitch(this.getAttribute(\"cleanup\",\"semantic\")) {\n\t\tcase \"none\":\n\t\t\t// No cleanup\n\t\t\tbreak;\n\t\tcase \"efficiency\":\n\t\t\tdmpObject.diff_cleanupEfficiency(diffs);\n\t\t\tbreak;\n\t\tdefault: // case \"semantic\"\n\t\t\tdmpObject.diff_cleanupSemantic(diffs);\n\t\t\tbreak;\n\t}\n\t// Create the elements\n\tvar domContainer = this.document.createElement(\"div\"), \n\t\tdomDiff = this.createDiffDom(diffs);\n\tparent.insertBefore(domContainer,nextSibling);\n\t// Set variables\n\tthis.setVariable(\"diff-count\",diffs.reduce(function(acc,diff) {\n\t\tif(diff[0] !== dmp.DIFF_EQUAL) {\n\t\t\tacc++;\n\t\t}\n\t\treturn acc;\n\t},0).toString());\n\t// Render child widgets\n\tthis.renderChildren(domContainer,null);\n\t// Render the diff\n\tdomContainer.appendChild(domDiff);\n\t// Save our container\n\tthis.domNodes.push(domContainer);\n};\n\n/*\nCreate DOM elements representing a list of diffs\n*/\nDiffTextWidget.prototype.createDiffDom = function(diffs) {\n\tvar self = this;\n\t// Create the element and assign the attributes\n\tvar domPre = this.document.createElement(\"pre\"),\n\t\tdomCode = this.document.createElement(\"code\");\n\t$tw.utils.each(diffs,function(diff) {\n\t\tvar tag = diff[0] === dmp.DIFF_INSERT ? \"ins\" : (diff[0] === dmp.DIFF_DELETE ? \"del\" : \"span\"),\n\t\t\tclassName = diff[0] === dmp.DIFF_INSERT ? \"tc-diff-insert\" : (diff[0] === dmp.DIFF_DELETE ? \"tc-diff-delete\" : \"tc-diff-equal\"),\n\t\t\tdom = self.document.createElement(tag),\n\t\t\ttext = diff[1],\n\t\t\tcurrPos = 0,\n\t\t\tre = /([\\x00-\\x1F])/mg,\n\t\t\tmatch = re.exec(text),\n\t\t\tspan,\n\t\t\tprintable;\n\t\tdom.className = className;\n\t\twhile(match) {\n\t\t\tif(currPos < match.index) {\n\t\t\t\tdom.appendChild(self.document.createTextNode(text.slice(currPos,match.index)));\n\t\t\t}\n\t\t\tspan = self.document.createElement(\"span\");\n\t\t\tspan.className = \"tc-diff-invisible\";\n\t\t\tprintable = self.invisibleCharacters[match[0]] || (\"[0x\" + match[0].charCodeAt(0).toString(16) + \"]\");\n\t\t\tspan.appendChild(self.document.createTextNode(printable));\n\t\t\tdom.appendChild(span);\n\t\t\tcurrPos = match.index + match[0].length;\n\t\t\tmatch = re.exec(text);\n\t\t}\n\t\tif(currPos < text.length) {\n\t\t\tdom.appendChild(self.document.createTextNode(text.slice(currPos)));\n\t\t}\n\t\tdomCode.appendChild(dom);\n\t});\n\tdomPre.appendChild(domCode);\n\treturn domPre;\n};\n\n/*\nCompute the internal state of the widget\n*/\nDiffTextWidget.prototype.execute = function() {\n\t// Make child widgets\n\tvar parseTreeNodes;\n\tif(this.parseTreeNode && this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\tparseTreeNodes = this.parseTreeNode.children;\n\t} else {\n\t\tparseTreeNodes = [{\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: \"$:/language/Diffs/CountMessage\"}\n\t\t\t}\n\t\t}];\n\t}\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDiffTextWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.source || changedAttributes.dest || changedAttributes.cleanup) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports[\"diff-text\"] = DiffTextWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/draggable.js": {
            "title": "$:/core/modules/widgets/draggable.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/draggable.js\ntype: application/javascript\nmodule-type: widget\n\nDraggable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DraggableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDraggableWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDraggableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Sanitise the specified tag\n\tvar tag = this.draggableTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"div\";\n\t}\n\t// Create our element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = [\"tc-draggable\"];\n\tif(this.draggableClasses) {\n\t\tclasses.push(this.draggableClasses);\n\t}\n\tdomNode.setAttribute(\"class\",classes.join(\" \"));\n\t// Add event handlers\n\t$tw.utils.makeDraggable({\n\t\tdomNode: domNode,\n\t\tdragTiddlerFn: function() {return self.getAttribute(\"tiddler\");},\n\t\tdragFilterFn: function() {return self.getAttribute(\"filter\");},\n\t\tstartActions: self.startActions,\n\t\tendActions: self.endActions,\n\t\twidget: this\n\t});\n\t// Insert the link into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nDraggableWidget.prototype.execute = function() {\n\t// Pick up our attributes\n\tthis.draggableTag = this.getAttribute(\"tag\",\"div\");\n\tthis.draggableClasses = this.getAttribute(\"class\");\n\tthis.startActions = this.getAttribute(\"startactions\");\n\tthis.endActions = this.getAttribute(\"endactions\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDraggableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tag || changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.draggable = DraggableWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/droppable.js": {
            "title": "$:/core/modules/widgets/droppable.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/droppable.js\ntype: application/javascript\nmodule-type: widget\n\nDroppable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DroppableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDroppableWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDroppableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this,\n\t\ttag = this.parseTreeNode.isBlock ? \"div\" : \"span\",\n\t\tdomNode;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\tif(this.droppableTag && $tw.config.htmlUnsafeElements.indexOf(this.droppableTag) === -1) {\n\t\ttag = this.droppableTag;\n\t}\n\t// Create element and assign classes\n\tdomNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\tthis.assignDomNodeClasses();\n\t// Add event handlers\n\tif(this.droppableEnable) {\n\t\t$tw.utils.addEventListeners(domNode,[\n\t\t\t{name: \"dragenter\", handlerObject: this, handlerMethod: \"handleDragEnterEvent\"},\n\t\t\t{name: \"dragover\", handlerObject: this, handlerMethod: \"handleDragOverEvent\"},\n\t\t\t{name: \"dragleave\", handlerObject: this, handlerMethod: \"handleDragLeaveEvent\"},\n\t\t\t{name: \"drop\", handlerObject: this, handlerMethod: \"handleDropEvent\"}\n\t\t]);\t\t\n\t} else {\n\t\t$tw.utils.addClass(this.domNode,this.disabledClass);\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n\t// Stack of outstanding enter/leave events\n\tthis.currentlyEntered = [];\n};\n\nDroppableWidget.prototype.enterDrag = function(event) {\n\tif(this.currentlyEntered.indexOf(event.target) === -1) {\n\t\tthis.currentlyEntered.push(event.target);\n\t}\n\t// If we're entering for the first time we need to apply highlighting\n\t$tw.utils.addClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDroppableWidget.prototype.leaveDrag = function(event) {\n\tvar pos = this.currentlyEntered.indexOf(event.target);\n\tif(pos !== -1) {\n\t\tthis.currentlyEntered.splice(pos,1);\n\t}\n\t// Remove highlighting if we're leaving externally. The hacky second condition is to resolve a problem with Firefox whereby there is an erroneous dragenter event if the node being dragged is within the dropzone\n\tif(this.currentlyEntered.length === 0 || (this.currentlyEntered.length === 1 && this.currentlyEntered[0] === $tw.dragInProgress)) {\n\t\tthis.currentlyEntered = [];\n\t\tif(this.domNodes[0]) {\n\t\t\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t\t}\n\t}\n};\n\nDroppableWidget.prototype.handleDragEnterEvent  = function(event) {\n\tthis.enterDrag(event);\n\t// Tell the browser that we're ready to handle the drop\n\tevent.preventDefault();\n\t// Tell the browser not to ripple the drag up to any parent drop handlers\n\tevent.stopPropagation();\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDragOverEvent  = function(event) {\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Tell the browser that we're still interested in the drop\n\tevent.preventDefault();\n\t// Set the drop effect\n\tevent.dataTransfer.dropEffect = this.droppableEffect;\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDragLeaveEvent  = function(event) {\n\tthis.leaveDrag(event);\n\treturn false;\n};\n\nDroppableWidget.prototype.handleDropEvent  = function(event) {\n\tvar self = this;\n\tthis.leaveDrag(event);\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\tvar dataTransfer = event.dataTransfer;\n\t// Remove highlighting\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t// Try to import the various data types we understand\n\t$tw.utils.importDataTransfer(dataTransfer,null,function(fieldsArray) {\n\t\tfieldsArray.forEach(function(fields) {\n\t\t\tself.performActions(fields.title || fields.text,event);\n\t\t});\n\t});\n\t// Tell the browser that we handled the drop\n\tevent.preventDefault();\n\t// Stop the drop ripple up to any parent handlers\n\tevent.stopPropagation();\n\treturn false;\n};\n\nDroppableWidget.prototype.performActions = function(title,event) {\n\tif(this.droppableActions) {\n\t\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\tthis.invokeActionString(this.droppableActions,this,event,{actionTiddler: title, modifier: modifierKey});\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDroppableWidget.prototype.execute = function() {\n\tthis.droppableActions = this.getAttribute(\"actions\");\n\tthis.droppableEffect = this.getAttribute(\"effect\",\"copy\");\n\tthis.droppableTag = this.getAttribute(\"tag\");\n\tthis.droppableEnable = (this.getAttribute(\"enable\") || \"yes\") === \"yes\";\n\tthis.disabledClass = this.getAttribute(\"disabledClass\",\"\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\nDroppableWidget.prototype.assignDomNodeClasses = function() {\n\tvar classes = this.getAttribute(\"class\",\"\").split(\" \");\n\tclasses.push(\"tc-droppable\");\n\tthis.domNode.className = classes.join(\" \");\t\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDroppableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tag || changedAttributes.enable || changedAttributes.disabledClass || changedAttributes.actions || changedAttributes.effect) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedAttributes[\"class\"]) {\n\t\tthis.assignDomNodeClasses();\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.droppable = DroppableWidget;\n\n})();",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/dropzone.js": {
            "title": "$:/core/modules/widgets/dropzone.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/dropzone.js\ntype: application/javascript\nmodule-type: widget\n\nDropzone widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar DropZoneWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nDropZoneWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nDropZoneWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar domNode = this.document.createElement(\"div\");\n\tdomNode.className = this.dropzoneClass || \"tc-dropzone\";\n\t// Add event handlers\n\tif(this.dropzoneEnable) {\n\t\t$tw.utils.addEventListeners(domNode,[\n\t\t\t{name: \"dragenter\", handlerObject: this, handlerMethod: \"handleDragEnterEvent\"},\n\t\t\t{name: \"dragover\", handlerObject: this, handlerMethod: \"handleDragOverEvent\"},\n\t\t\t{name: \"dragleave\", handlerObject: this, handlerMethod: \"handleDragLeaveEvent\"},\n\t\t\t{name: \"drop\", handlerObject: this, handlerMethod: \"handleDropEvent\"},\n\t\t\t{name: \"paste\", handlerObject: this, handlerMethod: \"handlePasteEvent\"},\n\t\t\t{name: \"dragend\", handlerObject: this, handlerMethod: \"handleDragEndEvent\"}\n\t\t]);\t\t\n\t}\n\tdomNode.addEventListener(\"click\",function (event) {\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n\t// Stack of outstanding enter/leave events\n\tthis.currentlyEntered = [];\n};\n\nDropZoneWidget.prototype.enterDrag = function(event) {\n\tif(this.currentlyEntered.indexOf(event.target) === -1) {\n\t\tthis.currentlyEntered.push(event.target);\n\t}\n\t// If we're entering for the first time we need to apply highlighting\n\t$tw.utils.addClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDropZoneWidget.prototype.leaveDrag = function(event) {\n\tvar pos = this.currentlyEntered.indexOf(event.target);\n\tif(pos !== -1) {\n\t\tthis.currentlyEntered.splice(pos,1);\n\t}\n\t// Remove highlighting if we're leaving externally\n\tif(this.currentlyEntered.length === 0) {\n\t\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t}\n};\n\nDropZoneWidget.prototype.handleDragEnterEvent  = function(event) {\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\tthis.enterDrag(event);\n\t// Tell the browser that we're ready to handle the drop\n\tevent.preventDefault();\n\t// Tell the browser not to ripple the drag up to any parent drop handlers\n\tevent.stopPropagation();\n};\n\nDropZoneWidget.prototype.handleDragOverEvent  = function(event) {\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\t// Tell the browser that we're still interested in the drop\n\tevent.preventDefault();\n\tevent.dataTransfer.dropEffect = \"copy\"; // Explicitly show this is a copy\n};\n\nDropZoneWidget.prototype.handleDragLeaveEvent  = function(event) {\n\tthis.leaveDrag(event);\n};\n\nDropZoneWidget.prototype.handleDragEndEvent = function(event) {\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n};\n\nDropZoneWidget.prototype.handleDropEvent  = function(event) {\n\tvar self = this,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray), autoOpenOnImport: self.autoOpenOnImport, importTitle: self.importTitle});\n\t\t};\n\tthis.leaveDrag(event);\n\t// Check for being over a TEXTAREA or INPUT\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) !== -1) {\n\t\treturn false;\n\t}\n\t// Check for this window being the source of the drag\n\tif($tw.dragInProgress) {\n\t\treturn false;\n\t}\n\tvar self = this,\n\t\tdataTransfer = event.dataTransfer;\n\t// Remove highlighting\n\t$tw.utils.removeClass(this.domNodes[0],\"tc-dragover\");\n\t// Import any files in the drop\n\tvar numFiles = 0;\n\tif(dataTransfer.files) {\n\t\tnumFiles = this.wiki.readFiles(dataTransfer.files,{\n\t\t\tcallback: readFileCallback,\n\t\t\tdeserializer: this.dropzoneDeserializer\n\t\t});\n\t}\n\t// Try to import the various data types we understand\n\tif(numFiles === 0) {\n\t\t$tw.utils.importDataTransfer(dataTransfer,this.wiki.generateNewTitle(\"Untitled\"),readFileCallback);\n\t}\n\t// Tell the browser that we handled the drop\n\tevent.preventDefault();\n\t// Stop the drop ripple up to any parent handlers\n\tevent.stopPropagation();\n};\n\nDropZoneWidget.prototype.handlePasteEvent  = function(event) {\n\tvar self = this,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify(tiddlerFieldsArray), autoOpenOnImport: self.autoOpenOnImport, importTitle: self.importTitle});\n\t\t};\n\t// Let the browser handle it if we're in a textarea or input box\n\tif([\"TEXTAREA\",\"INPUT\"].indexOf(event.target.tagName) == -1 && !event.target.isContentEditable) {\n\t\tvar self = this,\n\t\t\titems = event.clipboardData.items;\n\t\t// Enumerate the clipboard items\n\t\tfor(var t = 0; t<items.length; t++) {\n\t\t\tvar item = items[t];\n\t\t\tif(item.kind === \"file\") {\n\t\t\t\t// Import any files\n\t\t\t\tthis.wiki.readFile(item.getAsFile(),{\n\t\t\t\t\tcallback: readFileCallback,\n\t\t\t\t\tdeserializer: this.dropzoneDeserializer\n\t\t\t\t});\n\t\t\t} else if(item.kind === \"string\") {\n\t\t\t\t// Create tiddlers from string items\n\t\t\t\tvar type = item.type;\n\t\t\t\titem.getAsString(function(str) {\n\t\t\t\t\tvar tiddlerFields = {\n\t\t\t\t\t\ttitle: self.wiki.generateNewTitle(\"Untitled\"),\n\t\t\t\t\t\ttext: str,\n\t\t\t\t\t\ttype: type\n\t\t\t\t\t};\n\t\t\t\t\tif($tw.log.IMPORT) {\n\t\t\t\t\t\tconsole.log(\"Importing string '\" + str + \"', type: '\" + type + \"'\");\n\t\t\t\t\t}\n\t\t\t\t\tself.dispatchEvent({type: \"tm-import-tiddlers\", param: JSON.stringify([tiddlerFields]), autoOpenOnImport: self.autoOpenOnImport, importTitle: self.importTitle});\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\t\t// Tell the browser that we've handled the paste\n\t\tevent.stopPropagation();\n\t\tevent.preventDefault();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nDropZoneWidget.prototype.execute = function() {\n\tthis.dropzoneClass = this.getAttribute(\"class\");\n\tthis.dropzoneDeserializer = this.getAttribute(\"deserializer\");\n\tthis.dropzoneEnable = (this.getAttribute(\"enable\") || \"yes\") === \"yes\";\n\tthis.autoOpenOnImport = this.getAttribute(\"autoOpenOnImport\");\n\tthis.importTitle = this.getAttribute(\"importTitle\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nDropZoneWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.enable || changedAttributes.autoOpenOnImport || changedAttributes.importTitle || changedAttributes.deserializer || changedAttributes.class) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.dropzone = DropZoneWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/edit-binary.js": {
            "title": "$:/core/modules/widgets/edit-binary.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/edit-binary.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-binary widget; placeholder for editing binary tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar BINARY_WARNING_MESSAGE = \"$:/core/ui/BinaryWarning\";\nvar EXPORT_BUTTON_IMAGE = \"$:/core/images/export-button\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditBinaryWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditBinaryWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditBinaryWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditBinaryWidget.prototype.execute = function() {\n\t// Get our parameters\n\tvar editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tvar tiddler = this.wiki.getTiddler(editTitle);\n\tvar type = tiddler.fields.type;\n\tvar text = tiddler.fields.text;\n\t// Transclude the binary data tiddler warning message\n\tvar warn = {\n\t\ttype: \"element\",\n\t\ttag: \"p\",\n\t\tchildren: [{\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: BINARY_WARNING_MESSAGE}\n\t\t\t}\n\t\t}]\n\t};\n\t// Create download link based on draft tiddler title\n\tvar link = {\n\t\ttype: \"element\",\n\t\ttag: \"a\",\n\t\tattributes: {\n\t\t\ttitle: {type: \"indirect\", textReference: \"!!draft.title\"},\n\t\t\tdownload: {type: \"indirect\", textReference: \"!!draft.title\"}\n\t\t},\n\t\tchildren: [{\n\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\ttiddler: {type: \"string\", value: EXPORT_BUTTON_IMAGE}\n\t\t\t}\n\t\t}]\n\t};\n\t// Set the link href to internal data URI (no external)\n\tif(text) {\n\t\tlink.attributes.href = {\n\t\t\ttype: \"string\", \n\t\t\tvalue: \"data:\" + type + \";base64,\" + text\n\t\t};\n\t}\n\t// Combine warning message and download link in a div\n\tvar element = {\n\t\ttype: \"element\",\n\t\ttag: \"div\",\n\t\tattributes: {\n\t\t\tclass: {type: \"string\", value: \"tc-binary-warning\"}\n\t\t},\n\t\tchildren: [warn, link]\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets([element]);\n};\n\n/*\nRefresh by refreshing our child widget\n*/\nEditBinaryWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports[\"edit-binary\"] = EditBinaryWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/edit-bitmap.js": {
            "title": "$:/core/modules/widgets/edit-bitmap.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/edit-bitmap.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-bitmap widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// Default image sizes\nvar DEFAULT_IMAGE_WIDTH = 600,\n\tDEFAULT_IMAGE_HEIGHT = 370,\n\tDEFAULT_IMAGE_TYPE = \"image/png\";\n\n// Configuration tiddlers\nvar LINE_WIDTH_TITLE = \"$:/config/BitmapEditor/LineWidth\",\n\tLINE_COLOUR_TITLE = \"$:/config/BitmapEditor/Colour\",\n\tLINE_OPACITY_TITLE = \"$:/config/BitmapEditor/Opacity\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditBitmapWidget = function(parseTreeNode,options) {\n\t// Initialise the editor operations if they've not been done already\n\tif(!this.editorOperations) {\n\t\tEditBitmapWidget.prototype.editorOperations = {};\n\t\t$tw.modules.applyMethods(\"bitmapeditoroperation\",this.editorOperations);\n\t}\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditBitmapWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditBitmapWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create the wrapper for the toolbar and render its content\n\tthis.toolbarNode = this.document.createElement(\"div\");\n\tthis.toolbarNode.className = \"tc-editor-toolbar\";\n\tparent.insertBefore(this.toolbarNode,nextSibling);\n\tthis.domNodes.push(this.toolbarNode);\n\t// Create the on-screen canvas\n\tthis.canvasDomNode = $tw.utils.domMaker(\"canvas\",{\n\t\tdocument: this.document,\n\t\t\"class\":\"tc-edit-bitmapeditor\",\n\t\teventListeners: [{\n\t\t\tname: \"touchstart\", handlerObject: this, handlerMethod: \"handleTouchStartEvent\"\n\t\t},{\n\t\t\tname: \"touchmove\", handlerObject: this, handlerMethod: \"handleTouchMoveEvent\"\n\t\t},{\n\t\t\tname: \"touchend\", handlerObject: this, handlerMethod: \"handleTouchEndEvent\"\n\t\t},{\n\t\t\tname: \"mousedown\", handlerObject: this, handlerMethod: \"handleMouseDownEvent\"\n\t\t},{\n\t\t\tname: \"mousemove\", handlerObject: this, handlerMethod: \"handleMouseMoveEvent\"\n\t\t},{\n\t\t\tname: \"mouseup\", handlerObject: this, handlerMethod: \"handleMouseUpEvent\"\n\t\t}]\n\t});\n\t// Set the width and height variables\n\tthis.setVariable(\"tv-bitmap-editor-width\",this.canvasDomNode.width + \"px\");\n\tthis.setVariable(\"tv-bitmap-editor-height\",this.canvasDomNode.height + \"px\");\n\t// Render toolbar child widgets\n\tthis.renderChildren(this.toolbarNode,null);\n\t// // Insert the elements into the DOM\n\tparent.insertBefore(this.canvasDomNode,nextSibling);\n\tthis.domNodes.push(this.canvasDomNode);\n\t// Load the image into the canvas\n\tif($tw.browser) {\n\t\tthis.loadCanvas();\n\t}\n\t// Add widget message listeners\n\tthis.addEventListeners([\n\t\t{type: \"tm-edit-bitmap-operation\", handler: \"handleEditBitmapOperationMessage\"}\n\t]);\n};\n\n/*\nHandle an edit bitmap operation message from the toolbar\n*/\nEditBitmapWidget.prototype.handleEditBitmapOperationMessage = function(event) {\n\t// Invoke the handler\n\tvar handler = this.editorOperations[event.param];\n\tif(handler) {\n\t\thandler.call(this,event);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditBitmapWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nJust refresh the toolbar\n*/\nEditBitmapWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nSet the bitmap size variables and refresh the toolbar\n*/\nEditBitmapWidget.prototype.refreshToolbar = function() {\n\t// Set the width and height variables\n\tthis.setVariable(\"tv-bitmap-editor-width\",this.canvasDomNode.width + \"px\");\n\tthis.setVariable(\"tv-bitmap-editor-height\",this.canvasDomNode.height + \"px\");\n\t// Refresh each of our child widgets\n\t$tw.utils.each(this.children,function(childWidget) {\n\t\tchildWidget.refreshSelf();\n\t});\n};\n\nEditBitmapWidget.prototype.loadCanvas = function() {\n\tvar tiddler = this.wiki.getTiddler(this.editTitle),\n\t\tcurrImage = new Image();\n\t// Set up event handlers for loading the image\n\tvar self = this;\n\tcurrImage.onload = function() {\n\t\t// Copy the image to the on-screen canvas\n\t\tself.initCanvas(self.canvasDomNode,currImage.width,currImage.height,currImage);\n\t\t// And also copy the current bitmap to the off-screen canvas\n\t\tself.currCanvas = self.document.createElement(\"canvas\");\n\t\tself.initCanvas(self.currCanvas,currImage.width,currImage.height,currImage);\n\t\t// Set the width and height input boxes\n\t\tself.refreshToolbar();\n\t};\n\tcurrImage.onerror = function() {\n\t\t// Set the on-screen canvas size and clear it\n\t\tself.initCanvas(self.canvasDomNode,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\n\t\t// Set the off-screen canvas size and clear it\n\t\tself.currCanvas = self.document.createElement(\"canvas\");\n\t\tself.initCanvas(self.currCanvas,DEFAULT_IMAGE_WIDTH,DEFAULT_IMAGE_HEIGHT);\n\t\t// Set the width and height input boxes\n\t\tself.refreshToolbar();\n\t};\n\t// Get the current bitmap into an image object\n\tif(tiddler && tiddler.fields.type && tiddler.fields.text) {\n\t\tcurrImage.src = \"data:\" + tiddler.fields.type + \";base64,\" + tiddler.fields.text;\t\t\n\t} else {\n\t\tcurrImage.width = DEFAULT_IMAGE_WIDTH;\n\t\tcurrImage.height = DEFAULT_IMAGE_HEIGHT;\n\t\tcurrImage.onerror();\n\t}\n};\n\nEditBitmapWidget.prototype.initCanvas = function(canvas,width,height,image) {\n\tcanvas.width = width;\n\tcanvas.height = height;\n\tvar ctx = canvas.getContext(\"2d\");\n\tif(image) {\n\t\tctx.drawImage(image,0,0);\n\t} else {\n\t\tctx.fillStyle = \"#fff\";\n\t\tctx.fillRect(0,0,canvas.width,canvas.height);\n\t}\n};\n\n/*\n** Change the size of the canvas, preserving the current image\n*/\nEditBitmapWidget.prototype.changeCanvasSize = function(newWidth,newHeight) {\n\t// Create and size a new canvas\n\tvar newCanvas = this.document.createElement(\"canvas\");\n\tthis.initCanvas(newCanvas,newWidth,newHeight);\n\t// Copy the old image\n\tvar ctx = newCanvas.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n\t// Set the new canvas as the current one\n\tthis.currCanvas = newCanvas;\n\t// Set the size of the onscreen canvas\n\tthis.canvasDomNode.width = newWidth;\n\tthis.canvasDomNode.height = newHeight;\n\t// Paint the onscreen canvas with the offscreen canvas\n\tctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n};\n\n/*\n** Rotate the canvas left by 90 degrees\n*/\nEditBitmapWidget.prototype.rotateCanvasLeft = function() {\n\t// Get the current size of the image\n\tvar origWidth = this.currCanvas.width,\n\t\torigHeight = this.currCanvas.height;\n\t// Create and size a new canvas\n\tvar newCanvas = this.document.createElement(\"canvas\"),\n\t\tnewWidth = origHeight,\n\t\tnewHeight = origWidth;\n\tthis.initCanvas(newCanvas,newWidth,newHeight);\n\t// Copy the old image\n\tvar ctx = newCanvas.getContext(\"2d\");\n\tctx.save();\n\tctx.translate(newWidth / 2,newHeight / 2);\n\tctx.rotate(-Math.PI / 2);\n\tctx.drawImage(this.currCanvas,-origWidth / 2,-origHeight / 2);\n\tctx.restore();\n\t// Set the new canvas as the current one\n\tthis.currCanvas = newCanvas;\n\t// Set the size of the onscreen canvas\n\tthis.canvasDomNode.width = newWidth;\n\tthis.canvasDomNode.height = newHeight;\n\t// Paint the onscreen canvas with the offscreen canvas\n\tctx = this.canvasDomNode.getContext(\"2d\");\n\tctx.drawImage(this.currCanvas,0,0);\n};\n\nEditBitmapWidget.prototype.handleTouchStartEvent = function(event) {\n\tthis.brushDown = true;\n\tthis.strokeStart(event.touches[0].clientX,event.touches[0].clientY);\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleTouchMoveEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.strokeMove(event.touches[0].clientX,event.touches[0].clientY);\n\t}\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleTouchEndEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.brushDown = false;\n\t\tthis.strokeEnd();\n\t}\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleMouseDownEvent = function(event) {\n\tthis.strokeStart(event.clientX,event.clientY);\n\tthis.brushDown = true;\n\tevent.preventDefault();\n\tevent.stopPropagation();\n\treturn false;\n};\n\nEditBitmapWidget.prototype.handleMouseMoveEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.strokeMove(event.clientX,event.clientY);\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n\treturn true;\n};\n\nEditBitmapWidget.prototype.handleMouseUpEvent = function(event) {\n\tif(this.brushDown) {\n\t\tthis.brushDown = false;\n\t\tthis.strokeEnd();\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn false;\n\t}\n\treturn true;\n};\n\nEditBitmapWidget.prototype.adjustCoordinates = function(x,y) {\n\tvar canvasRect = this.canvasDomNode.getBoundingClientRect(),\n\t\tscale = this.canvasDomNode.width/canvasRect.width;\n\treturn {x: (x - canvasRect.left) * scale, y: (y - canvasRect.top) * scale};\n};\n\nEditBitmapWidget.prototype.strokeStart = function(x,y) {\n\t// Start off a new stroke\n\tthis.stroke = [this.adjustCoordinates(x,y)];\n};\n\nEditBitmapWidget.prototype.strokeMove = function(x,y) {\n\tvar ctx = this.canvasDomNode.getContext(\"2d\"),\n\t\tt;\n\t// Add the new position to the end of the stroke\n\tthis.stroke.push(this.adjustCoordinates(x,y));\n\t// Redraw the previous image\n\tctx.drawImage(this.currCanvas,0,0);\n\t// Render the stroke\n\tctx.globalAlpha = parseFloat(this.wiki.getTiddlerText(LINE_OPACITY_TITLE,\"1.0\"));\n\tctx.strokeStyle = this.wiki.getTiddlerText(LINE_COLOUR_TITLE,\"#ff0\");\n\tctx.lineWidth = parseFloat(this.wiki.getTiddlerText(LINE_WIDTH_TITLE,\"3\"));\n\tctx.lineCap = \"round\";\n\tctx.lineJoin = \"round\";\n\tctx.beginPath();\n\tctx.moveTo(this.stroke[0].x,this.stroke[0].y);\n\tfor(t=1; t<this.stroke.length-1; t++) {\n\t\tvar s1 = this.stroke[t],\n\t\t\ts2 = this.stroke[t-1],\n\t\t\ttx = (s1.x + s2.x)/2,\n\t\t\tty = (s1.y + s2.y)/2;\n\t\tctx.quadraticCurveTo(s2.x,s2.y,tx,ty);\n\t}\n\tctx.stroke();\n};\n\nEditBitmapWidget.prototype.strokeEnd = function() {\n\t// Copy the bitmap to the off-screen canvas\n\tvar ctx = this.currCanvas.getContext(\"2d\");\n\tctx.drawImage(this.canvasDomNode,0,0);\n\t// Save the image into the tiddler\n\tthis.saveChanges();\n};\n\nEditBitmapWidget.prototype.saveChanges = function() {\n\tvar tiddler = this.wiki.getTiddler(this.editTitle) || new $tw.Tiddler({title: this.editTitle,type: DEFAULT_IMAGE_TYPE});\n\t// data URIs look like \"data:<type>;base64,<text>\"\n\tvar dataURL = this.canvasDomNode.toDataURL(tiddler.fields.type),\n\t\tposColon = dataURL.indexOf(\":\"),\n\t\tposSemiColon = dataURL.indexOf(\";\"),\n\t\tposComma = dataURL.indexOf(\",\"),\n\t\ttype = dataURL.substring(posColon+1,posSemiColon),\n\t\ttext = dataURL.substring(posComma+1);\n\tvar update = {type: type, text: text};\n\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getModificationFields(),tiddler,update,this.wiki.getCreationFields()));\n};\n\nexports[\"edit-bitmap\"] = EditBitmapWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/edit-shortcut.js": {
            "title": "$:/core/modules/widgets/edit-shortcut.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/edit-shortcut.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to display an editable keyboard shortcut\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditShortcutWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditShortcutWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditShortcutWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.inputNode = this.document.createElement(\"input\");\n\t// Assign classes\n\tif(this.shortcutClass) {\n\t\tthis.inputNode.className = this.shortcutClass;\t\t\n\t}\n\t// Assign other attributes\n\tif(this.shortcutStyle) {\n\t\tthis.inputNode.setAttribute(\"style\",this.shortcutStyle);\n\t}\n\tif(this.shortcutTooltip) {\n\t\tthis.inputNode.setAttribute(\"title\",this.shortcutTooltip);\n\t}\n\tif(this.shortcutPlaceholder) {\n\t\tthis.inputNode.setAttribute(\"placeholder\",this.shortcutPlaceholder);\n\t}\n\tif(this.shortcutAriaLabel) {\n\t\tthis.inputNode.setAttribute(\"aria-label\",this.shortcutAriaLabel);\n\t}\n\t// Assign the current shortcut\n\tthis.updateInputNode();\n\t// Add event handlers\n\t$tw.utils.addEventListeners(this.inputNode,[\n\t\t{name: \"keydown\", handlerObject: this, handlerMethod: \"handleKeydownEvent\"}\n\t]);\n\t// Link into the DOM\n\tparent.insertBefore(this.inputNode,nextSibling);\n\tthis.domNodes.push(this.inputNode);\n\t// Focus the input Node if focus === \"yes\" or focus === \"true\"\n\tif(this.shortcutFocus === \"yes\" || this.shortcutFocus === \"true\") {\n\t\tthis.focus();\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nEditShortcutWidget.prototype.execute = function() {\n\tthis.shortcutTiddler = this.getAttribute(\"tiddler\");\n\tthis.shortcutField = this.getAttribute(\"field\");\n\tthis.shortcutIndex = this.getAttribute(\"index\");\n\tthis.shortcutPlaceholder = this.getAttribute(\"placeholder\");\n\tthis.shortcutDefault = this.getAttribute(\"default\",\"\");\n\tthis.shortcutClass = this.getAttribute(\"class\");\n\tthis.shortcutStyle = this.getAttribute(\"style\");\n\tthis.shortcutTooltip = this.getAttribute(\"tooltip\");\n\tthis.shortcutAriaLabel = this.getAttribute(\"aria-label\");\n\tthis.shortcutFocus = this.getAttribute(\"focus\");\n};\n\n/*\nUpdate the value of the input node\n*/\nEditShortcutWidget.prototype.updateInputNode = function() {\n\tif(this.shortcutField) {\n\t\tvar tiddler = this.wiki.getTiddler(this.shortcutTiddler);\n\t\tif(tiddler && $tw.utils.hop(tiddler.fields,this.shortcutField)) {\n\t\t\tthis.inputNode.value = tiddler.getFieldString(this.shortcutField);\n\t\t} else {\n\t\t\tthis.inputNode.value = this.shortcutDefault;\n\t\t}\n\t} else if(this.shortcutIndex) {\n\t\tthis.inputNode.value = this.wiki.extractTiddlerDataItem(this.shortcutTiddler,this.shortcutIndex,this.shortcutDefault);\n\t} else {\n\t\tthis.inputNode.value = this.wiki.getTiddlerText(this.shortcutTiddler,this.shortcutDefault);\n\t}\n};\n\n/*\nHandle a dom \"keydown\" event\n*/\nEditShortcutWidget.prototype.handleKeydownEvent = function(event) {\n\t// Ignore shift, ctrl, meta, alt\n\tif(event.keyCode && $tw.keyboardManager.getModifierKeys().indexOf(event.keyCode) === -1) {\n\t\t// Get the shortcut text representation\n\t\tvar value = $tw.keyboardManager.getPrintableShortcuts([{\n\t\t\tctrlKey: event.ctrlKey,\n\t\t\tshiftKey: event.shiftKey,\n\t\t\taltKey: event.altKey,\n\t\t\tmetaKey: event.metaKey,\n\t\t\tkeyCode: event.keyCode\n\t\t}]);\n\t\tif(value.length > 0) {\n\t\t\tthis.wiki.setText(this.shortcutTiddler,this.shortcutField,this.shortcutIndex,value[0]);\n\t\t}\n\t\t// Ignore the keydown if it was already handled\n\t\tevent.preventDefault();\n\t\tevent.stopPropagation();\n\t\treturn true;\t\t\n\t} else {\n\t\treturn false;\n\t}\n};\n\n/*\nfocus the input node\n*/\nEditShortcutWidget.prototype.focus = function() {\n\tif(this.inputNode.focus && this.inputNode.select) {\n\t\tthis.inputNode.focus();\n\t\tthis.inputNode.select();\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget needed re-rendering\n*/\nEditShortcutWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.placeholder || changedAttributes[\"default\"] || changedAttributes[\"class\"] || changedAttributes.style || changedAttributes.tooltip || changedAttributes[\"aria-label\"] || changedAttributes.focus) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedTiddlers[this.shortcutTiddler]) {\n\t\tthis.updateInputNode();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports[\"edit-shortcut\"] = EditShortcutWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/edit-text.js": {
            "title": "$:/core/modules/widgets/edit-text.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/edit-text.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-text widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar editTextWidgetFactory = require(\"$:/core/modules/editor/factory.js\").editTextWidgetFactory,\n\tFramedEngine = require(\"$:/core/modules/editor/engines/framed.js\").FramedEngine,\n\tSimpleEngine = require(\"$:/core/modules/editor/engines/simple.js\").SimpleEngine;\n\nexports[\"edit-text\"] = editTextWidgetFactory(FramedEngine,SimpleEngine);\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/edit.js": {
            "title": "$:/core/modules/widgets/edit.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/edit.js\ntype: application/javascript\nmodule-type: widget\n\nEdit widget is a meta-widget chooses the appropriate actual editting widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EditWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEditWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEditWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n// Mappings from content type to editor type are stored in tiddlers with this prefix\nvar EDITOR_MAPPING_PREFIX = \"$:/config/EditorTypeMappings/\";\n\n/*\nCompute the internal state of the widget\n*/\nEditWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.editTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.editField = this.getAttribute(\"field\",\"text\");\n\tthis.editIndex = this.getAttribute(\"index\");\n\tthis.editClass = this.getAttribute(\"class\");\n\tthis.editPlaceholder = this.getAttribute(\"placeholder\");\n\tthis.editTabIndex = this.getAttribute(\"tabindex\");\n\tthis.editFocus = this.getAttribute(\"focus\",\"\");\n\tthis.editCancelPopups = this.getAttribute(\"cancelPopups\",\"\");\n\tthis.editInputActions = this.getAttribute(\"inputActions\");\n\tthis.editRefreshTitle = this.getAttribute(\"refreshTitle\");\n\tthis.editAutoComplete = this.getAttribute(\"autocomplete\");\n\t// Choose the appropriate edit widget\n\tthis.editorType = this.getEditorType();\n\t// Make the child widgets\n\tthis.makeChildWidgets([{\n\t\ttype: \"edit-\" + this.editorType,\n\t\tattributes: this.parseTreeNode.attributes,\n\t\tchildren: this.parseTreeNode.children\n\t}]);\n};\n\nEditWidget.prototype.getEditorType = function() {\n\t// Get the content type of the thing we're editing\n\tvar type;\n\tif(this.editField === \"text\") {\n\t\tvar tiddler = this.wiki.getTiddler(this.editTitle);\n\t\tif(tiddler) {\n\t\t\ttype = tiddler.fields.type;\n\t\t}\n\t}\n\ttype = type || \"text/vnd.tiddlywiki\";\n\tvar editorType = this.wiki.getTiddlerText(EDITOR_MAPPING_PREFIX + type);\n\tif(!editorType) {\n\t\tvar typeInfo = $tw.config.contentTypeInfo[type];\n\t\tif(typeInfo && typeInfo.encoding === \"base64\") {\n\t\t\teditorType = \"binary\";\n\t\t} else {\n\t\t\teditorType = \"text\";\n\t\t}\n\t}\n\treturn editorType;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEditWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Refresh if an attribute has changed, or the type associated with the target tiddler has changed\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.tabindex || changedAttributes.cancelPopups || changedAttributes.inputActions || changedAttributes.refreshTitle || changedAttributes.autocomplete || (changedTiddlers[this.editTitle] && this.getEditorType() !== this.editorType)) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.edit = EditWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/element.js": {
            "title": "$:/core/modules/widgets/element.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/element.js\ntype: application/javascript\nmodule-type: widget\n\nElement widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ElementWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nElementWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nElementWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\t// Neuter blacklisted elements\n\tthis.tag = this.parseTreeNode.tag;\n\tif($tw.config.htmlUnsafeElements.indexOf(this.tag) !== -1) {\n\t\tthis.tag = \"safe-\" + this.tag;\n\t}\n\t// Adjust headings by the current base level\n\tvar headingLevel = [\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\"].indexOf(this.tag);\n\tif(headingLevel !== -1) {\n\t\tvar baseLevel = parseInt(this.getVariable(\"tv-adjust-heading-level\",\"0\"),10) || 0;\n\t\theadingLevel = Math.min(Math.max(headingLevel + 1 + baseLevel,1),6);\n\t\tthis.tag = \"h\" + headingLevel;\n\t}\n\t// Select the namespace for the tag\n\tvar tagNamespaces = {\n\t\t\tsvg: \"http://www.w3.org/2000/svg\",\n\t\t\tmath: \"http://www.w3.org/1998/Math/MathML\",\n\t\t\tbody: \"http://www.w3.org/1999/xhtml\"\n\t\t};\n\tthis.namespace = tagNamespaces[this.tag];\n\tif(this.namespace) {\n\t\tthis.setVariable(\"namespace\",this.namespace);\n\t} else {\n\t\tthis.namespace = this.getVariable(\"namespace\",{defaultValue: \"http://www.w3.org/1999/xhtml\"});\n\t}\n\t// Invoke the th-rendering-element hook\n\tvar parseTreeNodes = $tw.hooks.invokeHook(\"th-rendering-element\",null,this);\n\tthis.isReplaced = !!parseTreeNodes;\n\tif(parseTreeNodes) {\n\t\t// Use the parse tree nodes provided by the hook\n\t\tthis.makeChildWidgets(parseTreeNodes);\n\t\tthis.renderChildren(this.parentDomNode,null);\n\t\treturn;\n\t}\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n\t// Create the DOM node and render children\n\tvar domNode = this.document.createElementNS(this.namespace,this.tag);\n\tthis.assignAttributes(domNode,{excludeEventAttributes: true});\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nElementWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\thasChangedAttributes = $tw.utils.count(changedAttributes) > 0;\n\tif(hasChangedAttributes) {\n\t\tif(!this.isReplaced) {\n\t\t\t// Update our attributes\n\t\t\tthis.assignAttributes(this.domNodes[0],{excludeEventAttributes: true});\t\t\t\n\t\t} else {\n\t\t\t// If we were replaced then completely refresh ourselves\n\t\t\treturn this.refreshSelf();\n\t\t}\n\t}\n\treturn this.refreshChildren(changedTiddlers) || hasChangedAttributes;\n};\n\nexports.element = ElementWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/encrypt.js": {
            "title": "$:/core/modules/widgets/encrypt.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/encrypt.js\ntype: application/javascript\nmodule-type: widget\n\nEncrypt widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EncryptWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEncryptWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEncryptWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.encryptedText);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEncryptWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.filter = this.getAttribute(\"filter\",\"[!is[system]]\");\n\t// Encrypt the filtered tiddlers\n\tvar tiddlers = this.wiki.filterTiddlers(this.filter),\n\t\tjson = {},\n\t\tself = this;\n\t$tw.utils.each(tiddlers,function(title) {\n\t\tvar tiddler = self.wiki.getTiddler(title),\n\t\t\tjsonTiddler = {};\n\t\tfor(var f in tiddler.fields) {\n\t\t\tjsonTiddler[f] = tiddler.getFieldString(f);\n\t\t}\n\t\tjson[title] = jsonTiddler;\n\t});\n\tthis.encryptedText = $tw.utils.htmlEncode($tw.crypto.encrypt(JSON.stringify(json)));\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEncryptWidget.prototype.refresh = function(changedTiddlers) {\n\t// We don't need to worry about refreshing because the encrypt widget isn't for interactive use\n\treturn false;\n};\n\nexports.encrypt = EncryptWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/entity.js": {
            "title": "$:/core/modules/widgets/entity.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/entity.js\ntype: application/javascript\nmodule-type: widget\n\nHTML entity widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EntityWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEntityWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEntityWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar entityString = this.getAttribute(\"entity\",this.parseTreeNode.entity || \"\"),\n\t\ttextNode = this.document.createTextNode($tw.utils.entityDecode(entityString));\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEntityWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEntityWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.entity) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.entity = EntityWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/eventcatcher.js": {
            "title": "$:/core/modules/widgets/eventcatcher.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/eventcatcher.js\ntype: application/javascript\nmodule-type: widget\n\nEvent handler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar EventWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nEventWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nEventWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.elementTag && $tw.config.htmlUnsafeElements.indexOf(this.elementTag) === -1) {\n\t\ttag = this.elementTag;\n\t}\t\n\tvar domNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\t// Assign classes\n\tthis.assignDomNodeClasses();\t\n\t// Add our event handler\n\t$tw.utils.each(this.types,function(type) {\n\t\tdomNode.addEventListener(type,function(event) {\n\t\t\tvar selector = self.getAttribute(\"selector\"),\n\t\t\t\tactions = self.getAttribute(\"actions-\"+type),\n\t\t\t\tselectedNode = event.target,\n\t\t\t\tselectedNodeRect,\n\t\t\t\tcatcherNodeRect,\n\t\t\t\tvariables = {};\n\t\t\tif(selector) {\n\t\t\t\t// Search ancestors for a node that matches the selector\n\t\t\t\twhile(!selectedNode.matches(selector) && selectedNode !== domNode) {\n\t\t\t\t\tselectedNode = selectedNode.parentNode;\n\t\t\t\t}\n\t\t\t\t// If we found one, copy the attributes as variables, otherwise exit\n\t\t\t\tif(selectedNode.matches(selector)) {\n\t\t\t\t\t$tw.utils.each(selectedNode.attributes,function(attribute) {\n\t\t\t\t\t\tvariables[\"dom-\" + attribute.name] = attribute.value.toString();\n\t\t\t\t\t});\n\t\t\t\t\t//Add a variable with a popup coordinate string for the selected node\n\t\t\t\t\tvariables[\"tv-popup-coords\"] = \"(\" + selectedNode.offsetLeft + \",\" + selectedNode.offsetTop +\",\" + selectedNode.offsetWidth + \",\" + selectedNode.offsetHeight + \")\";\n\t\t\t\t\t\n\t\t\t\t\t//Add variables for offset of selected node\n\t\t\t\t\tvariables[\"tv-selectednode-posx\"] = selectedNode.offsetLeft.toString();\n\t\t\t\t\tvariables[\"tv-selectednode-posy\"] = selectedNode.offsetTop.toString();\n\t\t\t\t\tvariables[\"tv-selectednode-width\"] = selectedNode.offsetWidth.toString();\n\t\t\t\t\tvariables[\"tv-selectednode-height\"] = selectedNode.offsetHeight.toString();\n\n\t\t\t\t\t//Add variables for event X and Y position relative to selected node\n\t\t\t\t\tselectedNodeRect = selectedNode.getBoundingClientRect();\t\t\t\t\n\t\t\t\t\tvariables[\"event-fromselected-posx\"] = (event.clientX - selectedNodeRect.left).toString();\n\t\t\t\t\tvariables[\"event-fromselected-posy\"] = (event.clientY - selectedNodeRect.top).toString();\n\n\t\t\t\t\t//Add variables for event X and Y position relative to event catcher node\n\t\t\t\t\tcatcherNodeRect = self.domNode.getBoundingClientRect();\n\t\t\t\t\tvariables[\"event-fromcatcher-posx\"] = (event.clientX - catcherNodeRect.left).toString();\n\t\t\t\t\tvariables[\"event-fromcatcher-posy\"] = (event.clientY - catcherNodeRect.top).toString();\n\t\t\t\t} else {\n\t\t\t\t\treturn false;\n\t\t\t\t}\n\t\t\t}\n\t\t\t// Execute our actions with the variables\n\t\t\tif(actions) {\n\t\t\t\t// Add a variable for the modifier key\n\t\t\t\tvariables.modifier = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\t\t\t// Add a variable for the mouse button\n\t\t\t\tif(\"button\" in event) {\n\t\t\t\t\tif(event.button === 0) {\n\t\t\t\t\t\tvariables[\"event-mousebutton\"] = \"left\";\n\t\t\t\t\t} else if(event.button === 1) {\n\t\t\t\t\t\tvariables[\"event-mousebutton\"] = \"middle\";\n\t\t\t\t\t} else if(event.button === 2) {\n\t\t\t\t\t\tvariables[\"event-mousebutton\"] = \"right\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tvariables[\"event-type\"] = event.type.toString();\n\t\t\t\tif(typeof event.detail === \"object\" && !!event.detail) {\n\t\t\t\t\t$tw.utils.each(event.detail,function(detailValue,detail) {\n\t\t\t\t\t\tvariables[\"event-detail-\" + detail] = detailValue.toString();\n\t\t\t\t\t});\n\t\t\t\t} else if(!!event.detail) {\n\t\t\t\t\tvariables[\"event-detail\"] = event.detail.toString();\n\t\t\t\t}\n\t\t\t\tself.invokeActionString(actions,self,event,variables);\n\t\t\t\tevent.preventDefault();\n\t\t\t\tevent.stopPropagation();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},false);\n\t});\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nEventWidget.prototype.execute = function() {\n\tvar self = this;\n\t// Get attributes that require a refresh on change\n\tthis.types = this.getAttribute(\"events\",\"\").split(\" \");\n\tthis.elementTag = this.getAttribute(\"tag\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\nEventWidget.prototype.assignDomNodeClasses = function() {\n\tvar classes = this.getAttribute(\"class\",\"\").split(\" \");\n\tclasses.push(\"tc-eventcatcher\");\n\tthis.domNode.className = classes.join(\" \");\t\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nEventWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"events\"] || changedAttributes[\"tag\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else if(changedAttributes[\"class\"]) {\n\t\tthis.assignDomNodeClasses();\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.eventcatcher = EventWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/fieldmangler.js": {
            "title": "$:/core/modules/widgets/fieldmangler.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/fieldmangler.js\ntype: application/javascript\nmodule-type: widget\n\nField mangler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldManglerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-remove-field\", handler: \"handleRemoveFieldEvent\"},\n\t\t{type: \"tm-add-field\", handler: \"handleAddFieldEvent\"},\n\t\t{type: \"tm-remove-tag\", handler: \"handleRemoveTagEvent\"},\n\t\t{type: \"tm-add-tag\", handler: \"handleAddTagEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nFieldManglerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFieldManglerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nFieldManglerWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.mangleTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nFieldManglerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nFieldManglerWidget.prototype.handleRemoveFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tdeletion = {};\n\tdeletion[event.param] = undefined;\n\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,deletion));\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleAddFieldEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\taddition = this.wiki.getModificationFields(),\n\t\thadInvalidFieldName = false,\n\t\taddField = function(name,value) {\n\t\t\tvar trimmedName = name.toLowerCase().trim();\n\t\t\tif(!$tw.utils.isValidFieldName(trimmedName)) {\n\t\t\t\tif(!hadInvalidFieldName) {\n\t\t\t\t\talert($tw.language.getString(\n\t\t\t\t\t\t\"InvalidFieldName\",\n\t\t\t\t\t\t{variables:\n\t\t\t\t\t\t\t{fieldName: trimmedName}\n\t\t\t\t\t\t}\n\t\t\t\t\t));\n\t\t\t\t\thadInvalidFieldName = true;\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tif(!value && tiddler) {\n\t\t\t\t\tvalue = tiddler.fields[trimmedName];\n\t\t\t\t}\n\t\t\t\taddition[trimmedName] = value || \"\";\n\t\t\t}\n\t\t\treturn;\n\t\t};\n\taddition.title = this.mangleTitle;\n\tif(typeof event.param === \"string\") {\n\t\taddField(event.param,\"\");\n\t}\n\tif(typeof event.paramObject === \"object\") {\n\t\tfor(var name in event.paramObject) {\n\t\t\taddField(name,event.paramObject[name]);\n\t\t}\n\t}\n\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,addition));\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleRemoveTagEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tmodification = this.wiki.getModificationFields();\n\tif(tiddler && tiddler.fields.tags) {\n\t\tvar p = tiddler.fields.tags.indexOf(event.param);\n\t\tif(p !== -1) {\n\t\t\tmodification.tags = (tiddler.fields.tags || []).slice(0);\n\t\t\tmodification.tags.splice(p,1);\n\t\t\tif(modification.tags.length === 0) {\n\t\t\t\tmodification.tags = undefined;\n\t\t\t}\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\n\t\t}\n\t}\n\treturn true;\n};\n\nFieldManglerWidget.prototype.handleAddTagEvent = function(event) {\n\tvar tiddler = this.wiki.getTiddler(this.mangleTitle),\n\t\tmodification = this.wiki.getModificationFields();\n\tif(tiddler && typeof event.param === \"string\") {\n\t\tvar tag = event.param.trim();\n\t\tif(tag !== \"\") {\n\t\t\tmodification.tags = (tiddler.fields.tags || []).slice(0);\n\t\t\t$tw.utils.pushTop(modification.tags,tag);\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,modification));\t\t\t\n\t\t}\n\t} else if(typeof event.param === \"string\" && event.param.trim() !== \"\" && this.mangleTitle.trim() !== \"\") {\n\t\tvar tag = [];\n\t\ttag.push(event.param.trim());\n\t\tthis.wiki.addTiddler(new $tw.Tiddler({title: this.mangleTitle, tags: tag},modification));\n\t}\n\treturn true;\n};\n\nexports.fieldmangler = FieldManglerWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/fields.js": {
            "title": "$:/core/modules/widgets/fields.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/fields.js\ntype: application/javascript\nmodule-type: widget\n\nFields widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar FieldsWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nFieldsWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nFieldsWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar textNode = this.document.createTextNode(this.text);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nFieldsWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.template = this.getAttribute(\"template\");\n\tthis.sort = this.getAttribute(\"sort\",\"yes\") === \"yes\";\n\tthis.sortReverse = this.getAttribute(\"sortReverse\",\"no\") === \"yes\";\n\tthis.exclude = this.getAttribute(\"exclude\");\n\tthis.include = this.getAttribute(\"include\",null);\n\tthis.stripTitlePrefix = this.getAttribute(\"stripTitlePrefix\",\"no\") === \"yes\";\n\t// Get the value to display\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\n\n\t// Get the inclusion and exclusion list\n\tvar excludeArr = (this.exclude) ? this.exclude.split(\" \") : [\"text\"];\n\t// Include takes precedence\n\tvar includeArr = (this.include) ? this.include.split(\" \") : null;\n\n\t// Compose the template\n\tvar text = [];\n\tif(this.template && tiddler) {\n\t\tvar fields = [];\n\t\tif (includeArr) { // Include takes precedence\n\t\t\tfor(var i=0; i<includeArr.length; i++) {\n\t\t\t\tif(tiddler.fields[includeArr[i]]) {\n\t\t\t\t\tfields.push(includeArr[i]);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tfor(var fieldName in tiddler.fields) {\n\t\t\t\tif(excludeArr.indexOf(fieldName) === -1) {\n\t\t\t\t\tfields.push(fieldName);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (this.sort) fields.sort();\n\t\tif (this.sortReverse) fields.reverse();\n\t\tfor(var f=0, fmax=fields.length; f<fmax; f++) {\n\t\t\tfieldName = fields[f];\n\t\t\tvar row = this.template,\n\t\t\t\tvalue = tiddler.getFieldString(fieldName);\n\t\t\tif(this.stripTitlePrefix && fieldName === \"title\") {\n\t\t\t\tvar reStrip = /^\\{[^\\}]+\\}(.+)/mg,\n\t\t\t\t\treMatch = reStrip.exec(value);\n\t\t\t\tif(reMatch) {\n\t\t\t\t\tvalue = reMatch[1];\n\t\t\t\t}\n\t\t\t}\n\t\t\trow = $tw.utils.replaceString(row,\"$name$\",fieldName);\n\t\t\trow = $tw.utils.replaceString(row,\"$value$\",value);\n\t\t\trow = $tw.utils.replaceString(row,\"$encoded_value$\",$tw.utils.htmlEncode(value));\n\t\t\ttext.push(row);\n\t\t}\n\t}\n\tthis.text = text.join(\"\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nFieldsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif( changedAttributes.tiddler || changedAttributes.template || changedAttributes.exclude ||\n\t\tchangedAttributes.include || changedAttributes.sort || changedAttributes.sortReverse ||\n\t\tchangedTiddlers[this.tiddlerTitle] || changedAttributes.stripTitlePrefix) {\n\t\t\tthis.refreshSelf();\n\t\t\treturn true;\n\t} else {\n\t\treturn false;\n\t}\n};\n\nexports.fields = FieldsWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/image.js": {
            "title": "$:/core/modules/widgets/image.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/image.js\ntype: application/javascript\nmodule-type: widget\n\nThe image widget displays an image referenced with an external URI or with a local tiddler title.\n\n```\n<$image src=\"TiddlerTitle\" width=\"320\" height=\"400\" class=\"classnames\">\n```\n\nThe image source can be the title of an existing tiddler or the URL of an external image.\n\nExternal images always generate an HTML `<img>` tag.\n\nTiddlers that have a _canonical_uri field generate an HTML `<img>` tag with the src attribute containing the URI.\n\nTiddlers that contain image data generate an HTML `<img>` tag with the src attribute containing a base64 representation of the image.\n\nTiddlers that contain wikitext could be rendered to a DIV of the usual size of a tiddler, and then transformed to the size requested.\n\nThe width and height attributes are interpreted as a number of pixels, and do not need to include the \"px\" suffix.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ImageWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nImageWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nImageWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create element\n\t// Determine what type of image it is\n\tvar tag = \"img\", src = \"\",\n\t\ttiddler = this.wiki.getTiddler(this.imageSource);\n\tif(!tiddler) {\n\t\t// The source isn't the title of a tiddler, so we'll assume it's a URL\n\t\tsrc = this.getVariable(\"tv-get-export-image-link\",{params: [{name: \"src\",value: this.imageSource}],defaultValue: this.imageSource});\n\t} else {\n\t\t// Check if it is an image tiddler\n\t\tif(this.wiki.isImageTiddler(this.imageSource)) {\n\t\t\tvar type = tiddler.fields.type,\n\t\t\t\ttext = tiddler.fields.text,\n\t\t\t\t_canonical_uri = tiddler.fields._canonical_uri;\n\t\t\t// If the tiddler has body text then it doesn't need to be lazily loaded\n\t\t\tif(text) {\n\t\t\t\t// Render the appropriate element for the image type\n\t\t\t\tswitch(type) {\n\t\t\t\t\tcase \"application/pdf\":\n\t\t\t\t\t\ttag = \"embed\";\n\t\t\t\t\t\tsrc = \"data:application/pdf;base64,\" + text;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"image/svg+xml\":\n\t\t\t\t\t\tsrc = \"data:image/svg+xml,\" + encodeURIComponent(text);\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tsrc = \"data:\" + type + \";base64,\" + text;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t} else if(_canonical_uri) {\n\t\t\t\tswitch(type) {\n\t\t\t\t\tcase \"application/pdf\":\n\t\t\t\t\t\ttag = \"embed\";\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tcase \"image/svg+xml\":\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\tdefault:\n\t\t\t\t\t\tsrc = _canonical_uri;\n\t\t\t\t\t\tbreak;\n\t\t\t\t}\t\n\t\t\t} else {\n\t\t\t\t// Just trigger loading of the tiddler\n\t\t\t\tthis.wiki.getTiddlerText(this.imageSource);\n\t\t\t}\n\t\t}\n\t}\n\t// Create the element and assign the attributes\n\tvar domNode = this.document.createElement(tag);\n\tdomNode.setAttribute(\"src\",src);\n\tif(this.imageClass) {\n\t\tdomNode.setAttribute(\"class\",this.imageClass);\t\t\n\t}\n\tif(this.imageWidth) {\n\t\tdomNode.setAttribute(\"width\",this.imageWidth);\n\t}\n\tif(this.imageHeight) {\n\t\tdomNode.setAttribute(\"height\",this.imageHeight);\n\t}\n\tif(this.imageTooltip) {\n\t\tdomNode.setAttribute(\"title\",this.imageTooltip);\t\t\n\t}\n\tif(this.imageAlt) {\n\t\tdomNode.setAttribute(\"alt\",this.imageAlt);\t\t\n\t}\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.domNodes.push(domNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nImageWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.imageSource = this.getAttribute(\"source\");\n\tthis.imageWidth = this.getAttribute(\"width\");\n\tthis.imageHeight = this.getAttribute(\"height\");\n\tthis.imageClass = this.getAttribute(\"class\");\n\tthis.imageTooltip = this.getAttribute(\"tooltip\");\n\tthis.imageAlt = this.getAttribute(\"alt\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImageWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.source || changedAttributes.width || changedAttributes.height || changedAttributes[\"class\"] || changedAttributes.tooltip || changedTiddlers[this.imageSource]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\t\n\t}\n};\n\nexports.image = ImageWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/importvariables.js": {
            "title": "$:/core/modules/widgets/importvariables.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/importvariables.js\ntype: application/javascript\nmodule-type: widget\n\nImport variable definitions from other tiddlers\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ImportVariablesWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nImportVariablesWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nImportVariablesWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nImportVariablesWidget.prototype.execute = function(tiddlerList) {\n\tvar widgetPointer = this;\n\t// Got to flush all the accumulated variables\n\tthis.variables = new this.variablesConstructor();\n\t// Get our parameters\n\tthis.filter = this.getAttribute(\"filter\");\n\t// Compute the filter\n\tthis.tiddlerList = tiddlerList || this.wiki.filterTiddlers(this.filter,this);\n\t// Accumulate the <$set> widgets from each tiddler\n\t$tw.utils.each(this.tiddlerList,function(title) {\n\t\tvar parser = widgetPointer.wiki.parseTiddler(title);\n\t\tif(parser) {\n\t\t\tvar parseTreeNode = parser.tree[0];\n\t\t\twhile(parseTreeNode && parseTreeNode.type === \"set\") {\n\t\t\t\tvar node = {\n\t\t\t\t\ttype: \"set\",\n\t\t\t\t\tattributes: parseTreeNode.attributes,\n\t\t\t\t\tparams: parseTreeNode.params,\n\t\t\t\t\tisMacroDefinition: parseTreeNode.isMacroDefinition\n\t\t\t\t};\n\t\t\t\tif (parseTreeNode.isMacroDefinition) {\n\t\t\t\t\t// Macro definitions can be folded into\n\t\t\t\t\t// current widget instead of adding\n\t\t\t\t\t// another link to the chain.\n\t\t\t\t\tvar widget = widgetPointer.makeChildWidget(node);\n\t\t\t\t\twidget.computeAttributes();\n\t\t\t\t\twidget.execute();\n\t\t\t\t\t// We SHALLOW copy over all variables\n\t\t\t\t\t// in widget. We can't use\n\t\t\t\t\t// $tw.utils.assign, because that copies\n\t\t\t\t\t// up the prototype chain, which we\n\t\t\t\t\t// don't want.\n\t\t\t\t\t$tw.utils.each(Object.keys(widget.variables), function(key) {\n\t\t\t\t\t\twidgetPointer.variables[key] = widget.variables[key];\n\t\t\t\t\t});\n\t\t\t\t} else {\n\t\t\t\t\twidgetPointer.children = [widgetPointer.makeChildWidget(node)];\n\t\t\t\t\t// No more regenerating children for\n\t\t\t\t\t// this widget. If it needs to refresh,\n\t\t\t\t\t// it'll do so along with the the whole\n\t\t\t\t\t// importvariable tree.\n\t\t\t\t\tif (widgetPointer != this) {\n\t\t\t\t\t\twidgetPointer.makeChildWidgets = function(){};\n\t\t\t\t\t}\n\t\t\t\t\twidgetPointer = widgetPointer.children[0];\n\t\t\t\t}\n\t\t\t\tparseTreeNode = parseTreeNode.children && parseTreeNode.children[0];\n\t\t\t}\n\t\t} \n\t});\n\n\tif (widgetPointer != this) {\n\t\twidgetPointer.parseTreeNode.children = this.parseTreeNode.children;\n\t} else {\n\t\twidgetPointer.makeChildWidgets();\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nImportVariablesWidget.prototype.refresh = function(changedTiddlers) {\n\t// Recompute our attributes and the filter list\n\tvar changedAttributes = this.computeAttributes(),\n\t\ttiddlerList = this.wiki.filterTiddlers(this.getAttribute(\"filter\"),this);\n\t// Refresh if the filter has changed, or the list of tiddlers has changed, or any of the tiddlers in the list has changed\n\tfunction haveListedTiddlersChanged() {\n\t\tvar changed = false;\n\t\ttiddlerList.forEach(function(title) {\n\t\t\tif(changedTiddlers[title]) {\n\t\t\t\tchanged = true;\n\t\t\t}\n\t\t});\n\t\treturn changed;\n\t}\n\tif(changedAttributes.filter || !$tw.utils.isArrayEqual(this.tiddlerList,tiddlerList) || haveListedTiddlersChanged()) {\n\t\t// Compute the filter\n\t\tthis.removeChildDomNodes();\n\t\tthis.execute(tiddlerList);\n\t\tthis.renderChildren(this.parentDomNode,this.findNextSiblingDomNode());\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.importvariables = ImportVariablesWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/keyboard.js": {
            "title": "$:/core/modules/widgets/keyboard.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/keyboard.js\ntype: application/javascript\nmodule-type: widget\n\nKeyboard shortcut widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar KeyboardWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nKeyboardWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nKeyboardWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.tag && $tw.config.htmlUnsafeElements.indexOf(this.tag) === -1) {\n\t\ttag = this.tag;\n\t}\n\t// Create element\n\tvar domNode = this.document.createElement(tag);\n\t// Assign classes\n\tvar classes = (this[\"class\"] || \"\").split(\" \");\n\tclasses.push(\"tc-keyboard\");\n\tdomNode.className = classes.join(\" \");\n\t// Add a keyboard event handler\n\tdomNode.addEventListener(\"keydown\",function (event) {\n\t\tif($tw.keyboardManager.checkKeyDescriptors(event,self.keyInfoArray)) {\n\t\t\tvar handled = self.invokeActions(self,event);\n\t\t\tif(self.actions) {\n\t\t\t\tself.invokeActionString(self.actions,self,event);\n\t\t\t}\n\t\t\tself.dispatchMessage(event);\n\t\t\tif(handled || self.actions || self.message) {\n\t\t\t\tevent.preventDefault();\n\t\t\t\tevent.stopPropagation();\n\t\t\t}\n\t\t\treturn true;\n\t\t}\n\t\treturn false;\n\t},false);\n\t// Insert element\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nKeyboardWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\")});\n};\n\n/*\nCompute the internal state of the widget\n*/\nKeyboardWidget.prototype.execute = function() {\n\tvar self = this;\n\t// Get attributes\n\tthis.actions = this.getAttribute(\"actions\",\"\");\n\tthis.message = this.getAttribute(\"message\",\"\");\n\tthis.param = this.getAttribute(\"param\",\"\");\n\tthis.key = this.getAttribute(\"key\",\"\");\n\tthis.tag = this.getAttribute(\"tag\",\"\");\n\tthis.keyInfoArray = $tw.keyboardManager.parseKeyDescriptors(this.key);\n\tthis[\"class\"] = this.getAttribute(\"class\",\"\");\n\tif(this.key.substr(0,2) === \"((\" && this.key.substr(-2,2) === \"))\") {\n\t\tthis.shortcutTiddlers = [];\n\t\tvar name = this.key.substring(2,this.key.length -2);\n\t\t$tw.utils.each($tw.keyboardManager.lookupNames,function(platformDescriptor) {\n\t\t\tself.shortcutTiddlers.push(\"$:/config/\" + platformDescriptor + \"/\" + name);\n\t\t});\n\t}\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nKeyboardWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.message || changedAttributes.param || changedAttributes.key || changedAttributes[\"class\"] || changedAttributes.tag) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\t// Update the keyInfoArray if one of its shortcut-config-tiddlers has changed\n\tif(this.shortcutTiddlers && $tw.utils.hopArray(changedTiddlers,this.shortcutTiddlers)) {\n\t\tthis.keyInfoArray = $tw.keyboardManager.parseKeyDescriptors(this.key);\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.keyboard = KeyboardWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/link.js": {
            "title": "$:/core/modules/widgets/link.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/link.js\ntype: application/javascript\nmodule-type: widget\n\nLink widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nLinkWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLinkWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the value of the tv-wikilinks configuration macro\n\tvar wikiLinksMacro = this.getVariable(\"tv-wikilinks\"),\n\t\tuseWikiLinks = wikiLinksMacro ? (wikiLinksMacro.trim() !== \"no\") : true,\n\t\tmissingLinksEnabled = !(this.hideMissingLinks && this.isMissing && !this.isShadow);\n\t// Render the link if required\n\tif(useWikiLinks && missingLinksEnabled) {\n\t\tthis.renderLink(parent,nextSibling);\n\t} else {\n\t\t// Just insert the link text\n\t\tvar domNode = this.document.createElement(\"span\");\n\t\tparent.insertBefore(domNode,nextSibling);\n\t\tthis.renderChildren(domNode,null);\n\t\tthis.domNodes.push(domNode);\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nLinkWidget.prototype.renderLink = function(parent,nextSibling) {\n\tvar self = this;\n\t// Sanitise the specified tag\n\tvar tag = this.linkTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"a\";\n\t}\n\t// Create our element\n\tvar namespace = this.getVariable(\"namespace\",{defaultValue: \"http://www.w3.org/1999/xhtml\"}),\n\t\tdomNode = this.document.createElementNS(namespace,tag);\n\t// Assign classes\n\tvar classes = [];\n\tif(this.overrideClasses === undefined) {\n\t\tclasses.push(\"tc-tiddlylink\");\n\t\tif(this.isShadow) {\n\t\t\tclasses.push(\"tc-tiddlylink-shadow\");\n\t\t}\n\t\tif(this.isMissing && !this.isShadow) {\n\t\t\tclasses.push(\"tc-tiddlylink-missing\");\n\t\t} else {\n\t\t\tif(!this.isMissing) {\n\t\t\t\tclasses.push(\"tc-tiddlylink-resolves\");\n\t\t\t}\n\t\t}\n\t\tif(this.linkClasses) {\n\t\t\tclasses.push(this.linkClasses);\t\t\t\n\t\t}\n\t} else if(this.overrideClasses !== \"\") {\n\t\tclasses.push(this.overrideClasses)\n\t}\n\tif(classes.length > 0) {\n\t\tdomNode.setAttribute(\"class\",classes.join(\" \"));\n\t}\n\t// Set an href\n\tvar wikilinkTransformFilter = this.getVariable(\"tv-filter-export-link\"),\n\t\twikiLinkText;\n\tif(wikilinkTransformFilter) {\n\t\t// Use the filter to construct the href\n\t\twikiLinkText = this.wiki.filterTiddlers(wikilinkTransformFilter,this,function(iterator) {\n\t\t\titerator(self.wiki.getTiddler(self.to),self.to)\n\t\t})[0];\n\t} else {\n\t\t// Expand the tv-wikilink-template variable to construct the href\n\t\tvar wikiLinkTemplateMacro = this.getVariable(\"tv-wikilink-template\"),\n\t\t\twikiLinkTemplate = wikiLinkTemplateMacro ? wikiLinkTemplateMacro.trim() : \"#$uri_encoded$\";\n\t\twikiLinkText = $tw.utils.replaceString(wikiLinkTemplate,\"$uri_encoded$\",encodeURIComponent(this.to));\n\t\twikiLinkText = $tw.utils.replaceString(wikiLinkText,\"$uri_doubleencoded$\",encodeURIComponent(encodeURIComponent(this.to)));\n\t}\n\t// Override with the value of tv-get-export-link if defined\n\twikiLinkText = this.getVariable(\"tv-get-export-link\",{params: [{name: \"to\",value: this.to}],defaultValue: wikiLinkText});\n\tif(tag === \"a\") {\n\t\tvar namespaceHref = (namespace === \"http://www.w3.org/2000/svg\") ? \"http://www.w3.org/1999/xlink\" : undefined;\n\t\tdomNode.setAttributeNS(namespaceHref,\"href\",wikiLinkText);\n\t}\n\t// Set the tabindex\n\tif(this.tabIndex) {\n\t\tdomNode.setAttribute(\"tabindex\",this.tabIndex);\n\t}\n\t// Set the tooltip\n\t// HACK: Performance issues with re-parsing the tooltip prevent us defaulting the tooltip to \"<$transclude field='tooltip'><$transclude field='title'/></$transclude>\"\n\tvar tooltipWikiText = this.tooltip || this.getVariable(\"tv-wikilink-tooltip\");\n\tif(tooltipWikiText) {\n\t\tvar tooltipText = this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",tooltipWikiText,{\n\t\t\t\tparseAsInline: true,\n\t\t\t\tvariables: {\n\t\t\t\t\tcurrentTiddler: this.to\n\t\t\t\t},\n\t\t\t\tparentWidget: this\n\t\t\t});\n\t\tdomNode.setAttribute(\"title\",tooltipText);\n\t}\n\tif(this[\"aria-label\"]) {\n\t\tdomNode.setAttribute(\"aria-label\",this[\"aria-label\"]);\n\t}\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"click\", handlerObject: this, handlerMethod: \"handleClickEvent\"},\n\t]);\n\t// Make the link draggable if required\n\tif(this.draggable === \"yes\") {\n\t\t$tw.utils.makeDraggable({\n\t\t\tdomNode: domNode,\n\t\t\tdragTiddlerFn: function() {return self.to;},\n\t\t\twidget: this\n\t\t});\n\t}\n\t// Insert the link into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nLinkWidget.prototype.handleClickEvent = function(event) {\n\t// Send the click on its way as a navigate event\n\tvar bounds = this.domNodes[0].getBoundingClientRect();\n\tthis.dispatchEvent({\n\t\ttype: \"tm-navigate\",\n\t\tnavigateTo: this.to,\n\t\tnavigateFromTitle: this.getVariable(\"storyTiddler\"),\n\t\tnavigateFromNode: this,\n\t\tnavigateFromClientRect: { top: bounds.top, left: bounds.left, width: bounds.width, right: bounds.right, bottom: bounds.bottom, height: bounds.height\n\t\t},\n\t\tnavigateSuppressNavigation: event.metaKey || event.ctrlKey || (event.button === 1),\n\t\tmetaKey: event.metaKey,\n\t\tctrlKey: event.ctrlKey,\n\t\taltKey: event.altKey,\n\t\tshiftKey: event.shiftKey,\n\t\tevent: event\n\t});\n\tif(this.domNodes[0].hasAttribute(\"href\")) {\n\t\tevent.preventDefault();\n\t}\n\tevent.stopPropagation();\n\treturn false;\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkWidget.prototype.execute = function() {\n\t// Pick up our attributes\n\tthis.to = this.getAttribute(\"to\",this.getVariable(\"currentTiddler\"));\n\tthis.tooltip = this.getAttribute(\"tooltip\");\n\tthis[\"aria-label\"] = this.getAttribute(\"aria-label\");\n\tthis.linkClasses = this.getAttribute(\"class\");\n\tthis.overrideClasses = this.getAttribute(\"overrideClass\");\n\tthis.tabIndex = this.getAttribute(\"tabindex\");\n\tthis.draggable = this.getAttribute(\"draggable\",\"yes\");\n\tthis.linkTag = this.getAttribute(\"tag\",\"a\");\n\t// Determine the link characteristics\n\tthis.isMissing = !this.wiki.tiddlerExists(this.to);\n\tthis.isShadow = this.wiki.isShadowTiddler(this.to);\n\tthis.hideMissingLinks = (this.getVariable(\"tv-show-missing-links\") || \"yes\") === \"no\";\n\t// Make the child widgets\n\tvar templateTree;\n\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\ttemplateTree = this.parseTreeNode.children;\n\t} else {\n\t\t// Default template is a link to the title\n\t\ttemplateTree = [{type: \"text\", text: this.to}];\n\t}\n\tthis.makeChildWidgets(templateTree);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedTiddlers[this.to] || changedAttributes[\"aria-label\"] || changedAttributes.tooltip) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.link = LinkWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/linkcatcher.js": {
            "title": "$:/core/modules/widgets/linkcatcher.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/linkcatcher.js\ntype: application/javascript\nmodule-type: widget\n\nLinkcatcher widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar LinkCatcherWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nLinkCatcherWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nLinkCatcherWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nLinkCatcherWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.catchTo = this.getAttribute(\"to\");\n\tthis.catchMessage = this.getAttribute(\"message\");\n\tthis.catchSet = this.getAttribute(\"set\");\n\tthis.catchSetTo = this.getAttribute(\"setTo\");\n\tthis.catchActions = this.getAttribute(\"actions\");\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n\t// When executing actions we avoid trapping navigate events, so that we don't trigger ourselves recursively\n\tthis.executingActions = false;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nLinkCatcherWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.to || changedAttributes.message || changedAttributes.set || changedAttributes.setTo) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\n/*\nHandle a tm-navigate event\n*/\nLinkCatcherWidget.prototype.handleNavigateEvent = function(event) {\n\tif(!this.executingActions) {\n\t\t// Execute the actions\n\t\tif(this.catchTo) {\n\t\t\tthis.wiki.setTextReference(this.catchTo,event.navigateTo,this.getVariable(\"currentTiddler\"));\n\t\t}\n\t\tif(this.catchMessage && this.parentWidget) {\n\t\t\tthis.parentWidget.dispatchEvent({\n\t\t\t\ttype: this.catchMessage,\n\t\t\t\tparam: event.navigateTo,\n\t\t\t\tnavigateTo: event.navigateTo\n\t\t\t});\n\t\t}\n\t\tif(this.catchSet) {\n\t\t\tvar tiddler = this.wiki.getTiddler(this.catchSet);\n\t\t\tthis.wiki.addTiddler(new $tw.Tiddler(tiddler,{title: this.catchSet, text: this.catchSetTo}));\n\t\t}\n\t\tif(this.catchActions) {\n\t\t\tthis.executingActions = true;\n\t\t\tvar modifierKey = $tw.keyboardManager.getEventModifierKeyDescriptor(event);\n\t\t\tthis.invokeActionString(this.catchActions,this,event,{navigateTo: event.navigateTo, modifier: modifierKey});\n\t\t\tthis.executingActions = false;\n\t\t}\n\t} else {\n\t\t// This is a navigate event generated by the actions of this linkcatcher, so we don't trap it again, but just pass it to the parent\n\t\tthis.parentWidget.dispatchEvent({\n\t\t\ttype: \"tm-navigate\",\n\t\t\tparam: event.navigateTo,\n\t\t\tnavigateTo: event.navigateTo\n\t\t});\n\t}\n\treturn false;\n};\n\nexports.linkcatcher = LinkCatcherWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/list.js": {
            "title": "$:/core/modules/widgets/list.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/list.js\ntype: application/javascript\nmodule-type: widget\n\nList and list item widgets\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\n/*\nThe list widget creates list element sub-widgets that reach back into the list widget for their configuration\n*/\n\nvar ListWidget = function(parseTreeNode,options) {\n\t// Initialise the storyviews if they've not been done already\n\tif(!this.storyViews) {\n\t\tListWidget.prototype.storyViews = {};\n\t\t$tw.modules.applyMethods(\"storyview\",this.storyViews);\n\t}\n\t// Main initialisation inherited from widget.js\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nListWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nListWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n\t// Construct the storyview\n\tvar StoryView = this.storyViews[this.storyViewName];\n\tif(this.storyViewName && !StoryView) {\n\t\tStoryView = this.storyViews[\"classic\"];\n\t}\n\tif(StoryView && !this.document.isTiddlyWikiFakeDom) {\n\t\tthis.storyview = new StoryView(this);\n\t} else {\n\t\tthis.storyview = null;\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nListWidget.prototype.execute = function() {\n\t// Get our attributes\n\tthis.template = this.getAttribute(\"template\");\n\tthis.editTemplate = this.getAttribute(\"editTemplate\");\n\tthis.variableName = this.getAttribute(\"variable\",\"currentTiddler\");\n\tthis.storyViewName = this.getAttribute(\"storyview\");\n\tthis.historyTitle = this.getAttribute(\"history\");\n\t// Compose the list elements\n\tthis.list = this.getTiddlerList();\n\tvar members = [],\n\t\tself = this;\n\t// Check for an empty list\n\tif(this.list.length === 0) {\n\t\tmembers = this.getEmptyMessage();\n\t} else {\n\t\t$tw.utils.each(this.list,function(title,index) {\n\t\t\tmembers.push(self.makeItemTemplate(title));\n\t\t});\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(members);\n\t// Clear the last history\n\tthis.history = [];\n};\n\nListWidget.prototype.getTiddlerList = function() {\n\tvar defaultFilter = \"[!is[system]sort[title]]\";\n\treturn this.wiki.filterTiddlers(this.getAttribute(\"filter\",defaultFilter),this);\n};\n\nListWidget.prototype.getEmptyMessage = function() {\n\tvar parser,\n\t\temptyMessage = this.getAttribute(\"emptyMessage\",\"\");\n\t// this.wiki.parseText() calls \n\t// new Parser(..), which should only be done, if needed, because it's heavy!\n\tif (emptyMessage === \"\") {\n\t\treturn [];\n\t}\n\tparser = this.wiki.parseText(\"text/vnd.tiddlywiki\",emptyMessage,{parseAsInline: true});\n\tif(parser) {\n\t\treturn parser.tree;\n\t} else {\n\t\treturn [];\n\t}\n};\n\n/*\nCompose the template for a list item\n*/\nListWidget.prototype.makeItemTemplate = function(title) {\n\t// Check if the tiddler is a draft\n\tvar tiddler = this.wiki.getTiddler(title),\n\t\tisDraft = tiddler && tiddler.hasField(\"draft.of\"),\n\t\ttemplate = this.template,\n\t\ttemplateTree;\n\tif(isDraft && this.editTemplate) {\n\t\ttemplate = this.editTemplate;\n\t}\n\t// Compose the transclusion of the template\n\tif(template) {\n\t\ttemplateTree = [{type: \"transclude\", attributes: {tiddler: {type: \"string\", value: template}}}];\n\t} else {\n\t\tif(this.parseTreeNode.children && this.parseTreeNode.children.length > 0) {\n\t\t\ttemplateTree = this.parseTreeNode.children;\n\t\t} else {\n\t\t\t// Default template is a link to the title\n\t\t\ttemplateTree = [{type: \"element\", tag: this.parseTreeNode.isBlock ? \"div\" : \"span\", children: [{type: \"link\", attributes: {to: {type: \"string\", value: title}}, children: [\n\t\t\t\t\t{type: \"text\", text: title}\n\t\t\t]}]}];\n\t\t}\n\t}\n\t// Return the list item\n\treturn {type: \"listitem\", itemTitle: title, variableName: this.variableName, children: templateTree};\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nListWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\tresult;\n\t// Call the storyview\n\tif(this.storyview && this.storyview.refreshStart) {\n\t\tthis.storyview.refreshStart(changedTiddlers,changedAttributes);\n\t}\n\t// Completely refresh if any of our attributes have changed\n\tif(changedAttributes.filter || changedAttributes.template || changedAttributes.editTemplate || changedAttributes.emptyMessage || changedAttributes.storyview || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\tresult = true;\n\t} else {\n\t\t// Handle any changes to the list\n\t\tresult = this.handleListChanges(changedTiddlers);\n\t\t// Handle any changes to the history stack\n\t\tif(this.historyTitle && changedTiddlers[this.historyTitle]) {\n\t\t\tthis.handleHistoryChanges();\n\t\t}\n\t}\n\t// Call the storyview\n\tif(this.storyview && this.storyview.refreshEnd) {\n\t\tthis.storyview.refreshEnd(changedTiddlers,changedAttributes);\n\t}\n\treturn result;\n};\n\n/*\nHandle any changes to the history list\n*/\nListWidget.prototype.handleHistoryChanges = function() {\n\t// Get the history data\n\tvar newHistory = this.wiki.getTiddlerDataCached(this.historyTitle,[]);\n\t// Ignore any entries of the history that match the previous history\n\tvar entry = 0;\n\twhile(entry < newHistory.length && entry < this.history.length && newHistory[entry].title === this.history[entry].title) {\n\t\tentry++;\n\t}\n\t// Navigate forwards to each of the new tiddlers\n\twhile(entry < newHistory.length) {\n\t\tif(this.storyview && this.storyview.navigateTo) {\n\t\t\tthis.storyview.navigateTo(newHistory[entry]);\n\t\t}\n\t\tentry++;\n\t}\n\t// Update the history\n\tthis.history = newHistory;\n};\n\n/*\nProcess any changes to the list\n*/\nListWidget.prototype.handleListChanges = function(changedTiddlers) {\n\t// Get the new list\n\tvar prevList = this.list;\n\tthis.list = this.getTiddlerList();\n\t// Check for an empty list\n\tif(this.list.length === 0) {\n\t\t// Check if it was empty before\n\t\tif(prevList.length === 0) {\n\t\t\t// If so, just refresh the empty message\n\t\t\treturn this.refreshChildren(changedTiddlers);\n\t\t} else {\n\t\t\t// Replace the previous content with the empty message\n\t\t\tfor(t=this.children.length-1; t>=0; t--) {\n\t\t\t\tthis.removeListItem(t);\n\t\t\t}\n\t\t\tvar nextSibling = this.findNextSiblingDomNode();\n\t\t\tthis.makeChildWidgets(this.getEmptyMessage());\n\t\t\tthis.renderChildren(this.parentDomNode,nextSibling);\n\t\t\treturn true;\n\t\t}\n\t} else {\n\t\t// If the list was empty then we need to remove the empty message\n\t\tif(prevList.length === 0) {\n\t\t\tthis.removeChildDomNodes();\n\t\t\tthis.children = [];\n\t\t}\n\t\t// Cycle through the list, inserting and removing list items as needed\n\t\tvar hasRefreshed = false;\n\t\tfor(var t=0; t<this.list.length; t++) {\n\t\t\tvar index = this.findListItem(t,this.list[t]);\n\t\t\tif(index === undefined) {\n\t\t\t\t// The list item must be inserted\n\t\t\t\tthis.insertListItem(t,this.list[t]);\n\t\t\t\thasRefreshed = true;\n\t\t\t} else {\n\t\t\t\t// There are intervening list items that must be removed\n\t\t\t\tfor(var n=index-1; n>=t; n--) {\n\t\t\t\t\tthis.removeListItem(n);\n\t\t\t\t\thasRefreshed = true;\n\t\t\t\t}\n\t\t\t\t// Refresh the item we're reusing\n\t\t\t\tvar refreshed = this.children[t].refresh(changedTiddlers);\n\t\t\t\thasRefreshed = hasRefreshed || refreshed;\n\t\t\t}\n\t\t}\n\t\t// Remove any left over items\n\t\tfor(t=this.children.length-1; t>=this.list.length; t--) {\n\t\t\tthis.removeListItem(t);\n\t\t\thasRefreshed = true;\n\t\t}\n\t\treturn hasRefreshed;\n\t}\n};\n\n/*\nFind the list item with a given title, starting from a specified position\n*/\nListWidget.prototype.findListItem = function(startIndex,title) {\n\twhile(startIndex < this.children.length) {\n\t\tif(this.children[startIndex].parseTreeNode.itemTitle === title) {\n\t\t\treturn startIndex;\n\t\t}\n\t\tstartIndex++;\n\t}\n\treturn undefined;\n};\n\n/*\nInsert a new list item at the specified index\n*/\nListWidget.prototype.insertListItem = function(index,title) {\n\t// Create, insert and render the new child widgets\n\tvar widget = this.makeChildWidget(this.makeItemTemplate(title));\n\twidget.parentDomNode = this.parentDomNode; // Hack to enable findNextSiblingDomNode() to work\n\tthis.children.splice(index,0,widget);\n\tvar nextSibling = widget.findNextSiblingDomNode();\n\twidget.render(this.parentDomNode,nextSibling);\n\t// Animate the insertion if required\n\tif(this.storyview && this.storyview.insert) {\n\t\tthis.storyview.insert(widget);\n\t}\n\treturn true;\n};\n\n/*\nRemove the specified list item\n*/\nListWidget.prototype.removeListItem = function(index) {\n\tvar widget = this.children[index];\n\t// Animate the removal if required\n\tif(this.storyview && this.storyview.remove) {\n\t\tthis.storyview.remove(widget);\n\t} else {\n\t\twidget.removeChildDomNodes();\n\t}\n\t// Remove the child widget\n\tthis.children.splice(index,1);\n};\n\nexports.list = ListWidget;\n\nvar ListItemWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nListItemWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nListItemWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nListItemWidget.prototype.execute = function() {\n\t// Set the current list item title\n\tthis.setVariable(this.parseTreeNode.variableName,this.parseTreeNode.itemTitle);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nListItemWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.listitem = ListItemWidget;\n\n})();",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/log.js": {
            "title": "$:/core/modules/widgets/log.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/log.js\ntype: application/javascript\nmodule-type: widget-subclass\n\nWidget to log debug messages\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.baseClass = \"action-log\";\n\nexports.name = \"log\";\n\nexports.constructor = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n}\n\nexports.prototype = {};\n\nexports.prototype.render = function(event) {\n\tObject.getPrototypeOf(Object.getPrototypeOf(this)).render.call(this,event);\t\n\tObject.getPrototypeOf(Object.getPrototypeOf(this)).log.call(this);\n}\n\n})();",
            "type": "application/javascript",
            "module-type": "widget-subclass"
        },
        "$:/core/modules/widgets/macrocall.js": {
            "title": "$:/core/modules/widgets/macrocall.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/macrocall.js\ntype: application/javascript\nmodule-type: widget\n\nMacrocall widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar MacroCallWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nMacroCallWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nMacroCallWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nMacroCallWidget.prototype.execute = function() {\n\t// Get the parse type if specified\n\tthis.parseType = this.getAttribute(\"$type\",\"text/vnd.tiddlywiki\");\n\tthis.renderOutput = this.getAttribute(\"$output\",\"text/html\");\n\t// Merge together the parameters specified in the parse tree with the specified attributes\n\tvar params = this.parseTreeNode.params ? this.parseTreeNode.params.slice(0) : [];\n\t$tw.utils.each(this.attributes,function(attribute,name) {\n\t\tif(name.charAt(0) !== \"$\") {\n\t\t\tparams.push({name: name, value: attribute});\t\t\t\n\t\t}\n\t});\n\t// Get the macro value\n\tvar macroName = this.parseTreeNode.name || this.getAttribute(\"$name\"),\n\t\tvariableInfo = this.getVariableInfo(macroName,{params: params}),\n\t\ttext = variableInfo.text,\n\t\tparseTreeNodes;\n\t// Are we rendering to HTML?\n\tif(this.renderOutput === \"text/html\") {\n\t\t// If so we'll return the parsed macro\n\t\t// Check if we've already cached parsing this macro\n\t\tvar mode = this.parseTreeNode.isBlock ? \"blockParser\" : \"inlineParser\",\n\t\t\tparser;\n\t\tif(variableInfo.srcVariable && variableInfo.srcVariable[mode]) {\n\t\t\tparser = variableInfo.srcVariable[mode];\n\t\t} else {\n\t\t\tparser = this.wiki.parseText(this.parseType,text,\n\t\t\t\t\t\t\t\t{parseAsInline: !this.parseTreeNode.isBlock});\n\t\t\tif(variableInfo.isCacheable && variableInfo.srcVariable) {\n\t\t\t\tvariableInfo.srcVariable[mode] = parser;\n\t\t\t}\n\t\t}\n\t\tvar parseTreeNodes = parser ? parser.tree : [];\n\t\t// Wrap the parse tree in a vars widget assigning the parameters to variables named \"__paramname__\"\n\t\tvar attributes = {};\n\t\t$tw.utils.each(variableInfo.params,function(param) {\n\t\t\tvar name = \"__\" + param.name + \"__\";\n\t\t\tattributes[name] = {\n\t\t\t\tname: name,\n\t\t\t\ttype: \"string\",\n\t\t\t\tvalue: param.value\n\t\t\t};\n\t\t});\n\t\tparseTreeNodes = [{\n\t\t\ttype: \"vars\",\n\t\t\tattributes: attributes,\n\t\t\tchildren: parseTreeNodes\n\t\t}];\n\t} else if(this.renderOutput === \"text/raw\") {\n\t\tparseTreeNodes = [{type: \"text\", text: text}];\n\t} else {\n\t\t// Otherwise, we'll render the text\n\t\tvar plainText = this.wiki.renderText(\"text/plain\",this.parseType,text,{parentWidget: this});\n\t\tparseTreeNodes = [{type: \"text\", text: plainText}];\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nMacroCallWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\t// Rerender ourselves\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.macrocall = MacroCallWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/navigator.js": {
            "title": "$:/core/modules/widgets/navigator.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/navigator.js\ntype: application/javascript\nmodule-type: widget\n\nNavigator widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar IMPORT_TITLE = \"$:/Import\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar NavigatorWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"tm-navigate\", handler: \"handleNavigateEvent\"},\n\t\t{type: \"tm-edit-tiddler\", handler: \"handleEditTiddlerEvent\"},\n\t\t{type: \"tm-delete-tiddler\", handler: \"handleDeleteTiddlerEvent\"},\n\t\t{type: \"tm-save-tiddler\", handler: \"handleSaveTiddlerEvent\"},\n\t\t{type: \"tm-cancel-tiddler\", handler: \"handleCancelTiddlerEvent\"},\n\t\t{type: \"tm-close-tiddler\", handler: \"handleCloseTiddlerEvent\"},\n\t\t{type: \"tm-close-all-tiddlers\", handler: \"handleCloseAllTiddlersEvent\"},\n\t\t{type: \"tm-close-other-tiddlers\", handler: \"handleCloseOtherTiddlersEvent\"},\n\t\t{type: \"tm-new-tiddler\", handler: \"handleNewTiddlerEvent\"},\n\t\t{type: \"tm-import-tiddlers\", handler: \"handleImportTiddlersEvent\"},\n\t\t{type: \"tm-perform-import\", handler: \"handlePerformImportEvent\"},\n\t\t{type: \"tm-fold-tiddler\", handler: \"handleFoldTiddlerEvent\"},\n\t\t{type: \"tm-fold-other-tiddlers\", handler: \"handleFoldOtherTiddlersEvent\"},\n\t\t{type: \"tm-fold-all-tiddlers\", handler: \"handleFoldAllTiddlersEvent\"},\n\t\t{type: \"tm-unfold-all-tiddlers\", handler: \"handleUnfoldAllTiddlersEvent\"},\n\t\t{type: \"tm-rename-tiddler\", handler: \"handleRenameTiddlerEvent\"}\n\t]);\n};\n\n/*\nInherit from the base widget class\n*/\nNavigatorWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nNavigatorWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nNavigatorWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.storyTitle = this.getAttribute(\"story\");\n\tthis.historyTitle = this.getAttribute(\"history\");\n\tthis.setVariable(\"tv-story-list\",this.storyTitle);\n\tthis.setVariable(\"tv-history-list\",this.historyTitle);\n\tthis.story = new $tw.Story({\n\t\twiki: this.wiki,\n\t\tstoryTitle: this.storyTitle,\n\t\thistoryTitle: this.historyTitle\n\t});\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nNavigatorWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.story || changedAttributes.history) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nNavigatorWidget.prototype.getStoryList = function() {\n\treturn this.storyTitle ? this.wiki.getTiddlerList(this.storyTitle) : null;\n};\n\nNavigatorWidget.prototype.saveStoryList = function(storyList) {\n\tif(this.storyTitle) {\n\t\tvar storyTiddler = this.wiki.getTiddler(this.storyTitle);\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(\n\t\t\t{title: this.storyTitle},\n\t\t\tstoryTiddler,\n\t\t\t{list: storyList}\n\t\t));\t\t\n\t}\n};\n\nNavigatorWidget.prototype.removeTitleFromStory = function(storyList,title) {\n\tif(storyList) {\n\t\tvar p = storyList.indexOf(title);\n\t\twhile(p !== -1) {\n\t\t\tstoryList.splice(p,1);\n\t\t\tp = storyList.indexOf(title);\n\t\t}\t\t\n\t}\n};\n\nNavigatorWidget.prototype.replaceFirstTitleInStory = function(storyList,oldTitle,newTitle) {\n\tif(storyList) {\n\t\tvar pos = storyList.indexOf(oldTitle);\n\t\tif(pos !== -1) {\n\t\t\tstoryList[pos] = newTitle;\n\t\t\tdo {\n\t\t\t\tpos = storyList.indexOf(oldTitle,pos + 1);\n\t\t\t\tif(pos !== -1) {\n\t\t\t\t\tstoryList.splice(pos,1);\n\t\t\t\t}\n\t\t\t} while(pos !== -1);\n\t\t} else {\n\t\t\tstoryList.splice(0,0,newTitle);\n\t\t}\t\t\n\t}\n};\n\nNavigatorWidget.prototype.addToStory = function(title,fromTitle) {\n\tif(this.storyTitle) {\n\t\tthis.story.addToStory(title,fromTitle,{\n\t\t\topenLinkFromInsideRiver: this.getAttribute(\"openLinkFromInsideRiver\",\"top\"),\n\t\t\topenLinkFromOutsideRiver: this.getAttribute(\"openLinkFromOutsideRiver\",\"top\")\n\t\t});\n\t}\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\n*/\nNavigatorWidget.prototype.addToHistory = function(title,fromPageRect) {\n\tthis.story.addToHistory(title,fromPageRect,this.historyTitle);\n};\n\n/*\nHandle a tm-navigate event\n*/\nNavigatorWidget.prototype.handleNavigateEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-navigating\",event);\n\tif(event.navigateTo) {\n\t\tthis.addToStory(event.navigateTo,event.navigateFromTitle);\n\t\tif(!event.navigateSuppressNavigation) {\n\t\t\tthis.addToHistory(event.navigateTo,event.navigateFromClientRect);\n\t\t}\n\t}\n\treturn false;\n};\n\n// Close a specified tiddler\nNavigatorWidget.prototype.handleCloseTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\tstoryList = this.getStoryList();\n\t// Look for tiddlers with this title to close\n\tthis.removeTitleFromStory(storyList,title);\n\tthis.saveStoryList(storyList);\n\treturn false;\n};\n\n// Close all tiddlers\nNavigatorWidget.prototype.handleCloseAllTiddlersEvent = function(event) {\n\tthis.saveStoryList([]);\n\treturn false;\n};\n\n// Close other tiddlers\nNavigatorWidget.prototype.handleCloseOtherTiddlersEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle;\n\tthis.saveStoryList([title]);\n\treturn false;\n};\n\n// Place a tiddler in edit mode\nNavigatorWidget.prototype.handleEditTiddlerEvent = function(event) {\n\tvar editTiddler = $tw.hooks.invokeHook(\"th-editing-tiddler\",event);\n\tif(!editTiddler) {\n\t\treturn false;\n\t}\n\tvar self = this;\n\tfunction isUnmodifiedShadow(title) {\n\t\treturn self.wiki.isShadowTiddler(title) && !self.wiki.tiddlerExists(title);\n\t}\n\tfunction confirmEditShadow(title) {\n\t\treturn confirm($tw.language.getString(\n\t\t\t\"ConfirmEditShadowTiddler\",\n\t\t\t{variables:\n\t\t\t\t{title: title}\n\t\t\t}\n\t\t));\n\t}\n\tvar title = event.param || event.tiddlerTitle;\n\tif(isUnmodifiedShadow(title) && !confirmEditShadow(title)) {\n\t\treturn false;\n\t}\n\t// Replace the specified tiddler with a draft in edit mode\n\tvar draftTiddler = this.makeDraftTiddler(title);\n\t// Update the story and history if required\n\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\tvar draftTitle = draftTiddler.fields.title,\n\t\t\tstoryList = this.getStoryList();\n\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\t\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\t\tthis.saveStoryList(storyList);\n\t\treturn false;\n\t}\n};\n\n// Delete a tiddler\nNavigatorWidget.prototype.handleDeleteTiddlerEvent = function(event) {\n\t// Get the tiddler we're deleting\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList(),\n\t\toriginalTitle = tiddler ? tiddler.fields[\"draft.of\"] : \"\",\n\t\toriginalTiddler = originalTitle ? this.wiki.getTiddler(originalTitle) : undefined,\n\t\tconfirmationTitle;\n\tif(!tiddler) {\n\t\treturn false;\n\t}\n\t// Check if the tiddler we're deleting is in draft mode\n\tif(originalTitle) {\n\t\t// If so, we'll prompt for confirmation referencing the original tiddler\n\t\tconfirmationTitle = originalTitle;\n\t} else {\n\t\t// If not a draft, then prompt for confirmation referencing the specified tiddler\n\t\tconfirmationTitle = title;\n\t}\n\t// Seek confirmation\n\tif((this.wiki.getTiddler(originalTitle) || (tiddler.fields.text || \"\") !== \"\") && !confirm($tw.language.getString(\n\t\t\t\t\"ConfirmDeleteTiddler\",\n\t\t\t\t{variables:\n\t\t\t\t\t{title: confirmationTitle}\n\t\t\t\t}\n\t\t\t))) {\n\t\treturn false;\n\t}\n\t// Delete the original tiddler\n\tif(originalTitle) {\n\t\tif(originalTiddler) {\n\t\t\t$tw.hooks.invokeHook(\"th-deleting-tiddler\",originalTiddler);\n\t\t}\n\t\tthis.wiki.deleteTiddler(originalTitle);\n\t\tthis.removeTitleFromStory(storyList,originalTitle);\n\t}\n\t// Invoke the hook function and delete this tiddler\n\t$tw.hooks.invokeHook(\"th-deleting-tiddler\",tiddler);\n\tthis.wiki.deleteTiddler(title);\n\t// Remove the closed tiddler from the story\n\tthis.removeTitleFromStory(storyList,title);\n\tthis.saveStoryList(storyList);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\treturn false;\n};\n\n/*\nCreate/reuse the draft tiddler for a given title\n*/\nNavigatorWidget.prototype.makeDraftTiddler = function(targetTitle) {\n\t// See if there is already a draft tiddler for this tiddler\n\tvar draftTitle = this.wiki.findDraft(targetTitle);\n\tif(draftTitle) {\n\t\treturn this.wiki.getTiddler(draftTitle);\n\t}\n\t// Get the current value of the tiddler we're editing\n\tvar tiddler = this.wiki.getTiddler(targetTitle);\n\t// Save the initial value of the draft tiddler\n\tdraftTitle = this.generateDraftTitle(targetTitle);\n\tvar draftTiddler = new $tw.Tiddler({\n\t\t\t\ttext: \"\",\n\t\t\t},\n\t\t\ttiddler,\n\t\t\t{\n\t\t\t\ttitle: draftTitle,\n\t\t\t\t\"draft.title\": targetTitle,\n\t\t\t\t\"draft.of\": targetTitle\n\t\t\t},\n\t\t\tthis.wiki.getModificationFields()\n\t\t);\n\tthis.wiki.addTiddler(draftTiddler);\n\treturn draftTiddler;\n};\n\n/*\nGenerate a title for the draft of a given tiddler\n*/\nNavigatorWidget.prototype.generateDraftTitle = function(title) {\n\treturn this.wiki.generateDraftTitle(title);\n};\n\n// Take a tiddler out of edit mode, saving the changes\nNavigatorWidget.prototype.handleSaveTiddlerEvent = function(event) {\n\tvar title = event.param || event.tiddlerTitle,\n\t\ttiddler = this.wiki.getTiddler(title),\n\t\tstoryList = this.getStoryList();\n\t// Replace the original tiddler with the draft\n\tif(tiddler) {\n\t\tvar draftTitle = (tiddler.fields[\"draft.title\"] || \"\").trim(),\n\t\t\tdraftOf = (tiddler.fields[\"draft.of\"] || \"\").trim();\n\t\tif(draftTitle) {\n\t\t\tvar isRename = draftOf !== draftTitle,\n\t\t\t\tisConfirmed = true;\n\t\t\tif(isRename && this.wiki.tiddlerExists(draftTitle)) {\n\t\t\t\tisConfirmed = confirm($tw.language.getString(\n\t\t\t\t\t\"ConfirmOverwriteTiddler\",\n\t\t\t\t\t{variables:\n\t\t\t\t\t\t{title: draftTitle}\n\t\t\t\t\t}\n\t\t\t\t));\n\t\t\t}\n\t\t\tif(isConfirmed) {\n\t\t\t\t// Create the new tiddler and pass it through the th-saving-tiddler hook\n\t\t\t\tvar newTiddler = new $tw.Tiddler(this.wiki.getCreationFields(),tiddler,{\n\t\t\t\t\ttitle: draftTitle,\n\t\t\t\t\t\"draft.title\": undefined,\n\t\t\t\t\t\"draft.of\": undefined\n\t\t\t\t},this.wiki.getModificationFields());\n\t\t\t\tnewTiddler = $tw.hooks.invokeHook(\"th-saving-tiddler\",newTiddler,tiddler);\n\t\t\t\tthis.wiki.addTiddler(newTiddler);\n\t\t\t\t// If enabled, relink references to renamed tiddler\n\t\t\t\tvar shouldRelink = this.getAttribute(\"relinkOnRename\",\"no\").toLowerCase().trim() === \"yes\";\n\t\t\t\tif(isRename && shouldRelink && this.wiki.tiddlerExists(draftOf)) {\n\t\t\t\t\tthis.wiki.relinkTiddler(draftOf,draftTitle);\n\t\t\t\t}\n\t\t\t\t// Remove the draft tiddler\n\t\t\t\tthis.wiki.deleteTiddler(title);\n\t\t\t\t// Remove the original tiddler if we're renaming it\n\t\t\t\tif(isRename) {\n\t\t\t\t\tthis.wiki.deleteTiddler(draftOf);\n\t\t\t\t}\n\t\t\t\t// #2381 always remove new title & old\n\t\t\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\t\t\tthis.removeTitleFromStory(storyList,draftOf);\n\t\t\t\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\t\t\t\t// Replace the draft in the story with the original\n\t\t\t\t\tthis.replaceFirstTitleInStory(storyList,title,draftTitle);\n\t\t\t\t\tthis.addToHistory(draftTitle,event.navigateFromClientRect);\n\t\t\t\t\tif(draftTitle !== this.storyTitle) {\n\t\t\t\t\t\tthis.saveStoryList(storyList);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// Trigger an autosave\n\t\t\t\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\n// Take a tiddler out of edit mode without saving the changes\nNavigatorWidget.prototype.handleCancelTiddlerEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-cancelling-tiddler\", event);\n\t// Flip the specified tiddler from draft back to the original\n\tvar draftTitle = event.param || event.tiddlerTitle,\n\t\tdraftTiddler = this.wiki.getTiddler(draftTitle),\n\t\toriginalTitle = draftTiddler && draftTiddler.fields[\"draft.of\"];\n\tif(draftTiddler && originalTitle) {\n\t\t// Ask for confirmation if the tiddler text has changed\n\t\tvar isConfirmed = true,\n\t\t\toriginalTiddler = this.wiki.getTiddler(originalTitle),\n\t\t\tstoryList = this.getStoryList();\n\t\tif(this.wiki.isDraftModified(draftTitle)) {\n\t\t\tisConfirmed = confirm($tw.language.getString(\n\t\t\t\t\"ConfirmCancelTiddler\",\n\t\t\t\t{variables:\n\t\t\t\t\t{title: draftTitle}\n\t\t\t\t}\n\t\t\t));\n\t\t}\n\t\t// Remove the draft tiddler\n\t\tif(isConfirmed) {\n\t\t\tthis.wiki.deleteTiddler(draftTitle);\n\t\t\tif(!event.paramObject || event.paramObject.suppressNavigation !== \"yes\") {\n\t\t\t\tif(originalTiddler) {\n\t\t\t\t\tthis.replaceFirstTitleInStory(storyList,draftTitle,originalTitle);\n\t\t\t\t\tthis.addToHistory(originalTitle,event.navigateFromClientRect);\n\t\t\t\t} else {\n\t\t\t\t\tthis.removeTitleFromStory(storyList,draftTitle);\n\t\t\t\t}\n\t\t\t\tthis.saveStoryList(storyList);\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\n// Create a new draft tiddler\n// event.param can either be the title of a template tiddler, or a hashmap of fields.\n//\n// The title of the newly created tiddler follows these rules:\n// * If a hashmap was used and a title field was specified, use that title\n// * If a hashmap was used without a title field, use a default title, if necessary making it unique with a numeric suffix\n// * If a template tiddler was used, use the title of the template, if necessary making it unique with a numeric suffix\n//\n// If a draft of the target tiddler already exists then it is reused\nNavigatorWidget.prototype.handleNewTiddlerEvent = function(event) {\n\tevent = $tw.hooks.invokeHook(\"th-new-tiddler\", event);\n\t// Get the story details\n\tvar storyList = this.getStoryList(),\n\t\ttemplateTiddler, additionalFields, title, draftTitle, existingTiddler;\n\t// Get the template tiddler (if any)\n\tif(typeof event.param === \"string\") {\n\t\t// Get the template tiddler\n\t\ttemplateTiddler = this.wiki.getTiddler(event.param);\n\t\t// Generate a new title\n\t\ttitle = this.wiki.generateNewTitle(event.param || $tw.language.getString(\"DefaultNewTiddlerTitle\"));\n\t}\n\t// Get the specified additional fields\n\tif(typeof event.paramObject === \"object\") {\n\t\tadditionalFields = event.paramObject;\n\t}\n\tif(typeof event.param === \"object\") { // Backwards compatibility with 5.1.3\n\t\tadditionalFields = event.param;\n\t}\n\tif(additionalFields && additionalFields.title) {\n\t\ttitle = additionalFields.title;\n\t}\n\t// Make a copy of the additional fields excluding any blank ones\n\tvar filteredAdditionalFields = $tw.utils.extend({},additionalFields);\n\tObject.keys(filteredAdditionalFields).forEach(function(fieldName) {\n\t\tif(filteredAdditionalFields[fieldName] === \"\") {\n\t\t\tdelete filteredAdditionalFields[fieldName];\n\t\t}\n\t});\n\t// Generate a title if we don't have one\n\ttitle = title || this.wiki.generateNewTitle($tw.language.getString(\"DefaultNewTiddlerTitle\"));\n\t// Find any existing draft for this tiddler\n\tdraftTitle = this.wiki.findDraft(title);\n\t// Pull in any existing tiddler\n\tif(draftTitle) {\n\t\texistingTiddler = this.wiki.getTiddler(draftTitle);\n\t} else {\n\t\tdraftTitle = this.generateDraftTitle(title);\n\t\texistingTiddler = this.wiki.getTiddler(title);\n\t}\n\t// Merge the tags\n\tvar mergedTags = [];\n\tif(existingTiddler && existingTiddler.fields.tags) {\n\t\t$tw.utils.pushTop(mergedTags,existingTiddler.fields.tags);\n\t}\n\tif(additionalFields && additionalFields.tags) {\n\t\t// Merge tags\n\t\tmergedTags = $tw.utils.pushTop(mergedTags,$tw.utils.parseStringArray(additionalFields.tags));\n\t}\n\tif(templateTiddler && templateTiddler.fields.tags) {\n\t\t// Merge tags\n\t\tmergedTags = $tw.utils.pushTop(mergedTags,templateTiddler.fields.tags);\n\t}\n\t// Save the draft tiddler\n\tvar draftTiddler = new $tw.Tiddler({\n\t\t\ttext: \"\",\n\t\t\t\"draft.title\": title\n\t\t},\n\t\ttemplateTiddler,\n\t\tadditionalFields,\n\t\tthis.wiki.getCreationFields(),\n\t\texistingTiddler,\n\t\tfilteredAdditionalFields,\n\t\t{\n\t\t\ttitle: draftTitle,\n\t\t\t\"draft.of\": title,\n\t\t\ttags: mergedTags\n\t\t},this.wiki.getModificationFields());\n\tthis.wiki.addTiddler(draftTiddler);\n\t// Update the story to insert the new draft at the top and remove any existing tiddler\n\tif(storyList && storyList.indexOf(draftTitle) === -1) {\n\t\tvar slot = storyList.indexOf(event.navigateFromTitle);\n\t\tif(slot === -1) {\n\t\t\tslot = this.getAttribute(\"openLinkFromOutsideRiver\",\"top\") === \"bottom\" ? storyList.length - 1 : slot;\n\t\t}\n\t\tstoryList.splice(slot + 1,0,draftTitle);\n\t}\n\tif(storyList && storyList.indexOf(title) !== -1) {\n\t\tstoryList.splice(storyList.indexOf(title),1);\n\t}\n\tthis.saveStoryList(storyList);\n\t// Add a new record to the top of the history stack\n\tthis.addToHistory(draftTitle);\n\treturn false;\n};\n\n// Import JSON tiddlers into a pending import tiddler\nNavigatorWidget.prototype.handleImportTiddlersEvent = function(event) {\n\t// Get the tiddlers\n\tvar tiddlers = [];\n\ttry {\n\t\ttiddlers = JSON.parse(event.param);\n\t} catch(e) {\n\t}\n\t// Get the current $:/Import tiddler\n\tvar importTitle = event.importTitle ? event.importTitle : IMPORT_TITLE,\n\t\timportTiddler = this.wiki.getTiddler(importTitle),\n\t\timportData = this.wiki.getTiddlerData(importTitle,{}),\n\t\tnewFields = new Object({\n\t\t\ttitle: importTitle,\n\t\t\ttype: \"application/json\",\n\t\t\t\"plugin-type\": \"import\",\n\t\t\t\"status\": \"pending\"\n\t\t}),\n\t\tincomingTiddlers = [];\n\t// Process each tiddler\n\timportData.tiddlers = importData.tiddlers || {};\n\t$tw.utils.each(tiddlers,function(tiddlerFields) {\n\t\ttiddlerFields.title = $tw.utils.trim(tiddlerFields.title);\n\t\tvar title = tiddlerFields.title;\n\t\tif(title) {\n\t\t\tincomingTiddlers.push(title);\n\t\t\timportData.tiddlers[title] = tiddlerFields;\n\t\t}\n\t});\n\t// Give the active upgrader modules a chance to process the incoming tiddlers\n\tvar messages = this.wiki.invokeUpgraders(incomingTiddlers,importData.tiddlers);\n\t$tw.utils.each(messages,function(message,title) {\n\t\tnewFields[\"message-\" + title] = message;\n\t});\n\t// Deselect any suppressed tiddlers\n\t$tw.utils.each(importData.tiddlers,function(tiddler,title) {\n\t\tif($tw.utils.count(tiddler) === 0) {\n\t\t\tnewFields[\"selection-\" + title] = \"unchecked\";\n\t\t\tnewFields[\"suppressed-\" + title] = \"yes\";\n\t\t}\n\t});\n\t// Save the $:/Import tiddler\n\tnewFields.text = JSON.stringify(importData,null,$tw.config.preferences.jsonSpaces);\n\tthis.wiki.addTiddler(new $tw.Tiddler(importTiddler,newFields));\n\t// Update the story and history details\n\tvar autoOpenOnImport = event.autoOpenOnImport ? event.autoOpenOnImport : this.getVariable(\"tv-auto-open-on-import\");  \n\tif(autoOpenOnImport !== \"no\") {\n\t\tvar storyList = this.getStoryList(),\n\t\t\thistory = [];\n\t\t// Add it to the story\n\t\tif(storyList && storyList.indexOf(importTitle) === -1) {\n\t\t\tstoryList.unshift(importTitle);\n\t\t}\n\t\t// And to history\n\t\thistory.push(importTitle);\n\t\t// Save the updated story and history\n\t\tthis.saveStoryList(storyList);\n\t\tthis.addToHistory(history);\n\t}\n\treturn false;\n};\n\n//\nNavigatorWidget.prototype.handlePerformImportEvent = function(event) {\n\tvar self = this,\n\t\timportTiddler = this.wiki.getTiddler(event.param),\n\t\timportData = this.wiki.getTiddlerDataCached(event.param,{tiddlers: {}}),\n\t\timportReport = [];\n\t// Add the tiddlers to the store\n\timportReport.push($tw.language.getString(\"Import/Imported/Hint\") + \"\\n\");\n\t$tw.utils.each(importData.tiddlers,function(tiddlerFields) {\n\t\tvar title = tiddlerFields.title;\n\t\tif(title && importTiddler && importTiddler.fields[\"selection-\" + title] !== \"unchecked\") {\n\t\t\tif($tw.utils.hop(importTiddler.fields,[\"rename-\" + title])) {\n\t\t\t\tvar tiddler = new $tw.Tiddler(tiddlerFields,{title : importTiddler.fields[\"rename-\" + title]});\n\t\t\t} else {\n\t\t\t\tvar tiddler = new $tw.Tiddler(tiddlerFields);\n\t\t\t}\n\t\t\ttiddler = $tw.hooks.invokeHook(\"th-importing-tiddler\",tiddler);\n\t\t\tself.wiki.addTiddler(tiddler);\n\t\t\timportReport.push(\"# [[\" + tiddler.fields.title + \"]]\");\n\t\t}\n\t});\n\t// Replace the $:/Import tiddler with an import report\n\tthis.wiki.addTiddler(new $tw.Tiddler({\n\t\ttitle: event.param,\n\t\ttext: importReport.join(\"\\n\"),\n\t\t\"status\": \"complete\"\n\t}));\n\t// Navigate to the $:/Import tiddler\n\tthis.addToHistory([event.param]);\n\t// Trigger an autosave\n\t$tw.rootWidget.dispatchEvent({type: \"tm-auto-save-wiki\"});\n};\n\nNavigatorWidget.prototype.handleFoldTiddlerEvent = function(event) {\n\tvar paramObject = event.paramObject || {};\n\tif(paramObject.foldedState) {\n\t\tvar foldedState = this.wiki.getTiddlerText(paramObject.foldedState,\"show\") === \"show\" ? \"hide\" : \"show\";\n\t\tthis.wiki.setText(paramObject.foldedState,\"text\",null,foldedState);\n\t}\n};\n\nNavigatorWidget.prototype.handleFoldOtherTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,event.param === title ? \"show\" : \"hide\");\n\t});\n};\n\nNavigatorWidget.prototype.handleFoldAllTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix || \"$:/state/folded/\";\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,\"hide\");\n\t});\n};\n\nNavigatorWidget.prototype.handleUnfoldAllTiddlersEvent = function(event) {\n\tvar self = this,\n\t\tparamObject = event.paramObject || {},\n\t\tprefix = paramObject.foldedStatePrefix;\n\t$tw.utils.each(this.getStoryList(),function(title) {\n\t\tself.wiki.setText(prefix + title,\"text\",null,\"show\");\n\t});\n};\n\nNavigatorWidget.prototype.handleRenameTiddlerEvent = function(event) {\n\tvar options = {},\n\t\tparamObject = event.paramObject || {},\n\t\tfrom = paramObject.from || event.tiddlerTitle,\n\t\tto = paramObject.to;\n\toptions.dontRenameInTags = (paramObject.renameInTags === \"false\" || paramObject.renameInTags === \"no\") ? true : false;\n\toptions.dontRenameInLists = (paramObject.renameInLists === \"false\" || paramObject.renameInLists === \"no\") ? true : false;\n\tthis.wiki.renameTiddler(from,to,options);\n};\n\nexports.navigator = NavigatorWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/password.js": {
            "title": "$:/core/modules/widgets/password.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/password.js\ntype: application/javascript\nmodule-type: widget\n\nPassword widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar PasswordWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nPasswordWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nPasswordWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Get the current password\n\tvar password = $tw.browser ? $tw.utils.getPassword(this.passwordName) || \"\" : \"\";\n\t// Create our element\n\tvar domNode = this.document.createElement(\"input\");\n\tdomNode.setAttribute(\"type\",\"password\");\n\tdomNode.setAttribute(\"value\",password);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(domNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tthis.domNodes.push(domNode);\n};\n\nPasswordWidget.prototype.handleChangeEvent = function(event) {\n\tvar password = this.domNodes[0].value;\n\treturn $tw.utils.savePassword(this.passwordName,password);\n};\n\n/*\nCompute the internal state of the widget\n*/\nPasswordWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.passwordName = this.getAttribute(\"name\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nPasswordWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.password = PasswordWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/qualify.js": {
            "title": "$:/core/modules/widgets/qualify.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/qualify.js\ntype: application/javascript\nmodule-type: widget\n\nQualify text to a variable \n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar QualifyWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nQualifyWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nQualifyWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nQualifyWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.qualifyName = this.getAttribute(\"name\");\n\tthis.qualifyTitle = this.getAttribute(\"title\");\n\t// Set context variable\n\tif(this.qualifyName) {\n\t\tthis.setVariable(this.qualifyName,this.qualifyTitle + \"-\" + this.getStateQualifier());\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nQualifyWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name || changedAttributes.title) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.qualify = QualifyWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/radio.js": {
            "title": "$:/core/modules/widgets/radio.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/radio.js\ntype: application/javascript\nmodule-type: widget\n\nSet a field or index at a given tiddler via radio buttons\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar RadioWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRadioWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRadioWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\tvar isChecked = this.getValue() === this.radioValue;\n\t// Create our elements\n\tthis.labelDomNode = this.document.createElement(\"label\");\n\tthis.labelDomNode.setAttribute(\"class\",\n\t\t\"tc-radio \" + this.radioClass + (isChecked ? \" tc-radio-selected\" : \"\")\n\t);\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"radio\");\n\tif(isChecked) {\n\t\tthis.inputDomNode.setAttribute(\"checked\",\"true\");\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tthis.inputDomNode.setAttribute(\"disabled\",true);\n\t}\n\tthis.labelDomNode.appendChild(this.inputDomNode);\n\tthis.spanDomNode = this.document.createElement(\"span\");\n\tthis.labelDomNode.appendChild(this.spanDomNode);\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.labelDomNode,nextSibling);\n\tthis.renderChildren(this.spanDomNode,null);\n\tthis.domNodes.push(this.labelDomNode);\n};\n\nRadioWidget.prototype.getValue = function() {\n\tvar value,\n\t\ttiddler = this.wiki.getTiddler(this.radioTitle);\n\tif (this.radioIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.radioTitle,this.radioIndex);\n\t} else {\n\t\tvalue = tiddler && tiddler.getFieldString(this.radioField);\n\t}\n\treturn value;\n};\n\nRadioWidget.prototype.setValue = function() {\n\tif(this.radioIndex) {\n\t\tthis.wiki.setText(this.radioTitle,\"\",this.radioIndex,this.radioValue);\n\t} else {\n\t\tvar tiddler = this.wiki.getTiddler(this.radioTitle),\n\t\t\taddition = {};\n\t\taddition[this.radioField] = this.radioValue;\n\t\tthis.wiki.addTiddler(new $tw.Tiddler(this.wiki.getCreationFields(),{title: this.radioTitle},tiddler,addition,this.wiki.getModificationFields()));\n\t}\n};\n\nRadioWidget.prototype.handleChangeEvent = function(event) {\n\tif(this.inputDomNode.checked) {\n\t\tthis.setValue();\n\t}\n\t// Trigger actions\n\tif(this.radioActions) {\n\t\tthis.invokeActionString(this.radioActions,this,event,{\"actionValue\": this.radioValue});\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRadioWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n\tthis.radioTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.radioField = this.getAttribute(\"field\",\"text\");\n\tthis.radioIndex = this.getAttribute(\"index\");\n\tthis.radioValue = this.getAttribute(\"value\");\n\tthis.radioClass = this.getAttribute(\"class\",\"\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\tthis.radioActions = this.getAttribute(\"actions\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRadioWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(($tw.utils.count(changedAttributes) > 0) || changedTiddlers[this.radioTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.radio = RadioWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/range.js": {
            "title": "$:/core/modules/widgets/range.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/range.js\ntype: application/javascript\nmodule-type: widget\n\nRange widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RangeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRangeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRangeWidget.prototype.render = function(parent,nextSibling) {\n\t// Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n\t// Create our elements\n\tthis.inputDomNode = this.document.createElement(\"input\");\n\tthis.inputDomNode.setAttribute(\"type\",\"range\");\n\tthis.inputDomNode.setAttribute(\"class\",this.elementClass);\n\tif(this.minValue){\n\t\tthis.inputDomNode.setAttribute(\"min\", this.minValue);\n\t}\n\tif(this.maxValue){\n\t\tthis.inputDomNode.setAttribute(\"max\", this.maxValue);\n\t}\n\tif(this.increment){\n\t\tthis.inputDomNode.setAttribute(\"step\", this.increment);\n\t}\n\tif(this.isDisabled === \"yes\") {\n\t\tthis.inputDomNode.setAttribute(\"disabled\",true);\n\t}\n\tthis.inputDomNode.value = this.getValue();\n\t// Add a click event handler\n\t$tw.utils.addEventListeners(this.inputDomNode,[\n\t\t{name:\"mousedown\", handlerObject:this, handlerMethod:\"handleMouseDownEvent\"},\n\t\t{name:\"mouseup\",   handlerObject:this, handlerMethod:\"handleMouseUpEvent\"},\n\t\t{name:\"change\",    handlerObject:this, handlerMethod:\"handleChangeEvent\"},\n\t\t{name:\"input\",     handlerObject:this, handlerMethod:\"handleInputEvent\"},\n\t]);\n\t// Insert the label into the DOM and render any children\n\tparent.insertBefore(this.inputDomNode,nextSibling);\n\tthis.domNodes.push(this.inputDomNode);\n};\n\nRangeWidget.prototype.getValue = function() {\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle),\n\t\tfieldName = this.tiddlerField,\n\t\tvalue = this.defaultValue;\n\tif(tiddler) {\n\t\tif(this.tiddlerIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(tiddler,this.tiddlerIndex,this.defaultValue);\n\t\t} else {\n\t\t\tif($tw.utils.hop(tiddler.fields,fieldName)) {\n\t\t\t\tvalue = tiddler.fields[fieldName] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = this.defaultValue;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n\nRangeWidget.prototype.getActionVariables = function(options) {\n\toptions = options || {};\n\tvar hasChanged = (this.startValue !== this.inputDomNode.value) ? \"yes\" : \"no\";\n\t// Trigger actions. Use variables = {key:value, key:value ...}\n\t// the \"value\" is needed.\n\treturn $tw.utils.extend({\"actionValue\": this.inputDomNode.value, \"actionValueHasChanged\": hasChanged}, options);\n}\n\n// actionsStart\nRangeWidget.prototype.handleMouseDownEvent = function(event) {\n\tthis.mouseDown = true; // TODO remove once IE is gone.\n\tthis.startValue = this.inputDomNode.value; // TODO remove this line once IE is gone!\n\tthis.handleEvent(event);\n\t// Trigger actions\n\tif(this.actionsMouseDown) {\n\t\tvar variables = this.getActionVariables() // TODO this line will go into the function call below.\n\t\tthis.invokeActionString(this.actionsMouseDown,this,event,variables);\n\t}\n}\n\n// actionsStop\nRangeWidget.prototype.handleMouseUpEvent = function(event) {\n\tthis.mouseDown = false; // TODO remove once IE is gone.\n\tthis.handleEvent(event);\n\t// Trigger actions\n\tif(this.actionsMouseUp) {\n\t\tvar variables = this.getActionVariables()\n\t\tthis.invokeActionString(this.actionsMouseUp,this,event,variables);\n\t}\n\t// TODO remove the following if() once IE is gone!\n\tif ($tw.browser.isIE) {\n\t\tif (this.startValue !== this.inputDomNode.value) {\n\t\t\tthis.handleChangeEvent(event);\n\t\t\tthis.startValue = this.inputDomNode.value;\n\t\t}\n\t}\n}\n\nRangeWidget.prototype.handleChangeEvent = function(event) {\n\tif (this.mouseDown) {  // TODO refactor this function once IE is gone.\n\t\tthis.handleInputEvent(event);\n\t}\n};\n\nRangeWidget.prototype.handleInputEvent = function(event) {\n\tthis.handleEvent(event);\n\t// Trigger actions\n\tif(this.actionsInput) {\n\t\t// \"tiddler\" parameter may be missing. See .execute() below\n\t\tvar variables = this.getActionVariables({\"actionValueHasChanged\": \"yes\"}) // TODO this line will go into the function call below.\n\t\tthis.invokeActionString(this.actionsInput,this,event,variables);\n\t}\n};\n\nRangeWidget.prototype.handleEvent = function(event) {\n\tif(this.getValue() !== this.inputDomNode.value) {\n\t\tif(this.tiddlerIndex) {\n\t\t\tthis.wiki.setText(this.tiddlerTitle,\"\",this.tiddlerIndex,this.inputDomNode.value);\n\t\t} else {\n\t\t\tthis.wiki.setText(this.tiddlerTitle,this.tiddlerField,null,this.inputDomNode.value);\n\t\t}\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nRangeWidget.prototype.execute = function() {\n\t// TODO remove the next 1 lines once IE is gone!\n\tthis.mouseUp = true; // Needed for IE10\n\t// Get the parameters from the attributes\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.tiddlerField = this.getAttribute(\"field\",\"text\");\n\tthis.tiddlerIndex = this.getAttribute(\"index\");\n\tthis.minValue = this.getAttribute(\"min\");\n\tthis.maxValue = this.getAttribute(\"max\");\n\tthis.increment = this.getAttribute(\"increment\");\n\tthis.defaultValue = this.getAttribute(\"default\",\"\");\n\tthis.elementClass = this.getAttribute(\"class\",\"\");\n\tthis.isDisabled = this.getAttribute(\"disabled\",\"no\");\n\t// Actions since 5.1.23\n\t// Next 2 only fire once!\n\tthis.actionsMouseDown = this.getAttribute(\"actionsStart\",\"\");\n\tthis.actionsMouseUp = this.getAttribute(\"actionsStop\",\"\");\n\t// Input fires very often!\n\tthis.actionsInput = this.getAttribute(\"actions\",\"\");\n\t// Make the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRangeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif($tw.utils.count(changedAttributes) > 0) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar refreshed = false;\n\t\tif(changedTiddlers[this.tiddlerTitle]) {\n\t\t\tvar value = this.getValue();\n\t\t\tif(this.inputDomNode.value !== value) {\n\t\t\t\tthis.inputDomNode.value = value;\n\t\t\t}\n\t\t\trefreshed = true;\n\t\t}\n\t\treturn this.refreshChildren(changedTiddlers) || refreshed;\n\t}\n};\n\nexports.range = RangeWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/raw.js": {
            "title": "$:/core/modules/widgets/raw.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/raw.js\ntype: application/javascript\nmodule-type: widget\n\nRaw widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RawWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRawWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRawWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tvar div = this.document.createElement(\"div\");\n\tdiv.innerHTML=this.parseTreeNode.html;\n\tparent.insertBefore(div,nextSibling);\n\tthis.domNodes.push(div);\t\n};\n\n/*\nCompute the internal state of the widget\n*/\nRawWidget.prototype.execute = function() {\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRawWidget.prototype.refresh = function(changedTiddlers) {\n\treturn false;\n};\n\nexports.raw = RawWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/reveal.js": {
            "title": "$:/core/modules/widgets/reveal.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/reveal.js\ntype: application/javascript\nmodule-type: widget\n\nReveal widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar RevealWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nRevealWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nRevealWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar tag = this.parseTreeNode.isBlock ? \"div\" : \"span\";\n\tif(this.revealTag && $tw.config.htmlUnsafeElements.indexOf(this.revealTag) === -1) {\n\t\ttag = this.revealTag;\n\t}\n\tvar domNode = this.document.createElement(tag);\n\tthis.domNode = domNode;\n\tthis.assignDomNodeClasses();\n\tif(this.style) {\n\t\tdomNode.setAttribute(\"style\",this.style);\n\t}\n\tparent.insertBefore(domNode,nextSibling);\n\tthis.renderChildren(domNode,null);\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\t}\n\tif(!this.isOpen) {\n\t\tdomNode.setAttribute(\"hidden\",\"true\");\n\t}\n\tthis.domNodes.push(domNode);\n};\n\nRevealWidget.prototype.positionPopup = function(domNode) {\n\tdomNode.style.position = \"absolute\";\n\tdomNode.style.zIndex = \"1000\";\n\tvar left,top;\n\tswitch(this.position) {\n\t\tcase \"left\":\n\t\t\tleft = this.popup.left - domNode.offsetWidth;\n\t\t\ttop = this.popup.top;\n\t\t\tbreak;\n\t\tcase \"above\":\n\t\t\tleft = this.popup.left;\n\t\t\ttop = this.popup.top - domNode.offsetHeight;\n\t\t\tbreak;\n\t\tcase \"aboveright\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top + this.popup.height - domNode.offsetHeight;\n\t\t\tbreak;\n\t\tcase \"belowright\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\t\t\t\n\t\tcase \"right\":\n\t\t\tleft = this.popup.left + this.popup.width;\n\t\t\ttop = this.popup.top;\n\t\t\tbreak;\n\t\tcase \"belowleft\":\n\t\t\tleft = this.popup.left + this.popup.width - domNode.offsetWidth;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\n\t\tcase \"aboveleft\":\n\t\t\tleft = this.popup.left - domNode.offsetWidth;\n\t\t\ttop = this.popup.top - domNode.offsetHeight;\n\t\t\tbreak;\t\t\t\n\t\tdefault: // Below\n\t\t\tleft = this.popup.left;\n\t\t\ttop = this.popup.top + this.popup.height;\n\t\t\tbreak;\n\t}\n\tif(!this.positionAllowNegative) {\n\t\tleft = Math.max(0,left);\n\t\ttop = Math.max(0,top);\n\t}\n\tdomNode.style.left = left + \"px\";\n\tdomNode.style.top = top + \"px\";\n};\n\n/*\nCompute the internal state of the widget\n*/\nRevealWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.state = this.getAttribute(\"state\");\n\tthis.revealTag = this.getAttribute(\"tag\");\n\tthis.type = this.getAttribute(\"type\");\n\tthis.text = this.getAttribute(\"text\");\n\tthis.position = this.getAttribute(\"position\");\n\tthis.positionAllowNegative = this.getAttribute(\"positionAllowNegative\") === \"yes\";\n\t// class attribute handled in assignDomNodeClasses()\n\tthis.style = this.getAttribute(\"style\",\"\");\n\tthis[\"default\"] = this.getAttribute(\"default\",\"\");\n\tthis.animate = this.getAttribute(\"animate\",\"no\");\n\tthis.retain = this.getAttribute(\"retain\",\"no\");\n\tthis.openAnimation = this.animate === \"no\" ? undefined : \"open\";\n\tthis.closeAnimation = this.animate === \"no\" ? undefined : \"close\";\n\tthis.updatePopupPosition = this.getAttribute(\"updatePopupPosition\",\"no\") === \"yes\";\n\t// Compute the title of the state tiddler and read it\n\tthis.stateTiddlerTitle = this.state;\n\tthis.stateTitle = this.getAttribute(\"stateTitle\");\n\tthis.stateField = this.getAttribute(\"stateField\");\n\tthis.stateIndex = this.getAttribute(\"stateIndex\");\n\tthis.readState();\n\t// Construct the child widgets\n\tvar childNodes = this.isOpen ? this.parseTreeNode.children : [];\n\tthis.hasChildNodes = this.isOpen;\n\tthis.makeChildWidgets(childNodes);\n};\n\n/*\nRead the state tiddler\n*/\nRevealWidget.prototype.readState = function() {\n\t// Read the information from the state tiddler\n\tvar state,\n\t    defaultState = this[\"default\"];\n\tif(this.stateTitle) {\n\t\tvar stateTitleTiddler = this.wiki.getTiddler(this.stateTitle);\n\t\tif(this.stateField) {\n\t\t\tstate = stateTitleTiddler ? stateTitleTiddler.getFieldString(this.stateField) || defaultState : defaultState;\n\t\t} else if(this.stateIndex) {\n\t\t\tstate = stateTitleTiddler ? this.wiki.extractTiddlerDataItem(this.stateTitle,this.stateIndex) || defaultState : defaultState;\n\t\t} else if(stateTitleTiddler) {\n\t\t\tstate = this.wiki.getTiddlerText(this.stateTitle) || defaultState;\n\t\t} else {\n\t\t\tstate = defaultState;\n\t\t}\n\t} else {\n\t\tstate = this.stateTiddlerTitle ? this.wiki.getTextReference(this.state,this[\"default\"],this.getVariable(\"currentTiddler\")) : this[\"default\"];\n\t}\n\tif(state === null) {\n\t\tstate = this[\"default\"];\n\t}\n\tswitch(this.type) {\n\t\tcase \"popup\":\n\t\t\tthis.readPopupState(state);\n\t\t\tbreak;\n\t\tcase \"match\":\n\t\t\tthis.isOpen = this.text === state;\n\t\t\tbreak;\n\t\tcase \"nomatch\":\n\t\t\tthis.isOpen = this.text !== state;\n\t\t\tbreak;\n\t\tcase \"lt\":\n\t\t\tthis.isOpen = !!(this.compareStateText(state) < 0);\n\t\t\tbreak;\n\t\tcase \"gt\":\n\t\t\tthis.isOpen = !!(this.compareStateText(state) > 0);\n\t\t\tbreak;\n\t\tcase \"lteq\":\n\t\t\tthis.isOpen = !(this.compareStateText(state) > 0);\n\t\t\tbreak;\n\t\tcase \"gteq\":\n\t\t\tthis.isOpen = !(this.compareStateText(state) < 0);\n\t\t\tbreak;\n\t}\n};\n\nRevealWidget.prototype.compareStateText = function(state) {\n\treturn state.localeCompare(this.text,undefined,{numeric: true,sensitivity: \"case\"});\n};\n\nRevealWidget.prototype.readPopupState = function(state) {\n\tvar popupLocationRegExp = /^\\((-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+),(-?[0-9\\.E]+)\\)$/,\n\t\tmatch = popupLocationRegExp.exec(state);\n\t// Check if the state matches the location regexp\n\tif(match) {\n\t\t// If so, we're open\n\t\tthis.isOpen = true;\n\t\t// Get the location\n\t\tthis.popup = {\n\t\t\tleft: parseFloat(match[1]),\n\t\t\ttop: parseFloat(match[2]),\n\t\t\twidth: parseFloat(match[3]),\n\t\t\theight: parseFloat(match[4])\n\t\t};\n\t} else {\n\t\t// If not, we're closed\n\t\tthis.isOpen = false;\n\t}\n};\n\nRevealWidget.prototype.assignDomNodeClasses = function() {\n\tvar classes = this.getAttribute(\"class\",\"\").split(\" \");\n\tclasses.push(\"tc-reveal\");\n\tthis.domNode.className = classes.join(\" \");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nRevealWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.state || changedAttributes.type || changedAttributes.text || changedAttributes.position || changedAttributes.positionAllowNegative || changedAttributes[\"default\"] || changedAttributes.animate || changedAttributes.stateTitle || changedAttributes.stateField || changedAttributes.stateIndex) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\tvar currentlyOpen = this.isOpen;\n\t\tthis.readState();\n\t\tif(this.isOpen !== currentlyOpen) {\n\t\t\tif(this.retain === \"yes\") {\n\t\t\t\tthis.updateState();\n\t\t\t} else {\n\t\t\t\tthis.refreshSelf();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t} else if(this.type === \"popup\" && this.updatePopupPosition && (changedTiddlers[this.state] || changedTiddlers[this.stateTitle])) {\n\t\t\tthis.positionPopup(this.domNode);\n\t\t}\n\t\tif(changedAttributes.style) {\n\t\t\tthis.domNode.style = this.getAttribute(\"style\",\"\");\n\t\t}\n\t\tif(changedAttributes[\"class\"]) {\n\t\t\tthis.assignDomNodeClasses();\n\t\t}\t\t\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\n/*\nCalled by refresh() to dynamically show or hide the content\n*/\nRevealWidget.prototype.updateState = function() {\n\tvar self = this;\n\t// Read the current state\n\tthis.readState();\n\t// Construct the child nodes if needed\n\tvar domNode = this.domNodes[0];\n\tif(this.isOpen && !this.hasChildNodes) {\n\t\tthis.hasChildNodes = true;\n\t\tthis.makeChildWidgets(this.parseTreeNode.children);\n\t\tthis.renderChildren(domNode,null);\n\t}\n\t// Animate our DOM node\n\tif(!domNode.isTiddlyWikiFakeDom && this.type === \"popup\" && this.isOpen) {\n\t\tthis.positionPopup(domNode);\n\t\t$tw.utils.addClass(domNode,\"tc-popup\"); // Make sure that clicks don't dismiss popups within the revealed content\n\n\t}\n\tif(this.isOpen) {\n\t\tdomNode.removeAttribute(\"hidden\");\n        $tw.anim.perform(this.openAnimation,domNode);\n\t} else {\n\t\t$tw.anim.perform(this.closeAnimation,domNode,{callback: function() {\n\t\t\t//make sure that the state hasn't changed during the close animation\n\t\t\tself.readState()\n\t\t\tif(!self.isOpen) {\n\t\t\t\tdomNode.setAttribute(\"hidden\",\"true\");\n\t\t\t}\n\t\t}});\n\t}\n};\n\nexports.reveal = RevealWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/scrollable.js": {
            "title": "$:/core/modules/widgets/scrollable.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/scrollable.js\ntype: application/javascript\nmodule-type: widget\n\nScrollable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ScrollableWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.scaleFactor = 1;\n\tthis.addEventListeners([\n\t\t{type: \"tm-scroll\", handler: \"handleScrollEvent\"}\n\t]);\n\tif($tw.browser) {\n\t\tthis.requestAnimationFrame = window.requestAnimationFrame ||\n\t\t\twindow.webkitRequestAnimationFrame ||\n\t\t\twindow.mozRequestAnimationFrame ||\n\t\t\tfunction(callback) {\n\t\t\t\treturn window.setTimeout(callback, 1000/60);\n\t\t\t};\n\t\tthis.cancelAnimationFrame = window.cancelAnimationFrame ||\n\t\t\twindow.webkitCancelAnimationFrame ||\n\t\t\twindow.webkitCancelRequestAnimationFrame ||\n\t\t\twindow.mozCancelAnimationFrame ||\n\t\t\twindow.mozCancelRequestAnimationFrame ||\n\t\t\tfunction(id) {\n\t\t\t\twindow.clearTimeout(id);\n\t\t\t};\n\t}\n};\n\n/*\nInherit from the base widget class\n*/\nScrollableWidget.prototype = new Widget();\n\nScrollableWidget.prototype.cancelScroll = function() {\n\tif(this.idRequestFrame) {\n\t\tthis.cancelAnimationFrame.call(window,this.idRequestFrame);\n\t\tthis.idRequestFrame = null;\n\t}\n};\n\n/*\nHandle a scroll event\n*/\nScrollableWidget.prototype.handleScrollEvent = function(event) {\n\t// Pass the scroll event through if our offsetsize is larger than our scrollsize\n\tif(this.outerDomNode.scrollWidth <= this.outerDomNode.offsetWidth && this.outerDomNode.scrollHeight <= this.outerDomNode.offsetHeight && this.fallthrough === \"yes\") {\n\t\treturn true;\n\t}\n\tif(event.paramObject && event.paramObject.selector) {\n\t\tthis.scrollSelectorIntoView(null,event.paramObject.selector);\n\t} else {\n\t\tthis.scrollIntoView(event.target);\t\t\t\n\t}\n\treturn false; // Handled event\n};\n\n/*\nScroll an element into view\n*/\nScrollableWidget.prototype.scrollIntoView = function(element) {\n\tvar duration = $tw.utils.getAnimationDuration(),\n\tsrcWindow = element ? element.ownerDocument.defaultView : window;\n\tthis.cancelScroll();\n\tthis.startTime = Date.now();\n\tvar scrollPosition = {\n\t\tx: this.outerDomNode.scrollLeft,\n\t\ty: this.outerDomNode.scrollTop\n\t};\n\t// Get the client bounds of the element and adjust by the scroll position\n\tvar scrollableBounds = this.outerDomNode.getBoundingClientRect(),\n\t\tclientTargetBounds = element.getBoundingClientRect(),\n\t\tbounds = {\n\t\t\tleft: clientTargetBounds.left + scrollPosition.x - scrollableBounds.left,\n\t\t\ttop: clientTargetBounds.top + scrollPosition.y - scrollableBounds.top,\n\t\t\twidth: clientTargetBounds.width,\n\t\t\theight: clientTargetBounds.height\n\t\t};\n\t// We'll consider the horizontal and vertical scroll directions separately via this function\n\tvar getEndPos = function(targetPos,targetSize,currentPos,currentSize) {\n\t\t\t// If the target is already visible then stay where we are\n\t\t\tif(targetPos >= currentPos && (targetPos + targetSize) <= (currentPos + currentSize)) {\n\t\t\t\treturn currentPos;\n\t\t\t// If the target is above/left of the current view, then scroll to its top/left\n\t\t\t} else if(targetPos <= currentPos) {\n\t\t\t\treturn targetPos;\n\t\t\t// If the target is smaller than the window and the scroll position is too far up, then scroll till the target is at the bottom of the window\n\t\t\t} else if(targetSize < currentSize && currentPos < (targetPos + targetSize - currentSize)) {\n\t\t\t\treturn targetPos + targetSize - currentSize;\n\t\t\t// If the target is big, then just scroll to the top\n\t\t\t} else if(currentPos < targetPos) {\n\t\t\t\treturn targetPos;\n\t\t\t// Otherwise, stay where we are\n\t\t\t} else {\n\t\t\t\treturn currentPos;\n\t\t\t}\n\t\t},\n\t\tendX = getEndPos(bounds.left,bounds.width,scrollPosition.x,this.outerDomNode.offsetWidth),\n\t\tendY = getEndPos(bounds.top,bounds.height,scrollPosition.y,this.outerDomNode.offsetHeight);\n\t// Only scroll if necessary\n\tif(endX !== scrollPosition.x || endY !== scrollPosition.y) {\n\t\tvar self = this,\n\t\t\tdrawFrame;\n\t\tdrawFrame = function () {\n\t\t\tvar t;\n\t\t\tif(duration <= 0) {\n\t\t\t\tt = 1;\n\t\t\t} else {\n\t\t\t\tt = ((Date.now()) - self.startTime) / duration;\t\n\t\t\t}\n\t\t\tif(t >= 1) {\n\t\t\t\tself.cancelScroll();\n\t\t\t\tt = 1;\n\t\t\t}\n\t\t\tt = $tw.utils.slowInSlowOut(t);\n\t\t\tself.outerDomNode.scrollLeft = scrollPosition.x + (endX - scrollPosition.x) * t;\n\t\t\tself.outerDomNode.scrollTop = scrollPosition.y + (endY - scrollPosition.y) * t;\n\t\t\tif(t < 1) {\n\t\t\t\tself.idRequestFrame = self.requestAnimationFrame.call(srcWindow,drawFrame);\n\t\t\t}\n\t\t};\n\t\tdrawFrame();\n\t}\n};\n\nScrollableWidget.prototype.scrollSelectorIntoView = function(baseElement,selector,callback) {\n\tbaseElement = baseElement || document.body;\n\tvar element = baseElement.querySelector(selector);\n\tif(element) {\n\t\tthis.scrollIntoView(element,callback);\t\t\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nScrollableWidget.prototype.render = function(parent,nextSibling) {\n\tvar self = this;\n\t// Remember parent\n\tthis.parentDomNode = parent;\n\t// Compute attributes and execute state\n\tthis.computeAttributes();\n\tthis.execute();\n\t// Create elements\n\tthis.outerDomNode = this.document.createElement(\"div\");\n\t$tw.utils.setStyle(this.outerDomNode,[\n\t\t{overflowY: \"auto\"},\n\t\t{overflowX: \"auto\"},\n\t\t{webkitOverflowScrolling: \"touch\"}\n\t]);\n\tthis.innerDomNode = this.document.createElement(\"div\");\n\tthis.outerDomNode.appendChild(this.innerDomNode);\n\t// Assign classes\n\tthis.outerDomNode.className = this[\"class\"] || \"\";\n\t// Insert element\n\tparent.insertBefore(this.outerDomNode,nextSibling);\n\tthis.renderChildren(this.innerDomNode,null);\n\tthis.domNodes.push(this.outerDomNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nScrollableWidget.prototype.execute = function() {\n\t// Get attributes\n\tthis.fallthrough = this.getAttribute(\"fallthrough\",\"yes\");\n\tthis[\"class\"] = this.getAttribute(\"class\");\n\t// Make child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nScrollableWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes[\"class\"]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports.scrollable = ScrollableWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/select.js": {
            "title": "$:/core/modules/widgets/select.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/select.js\ntype: application/javascript\nmodule-type: widget\n\nSelect widget:\n\n```\n<$select tiddler=\"MyTiddler\" field=\"text\">\n<$list filter=\"[tag[chapter]]\">\n<option value=<<currentTiddler>>>\n<$view field=\"description\"/>\n</option>\n</$list>\n</$select>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SelectWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSelectWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSelectWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n\tthis.setSelectValue();\n\t$tw.utils.addEventListeners(this.getSelectDomNode(),[\n\t\t{name: \"change\", handlerObject: this, handlerMethod: \"handleChangeEvent\"}\n\t]);\n};\n\n/*\nHandle a change event\n*/\nSelectWidget.prototype.handleChangeEvent = function(event) {\n\t// Get the new value and assign it to the tiddler\n\tif(this.selectMultiple == false) {\n\t\tvar value = this.getSelectDomNode().value;\n\t} else {\n\t\tvar value = this.getSelectValues()\n\t\t\t\tvalue = $tw.utils.stringifyList(value);\n\t}\n\tthis.wiki.setText(this.selectTitle,this.selectField,this.selectIndex,value);\n\t// Trigger actions\n\tif(this.selectActions) {\n\t\tthis.invokeActionString(this.selectActions,this,event);\n\t}\n};\n\n/*\nIf necessary, set the value of the select element to the current value\n*/\nSelectWidget.prototype.setSelectValue = function() {\n\tvar value = this.selectDefault;\n\t// Get the value\n\tif(this.selectIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.selectTitle,this.selectIndex,value);\n\t} else {\n\t\tvar tiddler = this.wiki.getTiddler(this.selectTitle);\n\t\tif(tiddler) {\n\t\t\tif(this.selectField === \"text\") {\n\t\t\t\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\n\t\t\t\tvalue = this.wiki.getTiddlerText(this.selectTitle);\n\t\t\t} else {\n\t\t\t\tif($tw.utils.hop(tiddler.fields,this.selectField)) {\n\t\t\t\t\tvalue = tiddler.getFieldString(this.selectField);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tif(this.selectField === \"title\") {\n\t\t\t\tvalue = this.selectTitle;\n\t\t\t}\n\t\t}\n\t}\n\t// Assign it to the select element if it's different than the current value\n\tif (this.selectMultiple) {\n\t\tvalue = value === undefined ? \"\" : value;\n\t\tvar select = this.getSelectDomNode();\n\t\tvar values = Array.isArray(value) ? value : $tw.utils.parseStringArray(value);\n\t\tfor(var i=0; i < select.children.length; i++){\n\t\t\tselect.children[i].selected = values.indexOf(select.children[i].value) !== -1\n\t\t}\n\t} else {\n\t\tvar domNode = this.getSelectDomNode();\n\t\tif(domNode.value !== value) {\n\t\t\tdomNode.value = value;\n\t\t}\n\t}\n};\n\n/*\nGet the DOM node of the select element\n*/\nSelectWidget.prototype.getSelectDomNode = function() {\n\treturn this.children[0].domNodes[0];\n};\n\n// Return an array of the selected opion values\n// select is an HTML select element\nSelectWidget.prototype.getSelectValues = function() {\n\tvar select, result, options, opt;\n\tselect = this.getSelectDomNode();\n\tresult = [];\n\toptions = select && select.options;\n\tfor (var i=0; i<options.length; i++) {\n\t\topt = options[i];\n\t\tif (opt.selected) {\n\t\t\tresult.push(opt.value || opt.text);\n\t\t}\n\t}\n\treturn result;\n}\n\n/*\nCompute the internal state of the widget\n*/\nSelectWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.selectActions = this.getAttribute(\"actions\");\n\tthis.selectTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.selectField = this.getAttribute(\"field\",\"text\");\n\tthis.selectIndex = this.getAttribute(\"index\");\n\tthis.selectClass = this.getAttribute(\"class\");\n\tthis.selectDefault = this.getAttribute(\"default\");\n\tthis.selectMultiple = this.getAttribute(\"multiple\", false);\n\tthis.selectSize = this.getAttribute(\"size\");\n\tthis.selectTooltip = this.getAttribute(\"tooltip\");\n\t// Make the child widgets\n\tvar selectNode = {\n\t\ttype: \"element\",\n\t\ttag: \"select\",\n\t\tchildren: this.parseTreeNode.children\n\t};\n\tif(this.selectClass) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"class\",this.selectClass);\n\t}\n\tif(this.selectMultiple) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"multiple\",\"multiple\");\n\t}\n\tif(this.selectSize) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"size\",this.selectSize);\n\t}\n\tif(this.selectTooltip) {\n\t\t$tw.utils.addAttributeToParseTreeNode(selectNode,\"title\",this.selectTooltip);\n\t}\n\tthis.makeChildWidgets([selectNode]);\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nSelectWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// If we're using a different tiddler/field/index then completely refresh ourselves\n\tif(changedAttributes.selectTitle || changedAttributes.selectField || changedAttributes.selectIndex || changedAttributes.selectTooltip) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t// If the target tiddler value has changed, just update setting and refresh the children\n\t} else {\n\t\tvar childrenRefreshed = this.refreshChildren(changedTiddlers);\n\t\tif(changedTiddlers[this.selectTitle] || childrenRefreshed) {\n\t\t\tthis.setSelectValue();\n\t\t} \n\t\treturn childrenRefreshed;\n\t}\n};\n\nexports.select = SelectWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/set.js": {
            "title": "$:/core/modules/widgets/set.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/set.js\ntype: application/javascript\nmodule-type: widget\n\nSet variable widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar SetWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nSetWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nSetWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nSetWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.setName = this.getAttribute(\"name\",\"currentTiddler\");\n\tthis.setFilter = this.getAttribute(\"filter\");\n\tthis.setSelect = this.getAttribute(\"select\");\n\tthis.setTiddler = this.getAttribute(\"tiddler\");\n\tthis.setSubTiddler = this.getAttribute(\"subtiddler\");\n\tthis.setField = this.getAttribute(\"field\");\n\tthis.setIndex = this.getAttribute(\"index\");\n\tthis.setValue = this.getAttribute(\"value\");\n\tthis.setEmptyValue = this.getAttribute(\"emptyValue\");\n\t// Set context variable\n\tthis.setVariable(this.setName,this.getValue(),this.parseTreeNode.params,!!this.parseTreeNode.isMacroDefinition);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nGet the value to be assigned\n*/\nSetWidget.prototype.getValue = function() {\n\tvar value = this.setValue;\n\tif(this.setTiddler) {\n\t\tvar tiddler;\n\t\tif(this.setSubTiddler) {\n\t\t\ttiddler = this.wiki.getSubTiddler(this.setTiddler,this.setSubTiddler);\n\t\t} else {\n\t\t\ttiddler = this.wiki.getTiddler(this.setTiddler);\t\t\t\n\t\t}\n\t\tif(!tiddler) {\n\t\t\tvalue = this.setEmptyValue;\n\t\t} else if(this.setField) {\n\t\t\tvalue = tiddler.getFieldString(this.setField) || this.setEmptyValue;\n\t\t} else if(this.setIndex) {\n\t\t\tvalue = this.wiki.extractTiddlerDataItem(this.setTiddler,this.setIndex,this.setEmptyValue);\n\t\t} else {\n\t\t\tvalue = tiddler.fields.text || this.setEmptyValue ;\n\t\t}\n\t} else if(this.setFilter) {\n\t\tvar results = this.wiki.filterTiddlers(this.setFilter,this);\n\t\tif(this.setValue == null) {\n\t\t\tvar select;\n\t\t\tif(this.setSelect) {\n\t\t\t\tselect = parseInt(this.setSelect,10);\n\t\t\t}\n\t\t\tif(select !== undefined) {\n\t\t\t\tvalue = results[select] || \"\";\n\t\t\t} else {\n\t\t\t\tvalue = $tw.utils.stringifyList(results);\t\t\t\n\t\t\t}\n\t\t}\n\t\tif(results.length === 0 && this.setEmptyValue !== undefined) {\n\t\t\tvalue = this.setEmptyValue;\n\t\t}\n\t} else if(!value && this.setEmptyValue) {\n\t\tvalue = this.setEmptyValue;\n\t}\n\treturn value || \"\";\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nSetWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.name || changedAttributes.filter || changedAttributes.select || changedAttributes.tiddler || (this.setTiddler && changedTiddlers[this.setTiddler]) || changedAttributes.field || changedAttributes.index || changedAttributes.value || changedAttributes.emptyValue ||\n\t   (this.setFilter && this.getValue() != this.variables[this.setName].value)) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.setvariable = SetWidget;\nexports.set = SetWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/text.js": {
            "title": "$:/core/modules/widgets/text.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/text.js\ntype: application/javascript\nmodule-type: widget\n\nText node widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TextNodeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTextNodeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTextNodeWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tvar text = this.getAttribute(\"text\",this.parseTreeNode.text || \"\");\n\ttext = text.replace(/\\r/mg,\"\");\n\tvar textNode = this.document.createTextNode(text);\n\tparent.insertBefore(textNode,nextSibling);\n\tthis.domNodes.push(textNode);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTextNodeWidget.prototype.execute = function() {\n\t// Nothing to do for a text node\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTextNodeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.text) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.text = TextNodeWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/tiddler.js": {
            "title": "$:/core/modules/widgets/tiddler.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/tiddler.js\ntype: application/javascript\nmodule-type: widget\n\nTiddler widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TiddlerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTiddlerWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTiddlerWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTiddlerWidget.prototype.execute = function() {\n\tthis.tiddlerState = this.computeTiddlerState();\n\tthis.setVariable(\"currentTiddler\",this.tiddlerState.currentTiddler);\n\tthis.setVariable(\"missingTiddlerClass\",this.tiddlerState.missingTiddlerClass);\n\tthis.setVariable(\"shadowTiddlerClass\",this.tiddlerState.shadowTiddlerClass);\n\tthis.setVariable(\"systemTiddlerClass\",this.tiddlerState.systemTiddlerClass);\n\tthis.setVariable(\"tiddlerTagClasses\",this.tiddlerState.tiddlerTagClasses);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nCompute the tiddler state flags\n*/\nTiddlerWidget.prototype.computeTiddlerState = function() {\n\t// Get our parameters\n\tthis.tiddlerTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\t// Compute the state\n\tvar state = {\n\t\tcurrentTiddler: this.tiddlerTitle || \"\",\n\t\tmissingTiddlerClass: (this.wiki.tiddlerExists(this.tiddlerTitle) || this.wiki.isShadowTiddler(this.tiddlerTitle)) ? \"tc-tiddler-exists\" : \"tc-tiddler-missing\",\n\t\tshadowTiddlerClass: this.wiki.isShadowTiddler(this.tiddlerTitle) ? \"tc-tiddler-shadow\" : \"\",\n\t\tsystemTiddlerClass: this.wiki.isSystemTiddler(this.tiddlerTitle) ? \"tc-tiddler-system\" : \"\",\n\t\ttiddlerTagClasses: this.getTagClasses()\n\t};\n\t// Compute a simple hash to make it easier to detect changes\n\tstate.hash = state.currentTiddler + state.missingTiddlerClass + state.shadowTiddlerClass + state.systemTiddlerClass + state.tiddlerTagClasses;\n\treturn state;\n};\n\n/*\nCreate a string of CSS classes derived from the tags of the current tiddler\n*/\nTiddlerWidget.prototype.getTagClasses = function() {\n\tvar tiddler = this.wiki.getTiddler(this.tiddlerTitle);\n\tif(tiddler) {\n\t\tvar tags = [];\n\t\t$tw.utils.each(tiddler.fields.tags,function(tag) {\n\t\t\ttags.push(\"tc-tagged-\" + encodeURIComponent(tag));\n\t\t});\n\t\treturn tags.join(\" \");\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTiddlerWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes(),\n\t\tnewTiddlerState = this.computeTiddlerState();\n\tif(changedAttributes.tiddler || newTiddlerState.hash !== this.tiddlerState.hash) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.tiddler = TiddlerWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/transclude.js": {
            "title": "$:/core/modules/widgets/transclude.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/transclude.js\ntype: application/javascript\nmodule-type: widget\n\nTransclude widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar TranscludeWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nTranscludeWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nTranscludeWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nTranscludeWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.transcludeTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.transcludeSubTiddler = this.getAttribute(\"subtiddler\");\n\tthis.transcludeField = this.getAttribute(\"field\");\n\tthis.transcludeIndex = this.getAttribute(\"index\");\n\tthis.transcludeMode = this.getAttribute(\"mode\");\n\tthis.recursionMarker = this.getAttribute(\"recursionMarker\",\"yes\");\n\t// Parse the text reference\n\tvar parseAsInline = !this.parseTreeNode.isBlock;\n\tif(this.transcludeMode === \"inline\") {\n\t\tparseAsInline = true;\n\t} else if(this.transcludeMode === \"block\") {\n\t\tparseAsInline = false;\n\t}\n\tvar parser = this.wiki.parseTextReference(\n\t\t\t\t\t\tthis.transcludeTitle,\n\t\t\t\t\t\tthis.transcludeField,\n\t\t\t\t\t\tthis.transcludeIndex,\n\t\t\t\t\t\t{\n\t\t\t\t\t\t\tparseAsInline: parseAsInline,\n\t\t\t\t\t\t\tsubTiddler: this.transcludeSubTiddler\n\t\t\t\t\t\t}),\n\t\tparseTreeNodes = parser ? parser.tree : this.parseTreeNode.children;\n\t// Set context variables for recursion detection\n\tvar recursionMarker = this.makeRecursionMarker();\n\tif(this.recursionMarker === \"yes\") {\n\t\tthis.setVariable(\"transclusion\",recursionMarker);\n\t}\n\t// Check for recursion\n\tif(parser) {\n\t\tif(this.parentWidget && this.parentWidget.hasVariable(\"transclusion\",recursionMarker)) {\n\t\t\tparseTreeNodes = [{type: \"element\", tag: \"span\", attributes: {\n\t\t\t\t\"class\": {type: \"string\", value: \"tc-error\"}\n\t\t\t}, children: [\n\t\t\t\t{type: \"text\", text: $tw.language.getString(\"Error/RecursiveTransclusion\")}\n\t\t\t]}];\n\t\t}\n\t}\n\t// Construct the child widgets\n\tthis.makeChildWidgets(parseTreeNodes);\n};\n\n/*\nCompose a string comprising the title, field and/or index to identify this transclusion for recursion detection\n*/\nTranscludeWidget.prototype.makeRecursionMarker = function() {\n\tvar output = [];\n\toutput.push(\"{\");\n\toutput.push(this.getVariable(\"currentTiddler\",{defaultValue: \"\"}));\n\toutput.push(\"|\");\n\toutput.push(this.transcludeTitle || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeField || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeIndex || \"\");\n\toutput.push(\"|\");\n\toutput.push(this.transcludeSubTiddler || \"\");\n\toutput.push(\"}\");\n\treturn output.join(\"\");\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nTranscludeWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedTiddlers[this.transcludeTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn this.refreshChildren(changedTiddlers);\t\t\n\t}\n};\n\nexports.transclude = TranscludeWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/vars.js": {
            "title": "$:/core/modules/widgets/vars.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/vars.js\ntype: application/javascript\nmodule-type: widget\n\nThis widget allows multiple variables to be set in one go:\n\n```\n\\define helloworld() Hello world!\n<$vars greeting=\"Hi\" me={{!!title}} sentence=<<helloworld>>>\n  <<greeting>>! I am <<me>> and I say: <<sentence>>\n</$vars>\n```\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar VarsWidget = function(parseTreeNode,options) {\n\t// Call the constructor\n\tWidget.call(this);\n\t// Initialise\t\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nVarsWidget.prototype = Object.create(Widget.prototype);\n\n/*\nRender this widget into the DOM\n*/\nVarsWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nVarsWidget.prototype.execute = function() {\n\t// Parse variables\n\tvar self = this;\n\t$tw.utils.each(this.attributes,function(val,key) {\n\t\tif(key.charAt(0) !== \"$\") {\n\t\t\tself.setVariable(key,val);\n\t\t}\n\t});\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nRefresh the widget by ensuring our attributes are up to date\n*/\nVarsWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(Object.keys(changedAttributes).length) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n\treturn this.refreshChildren(changedTiddlers);\n};\n\nexports[\"vars\"] = VarsWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/view.js": {
            "title": "$:/core/modules/widgets/view.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/view.js\ntype: application/javascript\nmodule-type: widget\n\nView widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar ViewWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nViewWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nViewWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tif(this.text) {\n\t\tvar textNode = this.document.createTextNode(this.text);\n\t\tparent.insertBefore(textNode,nextSibling);\n\t\tthis.domNodes.push(textNode);\n\t} else {\n\t\tthis.makeChildWidgets();\n\t\tthis.renderChildren(parent,nextSibling);\n\t}\n};\n\n/*\nCompute the internal state of the widget\n*/\nViewWidget.prototype.execute = function() {\n\t// Get parameters from our attributes\n\tthis.viewTitle = this.getAttribute(\"tiddler\",this.getVariable(\"currentTiddler\"));\n\tthis.viewSubtiddler = this.getAttribute(\"subtiddler\");\n\tthis.viewField = this.getAttribute(\"field\",\"text\");\n\tthis.viewIndex = this.getAttribute(\"index\");\n\tthis.viewFormat = this.getAttribute(\"format\",\"text\");\n\tthis.viewTemplate = this.getAttribute(\"template\",\"\");\n\tthis.viewMode = this.getAttribute(\"mode\",\"block\");\n\tswitch(this.viewFormat) {\n\t\tcase \"htmlwikified\":\n\t\t\tthis.text = this.getValueAsHtmlWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"plainwikified\":\n\t\t\tthis.text = this.getValueAsPlainWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"htmlencodedplainwikified\":\n\t\t\tthis.text = this.getValueAsHtmlEncodedPlainWikified(this.viewMode);\n\t\t\tbreak;\n\t\tcase \"htmlencoded\":\n\t\t\tthis.text = this.getValueAsHtmlEncoded();\n\t\t\tbreak;\n\t\tcase \"urlencoded\":\n\t\t\tthis.text = this.getValueAsUrlEncoded();\n\t\t\tbreak;\n\t\tcase \"doubleurlencoded\":\n\t\t\tthis.text = this.getValueAsDoubleUrlEncoded();\n\t\t\tbreak;\n\t\tcase \"date\":\n\t\t\tthis.text = this.getValueAsDate(this.viewTemplate);\n\t\t\tbreak;\n\t\tcase \"relativedate\":\n\t\t\tthis.text = this.getValueAsRelativeDate();\n\t\t\tbreak;\n\t\tcase \"stripcomments\":\n\t\t\tthis.text = this.getValueAsStrippedComments();\n\t\t\tbreak;\n\t\tcase \"jsencoded\":\n\t\t\tthis.text = this.getValueAsJsEncoded();\n\t\t\tbreak;\n\t\tdefault: // \"text\"\n\t\t\tthis.text = this.getValueAsText();\n\t\t\tbreak;\n\t}\n};\n\n/*\nThe various formatter functions are baked into this widget for the moment. Eventually they will be replaced by macro functions\n*/\n\n/*\nRetrieve the value of the widget. Options are:\nasString: Optionally return the value as a string\n*/\nViewWidget.prototype.getValue = function(options) {\n\toptions = options || {};\n\tvar value = options.asString ? \"\" : undefined;\n\tif(this.viewIndex) {\n\t\tvalue = this.wiki.extractTiddlerDataItem(this.viewTitle,this.viewIndex);\n\t} else {\n\t\tvar tiddler;\n\t\tif(this.viewSubtiddler) {\n\t\t\ttiddler = this.wiki.getSubTiddler(this.viewTitle,this.viewSubtiddler);\t\n\t\t} else {\n\t\t\ttiddler = this.wiki.getTiddler(this.viewTitle);\n\t\t}\n\t\tif(tiddler) {\n\t\t\tif(this.viewField === \"text\" && !this.viewSubtiddler) {\n\t\t\t\t// Calling getTiddlerText() triggers lazy loading of skinny tiddlers\n\t\t\t\tvalue = this.wiki.getTiddlerText(this.viewTitle);\n\t\t\t} else {\n\t\t\t\tif($tw.utils.hop(tiddler.fields,this.viewField)) {\n\t\t\t\t\tif(options.asString) {\n\t\t\t\t\t\tvalue = tiddler.getFieldString(this.viewField);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvalue = tiddler.fields[this.viewField];\t\t\t\t\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tif(this.viewField === \"title\") {\n\t\t\t\tvalue = this.viewTitle;\n\t\t\t}\n\t\t}\n\t}\n\treturn value;\n};\n\nViewWidget.prototype.getValueAsText = function() {\n\treturn this.getValue({asString: true});\n};\n\nViewWidget.prototype.getValueAsHtmlWikified = function(mode) {\n\treturn this.wiki.renderText(\"text/html\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t});\n};\n\nViewWidget.prototype.getValueAsPlainWikified = function(mode) {\n\treturn this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t});\n};\n\nViewWidget.prototype.getValueAsHtmlEncodedPlainWikified = function(mode) {\n\treturn $tw.utils.htmlEncode(this.wiki.renderText(\"text/plain\",\"text/vnd.tiddlywiki\",this.getValueAsText(),{\n\t\tparseAsInline: mode !== \"block\",\n\t\tparentWidget: this\n\t}));\n};\n\nViewWidget.prototype.getValueAsHtmlEncoded = function() {\n\treturn $tw.utils.htmlEncode(this.getValueAsText());\n};\n\nViewWidget.prototype.getValueAsUrlEncoded = function() {\n\treturn encodeURIComponent(this.getValueAsText());\n};\n\nViewWidget.prototype.getValueAsDoubleUrlEncoded = function() {\n\treturn encodeURIComponent(encodeURIComponent(this.getValueAsText()));\n};\n\nViewWidget.prototype.getValueAsDate = function(format) {\n\tformat = format || \"YYYY MM DD 0hh:0mm\";\n\tvar value = $tw.utils.parseDate(this.getValue());\n\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\treturn $tw.utils.formatDateString(value,format);\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\nViewWidget.prototype.getValueAsRelativeDate = function(format) {\n\tvar value = $tw.utils.parseDate(this.getValue());\n\tif(value && $tw.utils.isDate(value) && value.toString() !== \"Invalid Date\") {\n\t\treturn $tw.utils.getRelativeDate((new Date()) - (new Date(value))).description;\n\t} else {\n\t\treturn \"\";\n\t}\n};\n\nViewWidget.prototype.getValueAsStrippedComments = function() {\n\tvar lines = this.getValueAsText().split(\"\\n\"),\n\t\tout = [];\n\tfor(var line=0; line<lines.length; line++) {\n\t\tvar text = lines[line];\n\t\tif(!/^\\s*\\/\\/#/.test(text)) {\n\t\t\tout.push(text);\n\t\t}\n\t}\n\treturn out.join(\"\\n\");\n};\n\nViewWidget.prototype.getValueAsJsEncoded = function() {\n\treturn $tw.utils.stringify(this.getValueAsText());\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nViewWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.field || changedAttributes.index || changedAttributes.template || changedAttributes.format || changedTiddlers[this.viewTitle]) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\treturn false;\t\n\t}\n};\n\nexports.view = ViewWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/widget.js": {
            "title": "$:/core/modules/widgets/widget.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/widget.js\ntype: application/javascript\nmodule-type: widget\n\nWidget base class\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nCreate a widget object for a parse tree node\n\tparseTreeNode: reference to the parse tree node to be rendered\n\toptions: see below\nOptions include:\n\twiki: mandatory reference to wiki associated with this render tree\n\tparentWidget: optional reference to a parent renderer node for the context chain\n\tdocument: optional document object to use instead of global document\n*/\nvar Widget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInitialise widget properties. These steps are pulled out of the constructor so that we can reuse them in subclasses\n*/\nWidget.prototype.initialise = function(parseTreeNode,options) {\n\t// Bail if parseTreeNode is undefined, meaning  that the widget constructor was called without any arguments so that it can be subclassed\n\tif(parseTreeNode === undefined) {\n\t\treturn;\n\t}\n\toptions = options || {};\n\t// Save widget info\n\tthis.parseTreeNode = parseTreeNode;\n\tthis.wiki = options.wiki;\n\tthis.parentWidget = options.parentWidget;\n\tthis.variablesConstructor = function() {};\n\tthis.variablesConstructor.prototype = this.parentWidget ? this.parentWidget.variables : {};\n\tthis.variables = new this.variablesConstructor();\n\tthis.document = options.document;\n\tthis.attributes = {};\n\tthis.children = [];\n\tthis.domNodes = [];\n\tthis.eventListeners = {};\n\t// Hashmap of the widget classes\n\tif(!this.widgetClasses) {\n\t\t// Get widget classes\n\t\tWidget.prototype.widgetClasses = $tw.modules.applyMethods(\"widget\");\n\t\t// Process any subclasses\n\t\t$tw.modules.forEachModuleOfType(\"widget-subclass\",function(title,module) {\n\t\t\tif(module.baseClass) {\n\t\t\t\tvar baseClass = Widget.prototype.widgetClasses[module.baseClass];\n\t\t\t\tif(!baseClass) {\n\t\t\t\t\tthrow \"Module '\" + title + \"' is attemping to extend a non-existent base class '\" + module.baseClass + \"'\";\n\t\t\t\t}\n\t\t\t\tvar subClass = module.constructor;\n\t\t\t\tsubClass.prototype = new baseClass();\n\t\t\t\t$tw.utils.extend(subClass.prototype,module.prototype);\n\t\t\t\tWidget.prototype.widgetClasses[module.name || module.baseClass] = subClass;\n\t\t\t}\n\t\t});\n\t}\n};\n\n/*\nRender this widget into the DOM\n*/\nWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nWidget.prototype.execute = function() {\n\tthis.makeChildWidgets();\n};\n\n/*\nSet the value of a context variable\nname: name of the variable\nvalue: value of the variable\nparams: array of {name:, default:} for each parameter\nisMacroDefinition: true if the variable is set via a \\define macro pragma (and hence should have variable substitution performed)\n*/\nWidget.prototype.setVariable = function(name,value,params,isMacroDefinition) {\n\tthis.variables[name] = {value: value, params: params, isMacroDefinition: !!isMacroDefinition};\n};\n\n/*\nGet the prevailing value of a context variable\nname: name of variable\noptions: see below\nOptions include\nparams: array of {name:, value:} for each parameter\ndefaultValue: default value if the variable is not defined\n\nReturns an object with the following fields:\n\nparams: array of {name:,value:} of parameters passed to wikitext variables\ntext: text of variable, with parameters properly substituted\n*/\nWidget.prototype.getVariableInfo = function(name,options) {\n\toptions = options || {};\n\tvar actualParams = options.params || [],\n\t\tparentWidget = this.parentWidget;\n\t// Check for the variable defined in the parent widget (or an ancestor in the prototype chain)\n\tif(parentWidget && name in parentWidget.variables) {\n\t\tvar variable = parentWidget.variables[name],\n\t\t\toriginalValue = variable.value,\n\t\t\tvalue = originalValue,\n\t\t\tparams = this.resolveVariableParameters(variable.params,actualParams);\n\t\t// Substitute any parameters specified in the definition\n\t\t$tw.utils.each(params,function(param) {\n\t\t\tvalue = $tw.utils.replaceString(value,new RegExp(\"\\\\$\" + $tw.utils.escapeRegExp(param.name) + \"\\\\$\",\"mg\"),param.value);\n\t\t});\n\t\t// Only substitute variable references if this variable was defined with the \\define pragma\n\t\tif(variable.isMacroDefinition) {\n\t\t\tvalue = this.substituteVariableReferences(value);\t\t\t\n\t\t}\n\t\treturn {\n\t\t\ttext: value,\n\t\t\tparams: params,\n\t\t\tsrcVariable: variable,\n\t\t\tisCacheable: originalValue === value\n\t\t};\n\t}\n\t// If the variable doesn't exist in the parent widget then look for a macro module\n\treturn {\n\t\ttext: this.evaluateMacroModule(name,actualParams,options.defaultValue)\n\t};\n};\n\n/*\nSimplified version of getVariableInfo() that just returns the text\n*/\nWidget.prototype.getVariable = function(name,options) {\n\treturn this.getVariableInfo(name,options).text;\n};\n\nWidget.prototype.resolveVariableParameters = function(formalParams,actualParams) {\n\tformalParams = formalParams || [];\n\tactualParams = actualParams || [];\n\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\tparamInfo, paramValue,\n\t\tresults = [];\n\t// Step through each of the parameters in the macro definition\n\tfor(var p=0; p<formalParams.length; p++) {\n\t\t// Check if we've got a macro call parameter with the same name\n\t\tparamInfo = formalParams[p];\n\t\tparamValue = undefined;\n\t\tfor(var m=0; m<actualParams.length; m++) {\n\t\t\tif(actualParams[m].name === paramInfo.name) {\n\t\t\t\tparamValue = actualParams[m].value;\n\t\t\t}\n\t\t}\n\t\t// If not, use the next available anonymous macro call parameter\n\t\twhile(nextAnonParameter < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\tnextAnonParameter++;\n\t\t}\n\t\tif(paramValue === undefined && nextAnonParameter < actualParams.length) {\n\t\t\tparamValue = actualParams[nextAnonParameter++].value;\n\t\t}\n\t\t// If we've still not got a value, use the default, if any\n\t\tparamValue = paramValue || paramInfo[\"default\"] || \"\";\n\t\t// Store the parameter name and value\n\t\tresults.push({name: paramInfo.name, value: paramValue});\n\t}\n\treturn results;\n};\n\nWidget.prototype.substituteVariableReferences = function(text) {\n\tvar self = this;\n\treturn (text || \"\").replace(/\\$\\(([^\\)\\$]+)\\)\\$/g,function(match,p1,offset,string) {\n\t\treturn self.getVariable(p1,{defaultValue: \"\"});\n\t});\n};\n\nWidget.prototype.evaluateMacroModule = function(name,actualParams,defaultValue) {\n\tif($tw.utils.hop($tw.macros,name)) {\n\t\tvar macro = $tw.macros[name],\n\t\t\targs = [];\n\t\tif(macro.params.length > 0) {\n\t\t\tvar nextAnonParameter = 0, // Next candidate anonymous parameter in macro call\n\t\t\t\tparamInfo, paramValue;\n\t\t\t// Step through each of the parameters in the macro definition\n\t\t\tfor(var p=0; p<macro.params.length; p++) {\n\t\t\t\t// Check if we've got a macro call parameter with the same name\n\t\t\t\tparamInfo = macro.params[p];\n\t\t\t\tparamValue = undefined;\n\t\t\t\tfor(var m=0; m<actualParams.length; m++) {\n\t\t\t\t\tif(actualParams[m].name === paramInfo.name) {\n\t\t\t\t\t\tparamValue = actualParams[m].value;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// If not, use the next available anonymous macro call parameter\n\t\t\t\twhile(nextAnonParameter < actualParams.length && actualParams[nextAnonParameter].name) {\n\t\t\t\t\tnextAnonParameter++;\n\t\t\t\t}\n\t\t\t\tif(paramValue === undefined && nextAnonParameter < actualParams.length) {\n\t\t\t\t\tparamValue = actualParams[nextAnonParameter++].value;\n\t\t\t\t}\n\t\t\t\t// If we've still not got a value, use the default, if any\n\t\t\t\tparamValue = paramValue || paramInfo[\"default\"] || \"\";\n\t\t\t\t// Save the parameter\n\t\t\t\targs.push(paramValue);\n\t\t\t}\n\t\t}\n\t\telse for(var i=0; i<actualParams.length; ++i) {\n\t\t\targs.push(actualParams[i].value);\n\t\t}\n\t\treturn (macro.run.apply(this,args) || \"\").toString();\n\t} else {\n\t\treturn defaultValue;\n\t}\n};\n\n/*\nCheck whether a given context variable value exists in the parent chain\n*/\nWidget.prototype.hasVariable = function(name,value) {\n\tvar node = this;\n\twhile(node) {\n\t\tif($tw.utils.hop(node.variables,name) && node.variables[name].value === value) {\n\t\t\treturn true;\n\t\t}\n\t\tnode = node.parentWidget;\n\t}\n\treturn false;\n};\n\n/*\nConstruct a qualifying string based on a hash of concatenating the values of a given variable in the parent chain\n*/\nWidget.prototype.getStateQualifier = function(name) {\n\tthis.qualifiers = this.qualifiers || Object.create(null);\n\tname = name || \"transclusion\";\n\tif(this.qualifiers[name]) {\n\t\treturn this.qualifiers[name];\n\t} else {\n\t\tvar output = [],\n\t\t\tnode = this;\n\t\twhile(node && node.parentWidget) {\n\t\t\tif($tw.utils.hop(node.parentWidget.variables,name)) {\n\t\t\t\toutput.push(node.getVariable(name));\n\t\t\t}\n\t\t\tnode = node.parentWidget;\n\t\t}\n\t\tvar value = $tw.utils.hashString(output.join(\"\"));\n\t\tthis.qualifiers[name] = value;\n\t\treturn value;\n\t}\n};\n\n/*\nCompute the current values of the attributes of the widget. Returns a hashmap of the names of the attributes that have changed\n*/\nWidget.prototype.computeAttributes = function() {\n\tvar changedAttributes = {},\n\t\tself = this,\n\t\tvalue;\n\t$tw.utils.each(this.parseTreeNode.attributes,function(attribute,name) {\n\t\tif(attribute.type === \"filtered\") {\n\t\t\tvalue = self.wiki.filterTiddlers(attribute.filter,self)[0] || \"\";\n\t\t} else if(attribute.type === \"indirect\") {\n\t\t\tvalue = self.wiki.getTextReference(attribute.textReference,\"\",self.getVariable(\"currentTiddler\"));\n\t\t} else if(attribute.type === \"macro\") {\n\t\t\tvalue = self.getVariable(attribute.value.name,{params: attribute.value.params});\n\t\t} else { // String attribute\n\t\t\tvalue = attribute.value;\n\t\t}\n\t\t// Check whether the attribute has changed\n\t\tif(self.attributes[name] !== value) {\n\t\t\tself.attributes[name] = value;\n\t\t\tchangedAttributes[name] = true;\n\t\t}\n\t});\n\treturn changedAttributes;\n};\n\n/*\nCheck for the presence of an attribute\n*/\nWidget.prototype.hasAttribute = function(name) {\n\treturn $tw.utils.hop(this.attributes,name);\n};\n\n/*\nGet the value of an attribute\n*/\nWidget.prototype.getAttribute = function(name,defaultText) {\n\tif($tw.utils.hop(this.attributes,name)) {\n\t\treturn this.attributes[name];\n\t} else {\n\t\treturn defaultText;\n\t}\n};\n\n/*\nAssign the computed attributes of the widget to a domNode\noptions include:\nexcludeEventAttributes: ignores attributes whose name begins with \"on\"\n*/\nWidget.prototype.assignAttributes = function(domNode,options) {\n\toptions = options || {};\n\tvar self = this;\n\t$tw.utils.each(this.attributes,function(v,a) {\n\t\t// Check exclusions\n\t\tif(options.excludeEventAttributes && a.substr(0,2) === \"on\") {\n\t\t\tv = undefined;\n\t\t}\n\t\tif(v !== undefined) {\n\t\t\tvar b = a.split(\":\");\n\t\t\t// Setting certain attributes can cause a DOM error (eg xmlns on the svg element)\n\t\t\ttry {\n\t\t\t\tif (b.length == 2 && b[0] == \"xlink\"){\n\t\t\t\t\tdomNode.setAttributeNS(\"http://www.w3.org/1999/xlink\",b[1],v);\n\t\t\t\t} else {\n\t\t\t\t\tdomNode.setAttributeNS(null,a,v);\n\t\t\t\t}\n\t\t\t} catch(e) {\n\t\t\t}\n\t\t}\n\t});\n};\n\n/*\nMake child widgets correspondng to specified parseTreeNodes\n*/\nWidget.prototype.makeChildWidgets = function(parseTreeNodes) {\n\tthis.children = [];\n\tvar self = this;\n\t$tw.utils.each(parseTreeNodes || (this.parseTreeNode && this.parseTreeNode.children),function(childNode) {\n\t\tself.children.push(self.makeChildWidget(childNode));\n\t});\n};\n\n/*\nConstruct the widget object for a parse tree node\n*/\nWidget.prototype.makeChildWidget = function(parseTreeNode) {\n\tvar WidgetClass = this.widgetClasses[parseTreeNode.type];\n\tif(!WidgetClass) {\n\t\tWidgetClass = this.widgetClasses.text;\n\t\tparseTreeNode = {type: \"text\", text: \"Undefined widget '\" + parseTreeNode.type + \"'\"};\n\t}\n\treturn new WidgetClass(parseTreeNode,{\n\t\twiki: this.wiki,\n\t\tvariables: {},\n\t\tparentWidget: this,\n\t\tdocument: this.document\n\t});\n};\n\n/*\nGet the next sibling of this widget\n*/\nWidget.prototype.nextSibling = function() {\n\tif(this.parentWidget) {\n\t\tvar index = this.parentWidget.children.indexOf(this);\n\t\tif(index !== -1 && index < this.parentWidget.children.length-1) {\n\t\t\treturn this.parentWidget.children[index+1];\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nGet the previous sibling of this widget\n*/\nWidget.prototype.previousSibling = function() {\n\tif(this.parentWidget) {\n\t\tvar index = this.parentWidget.children.indexOf(this);\n\t\tif(index !== -1 && index > 0) {\n\t\t\treturn this.parentWidget.children[index-1];\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRender the children of this widget into the DOM\n*/\nWidget.prototype.renderChildren = function(parent,nextSibling) {\n\tvar children = this.children;\n\tfor(var i = 0; i < children.length; i++) {\n\t\tchildren[i].render(parent,nextSibling);\n\t};\n};\n\n/*\nAdd a list of event listeners from an array [{type:,handler:},...]\n*/\nWidget.prototype.addEventListeners = function(listeners) {\n\tvar self = this;\n\t$tw.utils.each(listeners,function(listenerInfo) {\n\t\tself.addEventListener(listenerInfo.type,listenerInfo.handler);\n\t});\n};\n\n/*\nAdd an event listener\n*/\nWidget.prototype.addEventListener = function(type,handler) {\n\tvar self = this;\n\tif(typeof handler === \"string\") { // The handler is a method name on this widget\n\t\tthis.eventListeners[type] = function(event) {\n\t\t\treturn self[handler].call(self,event);\n\t\t};\n\t} else { // The handler is a function\n\t\tthis.eventListeners[type] = function(event) {\n\t\t\treturn handler.call(self,event);\n\t\t};\n\t}\n};\n\n/*\nDispatch an event to a widget. If the widget doesn't handle the event then it is also dispatched to the parent widget\n*/\nWidget.prototype.dispatchEvent = function(event) {\n\tevent.widget = event.widget || this;\n\t// Dispatch the event if this widget handles it\n\tvar listener = this.eventListeners[event.type];\n\tif(listener) {\n\t\t// Don't propagate the event if the listener returned false\n\t\tif(!listener(event)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Dispatch the event to the parent widget\n\tif(this.parentWidget) {\n\t\treturn this.parentWidget.dispatchEvent(event);\n\t}\n\treturn true;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nWidget.prototype.refresh = function(changedTiddlers) {\n\treturn this.refreshChildren(changedTiddlers);\n};\n\n/*\nRebuild a previously rendered widget\n*/\nWidget.prototype.refreshSelf = function() {\n\tvar nextSibling = this.findNextSiblingDomNode();\n\tthis.removeChildDomNodes();\n\tthis.render(this.parentDomNode,nextSibling);\n};\n\n/*\nRefresh all the children of a widget\n*/\nWidget.prototype.refreshChildren = function(changedTiddlers) {\n\tvar children = this.children,\n\t\trefreshed = false;\n\tfor (var i = 0; i < children.length; i++) {\n\t\trefreshed = children[i].refresh(changedTiddlers) || refreshed;\n\t}\n\treturn refreshed;\n};\n\n/*\nFind the next sibling in the DOM to this widget. This is done by scanning the widget tree through all next siblings and their descendents that share the same parent DOM node\n*/\nWidget.prototype.findNextSiblingDomNode = function(startIndex) {\n\t// Refer to this widget by its index within its parents children\n\tvar parent = this.parentWidget,\n\t\tindex = startIndex !== undefined ? startIndex : parent.children.indexOf(this);\nif(index === -1) {\n\tthrow \"node not found in parents children\";\n}\n\t// Look for a DOM node in the later siblings\n\twhile(++index < parent.children.length) {\n\t\tvar domNode = parent.children[index].findFirstDomNode();\n\t\tif(domNode) {\n\t\t\treturn domNode;\n\t\t}\n\t}\n\t// Go back and look for later siblings of our parent if it has the same parent dom node\n\tvar grandParent = parent.parentWidget;\n\tif(grandParent && parent.parentDomNode === this.parentDomNode) {\n\t\tindex = grandParent.children.indexOf(parent);\n\t\tif(index !== -1) {\n\t\t\treturn parent.findNextSiblingDomNode(index);\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nFind the first DOM node generated by a widget or its children\n*/\nWidget.prototype.findFirstDomNode = function() {\n\t// Return the first dom node of this widget, if we've got one\n\tif(this.domNodes.length > 0) {\n\t\treturn this.domNodes[0];\n\t}\n\t// Otherwise, recursively call our children\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar domNode = this.children[t].findFirstDomNode();\n\t\tif(domNode) {\n\t\t\treturn domNode;\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRemove any DOM nodes created by this widget or its children\n*/\nWidget.prototype.removeChildDomNodes = function() {\n\t// If this widget has directly created DOM nodes, delete them and exit. This assumes that any child widgets are contained within the created DOM nodes, which would normally be the case\n\tif(this.domNodes.length > 0) {\n\t\t$tw.utils.each(this.domNodes,function(domNode) {\n\t\t\tdomNode.parentNode.removeChild(domNode);\n\t\t});\n\t\tthis.domNodes = [];\n\t} else {\n\t\t// Otherwise, ask the child widgets to delete their DOM nodes\n\t\t$tw.utils.each(this.children,function(childWidget) {\n\t\t\tchildWidget.removeChildDomNodes();\n\t\t});\n\t}\n};\n\n/*\nInvoke the action widgets that are descendents of the current widget.\n*/\nWidget.prototype.invokeActions = function(triggeringWidget,event) {\n\tvar handled = false;\n\t// For each child widget\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar child = this.children[t];\n\t\t// Invoke the child if it is an action widget\n\t\tif(child.invokeAction) {\n\t\t\tchild.refreshSelf();\n\t\t\tif(child.invokeAction(triggeringWidget,event)) {\n\t\t\t\thandled = true;\n\t\t\t}\n\t\t}\n\t\t// Propagate through through the child if it permits it\n\t\tif(child.allowActionPropagation() && child.invokeActions(triggeringWidget,event)) {\n\t\t\thandled = true;\n\t\t}\n\t}\n\treturn handled;\n};\n\n/*\nInvoke the action widgets defined in a string\n*/\nWidget.prototype.invokeActionString = function(actions,triggeringWidget,event,variables) {\n\tactions = actions || \"\";\n\tvar parser = this.wiki.parseText(\"text/vnd.tiddlywiki\",actions,{\n\t\t\tparentWidget: this,\n\t\t\tdocument: this.document\n\t\t}),\n\t\twidgetNode = this.wiki.makeWidget(parser,{\n\t\t\tparentWidget: this,\n\t\t\tdocument: this.document,\n\t\t\tvariables: variables\n\t\t});\n\tvar container = this.document.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn widgetNode.invokeActions(this,event);\n};\n\n/*\nExecute action tiddlers by tag\n*/\nWidget.prototype.invokeActionsByTag = function(tag,event,variables) {\n\tvar self = this;\n\t$tw.utils.each(self.wiki.filterTiddlers(\"[all[shadows+tiddlers]tag[\" + tag + \"]!has[draft.of]]\"),function(title) {\n\t\tself.invokeActionString(self.wiki.getTiddlerText(title),self,event,variables);\n\t});\n};\n\nWidget.prototype.allowActionPropagation = function() {\n\treturn true;\n};\n\nexports.widget = Widget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/widgets/wikify.js": {
            "title": "$:/core/modules/widgets/wikify.js",
            "text": "/*\\\ntitle: $:/core/modules/widgets/wikify.js\ntype: application/javascript\nmodule-type: widget\n\nWidget to wikify text into a variable\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nvar WikifyWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\nWikifyWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\nWikifyWidget.prototype.render = function(parent,nextSibling) {\n\tthis.parentDomNode = parent;\n\tthis.computeAttributes();\n\tthis.execute();\n\tthis.renderChildren(parent,nextSibling);\n};\n\n/*\nCompute the internal state of the widget\n*/\nWikifyWidget.prototype.execute = function() {\n\t// Get our parameters\n\tthis.wikifyName = this.getAttribute(\"name\");\n\tthis.wikifyText = this.getAttribute(\"text\");\n\tthis.wikifyType = this.getAttribute(\"type\");\n\tthis.wikifyMode = this.getAttribute(\"mode\",\"block\");\n\tthis.wikifyOutput = this.getAttribute(\"output\",\"text\");\n\t// Create the parse tree\n\tthis.wikifyParser = this.wiki.parseText(this.wikifyType,this.wikifyText,{\n\t\t\tparseAsInline: this.wikifyMode === \"inline\"\n\t\t});\n\t// Create the widget tree \n\tthis.wikifyWidgetNode = this.wiki.makeWidget(this.wikifyParser,{\n\t\t\tdocument: $tw.fakeDocument,\n\t\t\tparentWidget: this\n\t\t});\n\t// Render the widget tree to the container\n\tthis.wikifyContainer = $tw.fakeDocument.createElement(\"div\");\n\tthis.wikifyWidgetNode.render(this.wikifyContainer,null);\n\tthis.wikifyResult = this.getResult();\n\t// Set context variable\n\tthis.setVariable(this.wikifyName,this.wikifyResult);\n\t// Construct the child widgets\n\tthis.makeChildWidgets();\n};\n\n/*\nReturn the result string\n*/\nWikifyWidget.prototype.getResult = function() {\n\tvar result;\n\tswitch(this.wikifyOutput) {\n\t\tcase \"text\":\n\t\t\tresult = this.wikifyContainer.textContent;\n\t\t\tbreak;\n\t\tcase \"formattedtext\":\n\t\t\tresult = this.wikifyContainer.formattedTextContent;\n\t\t\tbreak;\n\t\tcase \"html\":\n\t\t\tresult = this.wikifyContainer.innerHTML;\n\t\t\tbreak;\n\t\tcase \"parsetree\":\n\t\t\tresult = JSON.stringify(this.wikifyParser.tree,0,$tw.config.preferences.jsonSpaces);\n\t\t\tbreak;\n\t\tcase \"widgettree\":\n\t\t\tresult = JSON.stringify(this.getWidgetTree(),0,$tw.config.preferences.jsonSpaces);\n\t\t\tbreak;\n\t}\n\treturn result;\n};\n\n/*\nReturn a string of the widget tree\n*/\nWikifyWidget.prototype.getWidgetTree = function() {\n\tvar copyNode = function(widgetNode,resultNode) {\n\t\t\tvar type = widgetNode.parseTreeNode.type;\n\t\t\tresultNode.type = type;\n\t\t\tswitch(type) {\n\t\t\t\tcase \"element\":\n\t\t\t\t\tresultNode.tag = widgetNode.parseTreeNode.tag;\n\t\t\t\t\tbreak;\n\t\t\t\tcase \"text\":\n\t\t\t\t\tresultNode.text = widgetNode.parseTreeNode.text;\n\t\t\t\t\tbreak;\t\n\t\t\t}\n\t\t\tif(Object.keys(widgetNode.attributes || {}).length > 0) {\n\t\t\t\tresultNode.attributes = {};\n\t\t\t\t$tw.utils.each(widgetNode.attributes,function(attr,attrName) {\n\t\t\t\t\tresultNode.attributes[attrName] = widgetNode.getAttribute(attrName);\n\t\t\t\t});\n\t\t\t}\n\t\t\tif(Object.keys(widgetNode.children || {}).length > 0) {\n\t\t\t\tresultNode.children = [];\n\t\t\t\t$tw.utils.each(widgetNode.children,function(widgetChildNode) {\n\t\t\t\t\tvar node = {};\n\t\t\t\t\tresultNode.children.push(node);\n\t\t\t\t\tcopyNode(widgetChildNode,node);\n\t\t\t\t});\n\t\t\t}\n\t\t},\n\t\tresults = {};\n\tcopyNode(this.wikifyWidgetNode,results);\n\treturn results;\n};\n\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\nWikifyWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\t// Refresh ourselves entirely if any of our attributes have changed\n\tif(changedAttributes.name || changedAttributes.text || changedAttributes.type || changedAttributes.mode || changedAttributes.output) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t} else {\n\t\t// Refresh the widget tree\n\t\tif(this.wikifyWidgetNode.refresh(changedTiddlers)) {\n\t\t\t// Check if there was any change\n\t\t\tvar result = this.getResult();\n\t\t\tif(result !== this.wikifyResult) {\n\t\t\t\t// If so, save the change\n\t\t\t\tthis.wikifyResult = result;\n\t\t\t\tthis.setVariable(this.wikifyName,this.wikifyResult);\n\t\t\t\t// Refresh each of our child widgets\n\t\t\t\t$tw.utils.each(this.children,function(childWidget) {\n\t\t\t\t\tchildWidget.refreshSelf();\n\t\t\t\t});\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t\t// Just refresh the children\n\t\treturn this.refreshChildren(changedTiddlers);\n\t}\n};\n\nexports.wikify = WikifyWidget;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/core/modules/wiki-bulkops.js": {
            "title": "$:/core/modules/wiki-bulkops.js",
            "text": "/*\\\ntitle: $:/core/modules/wiki-bulkops.js\ntype: application/javascript\nmodule-type: wikimethod\n\nBulk tiddler operations such as rename.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nRename a tiddler, and relink any tags or lists that reference it.\n*/\nfunction renameTiddler(fromTitle,toTitle,options) {\n\tfromTitle = (fromTitle || \"\").trim();\n\ttoTitle = (toTitle || \"\").trim();\n\toptions = options || {};\n\tif(fromTitle && toTitle && fromTitle !== toTitle) {\n\t\t// Rename the tiddler itself\n\t\tvar oldTiddler = this.getTiddler(fromTitle),\n\t\t\tnewTiddler = new $tw.Tiddler(oldTiddler,{title: toTitle},this.getModificationFields());\n\t\tnewTiddler = $tw.hooks.invokeHook(\"th-renaming-tiddler\",newTiddler,oldTiddler);\n\t\tthis.addTiddler(newTiddler);\n\t\tthis.deleteTiddler(fromTitle);\n\t\t// Rename any tags or lists that reference it\n\t\tthis.relinkTiddler(fromTitle,toTitle,options)\n\t}\n}\n\n/*\nRelink any tags or lists that reference a given tiddler\n*/\nfunction relinkTiddler(fromTitle,toTitle,options) {\n\tvar self = this;\n\tfromTitle = (fromTitle || \"\").trim();\n\ttoTitle = (toTitle || \"\").trim();\n\toptions = options || {};\n\tif(fromTitle && toTitle && fromTitle !== toTitle) {\n\t\tthis.each(function(tiddler,title) {\n\t\t\tvar type = tiddler.fields.type || \"\";\n\t\t\t// Don't touch plugins or JavaScript modules\n\t\t\tif(!tiddler.fields[\"plugin-type\"] && type !== \"application/javascript\") {\n\t\t\t\tvar tags = tiddler.fields.tags ? tiddler.fields.tags.slice(0) : undefined,\n\t\t\t\t\tlist = tiddler.fields.list ? tiddler.fields.list.slice(0) : undefined,\n\t\t\t\t\tisModified = false;\n\t\t\t\tif(!options.dontRenameInTags) {\n\t\t\t\t\t// Rename tags\n\t\t\t\t\t$tw.utils.each(tags,function (title,index) {\n\t\t\t\t\t\tif(title === fromTitle) {\nconsole.log(\"Renaming tag '\" + tags[index] + \"' to '\" + toTitle + \"' of tiddler '\" + tiddler.fields.title + \"'\");\n\t\t\t\t\t\t\ttags[index] = toTitle;\n\t\t\t\t\t\t\tisModified = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tif(!options.dontRenameInLists) {\n\t\t\t\t\t// Rename lists\n\t\t\t\t\t$tw.utils.each(list,function (title,index) {\n\t\t\t\t\t\tif(title === fromTitle) {\nconsole.log(\"Renaming list item '\" + list[index] + \"' to '\" + toTitle + \"' of tiddler '\" + tiddler.fields.title + \"'\");\n\t\t\t\t\t\t\tlist[index] = toTitle;\n\t\t\t\t\t\t\tisModified = true;\n\t\t\t\t\t\t}\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tif(isModified) {\n\t\t\t\t\tvar newTiddler = new $tw.Tiddler(tiddler,{tags: tags, list: list},self.getModificationFields())\n\t\t\t\t\tnewTiddler = $tw.hooks.invokeHook(\"th-relinking-tiddler\",newTiddler,tiddler);\n\t\t\t\t\tself.addTiddler(newTiddler);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n};\n\nexports.renameTiddler = renameTiddler;\nexports.relinkTiddler = relinkTiddler;\n\n})();\n",
            "type": "application/javascript",
            "module-type": "wikimethod"
        },
        "$:/core/modules/wiki.js": {
            "title": "$:/core/modules/wiki.js",
            "text": "/*\\\ntitle: $:/core/modules/wiki.js\ntype: application/javascript\nmodule-type: wikimethod\n\nExtension methods for the $tw.Wiki object\n\nAdds the following properties to the wiki object:\n\n* `eventListeners` is a hashmap by type of arrays of listener functions\n* `changedTiddlers` is a hashmap describing changes to named tiddlers since wiki change events were last dispatched. Each entry is a hashmap containing two fields:\n\tmodified: true/false\n\tdeleted: true/false\n* `changeCount` is a hashmap by tiddler title containing a numerical index that starts at zero and is incremented each time a tiddler is created changed or deleted\n* `caches` is a hashmap by tiddler title containing a further hashmap of named cache objects. Caches are automatically cleared when a tiddler is modified or deleted\n* `globalCache` is a hashmap by cache name of cache objects that are cleared whenever any tiddler change occurs\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar widget = require(\"$:/core/modules/widgets/widget.js\");\n\nvar USER_NAME_TITLE = \"$:/status/UserName\",\n\tTIMESTAMP_DISABLE_TITLE = \"$:/config/TimestampDisable\";\n\n/*\nAdd available indexers to this wiki\n*/\nexports.addIndexersToWiki = function() {\n\tvar self = this;\n\t$tw.utils.each($tw.modules.applyMethods(\"indexer\"),function(Indexer,name) {\n\t\tself.addIndexer(new Indexer(self),name);\n\t});\n};\n\n/*\nGet the value of a text reference. Text references can have any of these forms:\n\t<tiddlertitle>\n\t<tiddlertitle>!!<fieldname>\n\t!!<fieldname> - specifies a field of the current tiddlers\n\t<tiddlertitle>##<index>\n*/\nexports.getTextReference = function(textRef,defaultText,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle = tr.title || currTiddlerTitle;\n\tif(tr.field) {\n\t\tvar tiddler = this.getTiddler(title);\n\t\tif(tr.field === \"title\") { // Special case so we can return the title of a non-existent tiddler\n\t\t\treturn title;\n\t\t} else if(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\n\t\t\treturn tiddler.getFieldString(tr.field);\n\t\t} else {\n\t\t\treturn defaultText;\n\t\t}\n\t} else if(tr.index) {\n\t\treturn this.extractTiddlerDataItem(title,tr.index,defaultText);\n\t} else {\n\t\treturn this.getTiddlerText(title,defaultText);\n\t}\n};\n\nexports.setTextReference = function(textRef,value,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle = tr.title || currTiddlerTitle;\n\tthis.setText(title,tr.field,tr.index,value);\n};\n\nexports.setText = function(title,field,index,value,options) {\n\toptions = options || {};\n\tvar creationFields = options.suppressTimestamp ? {} : this.getCreationFields(),\n\t\tmodificationFields = options.suppressTimestamp ? {} : this.getModificationFields();\n\t// Check if it is a reference to a tiddler field\n\tif(index) {\n\t\tvar data = this.getTiddlerData(title,Object.create(null));\n\t\tif(value !== undefined) {\n\t\t\tdata[index] = value;\n\t\t} else {\n\t\t\tdelete data[index];\n\t\t}\n\t\tthis.setTiddlerData(title,data,modificationFields);\n\t} else {\n\t\tvar tiddler = this.getTiddler(title),\n\t\t\tfields = {title: title};\n\t\tfields[field || \"text\"] = value;\n\t\tthis.addTiddler(new $tw.Tiddler(creationFields,tiddler,fields,modificationFields));\n\t}\n};\n\nexports.deleteTextReference = function(textRef,currTiddlerTitle) {\n\tvar tr = $tw.utils.parseTextReference(textRef),\n\t\ttitle,tiddler,fields;\n\t// Check if it is a reference to a tiddler\n\tif(tr.title && !tr.field) {\n\t\tthis.deleteTiddler(tr.title);\n\t// Else check for a field reference\n\t} else if(tr.field) {\n\t\ttitle = tr.title || currTiddlerTitle;\n\t\ttiddler = this.getTiddler(title);\n\t\tif(tiddler && $tw.utils.hop(tiddler.fields,tr.field)) {\n\t\t\tfields = Object.create(null);\n\t\t\tfields[tr.field] = undefined;\n\t\t\tthis.addTiddler(new $tw.Tiddler(tiddler,fields,this.getModificationFields()));\n\t\t}\n\t}\n};\n\nexports.addEventListener = function(type,listener) {\n\tthis.eventListeners = this.eventListeners || {};\n\tthis.eventListeners[type] = this.eventListeners[type]  || [];\n\tthis.eventListeners[type].push(listener);\t\n};\n\nexports.removeEventListener = function(type,listener) {\n\tvar listeners = this.eventListeners[type];\n\tif(listeners) {\n\t\tvar p = listeners.indexOf(listener);\n\t\tif(p !== -1) {\n\t\t\tlisteners.splice(p,1);\n\t\t}\n\t}\n};\n\nexports.dispatchEvent = function(type /*, args */) {\n\tvar args = Array.prototype.slice.call(arguments,1),\n\t\tlisteners = this.eventListeners[type];\n\tif(listeners) {\n\t\tfor(var p=0; p<listeners.length; p++) {\n\t\t\tvar listener = listeners[p];\n\t\t\tlistener.apply(listener,args);\n\t\t}\n\t}\n};\n\n/*\nCauses a tiddler to be marked as changed, incrementing the change count, and triggers event handlers.\nThis method should be called after the changes it describes have been made to the wiki.tiddlers[] array.\n\ttitle: Title of tiddler\n\tisDeleted: defaults to false (meaning the tiddler has been created or modified),\n\t\ttrue if the tiddler has been deleted\n*/\nexports.enqueueTiddlerEvent = function(title,isDeleted) {\n\t// Record the touch in the list of changed tiddlers\n\tthis.changedTiddlers = this.changedTiddlers || Object.create(null);\n\tthis.changedTiddlers[title] = this.changedTiddlers[title] || Object.create(null);\n\tthis.changedTiddlers[title][isDeleted ? \"deleted\" : \"modified\"] = true;\n\t// Increment the change count\n\tthis.changeCount = this.changeCount || Object.create(null);\n\tif($tw.utils.hop(this.changeCount,title)) {\n\t\tthis.changeCount[title]++;\n\t} else {\n\t\tthis.changeCount[title] = 1;\n\t}\n\t// Trigger events\n\tthis.eventListeners = this.eventListeners || {};\n\tif(!this.eventsTriggered) {\n\t\tvar self = this;\n\t\t$tw.utils.nextTick(function() {\n\t\t\tvar changes = self.changedTiddlers;\n\t\t\tself.changedTiddlers = Object.create(null);\n\t\t\tself.eventsTriggered = false;\n\t\t\tif($tw.utils.count(changes) > 0) {\n\t\t\t\tself.dispatchEvent(\"change\",changes);\n\t\t\t}\n\t\t});\n\t\tthis.eventsTriggered = true;\n\t}\n};\n\nexports.getSizeOfTiddlerEventQueue = function() {\n\treturn $tw.utils.count(this.changedTiddlers);\n};\n\nexports.clearTiddlerEventQueue = function() {\n\tthis.changedTiddlers = Object.create(null);\n\tthis.changeCount = Object.create(null);\n};\n\nexports.getChangeCount = function(title) {\n\tthis.changeCount = this.changeCount || Object.create(null);\n\tif($tw.utils.hop(this.changeCount,title)) {\n\t\treturn this.changeCount[title];\n\t} else {\n\t\treturn 0;\n\t}\n};\n\n/*\nGenerate an unused title from the specified base\n*/\nexports.generateNewTitle = function(baseTitle,options) {\n\toptions = options || {};\n\tvar c = 0,\n\t\ttitle = baseTitle;\n\twhile(this.tiddlerExists(title) || this.isShadowTiddler(title) || this.findDraft(title)) {\n\t\ttitle = baseTitle + \n\t\t\t(options.prefix || \" \") + \n\t\t\t(++c);\n\t}\n\treturn title;\n};\n\nexports.isSystemTiddler = function(title) {\n\treturn title && title.indexOf(\"$:/\") === 0;\n};\n\nexports.isTemporaryTiddler = function(title) {\n\treturn title && title.indexOf(\"$:/temp/\") === 0;\n};\n\nexports.isImageTiddler = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\t\t\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/vnd.tiddlywiki\"];\n\t\treturn !!contentTypeInfo && contentTypeInfo.flags.indexOf(\"image\") !== -1;\n\t} else {\n\t\treturn null;\n\t}\n};\n\nexports.isBinaryTiddler = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\t\t\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type || \"text/vnd.tiddlywiki\"];\n\t\treturn !!contentTypeInfo && contentTypeInfo.encoding === \"base64\";\n\t} else {\n\t\treturn null;\n\t}\n};\n\n/*\nLike addTiddler() except it will silently reject any plugin tiddlers that are older than the currently loaded version. Returns true if the tiddler was imported\n*/\nexports.importTiddler = function(tiddler) {\n\tvar existingTiddler = this.getTiddler(tiddler.fields.title);\n\t// Check if we're dealing with a plugin\n\tif(tiddler && tiddler.hasField(\"plugin-type\") && tiddler.hasField(\"version\") && existingTiddler && existingTiddler.hasField(\"plugin-type\") && existingTiddler.hasField(\"version\")) {\n\t\t// Reject the incoming plugin if it is older\n\t\tif(!$tw.utils.checkVersions(tiddler.fields.version,existingTiddler.fields.version)) {\n\t\t\treturn false;\n\t\t}\n\t}\n\t// Fall through to adding the tiddler\n\tthis.addTiddler(tiddler);\n\treturn true;\n};\n\n/*\nReturn a hashmap of the fields that should be set when a tiddler is created\n*/\nexports.getCreationFields = function() {\n\tif(this.getTiddlerText(TIMESTAMP_DISABLE_TITLE,\"\").toLowerCase() !== \"yes\") {\n\t\tvar fields = {\n\t\t\t\tcreated: new Date()\n\t\t\t},\n\t\t\tcreator = this.getTiddlerText(USER_NAME_TITLE);\n\t\tif(creator) {\n\t\t\tfields.creator = creator;\n\t\t}\n\t\treturn fields;\n\t} else {\n\t\treturn {};\n\t}\n};\n\n/*\nReturn a hashmap of the fields that should be set when a tiddler is modified\n*/\nexports.getModificationFields = function() {\n\tif(this.getTiddlerText(TIMESTAMP_DISABLE_TITLE,\"\").toLowerCase() !== \"yes\") {\n\t\tvar fields = Object.create(null),\n\t\t\tmodifier = this.getTiddlerText(USER_NAME_TITLE);\n\t\tfields.modified = new Date();\n\t\tif(modifier) {\n\t\t\tfields.modifier = modifier;\n\t\t}\n\t\treturn fields;\n\t} else {\n\t\treturn {};\n\t}\n};\n\n/*\nReturn a sorted array of tiddler titles.  Options include:\nsortField: field to sort by\nexcludeTag: tag to exclude\nincludeSystem: whether to include system tiddlers (defaults to false)\n*/\nexports.getTiddlers = function(options) {\n\toptions = options || Object.create(null);\n\tvar self = this,\n\t\tsortField = options.sortField || \"title\",\n\t\ttiddlers = [], t, titles = [];\n\tthis.each(function(tiddler,title) {\n\t\tif(options.includeSystem || !self.isSystemTiddler(title)) {\n\t\t\tif(!options.excludeTag || !tiddler.hasTag(options.excludeTag)) {\n\t\t\t\ttiddlers.push(tiddler);\n\t\t\t}\n\t\t}\n\t});\n\ttiddlers.sort(function(a,b) {\n\t\tvar aa = a.fields[sortField].toLowerCase() || \"\",\n\t\t\tbb = b.fields[sortField].toLowerCase() || \"\";\n\t\tif(aa < bb) {\n\t\t\treturn -1;\n\t\t} else {\n\t\t\tif(aa > bb) {\n\t\t\t\treturn 1;\n\t\t\t} else {\n\t\t\t\treturn 0;\n\t\t\t}\n\t\t}\n\t});\n\tfor(t=0; t<tiddlers.length; t++) {\n\t\ttitles.push(tiddlers[t].fields.title);\n\t}\n\treturn titles;\n};\n\nexports.countTiddlers = function(excludeTag) {\n\tvar tiddlers = this.getTiddlers({excludeTag: excludeTag});\n\treturn $tw.utils.count(tiddlers);\n};\n\n/*\nReturns a function iterator(callback) that iterates through the specified titles, and invokes the callback with callback(tiddler,title)\n*/\nexports.makeTiddlerIterator = function(titles) {\n\tvar self = this;\n\tif(!$tw.utils.isArray(titles)) {\n\t\ttitles = Object.keys(titles);\n\t} else {\n\t\ttitles = titles.slice(0);\n\t}\n\treturn function(callback) {\n\t\ttitles.forEach(function(title) {\n\t\t\tcallback(self.getTiddler(title),title);\n\t\t});\n\t};\n};\n\n/*\nSort an array of tiddler titles by a specified field\n\ttitles: array of titles (sorted in place)\n\tsortField: name of field to sort by\n\tisDescending: true if the sort should be descending\n\tisCaseSensitive: true if the sort should consider upper and lower case letters to be different\n*/\nexports.sortTiddlers = function(titles,sortField,isDescending,isCaseSensitive,isNumeric,isAlphaNumeric) {\n\tvar self = this;\n\ttitles.sort(function(a,b) {\n\t\tvar x,y,\n\t\t\tcompareNumbers = function(x,y) {\n\t\t\t\tvar result = \n\t\t\t\t\tisNaN(x) && !isNaN(y) ? (isDescending ? -1 : 1) :\n\t\t\t\t\t!isNaN(x) && isNaN(y) ? (isDescending ? 1 : -1) :\n\t\t\t\t\t\t\t\t\t\t\t(isDescending ? y - x :  x - y);\n\t\t\t\treturn result;\n\t\t\t};\n\t\tif(sortField !== \"title\") {\n\t\t\tvar tiddlerA = self.getTiddler(a),\n\t\t\t\ttiddlerB = self.getTiddler(b);\n\t\t\tif(tiddlerA) {\n\t\t\t\ta = tiddlerA.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\ta = \"\";\n\t\t\t}\n\t\t\tif(tiddlerB) {\n\t\t\t\tb = tiddlerB.fields[sortField] || \"\";\n\t\t\t} else {\n\t\t\t\tb = \"\";\n\t\t\t}\n\t\t}\n\t\tx = Number(a);\n\t\ty = Number(b);\n\t\tif(isNumeric && (!isNaN(x) || !isNaN(y))) {\n\t\t\treturn compareNumbers(x,y);\n\t\t} else if($tw.utils.isDate(a) && $tw.utils.isDate(b)) {\n\t\t\treturn isDescending ? b - a : a - b;\n\t\t} else if(isAlphaNumeric) {\n\t\t\treturn isDescending ? b.localeCompare(a,undefined,{numeric: true,sensitivity: \"base\"}) : a.localeCompare(b,undefined,{numeric: true,sensitivity: \"base\"});\n\t\t} else {\n\t\t\ta = String(a);\n\t\t\tb = String(b);\n\t\t\tif(!isCaseSensitive) {\n\t\t\t\ta = a.toLowerCase();\n\t\t\t\tb = b.toLowerCase();\n\t\t\t}\n\t\t\treturn isDescending ? b.localeCompare(a) : a.localeCompare(b);\n\t\t}\n\t});\n};\n\n/*\nFor every tiddler invoke a callback(title,tiddler) with `this` set to the wiki object. Options include:\nsortField: field to sort by\nexcludeTag: tag to exclude\nincludeSystem: whether to include system tiddlers (defaults to false)\n*/\nexports.forEachTiddler = function(/* [options,]callback */) {\n\tvar arg = 0,\n\t\toptions = arguments.length >= 2 ? arguments[arg++] : {},\n\t\tcallback = arguments[arg++],\n\t\ttitles = this.getTiddlers(options),\n\t\tt, tiddler;\n\tfor(t=0; t<titles.length; t++) {\n\t\ttiddler = this.getTiddler(titles[t]);\n\t\tif(tiddler) {\n\t\t\tcallback.call(this,tiddler.fields.title,tiddler);\n\t\t}\n\t}\n};\n\n/*\nReturn an array of tiddler titles that are directly linked within the given parse tree\n */\nexports.extractLinks = function(parseTreeRoot) {\n\t// Count up the links\n\tvar links = [],\n\t\tcheckParseTree = function(parseTree) {\n\t\t\tfor(var t=0; t<parseTree.length; t++) {\n\t\t\t\tvar parseTreeNode = parseTree[t];\n\t\t\t\tif(parseTreeNode.type === \"link\" && parseTreeNode.attributes.to && parseTreeNode.attributes.to.type === \"string\") {\n\t\t\t\t\tvar value = parseTreeNode.attributes.to.value;\n\t\t\t\t\tif(links.indexOf(value) === -1) {\n\t\t\t\t\t\tlinks.push(value);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tif(parseTreeNode.children) {\n\t\t\t\t\tcheckParseTree(parseTreeNode.children);\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\tcheckParseTree(parseTreeRoot);\n\treturn links;\n};\n\n/*\nReturn an array of tiddler titles that are directly linked from the specified tiddler\n*/\nexports.getTiddlerLinks = function(title) {\n\tvar self = this;\n\t// We'll cache the links so they only get computed if the tiddler changes\n\treturn this.getCacheForTiddler(title,\"links\",function() {\n\t\t// Parse the tiddler\n\t\tvar parser = self.parseTiddler(title);\n\t\tif(parser) {\n\t\t\treturn self.extractLinks(parser.tree);\n\t\t}\n\t\treturn [];\n\t});\n};\n\n/*\nReturn an array of tiddler titles that link to the specified tiddler\n*/\nexports.getTiddlerBacklinks = function(targetTitle) {\n\tvar self = this,\n\t\tbacklinksIndexer = this.getIndexer(\"BacklinksIndexer\"),\n\t\tbacklinks = backlinksIndexer && backlinksIndexer.lookup(targetTitle);\n\n\tif(!backlinks) {\n\t\tbacklinks = [];\n\t\tthis.forEachTiddler(function(title,tiddler) {\n\t\t\tvar links = self.getTiddlerLinks(title);\n\t\t\tif(links.indexOf(targetTitle) !== -1) {\n\t\t\t\tbacklinks.push(title);\n\t\t\t}\n\t\t});\n\t}\n\treturn backlinks;\n};\n\n/*\nReturn a hashmap of tiddler titles that are referenced but not defined. Each value is the number of times the missing tiddler is referenced\n*/\nexports.getMissingTitles = function() {\n\tvar self = this,\n\t\tmissing = [];\n// We should cache the missing tiddler list, even if we recreate it every time any tiddler is modified\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\t$tw.utils.each(links,function(link) {\n\t\t\tif((!self.tiddlerExists(link) && !self.isShadowTiddler(link)) && missing.indexOf(link) === -1) {\n\t\t\t\tmissing.push(link);\n\t\t\t}\n\t\t});\n\t});\n\treturn missing;\n};\n\nexports.getOrphanTitles = function() {\n\tvar self = this,\n\t\torphans = this.getTiddlers();\n\tthis.forEachTiddler(function(title,tiddler) {\n\t\tvar links = self.getTiddlerLinks(title);\n\t\t$tw.utils.each(links,function(link) {\n\t\t\tvar p = orphans.indexOf(link);\n\t\t\tif(p !== -1) {\n\t\t\t\torphans.splice(p,1);\n\t\t\t}\n\t\t});\n\t});\n\treturn orphans; // Todo\n};\n\n/*\nRetrieves a list of the tiddler titles that are tagged with a given tag\n*/\nexports.getTiddlersWithTag = function(tag) {\n\t// Try to use the indexer\n\tvar self = this,\n\t\ttagIndexer = this.getIndexer(\"TagIndexer\"),\n\t\tresults = tagIndexer && tagIndexer.subIndexers[3].lookup(tag);\n\tif(!results) {\n\t\t// If not available, perform a manual scan\n\t\tresults = this.getGlobalCache(\"taglist-\" + tag,function() {\n\t\t\tvar tagmap = self.getTagMap();\n\t\t\treturn self.sortByList(tagmap[tag],tag);\n\t\t});\n\t}\n\treturn results;\n};\n\n/*\nGet a hashmap by tag of arrays of tiddler titles\n*/\nexports.getTagMap = function() {\n\tvar self = this;\n\treturn this.getGlobalCache(\"tagmap\",function() {\n\t\tvar tags = Object.create(null),\n\t\t\tstoreTags = function(tagArray,title) {\n\t\t\t\tif(tagArray) {\n\t\t\t\t\tfor(var index=0; index<tagArray.length; index++) {\n\t\t\t\t\t\tvar tag = tagArray[index];\n\t\t\t\t\t\tif($tw.utils.hop(tags,tag)) {\n\t\t\t\t\t\t\ttags[tag].push(title);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\ttags[tag] = [title];\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t},\n\t\t\ttitle, tiddler;\n\t\t// Collect up all the tags\n\t\tself.eachShadow(function(tiddler,title) {\n\t\t\tif(!self.tiddlerExists(title)) {\n\t\t\t\ttiddler = self.getTiddler(title);\n\t\t\t\tstoreTags(tiddler.fields.tags,title);\n\t\t\t}\n\t\t});\n\t\tself.each(function(tiddler,title) {\n\t\t\tstoreTags(tiddler.fields.tags,title);\n\t\t});\n\t\treturn tags;\n\t});\n};\n\n/*\nLookup a given tiddler and return a list of all the tiddlers that include it in the specified list field\n*/\nexports.findListingsOfTiddler = function(targetTitle,fieldName) {\n\tfieldName = fieldName || \"list\";\n\tvar titles = [];\n\tthis.each(function(tiddler,title) {\n\t\tvar list = $tw.utils.parseStringArray(tiddler.fields[fieldName]);\n\t\tif(list && list.indexOf(targetTitle) !== -1) {\n\t\t\ttitles.push(title);\n\t\t}\n\t});\n\treturn titles;\n};\n\n/*\nSorts an array of tiddler titles according to an ordered list\n*/\nexports.sortByList = function(array,listTitle) {\n\tvar self = this,\n\t\treplacedTitles = Object.create(null);\n\t// Given a title, this function will place it in the correct location\n\t// within titles.\n\tfunction moveItemInList(title) {\n\t\tif(!$tw.utils.hop(replacedTitles, title)) {\n\t\t\treplacedTitles[title] = true;\n\t\t\tvar newPos = -1,\n\t\t\t\ttiddler = self.getTiddler(title);\n\t\t\tif(tiddler) {\n\t\t\t\tvar beforeTitle = tiddler.fields[\"list-before\"],\n\t\t\t\t\tafterTitle = tiddler.fields[\"list-after\"];\n\t\t\t\tif(beforeTitle === \"\") {\n\t\t\t\t\tnewPos = 0;\n\t\t\t\t} else if(afterTitle === \"\") {\n\t\t\t\t\tnewPos = titles.length;\n\t\t\t\t} else if(beforeTitle) {\n\t\t\t\t\t// if this title is placed relative\n\t\t\t\t\t// to another title, make sure that\n\t\t\t\t\t// title is placed before we place\n\t\t\t\t\t// this one.\n\t\t\t\t\tmoveItemInList(beforeTitle);\n\t\t\t\t\tnewPos = titles.indexOf(beforeTitle);\n\t\t\t\t} else if(afterTitle) {\n\t\t\t\t\t// Same deal\n\t\t\t\t\tmoveItemInList(afterTitle);\n\t\t\t\t\tnewPos = titles.indexOf(afterTitle);\n\t\t\t\t\tif(newPos >= 0) {\n\t\t\t\t\t\t++newPos;\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\t// If a new position is specified, let's move it\n\t\t\t\tif (newPos !== -1) {\n\t\t\t\t\t// get its current Pos, and make sure\n\t\t\t\t\t// sure that it's _actually_ in the list\n\t\t\t\t\t// and that it would _actually_ move\n\t\t\t\t\t// (#4275) We don't bother calling\n\t\t\t\t\t//         indexOf unless we have a new\n\t\t\t\t\t//         position to work with\n\t\t\t\t\tvar currPos = titles.indexOf(title);\n\t\t\t\t\tif(currPos >= 0 && newPos !== currPos) {\n\t\t\t\t\t\t// move it!\n\t\t\t\t\t\ttitles.splice(currPos,1);\n\t\t\t\t\t\tif(newPos >= currPos) {\n\t\t\t\t\t\t\tnewPos--;\n\t\t\t\t\t\t}\n\t\t\t\t\t\ttitles.splice(newPos,0,title);\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tvar list = this.getTiddlerList(listTitle);\n\tif(!array || array.length === 0) {\n\t\treturn [];\n\t} else {\n\t\tvar titles = [], t, title;\n\t\t// First place any entries that are present in the list\n\t\tfor(t=0; t<list.length; t++) {\n\t\t\ttitle = list[t];\n\t\t\tif(array.indexOf(title) !== -1) {\n\t\t\t\ttitles.push(title);\n\t\t\t}\n\t\t}\n\t\t// Then place any remaining entries\n\t\tfor(t=0; t<array.length; t++) {\n\t\t\ttitle = array[t];\n\t\t\tif(list.indexOf(title) === -1) {\n\t\t\t\ttitles.push(title);\n\t\t\t}\n\t\t}\n\t\t// Finally obey the list-before and list-after fields of each tiddler in turn\n\t\tvar sortedTitles = titles.slice(0);\n\t\tfor(t=0; t<sortedTitles.length; t++) {\n\t\t\ttitle = sortedTitles[t];\n\t\t\tmoveItemInList(title);\n\t\t}\n\t\treturn titles;\n\t}\n};\n\nexports.getSubTiddler = function(title,subTiddlerTitle) {\n\tvar bundleInfo = this.getPluginInfo(title) || this.getTiddlerDataCached(title);\n\tif(bundleInfo && bundleInfo.tiddlers) {\n\t\tvar subTiddler = bundleInfo.tiddlers[subTiddlerTitle];\n\t\tif(subTiddler) {\n\t\t\treturn new $tw.Tiddler(subTiddler);\n\t\t}\n\t}\n\treturn null;\n};\n\n/*\nRetrieve a tiddler as a JSON string of the fields\n*/\nexports.getTiddlerAsJson = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\n\t\tvar fields = Object.create(null);\n\t\t$tw.utils.each(tiddler.fields,function(value,name) {\n\t\t\tfields[name] = tiddler.getFieldString(name);\n\t\t});\n\t\treturn JSON.stringify(fields);\n\t} else {\n\t\treturn JSON.stringify({title: title});\n\t}\n};\n\nexports.getTiddlersAsJson = function(filter,spaces) {\n\tvar tiddlers = this.filterTiddlers(filter),\n\t\tspaces = (spaces === undefined) ? $tw.config.preferences.jsonSpaces : spaces,\n\t\tdata = [];\n\tfor(var t=0;t<tiddlers.length; t++) {\n\t\tvar tiddler = this.getTiddler(tiddlers[t]);\n\t\tif(tiddler) {\n\t\t\tvar fields = new Object();\n\t\t\tfor(var field in tiddler.fields) {\n\t\t\t\tfields[field] = tiddler.getFieldString(field);\n\t\t\t}\n\t\t\tdata.push(fields);\n\t\t}\n\t}\n\treturn JSON.stringify(data,null,spaces);\n};\n\n/*\nGet the content of a tiddler as a JavaScript object. How this is done depends on the type of the tiddler:\n\napplication/json: the tiddler JSON is parsed into an object\napplication/x-tiddler-dictionary: the tiddler is parsed as sequence of name:value pairs\n\nOther types currently just return null.\n\ntitleOrTiddler: string tiddler title or a tiddler object\ndefaultData: default data to be returned if the tiddler is missing or doesn't contain data\n\nNote that the same value is returned for repeated calls for the same tiddler data. The value is frozen to prevent modification; otherwise modifications would be visible to all callers\n*/\nexports.getTiddlerDataCached = function(titleOrTiddler,defaultData) {\n\tvar self = this,\n\t\ttiddler = titleOrTiddler;\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\ttiddler = this.getTiddler(tiddler);\t\n\t}\n\tif(tiddler) {\n\t\treturn this.getCacheForTiddler(tiddler.fields.title,\"data\",function() {\n\t\t\t// Return the frozen value\n\t\t\tvar value = self.getTiddlerData(tiddler.fields.title,undefined);\n\t\t\t$tw.utils.deepFreeze(value);\n\t\t\treturn value;\n\t\t}) || defaultData;\n\t} else {\n\t\treturn defaultData;\n\t}\n};\n\n/*\nAlternative, uncached version of getTiddlerDataCached(). The return value can be mutated freely and reused\n*/\nexports.getTiddlerData = function(titleOrTiddler,defaultData) {\n\tvar tiddler = titleOrTiddler,\n\t\tdata;\n\tif(!(tiddler instanceof $tw.Tiddler)) {\n\t\ttiddler = this.getTiddler(tiddler);\t\n\t}\n\tif(tiddler && tiddler.fields.text) {\n\t\tswitch(tiddler.fields.type) {\n\t\t\tcase \"application/json\":\n\t\t\t\t// JSON tiddler\n\t\t\t\ttry {\n\t\t\t\t\tdata = JSON.parse(tiddler.fields.text);\n\t\t\t\t} catch(ex) {\n\t\t\t\t\treturn defaultData;\n\t\t\t\t}\n\t\t\t\treturn data;\n\t\t\tcase \"application/x-tiddler-dictionary\":\n\t\t\t\treturn $tw.utils.parseFields(tiddler.fields.text);\n\t\t}\n\t}\n\treturn defaultData;\n};\n\n/*\nExtract an indexed field from within a data tiddler\n*/\nexports.extractTiddlerDataItem = function(titleOrTiddler,index,defaultText) {\n\tvar data = this.getTiddlerDataCached(titleOrTiddler,Object.create(null)),\n\t\ttext;\n\tif(data && $tw.utils.hop(data,index)) {\n\t\ttext = data[index];\n\t}\n\tif(typeof text === \"string\" || typeof text === \"number\") {\n\t\treturn text.toString();\n\t} else {\n\t\treturn defaultText;\n\t}\n};\n\n/*\nSet a tiddlers content to a JavaScript object. Currently this is done by setting the tiddler's type to \"application/json\" and setting the text to the JSON text of the data.\ntitle: title of tiddler\ndata: object that can be serialised to JSON\nfields: optional hashmap of additional tiddler fields to be set\n*/\nexports.setTiddlerData = function(title,data,fields) {\n\tvar existingTiddler = this.getTiddler(title),\n\t\tnewFields = {\n\t\t\ttitle: title\n\t};\n\tif(existingTiddler && existingTiddler.fields.type === \"application/x-tiddler-dictionary\") {\n\t\tnewFields.text = $tw.utils.makeTiddlerDictionary(data);\n\t} else {\n\t\tnewFields.type = \"application/json\";\n\t\tnewFields.text = JSON.stringify(data,null,$tw.config.preferences.jsonSpaces);\n\t}\n\tthis.addTiddler(new $tw.Tiddler(this.getCreationFields(),existingTiddler,fields,newFields,this.getModificationFields()));\n};\n\n/*\nReturn the content of a tiddler as an array containing each line\n*/\nexports.getTiddlerList = function(title,field,index) {\n\tif(index) {\n\t\treturn $tw.utils.parseStringArray(this.extractTiddlerDataItem(title,index,\"\"));\n\t}\n\tfield = field || \"list\";\n\tvar tiddler = this.getTiddler(title);\n\tif(tiddler) {\n\t\treturn ($tw.utils.parseStringArray(tiddler.fields[field]) || []).slice(0);\n\t}\n\treturn [];\n};\n\n// Return a named global cache object. Global cache objects are cleared whenever a tiddler change occurs\nexports.getGlobalCache = function(cacheName,initializer) {\n\tthis.globalCache = this.globalCache || Object.create(null);\n\tif($tw.utils.hop(this.globalCache,cacheName)) {\n\t\treturn this.globalCache[cacheName];\n\t} else {\n\t\tthis.globalCache[cacheName] = initializer();\n\t\treturn this.globalCache[cacheName];\n\t}\n};\n\nexports.clearGlobalCache = function() {\n\tthis.globalCache = Object.create(null);\n};\n\n// Return the named cache object for a tiddler. If the cache doesn't exist then the initializer function is invoked to create it\nexports.getCacheForTiddler = function(title,cacheName,initializer) {\n\tthis.caches = this.caches || Object.create(null);\n\tvar caches = this.caches[title];\n\tif(caches && caches[cacheName]) {\n\t\treturn caches[cacheName];\n\t} else {\n\t\tif(!caches) {\n\t\t\tcaches = Object.create(null);\n\t\t\tthis.caches[title] = caches;\n\t\t}\n\t\tcaches[cacheName] = initializer();\n\t\treturn caches[cacheName];\n\t}\n};\n\n// Clear all caches associated with a particular tiddler, or, if the title is null, clear all the caches for all the tiddlers\nexports.clearCache = function(title) {\n\tif(title) {\n\t\tthis.caches = this.caches || Object.create(null);\n\t\tif($tw.utils.hop(this.caches,title)) {\n\t\t\tdelete this.caches[title];\n\t\t}\n\t} else {\n\t\tthis.caches = Object.create(null);\n\t}\n};\n\nexports.initParsers = function(moduleType) {\n\t// Install the parser modules\n\t$tw.Wiki.parsers = {};\n\tvar self = this;\n\t$tw.modules.forEachModuleOfType(\"parser\",function(title,module) {\n\t\tfor(var f in module) {\n\t\t\tif($tw.utils.hop(module,f)) {\n\t\t\t\t$tw.Wiki.parsers[f] = module[f]; // Store the parser class\n\t\t\t}\n\t\t}\n\t});\n\t// Use the generic binary parser for any binary types not registered so far\n\tif($tw.Wiki.parsers[\"application/octet-stream\"]) {\n\t\tObject.keys($tw.config.contentTypeInfo).forEach(function(type) {\n\t\t\tif(!$tw.utils.hop($tw.Wiki.parsers,type) && $tw.config.contentTypeInfo[type].encoding === \"base64\") {\n\t\t\t\t$tw.Wiki.parsers[type] = $tw.Wiki.parsers[\"application/octet-stream\"];\n\t\t\t}\n\t\t});\t\t\n\t}\n};\n\n/*\nParse a block of text of a specified MIME type\n\ttype: content type of text to be parsed\n\ttext: text\n\toptions: see below\nOptions include:\n\tparseAsInline: if true, the text of the tiddler will be parsed as an inline run\n\t_canonical_uri: optional string of the canonical URI of this content\n*/\nexports.parseText = function(type,text,options) {\n\ttext = text || \"\";\n\toptions = options || {};\n\t// Select a parser\n\tvar Parser = $tw.Wiki.parsers[type];\n\tif(!Parser && $tw.utils.getFileExtensionInfo(type)) {\n\t\tParser = $tw.Wiki.parsers[$tw.utils.getFileExtensionInfo(type).type];\n\t}\n\tif(!Parser) {\n\t\tParser = $tw.Wiki.parsers[options.defaultType || \"text/vnd.tiddlywiki\"];\n\t}\n\tif(!Parser) {\n\t\treturn null;\n\t}\n\t// Return the parser instance\n\treturn new Parser(type,text,{\n\t\tparseAsInline: options.parseAsInline,\n\t\twiki: this,\n\t\t_canonical_uri: options._canonical_uri\n\t});\n};\n\n/*\nParse a tiddler according to its MIME type\n*/\nexports.parseTiddler = function(title,options) {\n\toptions = $tw.utils.extend({},options);\n\tvar cacheType = options.parseAsInline ? \"inlineParseTree\" : \"blockParseTree\",\n\t\ttiddler = this.getTiddler(title),\n\t\tself = this;\n\treturn tiddler ? this.getCacheForTiddler(title,cacheType,function() {\n\t\t\tif(tiddler.hasField(\"_canonical_uri\")) {\n\t\t\t\toptions._canonical_uri = tiddler.fields._canonical_uri;\n\t\t\t}\n\t\t\treturn self.parseText(tiddler.fields.type,tiddler.fields.text,options);\n\t\t}) : null;\n};\n\nexports.parseTextReference = function(title,field,index,options) {\n\tvar tiddler,text;\n\tif(options.subTiddler) {\n\t\ttiddler = this.getSubTiddler(title,options.subTiddler);\n\t} else {\n\t\ttiddler = this.getTiddler(title);\n\t\tif(field === \"text\" || (!field && !index)) {\n\t\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\t\treturn this.parseTiddler(title,options);\n\t\t}\n\t}\n\tif(field === \"text\" || (!field && !index)) {\n\t\tif(tiddler && tiddler.fields) {\n\t\t\treturn this.parseText(tiddler.fields.type,tiddler.fields.text,options);\t\t\t\n\t\t} else {\n\t\t\treturn null;\n\t\t}\n\t} else if(field) {\n\t\tif(field === \"title\") {\n\t\t\ttext = title;\n\t\t} else {\n\t\t\tif(!tiddler || !tiddler.hasField(field)) {\n\t\t\t\treturn null;\n\t\t\t}\n\t\t\ttext = tiddler.fields[field];\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text.toString(),options);\n\t} else if(index) {\n\t\tthis.getTiddlerText(title); // Force the tiddler to be lazily loaded\n\t\ttext = this.extractTiddlerDataItem(tiddler,index,undefined);\n\t\tif(text === undefined) {\n\t\t\treturn null;\n\t\t}\n\t\treturn this.parseText(\"text/vnd.tiddlywiki\",text,options);\n\t}\n};\n\n/*\nMake a widget tree for a parse tree\nparser: parser object\noptions: see below\nOptions include:\ndocument: optional document to use\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.makeWidget = function(parser,options) {\n\toptions = options || {};\n\tvar widgetNode = {\n\t\t\ttype: \"widget\",\n\t\t\tchildren: []\n\t\t},\n\t\tcurrWidgetNode = widgetNode;\n\t// Create set variable widgets for each variable\n\t$tw.utils.each(options.variables,function(value,name) {\n\t\tvar setVariableWidget = {\n\t\t\ttype: \"set\",\n\t\t\tattributes: {\n\t\t\t\tname: {type: \"string\", value: name},\n\t\t\t\tvalue: {type: \"string\", value: value}\n\t\t\t},\n\t\t\tchildren: []\n\t\t};\n\t\tcurrWidgetNode.children = [setVariableWidget];\n\t\tcurrWidgetNode = setVariableWidget;\n\t});\n\t// Add in the supplied parse tree nodes\n\tcurrWidgetNode.children = parser ? parser.tree : [];\n\t// Create the widget\n\treturn new widget.widget(widgetNode,{\n\t\twiki: this,\n\t\tdocument: options.document || $tw.fakeDocument,\n\t\tparentWidget: options.parentWidget\n\t});\n};\n\n/*\nMake a widget tree for transclusion\ntitle: target tiddler title\noptions: as for wiki.makeWidget() plus:\noptions.field: optional field to transclude (defaults to \"text\")\noptions.mode: transclusion mode \"inline\" or \"block\"\noptions.recursionMarker : optional flag to set a recursion marker, defaults to \"yes\"\noptions.children: optional array of children for the transclude widget\noptions.importVariables: optional importvariables filter string for macros to be included\noptions.importPageMacros: optional boolean; if true, equivalent to passing \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\" to options.importVariables\n*/\nexports.makeTranscludeWidget = function(title,options) {\n\toptions = options || {};\n\tvar parseTreeDiv = {tree: [{\n\t\t\ttype: \"element\",\n\t\t\ttag: \"div\",\n\t\t\tchildren: []}]},\n\t\tparseTreeImportVariables = {\n\t\t\ttype: \"importvariables\",\n\t\t\tattributes: {\n\t\t\t\tfilter: {\n\t\t\t\t\tname: \"filter\",\n\t\t\t\t\ttype: \"string\"\n\t\t\t\t}\n\t\t\t},\n\t\t\tisBlock: false,\n\t\t\tchildren: []},\n\t\tparseTreeTransclude = {\n\t\t\ttype: \"transclude\",\n\t\t\tattributes: {\n\t\t\t\trecursionMarker: {\n\t\t\t\t\tname: \"recursionMarker\",\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: options.recursionMarker || \"yes\"\n\t\t\t\t\t},\n\t\t\t\ttiddler: {\n\t\t\t\t\tname: \"tiddler\",\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: title\n\t\t\t\t}\n\t\t\t},\n\t\t\tisBlock: !options.parseAsInline};\n\tif(options.importVariables || options.importPageMacros) {\n\t\tif(options.importVariables) {\n\t\t\tparseTreeImportVariables.attributes.filter.value = options.importVariables;\n\t\t} else if(options.importPageMacros) {\n\t\t\tparseTreeImportVariables.attributes.filter.value = \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\";\n\t\t}\n\t\tparseTreeDiv.tree[0].children.push(parseTreeImportVariables);\n\t\tparseTreeImportVariables.children.push(parseTreeTransclude);\n\t} else {\n\t\tparseTreeDiv.tree[0].children.push(parseTreeTransclude);\n\t}\n\tif(options.field) {\n\t\tparseTreeTransclude.attributes.field = {type: \"string\", value: options.field};\n\t}\n\tif(options.mode) {\n\t\tparseTreeTransclude.attributes.mode = {type: \"string\", value: options.mode};\n\t}\n\tif(options.children) {\n\t\tparseTreeTransclude.children = options.children;\n\t}\n\treturn this.makeWidget(parseTreeDiv,options);\n};\n\n/*\nParse text in a specified format and render it into another format\n\toutputType: content type for the output\n\ttextType: content type of the input text\n\ttext: input text\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderText = function(outputType,textType,text,options) {\n\toptions = options || {};\n\tvar parser = this.parseText(textType,text,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : container.textContent;\n};\n\n/*\nParse text from a tiddler and render it into another format\n\toutputType: content type for the output\n\ttitle: title of the tiddler to be rendered\n\toptions: see below\nOptions include:\nvariables: hashmap of variables to set\nparentWidget: optional parent widget for the root node\n*/\nexports.renderTiddler = function(outputType,title,options) {\n\toptions = options || {};\n\tvar parser = this.parseTiddler(title,options),\n\t\twidgetNode = this.makeWidget(parser,options);\n\tvar container = $tw.fakeDocument.createElement(\"div\");\n\twidgetNode.render(container,null);\n\treturn outputType === \"text/html\" ? container.innerHTML : (outputType === \"text/plain-formatted\" ? container.formattedTextContent : container.textContent);\n};\n\n/*\nReturn an array of tiddler titles that match a search string\n\ttext: The text string to search for\n\toptions: see below\nOptions available:\n\tsource: an iterator function for the source tiddlers, called source(iterator), where iterator is called as iterator(tiddler,title)\n\texclude: An array of tiddler titles to exclude from the search\n\tinvert: If true returns tiddlers that do not contain the specified string\n\tcaseSensitive: If true forces a case sensitive search\n\tfield: If specified, restricts the search to the specified field, or an array of field names\n\tanchored: If true, forces all but regexp searches to be anchored to the start of text\n\texcludeField: If true, the field options are inverted to specify the fields that are not to be searched\n\tThe search mode is determined by the first of these boolean flags to be true\n\t\tliteral: searches for literal string\n\t\twhitespace: same as literal except runs of whitespace are treated as a single space\n\t\tregexp: treats the search term as a regular expression\n\t\twords: (default) treats search string as a list of tokens, and matches if all tokens are found, regardless of adjacency or ordering\n*/\nexports.search = function(text,options) {\n\toptions = options || {};\n\tvar self = this,\n\t\tt,\n\t\tinvert = !!options.invert;\n\t// Convert the search string into a regexp for each term\n\tvar terms, searchTermsRegExps,\n\t\tflags = options.caseSensitive ? \"\" : \"i\",\n\t\tanchor = options.anchored ? \"^\" : \"\";\n\tif(options.literal) {\n\t\tif(text.length === 0) {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + anchor + $tw.utils.escapeRegExp(text) + \")\",flags)];\n\t\t}\n\t} else if(options.whitespace) {\n\t\tterms = [];\n\t\t$tw.utils.each(text.split(/\\s+/g),function(term) {\n\t\t\tif(term) {\n\t\t\t\tterms.push($tw.utils.escapeRegExp(term));\n\t\t\t}\n\t\t});\n\t\tsearchTermsRegExps = [new RegExp(\"(\" + anchor + terms.join(\"\\\\s+\") + \")\",flags)];\n\t} else if(options.regexp) {\n\t\ttry {\n\t\t\tsearchTermsRegExps = [new RegExp(\"(\" + text + \")\",flags)];\t\t\t\n\t\t} catch(e) {\n\t\t\tsearchTermsRegExps = null;\n\t\t\tconsole.log(\"Regexp error parsing /(\" + text + \")/\" + flags + \": \",e);\n\t\t}\n\t} else {\n\t\tterms = text.split(/ +/);\n\t\tif(terms.length === 1 && terms[0] === \"\") {\n\t\t\tsearchTermsRegExps = null;\n\t\t} else {\n\t\t\tsearchTermsRegExps = [];\n\t\t\tfor(t=0; t<terms.length; t++) {\n\t\t\t\tsearchTermsRegExps.push(new RegExp(\"(\" + anchor + $tw.utils.escapeRegExp(terms[t]) + \")\",flags));\n\t\t\t}\n\t\t}\n\t}\n\t// Accumulate the array of fields to be searched or excluded from the search\n\tvar fields = [];\n\tif(options.field) {\n\t\tif($tw.utils.isArray(options.field)) {\n\t\t\t$tw.utils.each(options.field,function(fieldName) {\n\t\t\t\tif(fieldName) {\n\t\t\t\t\tfields.push(fieldName);\t\t\t\t\t\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tfields.push(options.field);\n\t\t}\n\t}\n\t// Use default fields if none specified and we're not excluding fields (excluding fields with an empty field array is the same as searching all fields)\n\tif(fields.length === 0 && !options.excludeField) {\n\t\tfields.push(\"title\");\n\t\tfields.push(\"tags\");\n\t\tfields.push(\"text\");\n\t}\n\t// Function to check a given tiddler for the search term\n\tvar searchTiddler = function(title) {\n\t\tif(!searchTermsRegExps) {\n\t\t\treturn true;\n\t\t}\n\t\tvar notYetFound = searchTermsRegExps.slice();\n\n\t\tvar tiddler = self.getTiddler(title);\n\t\tif(!tiddler) {\n\t\t\ttiddler = new $tw.Tiddler({title: title, text: \"\", type: \"text/vnd.tiddlywiki\"});\n\t\t}\n\t\tvar contentTypeInfo = $tw.config.contentTypeInfo[tiddler.fields.type] || $tw.config.contentTypeInfo[\"text/vnd.tiddlywiki\"],\n\t\t\tsearchFields;\n\t\t// Get the list of fields we're searching\n\t\tif(options.excludeField) {\n\t\t\tsearchFields = Object.keys(tiddler.fields);\n\t\t\t$tw.utils.each(fields,function(fieldName) {\n\t\t\t\tvar p = searchFields.indexOf(fieldName);\n\t\t\t\tif(p !== -1) {\n\t\t\t\t\tsearchFields.splice(p,1);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\tsearchFields = fields;\n\t\t}\n\t\tfor(var fieldIndex=0; notYetFound.length>0 && fieldIndex<searchFields.length; fieldIndex++) {\n\t\t\t// Don't search the text field if the content type is binary\n\t\t\tvar fieldName = searchFields[fieldIndex];\n\t\t\tif(fieldName === \"text\" && contentTypeInfo.encoding !== \"utf8\") {\n\t\t\t\tbreak;\n\t\t\t}\n\t\t\tvar str = tiddler.fields[fieldName],\n\t\t\t\tt;\n\t\t\tif(str) {\n\t\t\t\tif($tw.utils.isArray(str)) {\n\t\t\t\t\t// If the field value is an array, test each regexp against each field array entry and fail if each regexp doesn't match at least one field array entry\n\t\t\t\t\tfor(var s=0; s<str.length; s++) {\n\t\t\t\t\t\tfor(t=0; t<notYetFound.length;) {\n\t\t\t\t\t\t\tif(notYetFound[t].test(str[s])) {\n\t\t\t\t\t\t\t\tnotYetFound.splice(t, 1);\n\t\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\t\tt++;\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t// If the field isn't an array, force it to a string and test each regexp against it and fail if any do not match\n\t\t\t\t\tstr = tiddler.getFieldString(fieldName);\n\t\t\t\t\tfor(t=0; t<notYetFound.length;) {\n\t\t\t\t\t\tif(notYetFound[t].test(str)) {\n\t\t\t\t\t\t\tnotYetFound.splice(t, 1);\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tt++;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t};\n\t\treturn notYetFound.length == 0;\n\t};\n\t// Loop through all the tiddlers doing the search\n\tvar results = [],\n\t\tsource = options.source || this.each;\n\tsource(function(tiddler,title) {\n\t\tif(searchTiddler(title) !== options.invert) {\n\t\t\tresults.push(title);\n\t\t}\n\t});\n\t// Remove any of the results we have to exclude\n\tif(options.exclude) {\n\t\tfor(t=0; t<options.exclude.length; t++) {\n\t\t\tvar p = results.indexOf(options.exclude[t]);\n\t\t\tif(p !== -1) {\n\t\t\t\tresults.splice(p,1);\n\t\t\t}\n\t\t}\n\t}\n\treturn results;\n};\n\n/*\nTrigger a load for a tiddler if it is skinny. Returns the text, or undefined if the tiddler is missing, null if the tiddler is being lazily loaded.\n*/\nexports.getTiddlerText = function(title,defaultText) {\n\tvar tiddler = this.getTiddler(title);\n\t// Return undefined if the tiddler isn't found\n\tif(!tiddler) {\n\t\treturn defaultText;\n\t}\n\tif(!tiddler.hasField(\"_is_skinny\")) {\n\t\t// Just return the text if we've got it\n\t\treturn tiddler.fields.text || \"\";\n\t} else {\n\t\t// Tell any listeners about the need to lazily load this tiddler\n\t\tthis.dispatchEvent(\"lazyLoad\",title);\n\t\t// Indicate that the text is being loaded\n\t\treturn null;\n\t}\n};\n\n/*\nCheck whether the text of a tiddler matches a given value. By default, the comparison is case insensitive, and any spaces at either end of the tiddler text is trimmed\n*/\nexports.checkTiddlerText = function(title,targetText,options) {\n\toptions = options || {};\n\tvar text = this.getTiddlerText(title,\"\");\n\tif(!options.noTrim) {\n\t\ttext = text.trim();\n\t}\n\tif(!options.caseSensitive) {\n\t\ttext = text.toLowerCase();\n\t\ttargetText = targetText.toLowerCase();\n\t}\n\treturn text === targetText;\n}\n\n/*\nRead an array of browser File objects, invoking callback(tiddlerFieldsArray) once they're all read\n*/\nexports.readFiles = function(files,options) {\n\tvar callback;\n\tif(typeof options === \"function\") {\n\t\tcallback = options;\n\t\toptions = {};\n\t} else {\n\t\tcallback = options.callback;\n\t}\n\tvar result = [],\n\t\toutstanding = files.length,\n\t\treadFileCallback = function(tiddlerFieldsArray) {\n\t\t\tresult.push.apply(result,tiddlerFieldsArray);\n\t\t\tif(--outstanding === 0) {\n\t\t\t\tcallback(result);\n\t\t\t}\n\t\t};\n\tfor(var f=0; f<files.length; f++) {\n\t\tthis.readFile(files[f],$tw.utils.extend({},options,{callback: readFileCallback}));\n\t}\n\treturn files.length;\n};\n\n/*\nRead a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\n*/\nexports.readFile = function(file,options) {\n\tvar callback;\n\tif(typeof options === \"function\") {\n\t\tcallback = options;\n\t\toptions = {};\n\t} else {\n\t\tcallback = options.callback;\n\t}\n\t// Get the type, falling back to the filename extension\n\tvar self = this,\n\t\ttype = file.type;\n\tif(type === \"\" || !type) {\n\t\tvar dotPos = file.name.lastIndexOf(\".\");\n\t\tif(dotPos !== -1) {\n\t\t\tvar fileExtensionInfo = $tw.utils.getFileExtensionInfo(file.name.substr(dotPos));\n\t\t\tif(fileExtensionInfo) {\n\t\t\t\ttype = fileExtensionInfo.type;\n\t\t\t}\n\t\t}\n\t}\n\t// Figure out if we're reading a binary file\n\tvar contentTypeInfo = $tw.config.contentTypeInfo[type],\n\t\tisBinary = contentTypeInfo ? contentTypeInfo.encoding === \"base64\" : false;\n\t// Log some debugging information\n\tif($tw.log.IMPORT) {\n\t\tconsole.log(\"Importing file '\" + file.name + \"', type: '\" + type + \"', isBinary: \" + isBinary);\n\t}\n\t// Give the hook a chance to process the drag\n\tif($tw.hooks.invokeHook(\"th-importing-file\",{\n\t\tfile: file,\n\t\ttype: type,\n\t\tisBinary: isBinary,\n\t\tcallback: callback\n\t}) !== true) {\n\t\tthis.readFileContent(file,type,isBinary,options.deserializer,callback);\n\t}\n};\n\n/*\nLower level utility to read the content of a browser File object, invoking callback(tiddlerFieldsArray) with an array of tiddler fields objects\n*/\nexports.readFileContent = function(file,type,isBinary,deserializer,callback) {\n\tvar self = this;\n\t// Create the FileReader\n\tvar reader = new FileReader();\n\t// Onload\n\treader.onload = function(event) {\n\t\tvar text = event.target.result,\n\t\t\ttiddlerFields = {title: file.name || \"Untitled\"};\n\t\tif(isBinary) {\n\t\t\tvar commaPos = text.indexOf(\",\");\n\t\t\tif(commaPos !== -1) {\n\t\t\t\ttext = text.substr(commaPos + 1);\n\t\t\t}\n\t\t}\n\t\t// Check whether this is an encrypted TiddlyWiki file\n\t\tvar encryptedJson = $tw.utils.extractEncryptedStoreArea(text);\n\t\tif(encryptedJson) {\n\t\t\t// If so, attempt to decrypt it with the current password\n\t\t\t$tw.utils.decryptStoreAreaInteractive(encryptedJson,function(tiddlers) {\n\t\t\t\tcallback(tiddlers);\n\t\t\t});\n\t\t} else {\n\t\t\t// Otherwise, just try to deserialise any tiddlers in the file\n\t\t\tcallback(self.deserializeTiddlers(type,text,tiddlerFields,{deserializer: deserializer}));\n\t\t}\n\t};\n\t// Kick off the read\n\tif(isBinary) {\n\t\treader.readAsDataURL(file);\n\t} else {\n\t\treader.readAsText(file);\n\t}\n};\n\n/*\nFind any existing draft of a specified tiddler\n*/\nexports.findDraft = function(targetTitle) {\n\tvar draftTitle = undefined;\n\tthis.forEachTiddler({includeSystem: true},function(title,tiddler) {\n\t\tif(tiddler.fields[\"draft.title\"] && tiddler.fields[\"draft.of\"] === targetTitle) {\n\t\t\tdraftTitle = title;\n\t\t}\n\t});\n\treturn draftTitle;\n}\n\n/*\nCheck whether the specified draft tiddler has been modified.\nIf the original tiddler doesn't exist, create  a vanilla tiddler variable,\nto check if additional fields have been added.\n*/\nexports.isDraftModified = function(title) {\n\tvar tiddler = this.getTiddler(title);\n\tif(!tiddler.isDraft()) {\n\t\treturn false;\n\t}\n\tvar ignoredFields = [\"created\", \"modified\", \"title\", \"draft.title\", \"draft.of\"],\n\t\torigTiddler = this.getTiddler(tiddler.fields[\"draft.of\"]) || new $tw.Tiddler({text:\"\", tags:[]}),\n\t\ttitleModified = tiddler.fields[\"draft.title\"] !== tiddler.fields[\"draft.of\"];\n\treturn titleModified || !tiddler.isEqual(origTiddler,ignoredFields);\n};\n\n/*\nAdd a new record to the top of the history stack\ntitle: a title string or an array of title strings\nfromPageRect: page coordinates of the origin of the navigation\nhistoryTitle: title of history tiddler (defaults to $:/HistoryList)\n*/\nexports.addToHistory = function(title,fromPageRect,historyTitle) {\n\tvar story = new $tw.Story({wiki: this, historyTitle: historyTitle});\n\tstory.addToHistory(title,fromPageRect);\t\n\tconsole.log(\"$tw.wiki.addToHistory() is deprecated since V5.1.23! Use the this.story.addToHistory() from the story-object!\")\n};\n\n/*\nAdd a new tiddler to the story river\ntitle: a title string or an array of title strings\nfromTitle: the title of the tiddler from which the navigation originated\nstoryTitle: title of story tiddler (defaults to $:/StoryList)\noptions: see story.js\n*/\nexports.addToStory = function(title,fromTitle,storyTitle,options) {\n\tvar story = new $tw.Story({wiki: this, storyTitle: storyTitle});\n\tstory.addToStory(title,fromTitle,options);\n\tconsole.log(\"$tw.wiki.addToStory() is deprecated since V5.1.23! Use the this.story.addToStory() from the story-object!\")\n};\n\n/*\nGenerate a title for the draft of a given tiddler\n*/\nexports.generateDraftTitle = function(title) {\n\tvar c = 0,\n\t\tdraftTitle,\n\t\tusername = this.getTiddlerText(\"$:/status/UserName\"),\n\t\tattribution = username ? \" by \" + username : \"\";\n\tdo {\n\t\tdraftTitle = \"Draft \" + (c ? (c + 1) + \" \" : \"\") + \"of '\" + title + \"'\" + attribution;\n\t\tc++;\n\t} while(this.tiddlerExists(draftTitle));\n\treturn draftTitle;\n};\n\n/*\nInvoke the available upgrader modules\ntitles: array of tiddler titles to be processed\ntiddlers: hashmap by title of tiddler fields of pending import tiddlers. These can be modified by the upgraders. An entry with no fields indicates a tiddler that was pending import has been suppressed. When entries are added to the pending import the tiddlers hashmap may have entries that are not present in the titles array\nReturns a hashmap of messages keyed by tiddler title.\n*/\nexports.invokeUpgraders = function(titles,tiddlers) {\n\t// Collect up the available upgrader modules\n\tvar self = this;\n\tif(!this.upgraderModules) {\n\t\tthis.upgraderModules = [];\n\t\t$tw.modules.forEachModuleOfType(\"upgrader\",function(title,module) {\n\t\t\tif(module.upgrade) {\n\t\t\t\tself.upgraderModules.push(module);\n\t\t\t}\n\t\t});\n\t}\n\t// Invoke each upgrader in turn\n\tvar messages = {};\n\tfor(var t=0; t<this.upgraderModules.length; t++) {\n\t\tvar upgrader = this.upgraderModules[t],\n\t\t\tupgraderMessages = upgrader.upgrade(this,titles,tiddlers);\n\t\t$tw.utils.extend(messages,upgraderMessages);\n\t}\n\treturn messages;\n};\n\n// Determine whether a plugin by title is dynamically loadable\nexports.doesPluginRequireReload = function(title) {\n\treturn this.doesPluginInfoRequireReload(this.getPluginInfo(title) || this.getTiddlerDataCached(title));\n};\n\n// Determine whether a plugin info structure is dynamically loadable\nexports.doesPluginInfoRequireReload = function(pluginInfo) {\n\tif(pluginInfo) {\n\t\tvar foundModule = false;\n\t\t$tw.utils.each(pluginInfo.tiddlers,function(tiddler) {\n\t\t\tif(tiddler.type === \"application/javascript\" && $tw.utils.hop(tiddler,\"module-type\")) {\n\t\t\t\tfoundModule = true;\n\t\t\t}\n\t\t});\n\t\treturn foundModule;\n\t} else {\n\t\treturn null;\n\t}\n};\n\nexports.slugify = function(title,options) {\n\tvar tiddler = this.getTiddler(title),\n\t\tslug;\n\tif(tiddler && tiddler.fields.slug) {\n\t\tslug = tiddler.fields.slug;\n\t} else {\n\t\tslug = $tw.utils.transliterate(title.toString().toLowerCase()) // Replace diacritics with basic lowercase ASCII\n\t\t\t.replace(/\\s+/g,\"-\")                                       // Replace spaces with -\n\t\t\t.replace(/[^\\w\\-\\.]+/g,\"\")                                 // Remove all non-word chars except dash and dot\n\t\t\t.replace(/\\-\\-+/g,\"-\")                                     // Replace multiple - with single -\n\t\t\t.replace(/^-+/,\"\")                                         // Trim - from start of text\n\t\t\t.replace(/-+$/,\"\");                                        // Trim - from end of text\n\t}\n\t// If the resulting slug is blank (eg because the title is just punctuation characters)\n\tif(!slug) {\n\t\t// ...then just use the character codes of the title\n\t\tvar result = [];\n\t\t$tw.utils.each(title.split(\"\"),function(char) {\n\t\t\tresult.push(char.charCodeAt(0).toString());\n\t\t});\n\t\tslug = result.join(\"-\");\n\t}\n\treturn slug;\n};\n\n})();\n\n",
            "type": "application/javascript",
            "module-type": "wikimethod"
        },
        "$:/palettes/Blanca": {
            "title": "$:/palettes/Blanca",
            "name": "Blanca",
            "description": "A clean white palette to let you focus",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #66cccc\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #ffffff\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #7897f3\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ccc\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #ffffff\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #7897f3\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #eeeeee\ntab-border-selected: #cccccc\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffeedd\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: #eee\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #ff9900\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/Blue": {
            "title": "$:/palettes/Blue",
            "name": "Blue",
            "description": "A blue theme",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #fff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333353\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #ddddff\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #5959c0\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: #ccccdd\ntab-border-selected: #ccccdd\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #eeeeff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #666666\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #ffffff\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #ffffff\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #5959c0\ntoolbar-new-button: #5eb95e\ntoolbar-options-button: rgb(128, 88, 165)\ntoolbar-save-button: #0e90d2\ntoolbar-info-button: #0e90d2\ntoolbar-edit-button: rgb(243, 123, 29)\ntoolbar-close-button: #dd514c\ntoolbar-delete-button: #dd514c\ntoolbar-cancel-button: rgb(243, 123, 29)\ntoolbar-done-button: #5eb95e\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/Muted": {
            "title": "$:/palettes/Muted",
            "name": "Muted",
            "description": "Bright tiddlers on a muted background",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #6f6f70\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #29a6ee\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #c2c1c2\nsidebar-foreground-shadow: rgba(255,255,255,0)\nsidebar-foreground: #d3d2d4\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #6f6f70\nsidebar-tab-background: #666667\nsidebar-tab-border-selected: #999\nsidebar-tab-border: #515151\nsidebar-tab-divider: #999\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: #999\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #d1d0d2\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #d5ad34\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/ContrastLight": {
            "title": "$:/palettes/ContrastLight",
            "name": "Contrast (Light)",
            "description": "High contrast and unambiguous (light version)",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #f00\nalert-border: <<colour background>>\nalert-highlight: <<colour foreground>>\nalert-muted-foreground: #800\nbackground: #fff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: <<colour background>>\nbutton-foreground: <<colour foreground>>\nbutton-border: <<colour foreground>>\ncode-background: <<colour background>>\ncode-border: <<colour foreground>>\ncode-foreground: <<colour foreground>>\ndirty-indicator: #f00\ndownload-background: #080\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: <<colour foreground>>\ndropdown-tab-background: <<colour foreground>>\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #00a\nexternal-link-foreground: #00e\nforeground: #000\nmessage-background: <<colour foreground>>\nmessage-border: <<colour background>>\nmessage-foreground: <<colour background>>\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour foreground>>\nmodal-header-border: <<colour foreground>>\nmuted-foreground: <<colour foreground>>\nnotification-background: <<colour background>>\nnotification-border: <<colour foreground>>\npage-background: <<colour background>>\npre-background: <<colour background>>\npre-border: <<colour foreground>>\nprimary: #00f\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: <<colour background>>\nsidebar-controls-foreground: <<colour foreground>>\nsidebar-foreground-shadow: rgba(0,0,0, 0)\nsidebar-foreground: <<colour foreground>>\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: <<colour foreground>>\nsidebar-tab-background-selected: <<colour background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour foreground>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour foreground>>\nsidebar-tiddler-link-foreground: <<colour primary>>\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: <<colour foreground>>\ntab-border-selected: <<colour foreground>>\ntab-border: <<colour foreground>>\ntab-divider: <<colour foreground>>\ntab-foreground-selected: <<colour foreground>>\ntab-foreground: <<colour background>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #000\ntag-foreground: #fff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour foreground>>\ntiddler-controls-foreground-hover: #ddd\ntiddler-controls-foreground-selected: #fdd\ntiddler-controls-foreground: <<colour foreground>>\ntiddler-editor-background: <<colour background>>\ntiddler-editor-border-image: <<colour foreground>>\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: <<colour background>>\ntiddler-info-background: <<colour background>>\ntiddler-info-border: <<colour foreground>>\ntiddler-info-tab-background: <<colour background>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour foreground>>\ntiddler-title-foreground: <<colour foreground>>\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour foreground>>\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/ContrastDark": {
            "title": "$:/palettes/ContrastDark",
            "name": "Contrast (Dark)",
            "description": "High contrast and unambiguous (dark version)",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #f00\nalert-border: <<colour background>>\nalert-highlight: <<colour foreground>>\nalert-muted-foreground: #800\nbackground: #000\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: <<colour background>>\nbutton-foreground: <<colour foreground>>\nbutton-border: <<colour foreground>>\ncode-background: <<colour background>>\ncode-border: <<colour foreground>>\ncode-foreground: <<colour foreground>>\ndirty-indicator: #f00\ndownload-background: #080\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: <<colour foreground>>\ndropdown-tab-background: <<colour foreground>>\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #00a\nexternal-link-foreground: #00e\nforeground: #fff\nmessage-background: <<colour foreground>>\nmessage-border: <<colour background>>\nmessage-foreground: <<colour background>>\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour foreground>>\nmodal-header-border: <<colour foreground>>\nmuted-foreground: <<colour foreground>>\nnotification-background: <<colour background>>\nnotification-border: <<colour foreground>>\npage-background: <<colour background>>\npre-background: <<colour background>>\npre-border: <<colour foreground>>\nprimary: #00f\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: <<colour background>>\nsidebar-controls-foreground: <<colour foreground>>\nsidebar-foreground-shadow: rgba(0,0,0, 0)\nsidebar-foreground: <<colour foreground>>\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: <<colour foreground>>\nsidebar-tab-background-selected: <<colour background>>\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: <<colour foreground>>\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: <<colour foreground>>\nsidebar-tiddler-link-foreground: <<colour primary>>\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: <<colour foreground>>\ntab-border-selected: <<colour foreground>>\ntab-border: <<colour foreground>>\ntab-divider: <<colour foreground>>\ntab-foreground-selected: <<colour foreground>>\ntab-foreground: <<colour background>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #fff\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour foreground>>\ntiddler-controls-foreground-hover: #ddd\ntiddler-controls-foreground-selected: #fdd\ntiddler-controls-foreground: <<colour foreground>>\ntiddler-editor-background: <<colour background>>\ntiddler-editor-border-image: <<colour foreground>>\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: <<colour background>>\ntiddler-editor-fields-odd: <<colour background>>\ntiddler-info-background: <<colour background>>\ntiddler-info-border: <<colour foreground>>\ntiddler-info-tab-background: <<colour background>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour foreground>>\ntiddler-title-foreground: <<colour foreground>>\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour foreground>>\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/CupertinoDark": {
            "title": "$:/palettes/CupertinoDark",
            "tags": "$:/tags/Palette",
            "name": "Cupertino Dark",
            "description": "A macOS inspired dark palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #FF453A\nalert-border: #FF453A\nalert-highlight: #FFD60A\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #282828\nblockquote-bar: <<colour page-background>>\nbutton-foreground: <<colour background>>\ncode-background: <<colour pre-background>>\ncode-border: <<colour pre-border>>\ncode-foreground: rgba(255, 255, 255, 0.54)\ndirty-indicator: #FF453A\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour tiddler-info-background>>\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: #3F638B\ndropdown-tab-background: #323232\ndropzone-background: #30D158\nexternal-link-background-hover: transparent\nexternal-link-background-visited: transparent\nexternal-link-background: transparent\nexternal-link-foreground-hover: \nexternal-link-foreground-visited: #BF5AF2\nexternal-link-foreground: #32D74B\nforeground: #FFFFFF\nmenubar-background: #464646\nmenubar-foreground: #ffffff\nmessage-background: <<colour background>>\nmessage-border: <<colour very-muted-foreground>>\nmessage-foreground: rgba(255, 255, 255, 0.54)\nmodal-backdrop: <<colour page-background>>\nmodal-background: <<colour background>>\nmodal-border: <<colour very-muted-foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour background>>\nmodal-header-border: <<colour very-muted-foreground>>\nmuted-foreground: #98989D\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #323232\npre-background: #464646\npre-border: transparent\nprimary: #0A84FF\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour background>>\nsidebar-controls-foreground-hover: #FF9F0A\nsidebar-controls-foreground: #8E8E93\nsidebar-foreground-shadow: transparent\nsidebar-foreground: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground-hover: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground: rgba(255, 255, 255, 0.38)\nsidebar-tab-background-selected: #3F638B\nsidebar-tab-background: <<colour background>>\nsidebar-tab-border-selected: <<colour background>>\nsidebar-tab-border: <<colour background>>\nsidebar-tab-divider: <<colour background>>\nsidebar-tab-foreground-selected: rgba(255, 255, 255, 0.87)\nsidebar-tab-foreground: rgba(255, 255, 255, 0.54)\nsidebar-tiddler-link-foreground-hover: rgba(255, 255, 255, 0.7)\nsidebar-tiddler-link-foreground: rgba(255, 255, 255, 0.54)\nsite-title-foreground: #ffffff\nstatic-alert-foreground: #B4B4B4\ntab-background-selected: #3F638B\ntab-background: <<colour page-background>>\ntab-border-selected: <<colour page-background>>\ntab-border: <<colour page-background>>\ntab-divider: <<colour page-background>>\ntab-foreground-selected: rgba(255, 255, 255, 0.87)\ntab-foreground: rgba(255, 255, 255, 0.54)\ntable-border: #464646\ntable-footer-background: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #48484A\ntag-foreground: #323232\ntiddler-background: <<colour background>>\ntiddler-border: transparent\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: #48484A\ntiddler-editor-background: transparent\ntiddler-editor-border-image: \ntiddler-editor-border: rgba(255, 255, 255, 0.08)\ntiddler-editor-fields-even: rgba(255, 255, 255, 0.1)\ntiddler-editor-fields-odd: rgba(255, 255, 255, 0.04)\ntiddler-info-background: #1E1E1E\ntiddler-info-border: #1E1E1E\ntiddler-info-tab-background: #3F638B\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour muted-foreground>>\ntiddler-title-foreground: #FFFFFF\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour very-muted-foreground>>\nvery-muted-foreground: #464646\nselection-background: #3F638B\nselection-foreground: #ffffff\nwikilist-background: <<colour page-background>>\nwikilist-button-background: #3F638B\nwikilist-button-foreground: <<colour foreground>>\nwikilist-button-open: #32D74B\nwikilist-button-open-hover: #32D74B\nwikilist-button-reveal: #0A84FF\nwikilist-button-reveal-hover: #0A84FF\nwikilist-button-remove: #FF453A\nwikilist-button-remove-hover: #FF453A\nwikilist-droplink-dragover: #32D74B\nwikilist-item: <<colour background>>\nwikilist-toolbar-background: <<colour background>>\nwikilist-title: <<colour foreground>>\nwikilist-title-svg: <<colour foreground>>\nwikilist-toolbar-foreground: <<colour foreground>>\nwikilist-url: <<colour muted-foreground>>\n"
        },
        "$:/palettes/DarkPhotos": {
            "title": "$:/palettes/DarkPhotos",
            "created": "20150402111612188",
            "description": "Good with dark photo backgrounds",
            "modified": "20150402112344080",
            "name": "DarkPhotos",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background: \nbutton-foreground: \nbutton-border: \ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #ddd\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #336438\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #ccf\nsidebar-controls-foreground: #fff\nsidebar-foreground-shadow: rgba(0,0,0, 0.5)\nsidebar-foreground: #fff\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #eee\nsidebar-tab-background-selected: rgba(255,255,255, 0.8)\nsidebar-tab-background: rgba(255,255,255, 0.4)\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: rgba(255,255,255, 0.2)\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #aaf\nsidebar-tiddler-link-foreground: #ddf\nsite-title-foreground: #fff\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/DesertSand": {
            "title": "$:/palettes/DesertSand",
            "tags": "$:/tags/Palette",
            "name": "Desert Sand",
            "description": "A desert sand palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #E9E0C7\nblockquote-bar: <<colour muted-foreground>>\nbutton-foreground: <<colour foreground>>\ncode-background: #F3EDDF\ncode-border: #C3BAA1\ncode-foreground: #ab3250\ndiff-delete-background: #bd8b8b\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #91c093\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #ad3434\ndownload-background: #6ca16c\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #E9E0C7\ndropdown-tab-background: #BAB29C\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #313163\nexternal-link-foreground: #555592\nforeground: #2D2A23\nmenubar-background: #CDC2A6\nmenubar-foreground: #5A5446\nmessage-background: #ECE5CF\nmessage-border: #D6CBAA\nmessage-foreground: #5f6e7d\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #8A8885\nmodal-footer-background: #CDC2A6\nmodal-footer-border: #9D998E\nmodal-header-border: #9D998E\nmuted-foreground: #9D998E\nnotification-background: #F0E9D7\nnotification-border: #939189\npage-background: #e0d3af\npre-background: #D6CBAA\npre-border: #CDC2A6\nprimary: #5B6F55\nselection-background: #9D947B\nselection-foreground: <<colour foreground>>\nselect-tag-background: #F0E9D7\nselect-tag-foreground: #2D2A23\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #2D2A23\nsidebar-controls-foreground: #867F69\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #867F69\nsidebar-muted-foreground-hover: #706A58\nsidebar-muted-foreground: #B3A98C\nsidebar-tab-background-selected: #e0d3af\nsidebar-tab-background: #A6A193\nsidebar-tab-border-selected: #C3BAA1\nsidebar-tab-border: #C3BAA1\nsidebar-tab-divider: #CDC2A6\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: #2D2A23\nsidebar-tiddler-link-foreground-hover: #433F35\nsidebar-tiddler-link-foreground: #706A58\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #A6A193\ntab-background-selected: #E9E0C7\ntab-background: #A6A193\ntab-border-selected: #C3BAA1\ntab-border: #C3BAA1\ntab-divider: #CDC2A6\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #2D2A23\ntable-border: #9D998E\ntable-footer-background: #8A8885\ntable-header-background: #B0AA98\ntag-background: #706A58\ntag-foreground: #E3D7B7\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #9D947B\ntiddler-controls-foreground-selected: #706A58\ntiddler-controls-foreground: #C3BAA1\ntiddler-editor-background: #E9E0C7\ntiddler-editor-border-image: #A6A193\ntiddler-editor-border: #A6A193\ntiddler-editor-fields-even: #D6CBAA\ntiddler-editor-fields-odd: #C3BAA1\ntiddler-info-background: #E3D7B7\ntiddler-info-border: #BAB29C\ntiddler-info-tab-background: #E9E0C7\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #867F69\ntiddler-title-foreground: #374464\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #8A8885\nvery-muted-foreground: #CDC2A6\nwikilist-background: <<colour page-background>>\nwikilist-item: #CDC2A6\nwikilist-info: #161512\nwikilist-title: #433F35\nwikilist-title-svg: <<colour wikilist-title>>\nwikilist-url: #706A58\nwikilist-button-open: #7db66a\nwikilist-button-open-hover: #56a556\nwikilist-button-reveal: #5a6c9e\nwikilist-button-reveal-hover: #454591\nwikilist-button-remove: #bc5972\nwikilist-button-remove-hover: #814040\nwikilist-toolbar-background: #CDC2A6\nwikilist-toolbar-foreground: #2D2A23\nwikilist-droplink-dragover: rgba(255,192,192,0.5)\nwikilist-button-background: #A6A193\nwikilist-button-foreground: #161512\n"
        },
        "$:/palettes/GruvboxDark": {
            "title": "$:/palettes/GruvboxDark",
            "name": "Gruvbox Dark",
            "description": "Retro groove color scheme",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "license": "https://github.com/morhetz/gruvbox",
            "text": "alert-background: #cc241d\nalert-border: #cc241d\nalert-highlight: #d79921\nalert-muted-foreground: #504945\nbackground: #3c3836\nblockquote-bar: <<colour muted-foreground>>\nbutton-foreground: <<colour page-background>>\ncode-background: #504945\ncode-border: #504945\ncode-foreground: #fb4934\ndiff-delete-background: #fb4934\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #b8bb26\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #fb4934\ndownload-background: #b8bb26\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #665c54\ndropdown-border: <<colour background>>\ndropdown-tab-background-selected: #ebdbb2\ndropdown-tab-background: #665c54\ndropzone-background: #98971a\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #d3869b\nexternal-link-foreground: #8ec07c\nforeground: #fbf1c7\nmenubar-background: #504945\nmenubar-foreground: <<colour foreground>>\nmessage-background: #83a598\nmessage-border: #83a598\nmessage-foreground: #3c3836\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #504945\nmodal-footer-background: #3c3836\nmodal-footer-border: #3c3836\nmodal-header-border: #3c3836\nmuted-foreground: #d5c4a1\nnotification-background: <<colour primary>>\nnotification-border: <<colour primary>>\npage-background: #282828\npre-background: #504945\npre-border: #504945\nprimary: #d79921\nselect-tag-background: #665c54\nselect-tag-foreground: <<colour foreground>>\nselection-background: #458588\nselection-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour page-background>>\nsidebar-controls-foreground-hover: #7c6f64\nsidebar-controls-foreground: #504945\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #fbf1c7\nsidebar-muted-foreground-hover: #7c6f64\nsidebar-muted-foreground: #504945\nsidebar-tab-background-selected: #bdae93\nsidebar-tab-background: #3c3836\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: #bdae93\nsidebar-tab-divider: <<colour page-background>>\nsidebar-tab-foreground-selected: #282828\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #458588\nsidebar-tiddler-link-foreground: #98971a\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #B48EAD\ntab-background-selected: #ebdbb2\ntab-background: #665c54\ntab-border-selected: #665c54\ntab-border: #665c54\ntab-divider: #bdae93\ntab-foreground-selected: #282828\ntab-foreground: #ebdbb2\ntable-border: #7c6f64\ntable-footer-background: #665c54\ntable-header-background: #504945\ntag-background: #d3869b\ntag-foreground: #282828\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #7c6f64\ntiddler-controls-foreground-selected: <<colour primary>>\ntiddler-controls-foreground: #665c54\ntiddler-editor-background: #32302f\ntiddler-editor-border-image: #282828\ntiddler-editor-border: #282828\ntiddler-editor-fields-even: #504945\ntiddler-editor-fields-odd: #7c6f64\ntiddler-info-background: #32302f\ntiddler-info-border: #ebdbb2\ntiddler-info-tab-background: #ebdbb2\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #7c6f64\ntiddler-title-foreground: #a89984\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #504945\nvery-muted-foreground: #bdae93\nwikilist-background: <<colour page-background>>\nwikilist-button-background: #acacac\nwikilist-button-foreground: <<colour button-foreground>>\nwikilist-item: <<colour background>>\nwikilist-toolbar-background: <<colour background>>\nwikilist-toolbar-foreground: <<colour foreground>>\nwikilist-title: <<colour foreground>>\nwikilist-title-svg: <<colour wikilist-title>>\nwikilist-url: <<colour muted-foreground>>\nwikilist-button-open-hover: <<colour primary>>\nwikilist-button-open: <<colour dropzone-background>>\nwikilist-button-remove: <<colour dirty-indicator>>\nwikilist-button-remove-hover: <<colour alert-background>>\nwikilist-droplink-dragover: <<colour dropzone-background>>\nwikilist-button-reveal: <<colour sidebar-tiddler-link-foreground-hover>>\nwikilist-button-reveal-hover: <<colour message-background>>\n"
        },
        "$:/palettes/Nord": {
            "title": "$:/palettes/Nord",
            "name": "Nord",
            "description": "An arctic, north-bluish color palette.",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "license": "MIT, arcticicestudio, https://github.com/arcticicestudio/nord/blob/develop/LICENSE.md",
            "text": "alert-background: #D08770\nalert-border: #D08770\nalert-highlight: #B48EAD\nalert-muted-foreground: #4C566A\nbackground: #3b4252\nblockquote-bar: <<colour muted-foreground>>\nbutton-foreground: <<colour page-background>>\ncode-background: #2E3440\ncode-border: #2E3440\ncode-foreground: #BF616A\ndiff-delete-background: #BF616A\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #A3BE8C\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #BF616A\ndownload-background: #A3BE8C\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour background>>\ndropdown-tab-background-selected: #ECEFF4\ndropdown-tab-background: #4C566A\ndropzone-background: #A3BE8C\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #5E81AC\nexternal-link-foreground: #8FBCBB\nforeground: #d8dee9\nmenubar-background: #2E3440\nmenubar-foreground: #d8dee9\nmessage-background: #2E3440\nmessage-border: #2E3440\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #3b4252\nmodal-footer-background: #3b4252\nmodal-footer-border: #3b4252\nmodal-header-border: #3b4252\nmuted-foreground: #4C566A\nnotification-background: <<colour primary>>\nnotification-border: #EBCB8B\npage-background: #2e3440\npre-background: #2E3440\npre-border: #2E3440\nprimary: #5E81AC\nselect-tag-background: #3b4252\nselect-tag-foreground: <<colour foreground>>\nselection-background: #5E81AC\nselection-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour page-background>>\nsidebar-controls-foreground-hover: #D8DEE9\nsidebar-controls-foreground: #4C566A\nsidebar-foreground-shadow: transparent\nsidebar-foreground: #D8DEE9\nsidebar-muted-foreground-hover: #4C566A\nsidebar-muted-foreground: #4C566A\nsidebar-tab-background-selected: #ECEFF4\nsidebar-tab-background: #4C566A\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: #4C566A\nsidebar-tab-divider: <<colour page-background>>\nsidebar-tab-foreground-selected: #4C566A\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #A3BE8C\nsidebar-tiddler-link-foreground: #81A1C1\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #B48EAD\ntab-background-selected: #ECEFF4\ntab-background: #4C566A\ntab-border-selected: #4C566A\ntab-border: #4C566A\ntab-divider: #4C566A\ntab-foreground-selected: #4C566A\ntab-foreground: #D8DEE9\ntable-border: #4C566A\ntable-footer-background: #2e3440\ntable-header-background: #2e3440\ntag-background: #A3BE8C\ntag-foreground: #4C566A\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: \ntiddler-controls-foreground-selected: #EBCB8B\ntiddler-controls-foreground: #4C566A\ntiddler-editor-background: #2e3440\ntiddler-editor-border-image: #2e3440\ntiddler-editor-border: #3b4252\ntiddler-editor-fields-even: #2e3440\ntiddler-editor-fields-odd: #2e3440\ntiddler-info-background: #2e3440\ntiddler-info-border: #2e3440\ntiddler-info-tab-background: #2e3440\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #4C566A\ntiddler-title-foreground: #81A1C1\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: #2d3038\nvery-muted-foreground: #2d3038\nwikilist-background: <<colour page-background>>\nwikilist-toolbar-background: <<colour background>>\nwikilist-item: <<colour background>>\nwikilist-title: <<colour foreground>>\nwikilist-info: <<colour muted-foreground>>\nwikilist-button-open: #A3BE8C\nwikilist-button-open-hover: #A3BE8C\nwikilist-button-reveal: #81A1C1\nwikilist-button-reveal-hover: #81A1C1\nwikilist-button-remove: #B48EAD\nwikilist-button-remove-hover: #B48EAD\n"
        },
        "$:/palettes/Rocker": {
            "title": "$:/palettes/Rocker",
            "name": "Rocker",
            "description": "A dark theme",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #999999\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #000\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #cc0000\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #ffffff\nsidebar-foreground-shadow: rgba(255,255,255, 0.0)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #000\nsidebar-tab-background: <<colour tab-background>>\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: <<colour tab-divider>>\nsidebar-tab-foreground-selected: \nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #ffbb99\nsidebar-tiddler-link-foreground: #cc0000\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ffbb99\ntag-foreground: #000\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #cc0000\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/SolarFlare": {
            "title": "$:/palettes/SolarFlare",
            "name": "Solar Flare",
            "description": "Warm, relaxing earth colours",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": ": Background Tones\n\nbase03: #002b36\nbase02: #073642\n\n: Content Tones\n\nbase01: #586e75\nbase00: #657b83\nbase0: #839496\nbase1: #93a1a1\n\n: Background Tones\n\nbase2: #eee8d5\nbase3: #fdf6e3\n\n: Accent Colors\n\nyellow: #b58900\norange: #cb4b16\nred: #dc322f\nmagenta: #d33682\nviolet: #6c71c4\nblue: #268bd2\ncyan: #2aa198\ngreen: #859900\n\n: Additional Tones (RA)\n\nbase10: #c0c4bb\nviolet-muted: #7c81b0\nblue-muted: #4e7baa\n\nyellow-hot: #ffcc44\norange-hot: #eb6d20\nred-hot: #ff2222\nblue-hot: #2298ee\ngreen-hot: #98ee22\n\n: Palette\n\n: Do not use colour macro for background and foreground\nbackground: #fdf6e3\n    download-foreground: <<colour background>>\n    dragger-foreground: <<colour background>>\n    dropdown-background: <<colour background>>\n    modal-background: <<colour background>>\n    sidebar-foreground-shadow: <<colour background>>\n    tiddler-background: <<colour background>>\n    tiddler-border: <<colour background>>\n    tiddler-link-background: <<colour background>>\n    tab-background-selected: <<colour background>>\n        dropdown-tab-background-selected: <<colour tab-background-selected>>\nforeground: #657b83\n    dragger-background: <<colour foreground>>\n    tab-foreground: <<colour foreground>>\n        tab-foreground-selected: <<colour tab-foreground>>\n            sidebar-tab-foreground-selected: <<colour tab-foreground-selected>>\n        sidebar-tab-foreground: <<colour tab-foreground>>\n    sidebar-button-foreground: <<colour foreground>>\n    sidebar-controls-foreground: <<colour foreground>>\n    sidebar-foreground: <<colour foreground>>\n: base03\n: base02\n: base01\n    alert-muted-foreground: <<colour base01>>\n: base00\n    code-foreground: <<colour base00>>\n    message-foreground: <<colour base00>>\n    tag-foreground: <<colour base00>>\n: base0\n    sidebar-tiddler-link-foreground: <<colour base0>>\n: base1\n    muted-foreground: <<colour base1>>\n        blockquote-bar: <<colour muted-foreground>>\n        dropdown-border: <<colour muted-foreground>>\n        sidebar-muted-foreground: <<colour muted-foreground>>\n        tiddler-title-foreground: <<colour muted-foreground>>\n            site-title-foreground: <<colour tiddler-title-foreground>>\n: base2\n    modal-footer-background: <<colour base2>>\n    page-background: <<colour base2>>\n        modal-backdrop: <<colour page-background>>\n        notification-background: <<colour page-background>>\n        code-background: <<colour page-background>>\n            code-border: <<colour code-background>>\n        pre-background: <<colour page-background>>\n            pre-border: <<colour pre-background>>\n        sidebar-tab-background-selected: <<colour page-background>>\n    table-header-background: <<colour base2>>\n    tag-background: <<colour base2>>\n    tiddler-editor-background: <<colour base2>>\n    tiddler-info-background: <<colour base2>>\n    tiddler-info-tab-background: <<colour base2>>\n    tab-background: <<colour base2>>\n        dropdown-tab-background: <<colour tab-background>>\n: base3\n    alert-background: <<colour base3>>\n    message-background: <<colour base3>>\n: yellow\n: orange\n: red\n: magenta\n    alert-highlight: <<colour magenta>>\n: violet\n    external-link-foreground: <<colour violet>>\n: blue\n: cyan\n: green\n: base10\n    tiddler-controls-foreground: <<colour base10>>\n: violet-muted\n    external-link-foreground-visited: <<colour violet-muted>>\n: blue-muted\n    primary: <<colour blue-muted>>\n        download-background: <<colour primary>>\n        tiddler-link-foreground: <<colour primary>>\n\nalert-border: #b99e2f\ndirty-indicator: #ff0000\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nmessage-border: #cfd6e6\nmodal-border: #999999\nselect-tag-background:\nselect-tag-foreground:\nsidebar-controls-foreground-hover:\nsidebar-muted-foreground-hover:\nsidebar-tab-background: #ded8c5\nsidebar-tiddler-link-foreground-hover:\nstatic-alert-foreground: #aaaaaa\ntab-border: #cccccc\n    modal-footer-border: <<colour tab-border>>\n    modal-header-border: <<colour tab-border>>\n    notification-border: <<colour tab-border>>\n    sidebar-tab-border: <<colour tab-border>>\n    tab-border-selected: <<colour tab-border>>\n        sidebar-tab-border-selected: <<colour tab-border-selected>>\ntab-divider: #d8d8d8\n    sidebar-tab-divider: <<colour tab-divider>>\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-border: #dddddd\ntiddler-subtitle-foreground: #c0c0c0\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\n"
        },
        "$:/palettes/SolarizedDark": {
            "title": "$:/palettes/SolarizedDark",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Precision dark colors for machines and people",
            "license": "MIT, Ethan Schoonover, https://github.com/altercation/solarized/blob/master/LICENSE",
            "name": "SolarizedDark",
            "text": "alert-background: #073642\nalert-border: #93a1a1\nalert-highlight: #d33682\nalert-muted-foreground: #d33682\nbackground: #073642\nblockquote-bar: #d33682\nbutton-background: #073642\nbutton-border: #586e75\nbutton-foreground: #93a1a1\ncode-background: #073642\ncode-border: #586e75\ncode-foreground: #93a1a1\ndirty-indicator: inherit\ndownload-background: #859900\ndownload-foreground: #073642\ndragger-background: #073642\ndragger-foreground: #839496\ndropdown-background: #073642\ndropdown-border: #93a1a1\ndropdown-tab-background: #002b36\ndropdown-tab-background-selected: #073642\ndropzone-background: #859900\nexternal-link-background: inherit\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-foreground: #268bd2\nexternal-link-foreground-hover:\nexternal-link-foreground-visited: #268bd2\nforeground: #839496\nmessage-background: #002b36\nmessage-border: #586e75\nmessage-foreground: #839496\nmodal-backdrop: #657b83\nmodal-background: #002b36\nmodal-border: #586e75\nmodal-footer-background: #073642\nmodal-footer-border: #586e75\nmodal-header-border: #586e75\nmuted-foreground: #93a1a1\nnotification-background: #002b36\nnotification-border: #586e75\npage-background: #073642\npre-background: inherit\npre-border: #657b83\nprimary: #859900\nselect-tag-background: #002b36\nselect-tag-foreground: #839496\nsidebar-button-foreground: #93a1a1\nsidebar-controls-foreground: #93a1a1\nsidebar-controls-foreground-hover: #eee8d5\nsidebar-foreground: #93a1a1\nsidebar-foreground-shadow: transparent\nsidebar-muted-foreground: #839496\nsidebar-muted-foreground-hover: #93a1a1\nsidebar-tab-background: #002b36\nsidebar-tab-background-selected: #073642\nsidebar-tab-border: #073642\nsidebar-tab-border-selected: #839496\nsidebar-tab-divider: #002b36\nsidebar-tab-foreground: #657b83\nsidebar-tab-foreground-selected: #93a1a1\nsidebar-tiddler-link-foreground: #2aa198\nsidebar-tiddler-link-foreground-hover: #eee8d5\nsite-title-foreground: #d33682\nstatic-alert-foreground: #93a1a1\ntab-background: #073642\ntab-background-selected: #002b36\ntab-border: #586e75\ntab-border-selected: #93a1a1\ntab-divider: #93a1a1\ntab-foreground: #839496\ntab-foreground-selected: #93a1a1\ntable-border: #586e75\ntable-footer-background: #073642\ntable-header-background: #073642\ntag-background: #b58900\ntag-foreground: #002b36\ntiddler-background: #002b36\ntiddler-border: #586e75\ntiddler-controls-foreground: inherit\ntiddler-controls-foreground-hover: #d33682\ntiddler-controls-foreground-selected: #2aa198\ntiddler-editor-background: #002b36\ntiddler-editor-border: #073642\ntiddler-editor-border-image: #002b36\ntiddler-editor-fields-even: #002b36\ntiddler-editor-fields-odd: #073642\ntiddler-info-background: #073642\ntiddler-info-border: #657b83\ntiddler-info-tab-background: #002b36\ntiddler-link-background: #002b36\ntiddler-link-foreground: #2aa198\ntiddler-subtitle-foreground: #839496\ntiddler-title-foreground: #d33682\ntoolbar-cancel-button: #839496\ntoolbar-close-button: #839496\ntoolbar-delete-button: #dc322f\ntoolbar-done-button: #839496\ntoolbar-edit-button: #839496\ntoolbar-info-button: #839496\ntoolbar-new-button: #839496\ntoolbar-options-button: #839496\ntoolbar-save-button: inherit\nuntagged-background: #586e75\nvery-muted-foreground: #586e75\n"
        },
        "$:/palettes/SolarizedLight": {
            "title": "$:/palettes/SolarizedLight",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Precision colors for machines and people",
            "license": "MIT, Ethan Schoonover, https://github.com/altercation/solarized/blob/master/LICENSE",
            "name": "SolarizedLight",
            "text": "alert-background: #eee8d5\nalert-border: #586e75\nalert-highlight: #d33682\nalert-muted-foreground: #d33682\nbackground: #eee8d5\nblockquote-bar: #d33682\nbutton-background: #eee8d5\nbutton-border: #93a1a1\nbutton-foreground: #586e75\ncode-background: #eee8d5\ncode-border: #93a1a1\ncode-foreground: #586e75\ndirty-indicator: inherit\ndownload-background: #859900\ndownload-foreground: #eee8d5\ndragger-background: #eee8d5\ndragger-foreground: #657b83\ndropdown-background: #eee8d5\ndropdown-border: #586e75\ndropdown-tab-background: #fdf6e3\ndropdown-tab-background-selected: #eee8d5\ndropzone-background: #859900\nexternal-link-background: inherit\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-foreground: #268bd2\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #268bd2\nforeground: #657b83\nmessage-background: #fdf6e3\nmessage-border: #93a1a1\nmessage-foreground: #657b83\nmodal-backdrop: #839496\nmodal-background: #fdf6e3\nmodal-border: #93a1a1\nmodal-footer-background: #eee8d5\nmodal-footer-border: #93a1a1\nmodal-header-border: #93a1a1\nmuted-foreground: #586e75\nnotification-background: #fdf6e3\nnotification-border: #93a1a1\npage-background: #eee8d5\npre-background: #eee8d5\npre-border: #839496\nprimary: #859900\nselect-tag-background: #fdf6e3\nselect-tag-foreground: #657b83\nsidebar-button-foreground: #586e75\nsidebar-controls-foreground: #586e75\nsidebar-controls-foreground-hover: #d33682\nsidebar-foreground: #586e75\nsidebar-foreground-shadow: transparent\nsidebar-muted-foreground: #657b83\nsidebar-muted-foreground-hover: #586e75\nsidebar-tab-background: #fdf6e3\nsidebar-tab-background-selected: #eee8d5\nsidebar-tab-border: #eee8d5\nsidebar-tab-border-selected: #657b83\nsidebar-tab-divider: #fdf6e3\nsidebar-tab-foreground: #839496\nsidebar-tab-foreground-selected: #586e75\nsidebar-tiddler-link-foreground: #2aa198\nsidebar-tiddler-link-foreground-hover: #002b36\nsite-title-foreground: #d33682\nstatic-alert-foreground: #586e75\ntab-background: #eee8d5\ntab-background-selected: #fdf6e3\ntab-border: #93a1a1\ntab-border-selected: #586e75\ntab-divider: #586e75\ntab-foreground: #657b83\ntab-foreground-selected: #586e75\ntable-border: #93a1a1\ntable-footer-background: #eee8d5\ntable-header-background: #eee8d5\ntag-background: #b58900\ntag-foreground: #fdf6e3\ntiddler-background: #fdf6e3\ntiddler-border: #93a1a1\ntiddler-controls-foreground: inherit\ntiddler-controls-foreground-hover: #d33682\ntiddler-controls-foreground-selected: #2aa198\ntiddler-editor-background: #fdf6e3\ntiddler-editor-border: #eee8d5\ntiddler-editor-border-image: #fdf6e3\ntiddler-editor-fields-even: #fdf6e3\ntiddler-editor-fields-odd: #eee8d5\ntiddler-info-background: #eee8d5\ntiddler-info-border: #839496\ntiddler-info-tab-background: #fdf6e3\ntiddler-link-background: #fdf6e3\ntiddler-link-foreground: #2aa198\ntiddler-subtitle-foreground: #657b83\ntiddler-title-foreground: #d33682\ntoolbar-cancel-button: #657b83\ntoolbar-close-button: #657b83\ntoolbar-delete-button: #dc322f\ntoolbar-done-button: #657b83\ntoolbar-edit-button: #657b83\ntoolbar-info-button: #657b83\ntoolbar-new-button: #657b83\ntoolbar-options-button: #657b83\ntoolbar-save-button: inherit\nuntagged-background: #586e75\nvery-muted-foreground: #93a1a1\n"
        },
        "$:/palettes/SpartanDay": {
            "title": "$:/palettes/SpartanDay",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Cold, spartan day colors",
            "name": "Spartan Day",
            "text": "alert-background: <<colour background>>\nalert-border: <<colour very-muted-foreground>>\nalert-highlight: <<colour very-muted-foreground>>\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #FAFAFA\nblockquote-bar: <<colour page-background>>\nbutton-background: transparent\nbutton-foreground: inherit\nbutton-border: <<colour tag-background>>\ncode-background: #ececec\ncode-border: #ececec\ncode-foreground: \ndirty-indicator: #c80000\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #FFFFFF\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: <<colour dropdown-background>>\ndropdown-tab-background: #F5F5F5\ndropzone-background: <<colour tag-background>>\nexternal-link-background-hover: transparent\nexternal-link-background-visited: transparent\nexternal-link-background: transparent\nexternal-link-foreground-hover: \nexternal-link-foreground-visited: \nexternal-link-foreground: \nforeground: rgba(0, 0, 0, 0.87)\nmessage-background: <<colour background>>\nmessage-border: <<colour very-muted-foreground>>\nmessage-foreground: rgba(0, 0, 0, 0.54)\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: <<colour very-muted-foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour very-muted-foreground>>\nmodal-header-border: <<colour very-muted-foreground>>\nmuted-foreground: rgba(0, 0, 0, 0.54)\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #f4f4f4\npre-background: #ececec\npre-border: #ececec\nprimary: #3949ab\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #aeaeae\nsidebar-controls-foreground: #c6c6c6\nsidebar-foreground-shadow: transparent\nsidebar-foreground: rgba(0, 0, 0, 0.54)\nsidebar-muted-foreground-hover: rgba(0, 0, 0, 0.54)\nsidebar-muted-foreground: rgba(0, 0, 0, 0.38)\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: transparent\nsidebar-tab-border-selected: <<colour table-border>>\nsidebar-tab-border: transparent\nsidebar-tab-divider: <<colour table-border>>\nsidebar-tab-foreground-selected: rgba(0, 0, 0, 0.87)\nsidebar-tab-foreground: rgba(0, 0, 0, 0.54)\nsidebar-tiddler-link-foreground-hover: rgba(0, 0, 0, 0.87)\nsidebar-tiddler-link-foreground: rgba(0, 0, 0, 0.54)\nsite-title-foreground: rgba(0, 0, 0, 0.87)\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: transparent\ntab-border-selected: <<colour table-border>>\ntab-border: transparent\ntab-divider: <<colour table-border>>\ntab-foreground-selected: rgba(0, 0, 0, 0.87)\ntab-foreground: rgba(0, 0, 0, 0.54)\ntable-border: #d8d8d8\ntable-footer-background: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #ec6\ntag-foreground: <<colour button-foreground>>\ntiddler-background: <<colour background>>\ntiddler-border: #f9f9f9\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: <<colour sidebar-controls-foreground>>\ntiddler-editor-background: transparent\ntiddler-editor-border-image: \ntiddler-editor-border: #e8e7e7\ntiddler-editor-fields-even: rgba(0, 0, 0, 0.1)\ntiddler-editor-fields-odd: rgba(0, 0, 0, 0.04)\ntiddler-info-background: #F5F5F5\ntiddler-info-border: #F5F5F5\ntiddler-info-tab-background: <<colour tiddler-editor-fields-odd>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour muted-foreground>>\ntiddler-title-foreground: #000000\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour very-muted-foreground>>\nvery-muted-foreground: rgba(0, 0, 0, 0.12)\n"
        },
        "$:/palettes/SpartanNight": {
            "title": "$:/palettes/SpartanNight",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "description": "Dark spartan colors",
            "name": "Spartan Night",
            "text": "alert-background: <<colour background>>\nalert-border: <<colour very-muted-foreground>>\nalert-highlight: <<colour very-muted-foreground>>\nalert-muted-foreground: <<colour muted-foreground>>\nbackground: #303030\nblockquote-bar: <<colour page-background>>\nbutton-background: transparent\nbutton-foreground: inherit\nbutton-border: <<colour tag-background>>\ncode-background: <<colour pre-background>>\ncode-border: <<colour pre-border>>\ncode-foreground: rgba(255, 255, 255, 0.54)\ndirty-indicator: #c80000\ndownload-background: <<colour primary>>\ndownload-foreground: <<colour foreground>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: #424242\ndropdown-border: <<colour dropdown-background>>\ndropdown-tab-background-selected: <<colour dropdown-background>>\ndropdown-tab-background: #050505\ndropzone-background: <<colour tag-background>>\nexternal-link-background-hover: transparent\nexternal-link-background-visited: transparent\nexternal-link-background: transparent\nexternal-link-foreground-hover: \nexternal-link-foreground-visited: #7c318c\nexternal-link-foreground: #9e3eb3\nforeground: rgba(255, 255, 255, 0.7)\nmessage-background: <<colour background>>\nmessage-border: <<colour very-muted-foreground>>\nmessage-foreground: rgba(255, 255, 255, 0.54)\nmodal-backdrop: <<colour page-background>>\nmodal-background: <<colour background>>\nmodal-border: <<colour very-muted-foreground>>\nmodal-footer-background: <<colour background>>\nmodal-footer-border: <<colour background>>\nmodal-header-border: <<colour very-muted-foreground>>\nmuted-foreground: rgba(255, 255, 255, 0.54)\nnotification-background: <<colour dropdown-background>>\nnotification-border: <<colour dropdown-background>>\npage-background: #212121\npre-background: #2a2a2a\npre-border: transparent\nprimary: #5656f3\nselect-tag-background: <<colour background>>\nselect-tag-foreground: <<colour foreground>>\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #494949\nsidebar-controls-foreground: #5d5d5d\nsidebar-foreground-shadow: transparent\nsidebar-foreground: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground-hover: rgba(255, 255, 255, 0.54)\nsidebar-muted-foreground: rgba(255, 255, 255, 0.38)\nsidebar-tab-background-selected: <<colour page-background>>\nsidebar-tab-background: transparent\nsidebar-tab-border-selected: <<colour table-border>>\nsidebar-tab-border: transparent\nsidebar-tab-divider: <<colour table-border>>\nsidebar-tab-foreground-selected: rgba(255, 255, 255, 0.87)\nsidebar-tab-foreground: rgba(255, 255, 255, 0.54)\nsidebar-tiddler-link-foreground-hover: rgba(255, 255, 255, 0.7)\nsidebar-tiddler-link-foreground: rgba(255, 255, 255, 0.54)\nsite-title-foreground: rgba(255, 255, 255, 0.7)\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: <<colour background>>\ntab-background: transparent\ntab-border-selected: <<colour table-border>>\ntab-border: transparent\ntab-divider: <<colour table-border>>\ntab-foreground-selected: rgba(255, 255, 255, 0.87)\ntab-foreground: rgba(255, 255, 255, 0.54)\ntable-border: #3a3a3a\ntable-footer-background: <<colour tiddler-editor-fields-odd>>\ntable-header-background: <<colour tiddler-editor-fields-even>>\ntag-background: #ec6\ntag-foreground: <<colour button-foreground>>\ntiddler-background: <<colour background>>\ntiddler-border: rgb(55,55,55)\ntiddler-controls-foreground-hover: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground-selected: <<colour sidebar-controls-foreground-hover>>\ntiddler-controls-foreground: <<colour sidebar-controls-foreground>>\ntiddler-editor-background: transparent\ntiddler-editor-border-image: \ntiddler-editor-border: rgba(255, 255, 255, 0.08)\ntiddler-editor-fields-even: rgba(255, 255, 255, 0.1)\ntiddler-editor-fields-odd: rgba(255, 255, 255, 0.04)\ntiddler-info-background: #454545\ntiddler-info-border: #454545\ntiddler-info-tab-background: <<colour tiddler-editor-fields-odd>>\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: <<colour muted-foreground>>\ntiddler-title-foreground: #FFFFFF\ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \ntoolbar-info-button: \ntoolbar-edit-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-cancel-button: \ntoolbar-done-button: \nuntagged-background: <<colour very-muted-foreground>>\nvery-muted-foreground: rgba(255, 255, 255, 0.12)\n"
        },
        "$:/palettes/Twilight": {
            "title": "$:/palettes/Twilight",
            "tags": "$:/tags/Palette",
            "author": "Thomas Elmiger",
            "type": "application/x-tiddler-dictionary",
            "name": "Twilight",
            "description": "Delightful, soft darkness.",
            "text": "alert-background: rgb(255, 255, 102)\nalert-border: rgb(232, 232, 125)\nalert-highlight: rgb(255, 51, 51)\nalert-muted-foreground: rgb(224, 82, 82)\nbackground: rgb(38, 38, 38)\nblockquote-bar: rgba(240, 196, 117, 0.7)\nbutton-background: rgb(63, 63, 63)\nbutton-border: rgb(127, 127, 127)\nbutton-foreground: rgb(179, 179, 179)\ncode-background: rgba(0,0,0,0.03)\ncode-border: rgba(0,0,0,0.08)\ncode-foreground: rgb(255, 94, 94)\ndiff-delete-background: #ffc9c9\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #aaefad\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: rgb(255, 94, 94)\ndownload-background: #19a974\ndownload-foreground: rgb(38, 38, 38)\ndragger-background: rgb(179, 179, 179)\ndragger-foreground: rgb(38, 38, 38)\ndropdown-background: rgb(38, 38, 38)\ndropdown-border: rgb(255, 255, 255)\ndropdown-tab-background: rgba(0,0,0,.1)\ndropdown-tab-background-selected: rgba(255,255,255,1)\ndropzone-background: #9eebcf\nexternal-link-background: inherit\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-foreground: rgb(179, 179, 255)\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: rgb(153, 153, 255)\nforeground: rgb(179, 179, 179)\nmessage-background: <<colour tag-foreground>>\nmessage-border: #96ccff\nmessage-foreground: <<colour tag-background>>\nmodal-backdrop: rgb(179, 179, 179)\nmodal-background: rgb(38, 38, 38)\nmodal-border: rgba(0,0,0,.5)\nmodal-footer-background: #f4f4f4\nmodal-footer-border: rgba(0,0,0,.1)\nmodal-header-border: rgba(0,0,0,.2)\nmuted-foreground: rgb(255, 255, 255)\nnotification-background: <<colour tag-foreground>>\nnotification-border: <<colour tag-background>>\npage-background: rgb(26, 26, 26)\npre-background: rgb(25, 25, 25)\npre-border: rgba(0,0,0,.2)\nprimary: rgb(255, 201, 102)\nselect-tag-background: \nselect-tag-foreground: \nsidebar-button-foreground: rgb(179, 179, 179)\nsidebar-controls-foreground: rgb(153, 153, 153)\nsidebar-controls-foreground-hover: <<colour tiddler-controls-foreground-hover>>\nsidebar-foreground: rgb(141, 141, 141)\nsidebar-foreground-shadow: transparent\nsidebar-muted-foreground: rgba(0, 0, 0, 0.5)\nsidebar-muted-foreground-hover: rgb(141, 141, 141)\nsidebar-tab-background: rgba(141, 141, 141, 0.2)\nsidebar-tab-background-selected: rgb(26, 26, 26)\nsidebar-tab-border: rgb(127, 127, 127)\nsidebar-tab-border-selected: rgb(127, 127, 127)\nsidebar-tab-divider: rgb(127, 127, 127)\nsidebar-tab-foreground: rgb(179, 179, 179)\nsidebar-tab-foreground-selected: rgb(179, 179, 179)\nsidebar-tiddler-link-foreground: rgb(179, 179, 179)\nsidebar-tiddler-link-foreground-hover: rgb(115, 115, 115)\nsite-title-foreground: rgb(255, 201, 102)\nstatic-alert-foreground: rgba(0,0,0,.3)\ntab-background: rgba(0,0,0,0.125)\ntab-background-selected: rgb(38, 38, 38)\ntab-border: rgb(255, 201, 102)\ntab-border-selected: rgb(255, 201, 102)\ntab-divider: rgb(255, 201, 102)\ntab-foreground: rgb(179, 179, 179)\ntab-foreground-selected: rgb(179, 179, 179)\ntable-border: rgba(255,255,255,.3)\ntable-footer-background: rgba(0,0,0,.4)\ntable-header-background: rgba(0,0,0,.1)\ntag-background: rgb(255, 201, 102)\ntag-foreground: rgb(25, 25, 25)\ntiddler-background: rgb(38, 38, 38)\ntiddler-border: rgba(240, 196, 117, 0.7)\ntiddler-controls-foreground: rgb(128, 128, 128)\ntiddler-controls-foreground-hover: rgba(255, 255, 255, 0.8)\ntiddler-controls-foreground-selected: rgba(255, 255, 255, 0.9)\ntiddler-editor-background: rgb(33, 33, 33)\ntiddler-editor-border: rgb(63, 63, 63)\ntiddler-editor-border-image: rgb(25, 25, 25)\ntiddler-editor-fields-even: rgb(33, 33, 33)\ntiddler-editor-fields-odd: rgb(28, 28, 28)\ntiddler-info-background: rgb(43, 43, 43)\ntiddler-info-border: rgb(25, 25, 25)\ntiddler-info-tab-background: rgb(43, 43, 43)\ntiddler-link-background: rgb(38, 38, 38)\ntiddler-link-foreground: rgb(204, 204, 255)\ntiddler-subtitle-foreground: rgb(255, 255, 255)\ntiddler-title-foreground: rgb(255, 192, 76)\ntoolbar-cancel-button: \ntoolbar-close-button: \ntoolbar-delete-button: \ntoolbar-done-button: \ntoolbar-edit-button: \ntoolbar-info-button: \ntoolbar-new-button: \ntoolbar-options-button: \ntoolbar-save-button: \nuntagged-background: rgb(255, 255, 255)\nvery-muted-foreground: rgba(240, 196, 117, 0.7)\n"
        },
        "$:/palettes/Vanilla": {
            "title": "$:/palettes/Vanilla",
            "name": "Vanilla",
            "description": "Pale and unobtrusive",
            "tags": "$:/tags/Palette",
            "type": "application/x-tiddler-dictionary",
            "text": "alert-background: #ffe476\nalert-border: #b99e2f\nalert-highlight: #881122\nalert-muted-foreground: #b99e2f\nbackground: #ffffff\nblockquote-bar: <<colour muted-foreground>>\nbutton-background:\nbutton-foreground:\nbutton-border:\ncode-background: #f7f7f9\ncode-border: #e1e1e8\ncode-foreground: #dd1144\ndiff-delete-background: #ffc9c9\ndiff-delete-foreground: <<colour foreground>>\ndiff-equal-background: \ndiff-equal-foreground: <<colour foreground>>\ndiff-insert-background: #aaefad\ndiff-insert-foreground: <<colour foreground>>\ndiff-invisible-background: \ndiff-invisible-foreground: <<colour muted-foreground>>\ndirty-indicator: #ff0000\ndownload-background: #34c734\ndownload-foreground: <<colour background>>\ndragger-background: <<colour foreground>>\ndragger-foreground: <<colour background>>\ndropdown-background: <<colour background>>\ndropdown-border: <<colour muted-foreground>>\ndropdown-tab-background-selected: #fff\ndropdown-tab-background: #ececec\ndropzone-background: rgba(0,200,0,0.7)\nexternal-link-background-hover: inherit\nexternal-link-background-visited: inherit\nexternal-link-background: inherit\nexternal-link-foreground-hover: inherit\nexternal-link-foreground-visited: #0000aa\nexternal-link-foreground: #0000ee\nforeground: #333333\nmessage-background: #ecf2ff\nmessage-border: #cfd6e6\nmessage-foreground: #547599\nmodal-backdrop: <<colour foreground>>\nmodal-background: <<colour background>>\nmodal-border: #999999\nmodal-footer-background: #f5f5f5\nmodal-footer-border: #dddddd\nmodal-header-border: #eeeeee\nmuted-foreground: #bbb\nnotification-background: #ffffdd\nnotification-border: #999999\npage-background: #f4f4f4\npre-background: #f5f5f5\npre-border: #cccccc\nprimary: #5778d8\nselection-background:\nselection-foreground:\nselect-tag-background:\nselect-tag-foreground:\nsidebar-button-foreground: <<colour foreground>>\nsidebar-controls-foreground-hover: #000000\nsidebar-controls-foreground: #aaaaaa\nsidebar-foreground-shadow: rgba(255,255,255, 0.8)\nsidebar-foreground: #acacac\nsidebar-muted-foreground-hover: #444444\nsidebar-muted-foreground: #c0c0c0\nsidebar-tab-background-selected: #f4f4f4\nsidebar-tab-background: #e0e0e0\nsidebar-tab-border-selected: <<colour tab-border-selected>>\nsidebar-tab-border: <<colour tab-border>>\nsidebar-tab-divider: #e4e4e4\nsidebar-tab-foreground-selected:\nsidebar-tab-foreground: <<colour tab-foreground>>\nsidebar-tiddler-link-foreground-hover: #444444\nsidebar-tiddler-link-foreground: #999999\nsite-title-foreground: <<colour tiddler-title-foreground>>\nstatic-alert-foreground: #aaaaaa\ntab-background-selected: #ffffff\ntab-background: #d8d8d8\ntab-border-selected: #d8d8d8\ntab-border: #cccccc\ntab-divider: #d8d8d8\ntab-foreground-selected: <<colour tab-foreground>>\ntab-foreground: #666666\ntable-border: #dddddd\ntable-footer-background: #a8a8a8\ntable-header-background: #f0f0f0\ntag-background: #ec6\ntag-foreground: #ffffff\ntiddler-background: <<colour background>>\ntiddler-border: <<colour background>>\ntiddler-controls-foreground-hover: #888888\ntiddler-controls-foreground-selected: #444444\ntiddler-controls-foreground: #cccccc\ntiddler-editor-background: #f8f8f8\ntiddler-editor-border-image: #ffffff\ntiddler-editor-border: #cccccc\ntiddler-editor-fields-even: #e0e8e0\ntiddler-editor-fields-odd: #f0f4f0\ntiddler-info-background: #f8f8f8\ntiddler-info-border: #dddddd\ntiddler-info-tab-background: #f8f8f8\ntiddler-link-background: <<colour background>>\ntiddler-link-foreground: <<colour primary>>\ntiddler-subtitle-foreground: #c0c0c0\ntiddler-title-foreground: #182955\ntoolbar-new-button:\ntoolbar-options-button:\ntoolbar-save-button:\ntoolbar-info-button:\ntoolbar-edit-button:\ntoolbar-close-button:\ntoolbar-delete-button:\ntoolbar-cancel-button:\ntoolbar-done-button:\nuntagged-background: #999999\nvery-muted-foreground: #888888\nwikilist-background: #e5e5e5\nwikilist-item: #fff\nwikilist-info: #000\nwikilist-title: #666\nwikilist-title-svg: <<colour wikilist-title>>\nwikilist-url: #aaa\nwikilist-button-open: #4fb82b\nwikilist-button-open-hover: green\nwikilist-button-reveal: #5778d8\nwikilist-button-reveal-hover: blue\nwikilist-button-remove: #d85778\nwikilist-button-remove-hover: red\nwikilist-toolbar-background: #d3d3d3\nwikilist-toolbar-foreground: #888\nwikilist-droplink-dragover: rgba(255,192,192,0.5)\nwikilist-button-background: #acacac\nwikilist-button-foreground: #000\n"
        },
        "$:/core/readme": {
            "title": "$:/core/readme",
            "text": "This plugin contains TiddlyWiki's core components, comprising:\n\n* JavaScript code modules\n* Icons\n* Templates needed to create TiddlyWiki's user interface\n* British English (''en-GB'') translations of the localisable strings used by the core\n"
        },
        "$:/library/sjcl.js/license": {
            "title": "$:/library/sjcl.js/license",
            "type": "text/plain",
            "text": "SJCL is open. You can use, modify and redistribute it under a BSD\nlicense or under the GNU GPL, version 2.0.\n\n---------------------------------------------------------------------\n\nhttp://opensource.org/licenses/BSD-2-Clause\n\nCopyright (c) 2009-2015, Emily Stark, Mike Hamburg and Dan Boneh at\nStanford University. All rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n1. Redistributions of source code must retain the above copyright\nnotice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright\nnotice, this list of conditions and the following disclaimer in the\ndocumentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\nIS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\nTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n---------------------------------------------------------------------\n\nhttp://opensource.org/licenses/GPL-2.0\n\nThe Stanford Javascript Crypto Library (hosted here on GitHub) is a\nproject by the Stanford Computer Security Lab to build a secure,\npowerful, fast, small, easy-to-use, cross-browser library for\ncryptography in Javascript.\n\nCopyright (c) 2009-2015, Emily Stark, Mike Hamburg and Dan Boneh at\nStanford University.\n\nThis program is free software; you can redistribute it and/or modify it\nunder the terms of the GNU General Public License as published by the\nFree Software Foundation; either version 2 of the License, or (at your\noption) any later version.\n\nThis program is distributed in the hope that it will be useful, but\nWITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General\nPublic License for more details.\n\nYou should have received a copy of the GNU General Public License along\nwith this program; if not, write to the Free Software Foundation, Inc.,\n59 Temple Place, Suite 330, Boston, MA 02111-1307 USA"
        },
        "$:/core/templates/MOTW.html": {
            "title": "$:/core/templates/MOTW.html",
            "text": "\\rules only filteredtranscludeinline transcludeinline entity\n<!-- The following comment is called a MOTW comment and is necessary for the TiddlyIE Internet Explorer extension -->\n<!-- saved from url=(0021)https://tiddlywiki.com -->&#13;&#10;"
        },
        "$:/core/templates/alltiddlers.template.html": {
            "title": "$:/core/templates/alltiddlers.template.html",
            "type": "text/vnd.tiddlywiki-html",
            "text": "<!-- This template is provided for backwards compatibility with older versions of TiddlyWiki -->\n\n<$set name=\"exportFilter\" value=\"[!is[system]sort[title]]\">\n\n{{$:/core/templates/exporters/StaticRiver}}\n\n</$set>\n"
        },
        "$:/core/templates/canonical-uri-external-image": {
            "title": "$:/core/templates/canonical-uri-external-image",
            "text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external images.\n\nChange the `./images/` part to a different base URI. The URI can be relative or absolute.\n\n-->\n./images/<$view field=\"title\" format=\"doubleurlencoded\"/>"
        },
        "$:/core/templates/canonical-uri-external-raw": {
            "title": "$:/core/templates/canonical-uri-external-raw",
            "text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external raw files that are stored in the same directory\n\n-->\n<$view field=\"title\" format=\"doubleurlencoded\"/>"
        },
        "$:/core/templates/canonical-uri-external-text": {
            "title": "$:/core/templates/canonical-uri-external-text",
            "text": "<!--\n\nThis template is used to assign the ''_canonical_uri'' field to external text files.\n\nChange the `./text/` part to a different base URI. The URI can be relative or absolute.\n\n-->\n./text/<$view field=\"title\" format=\"doubleurlencoded\"/>.tid"
        },
        "$:/core/templates/css-tiddler": {
            "title": "$:/core/templates/css-tiddler",
            "text": "<!--\n\nThis template is used for saving CSS tiddlers as a style tag with data attributes representing the tiddler fields.\n\n-->`<style`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/css\">`<$view field=\"text\" format=\"text\" />`</style>`"
        },
        "$:/core/templates/exporters/CsvFile": {
            "title": "$:/core/templates/exporters/CsvFile",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/CsvFile}}",
            "extension": ".csv",
            "text": "<$macrocall $name=\"csvtiddlers\" filter=<<exportFilter>> format=\"quoted-comma-sep\" $output=\"text/raw\"/>\n"
        },
        "$:/core/templates/exporters/JsonFile": {
            "title": "$:/core/templates/exporters/JsonFile",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/JsonFile}}",
            "extension": ".json",
            "text": "<$macrocall $name=\"jsontiddlers\" filter=<<exportFilter>> $output=\"text/raw\"/>\n"
        },
        "$:/core/templates/exporters/StaticRiver": {
            "title": "$:/core/templates/exporters/StaticRiver",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/StaticRiver}}",
            "extension": ".html",
            "text": "\\define tv-wikilink-template() #$uri_encoded$\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n<section class=\"tc-story-river tc-static-story-river\">\n{{$:/core/templates/exporters/StaticRiver/Content||$:/core/templates/html-tiddler}}\n</section>\n</body>\n</html>\n"
        },
        "$:/core/templates/exporters/StaticRiver/Content": {
            "title": "$:/core/templates/exporters/StaticRiver/Content",
            "text": "\\define renderContent()\n{{{ $(exportFilter)$ ||$:/core/templates/static-tiddler}}}\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<<renderContent>>\n"
        },
        "$:/core/templates/exporters/TidFile": {
            "title": "$:/core/templates/exporters/TidFile",
            "tags": "$:/tags/Exporter",
            "description": "{{$:/language/Exporters/TidFile}}",
            "extension": ".tid",
            "condition": "[<count>compare:lte[1]]",
            "text": "\\define renderContent()\n{{{ $(exportFilter)$ +[limit[1]] ||$:/core/templates/tid-tiddler}}}\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<<renderContent>>"
        },
        "$:/core/save/all-external-js": {
            "title": "$:/core/save/all-external-js",
            "text": "\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/core]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\n{{$:/core/templates/tiddlywiki5-external-js.html}}\n"
        },
        "$:/core/templates/tiddlywiki5.js": {
            "title": "$:/core/templates/tiddlywiki5.js",
            "text": "\\rules only filteredtranscludeinline transcludeinline codeinline\n\n/*\n{{ $:/core/copyright.txt ||$:/core/templates/plain-text-tiddler}}\n`*/\n`<!--~~ Library modules ~~-->\n{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/plain-text-tiddler}}}\n<!--~~ Boot prefix ~~-->\n{{ $:/boot/bootprefix.js ||$:/core/templates/plain-text-tiddler}}\n<!--~~ Core plugin ~~-->\n{{$:/core/templates/tiddlywiki5.js/tiddlers}}\n<!--~~ Boot kernel ~~-->\n{{ $:/boot/boot.js ||$:/core/templates/plain-text-tiddler}}\n"
        },
        "$:/core/templates/tiddlywiki5.js/tiddlers": {
            "title": "$:/core/templates/tiddlywiki5.js/tiddlers",
            "text": "`\n$tw.preloadTiddlerArray(`<$text text=<<jsontiddlers \"[[$:/core]]\">>/>`);\n`\n"
        },
        "$:/core/templates/tiddlywiki5-external-js.html": {
            "title": "$:/core/templates/tiddlywiki5-external-js.html",
            "text": "\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n{{$:/core/templates/MOTW.html}}<html lang=\"`<$text text={{{ [{$:/language}get[name]] }}}/>`\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<!--~~ Raw markup for the top of the head section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"{{$:/core/copyright.txt}}\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ Raw markup ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/core/wiki/rawmarkup]] [all[shadows+tiddlers]tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}\n</head>\n<body class=\"tc-body\">\n<!--~~ Raw markup for the top of the body section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n{{$:/core/templates/static.area}}\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n{{$:/core/templates/store.area.template.html}}\n<!--~~ Raw markup for the bottom of the body section ~~-->\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}\n</body>\n<script src=\"%24%3A%2Fcore%2Ftemplates%2Ftiddlywiki5.js\" onerror=\"alert('Error: Cannot load tiddlywiki.js');\"></script>\n</html>\n"
        },
        "$:/core/templates/html-div-skinny-tiddler": {
            "title": "$:/core/templates/html-div-skinny-tiddler",
            "text": "<!--\n\nThis template is a variant of $:/core/templates/html-div-tiddler used for saving skinny tiddlers (with no text field)\n\n-->`<div`<$fields template=' $name$=\"$encoded_value$\"'></$fields>`>\n<pre></pre>\n</div>`\n"
        },
        "$:/core/templates/html-div-tiddler": {
            "title": "$:/core/templates/html-div-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as an HTML DIV tag with attributes representing the tiddler fields.\n\n-->`<div`<$fields template=' $name$=\"$encoded_value$\"'></$fields>`>\n<pre>`<$view field=\"text\" format=\"htmlencoded\" />`</pre>\n</div>`\n"
        },
        "$:/core/templates/html-tiddler": {
            "title": "$:/core/templates/html-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as raw HTML\n\n--><$view field=\"text\" format=\"htmlwikified\" />"
        },
        "$:/core/templates/javascript-tiddler": {
            "title": "$:/core/templates/javascript-tiddler",
            "text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields.\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\">`<$view field=\"text\" format=\"text\" />`</script>`"
        },
        "$:/core/templates/json-tiddler": {
            "title": "$:/core/templates/json-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as raw JSON\n\n--><$text text=<<jsontiddler>>/>"
        },
        "$:/core/templates/module-tiddler": {
            "title": "$:/core/templates/module-tiddler",
            "text": "<!--\n\nThis template is used for saving JavaScript tiddlers as a script tag with data attributes representing the tiddler fields. The body of the tiddler is wrapped in a call to the `$tw.modules.define` function in order to define the body of the tiddler as a module\n\n-->`<script`<$fields template=' data-tiddler-$name$=\"$encoded_value$\"'></$fields>` type=\"text/javascript\" data-module=\"yes\">$tw.modules.define(\"`<$view field=\"title\" format=\"jsencoded\" />`\",\"`<$view field=\"module-type\" format=\"jsencoded\" />`\",function(module,exports,require) {`<$view field=\"text\" format=\"text\" />`});\n</script>`"
        },
        "$:/core/templates/plain-text-tiddler": {
            "title": "$:/core/templates/plain-text-tiddler",
            "text": "<$view field=\"text\" format=\"text\" />"
        },
        "$:/core/templates/raw-static-tiddler": {
            "title": "$:/core/templates/raw-static-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers as static HTML\n\n--><$view field=\"text\" format=\"plainwikified\" />"
        },
        "$:/core/save/all": {
            "title": "$:/core/save/all",
            "text": "\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[prefix[$:/temp/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] $(publishFilter)$\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/save/empty": {
            "title": "$:/core/save/empty",
            "text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/save/lazy-all": {
            "title": "$:/core/save/lazy-all",
            "text": "\\define saveTiddlerFilter()\n[is[system]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] \n\\end\n\\define skinnySaveTiddlerFilter()\n[!is[system]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/save/lazy-images": {
            "title": "$:/core/save/lazy-images",
            "text": "\\define saveTiddlerFilter()\n[is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[!is[system]is[image]] +[sort[title]] \n\\end\n\\define skinnySaveTiddlerFilter()\n[is[image]]\n\\end\n{{$:/core/templates/tiddlywiki5.html}}\n"
        },
        "$:/core/templates/server/static.sidebar.wikitext": {
            "title": "$:/core/templates/server/static.sidebar.wikitext",
            "text": "\\whitespace trim\n<div class=\"tc-sidebar-scrollable\" style=\"overflow: auto;\">\n<div class=\"tc-sidebar-header\">\n<h1 class=\"tc-site-title\">\n<$transclude tiddler=\"$:/SiteTitle\"/>\n</h1>\n<div class=\"tc-site-subtitle\">\n<$transclude tiddler=\"$:/SiteSubtitle\"/>\n</div>\n<h2>\n</h2>\n<div class=\"tc-sidebar-lists\">\n<$list filter={{$:/DefaultTiddlers}}>\n<div class=\"tc-menu-list-subitem\">\n<$link><$text text=<<currentTiddler>>/></$link>\n</div>\n</$list>\n</div>\n<!-- Currently disabled the recent list as it is unweildy when the responsive narrow view kicks in\n<h2>\n{{$:/language/SideBar/Recent/Caption}}\n</h2>\n<div class=\"tc-sidebar-lists\">\n<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n</div>\n</div>\n</div>\n-->\n"
        },
        "$:/core/templates/server/static.tiddler.html": {
            "title": "$:/core/templates/server/static.tiddler.html",
            "text": "\\whitespace trim\n\\define tv-wikilink-template() $uri_encoded$\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content={{$:/core/templates/version}} />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"%24%3A%2Fcore%2Ftemplates%2Fstatic.template.css\">\n<title><$view field=\"caption\" format=\"plainwikified\"><$view field=\"title\"/></$view>: <$view tiddler=\"$:/core/wiki/title\" format=\"plainwikified\"/></title>\n</head>\n<body class=\"tc-body\">\n<$transclude tiddler=\"$:/core/templates/server/static.sidebar.wikitext\" mode=\"inline\"/>\n<section class=\"tc-story-river\">\n<div class=\"tc-tiddler-frame\">\n<$transclude tiddler=\"$:/core/templates/server/static.tiddler.wikitext\" mode=\"inline\"/>\n</div>\n</section>\n</body>\n</html>"
        },
        "$:/core/templates/server/static.tiddler.wikitext": {
            "title": "$:/core/templates/server/static.tiddler.wikitext",
            "text": "\\whitespace trim\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<h2><$text text=<<currentTiddler>>/></h2>\n</div>\n</div>\n<div class=\"tc-subtitle\">\n<$link to={{!!modifier}}>\n<$view field=\"modifier\"/>\n</$link> <$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>\n<div class=\"tc-tags-wrapper\">\n<$list filter=\"[all[current]tags[]sort[title]]\">\n<a href={{{ [<currentTiddler>encodeuricomponent[]] }}}>\n<$macrocall $name=\"tag-pill\" tag=<<currentTiddler>>/>\n</a>\n</$list>\n</div>\n<div class=\"tc-tiddler-body\">\n<$transclude mode=\"block\"/>\n</div>\n"
        },
        "$:/core/templates/single.tiddler.window": {
            "title": "$:/core/templates/single.tiddler.window",
            "text": "\\whitespace trim\n\\define containerClasses()\ntc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(languageTitle)$\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$vars\n\ttv-config-toolbar-icons={{$:/config/Toolbar/Icons}}\n\ttv-config-toolbar-text={{$:/config/Toolbar/Text}}\n\ttv-config-toolbar-class={{$:/config/Toolbar/ButtonClass}}\n\ttv-show-missing-links={{$:/config/MissingLinks}}\n\tstoryviewTitle={{$:/view}}\n\tlanguageTitle={{{ [{$:/language}get[name]] }}}>\n\n<div class=<<containerClasses>>>\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n\n<$transclude mode=\"block\"/>\n\n</$navigator>\n\n</div>\n\n</$vars>\n"
        },
        "$:/core/templates/split-recipe": {
            "title": "$:/core/templates/split-recipe",
            "text": "<$list filter=\"[!is[system]]\">\ntiddler: <$view field=\"title\" format=\"urlencoded\"/>.tid\n</$list>\n"
        },
        "$:/core/templates/static-tiddler": {
            "title": "$:/core/templates/static-tiddler",
            "text": "<a name=<<currentTiddler>>>\n<$transclude tiddler=\"$:/core/ui/ViewTemplate\"/>\n</a>"
        },
        "$:/core/templates/static.area": {
            "title": "$:/core/templates/static.area",
            "text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n{{{ [all[shadows+tiddlers]tag[$:/tags/RawStaticContent]!has[draft.of]] ||$:/core/templates/raw-static-tiddler}}}\n{{$:/core/templates/static.content||$:/core/templates/html-tiddler}}\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\nThis file contains an encrypted ~TiddlyWiki. Enable ~JavaScript and enter the decryption password when prompted.\n</$reveal>\n<!-- ensure splash screen isn't shown when JS is disabled -->\n`<style>\n.tc-remove-when-wiki-loaded {display: none;}\n</style>`\n"
        },
        "$:/core/templates/static.content": {
            "title": "$:/core/templates/static.content",
            "text": "<!-- For Google, and people without JavaScript-->\nThis [[TiddlyWiki|https://tiddlywiki.com]] contains the following tiddlers:\n\n<ul>\n<$list filter=<<saveTiddlerFilter>>>\n<li><$view field=\"title\" format=\"text\"></$view></li>\n</$list>\n</ul>\n"
        },
        "$:/core/templates/static.template.css": {
            "title": "$:/core/templates/static.template.css",
            "text": "{{$:/boot/boot.css||$:/core/templates/plain-text-tiddler}}\n\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n"
        },
        "$:/core/templates/static.template.html": {
            "title": "$:/core/templates/static.template.html",
            "type": "text/vnd.tiddlywiki-html",
            "text": "\\define tv-wikilink-template() static/$uri_doubleencoded$.html\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\rules only filteredtranscludeinline transcludeinline\n<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"{{$:/core/templates/version}}\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>{{$:/core/wiki/title}}</title>\n<div id=\"styleArea\">\n{{$:/boot/boot.css||$:/core/templates/css-tiddler}}\n</div>\n<style type=\"text/css\">\n{{$:/core/ui/PageStylesheet||$:/core/templates/wikified-tiddler}}\n</style>\n</head>\n<body class=\"tc-body\">\n{{$:/StaticBanner||$:/core/templates/html-tiddler}}\n{{$:/core/ui/PageTemplate||$:/core/templates/html-tiddler}}\n</body>\n</html>\n"
        },
        "$:/core/templates/static.tiddler.html": {
            "title": "$:/core/templates/static.tiddler.html",
            "text": "\\define tv-wikilink-template() $uri_doubleencoded$.html\n\\define tv-config-toolbar-icons() no\n\\define tv-config-toolbar-text() no\n\\define tv-config-toolbar-class() tc-btn-invisible\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n`<!doctype html>\n<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"`{{$:/core/templates/version}}`\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\">\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<link rel=\"stylesheet\" href=\"static.css\">\n<title>`<$view field=\"caption\"><$view field=\"title\"/></$view>: {{$:/core/wiki/title}}`</title>\n</head>\n<body class=\"tc-body\">\n`{{$:/StaticBanner||$:/core/templates/html-tiddler}}`\n<section class=\"tc-story-river tc-static-story-river\">\n`<$view tiddler=\"$:/core/ui/ViewTemplate\" format=\"htmlwikified\"/>`\n</section>\n</body>\n</html>\n`\n"
        },
        "$:/core/templates/store.area.template.html": {
            "title": "$:/core/templates/store.area.template.html",
            "text": "<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n`<div id=\"storeArea\" style=\"display:none;\">`\n<$list filter=<<saveTiddlerFilter>> template=\"$:/core/templates/html-div-tiddler\"/>\n<$list filter={{{ [<skinnySaveTiddlerFilter>] }}} template=\"$:/core/templates/html-div-skinny-tiddler\"/>\n`</div>`\n</$reveal>\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n`<!--~~ Encrypted tiddlers ~~-->`\n`<pre id=\"encryptedStoreArea\" type=\"text/plain\" style=\"display:none;\">`\n<$encrypt filter=<<saveTiddlerFilter>>/>\n`</pre>`\n</$reveal>"
        },
        "$:/core/templates/tid-tiddler": {
            "title": "$:/core/templates/tid-tiddler",
            "text": "<!--\n\nThis template is used for saving tiddlers in TiddlyWeb *.tid format\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>`\n`<$view field=\"text\" format=\"text\" />"
        },
        "$:/core/templates/tiddler-metadata": {
            "title": "$:/core/templates/tiddler-metadata",
            "text": "<!--\n\nThis template is used for saving tiddler metadata *.meta files\n\n--><$fields exclude='text bag' template='$name$: $value$\n'></$fields>"
        },
        "$:/core/templates/tiddlywiki5.html": {
            "title": "$:/core/templates/tiddlywiki5.html",
            "text": "<$set name=\"saveTiddlerAndShadowsFilter\" filter=\"[subfilter<saveTiddlerFilter>] [subfilter<saveTiddlerFilter>plugintiddlers[]]\">\n`<!doctype html>\n`{{$:/core/templates/MOTW.html}}`<html lang=\"`<$text text={{{ [{$:/language}get[name]] }}}/>`\">\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\" />\n<!--~~ Raw markup for the top of the head section ~~-->\n`{{{ [<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}`\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=Edge\"/>\n<meta name=\"application-name\" content=\"TiddlyWiki\" />\n<meta name=\"generator\" content=\"TiddlyWiki\" />\n<meta name=\"tiddlywiki-version\" content=\"`{{$:/core/templates/version}}`\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<meta name=\"apple-mobile-web-app-capable\" content=\"yes\" />\n<meta name=\"apple-mobile-web-app-status-bar-style\" content=\"black-translucent\" />\n<meta name=\"mobile-web-app-capable\" content=\"yes\"/>\n<meta name=\"format-detection\" content=\"telephone=no\" />\n<meta name=\"copyright\" content=\"`{{$:/core/copyright.txt}}`\" />\n<link id=\"faviconLink\" rel=\"shortcut icon\" href=\"favicon.ico\">\n<title>`{{$:/core/wiki/title}}`</title>\n<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->\n\n<!--~~ Raw markup ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/core/wiki/rawmarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}\n{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}`\n</head>\n<body class=\"tc-body\">\n<!--~~ Raw markup for the top of the body section ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}`\n<!--~~ Static styles ~~-->\n<div id=\"styleArea\">\n`{{$:/boot/boot.css||$:/core/templates/css-tiddler}}`\n</div>\n<!--~~ Static content for Google and browsers without JavaScript ~~-->\n<noscript>\n<div id=\"splashArea\">\n`{{$:/core/templates/static.area}}`\n</div>\n</noscript>\n<!--~~ Ordinary tiddlers ~~-->\n`{{$:/core/templates/store.area.template.html}}`\n<!--~~ Library modules ~~-->\n<div id=\"libraryModules\" style=\"display:none;\">\n`{{{ [is[system]type[application/javascript]library[yes]] ||$:/core/templates/javascript-tiddler}}}`\n</div>\n<!--~~ Boot kernel prologue ~~-->\n<div id=\"bootKernelPrefix\" style=\"display:none;\">\n`{{ $:/boot/bootprefix.js ||$:/core/templates/javascript-tiddler}}`\n</div>\n<!--~~ Boot kernel ~~-->\n<div id=\"bootKernel\" style=\"display:none;\">\n`{{ $:/boot/boot.js ||$:/core/templates/javascript-tiddler}}`\n</div>\n<!--~~ Raw markup for the bottom of the body section ~~-->\n`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}`\n</body>\n</html>`\n"
        },
        "$:/core/templates/version": {
            "title": "$:/core/templates/version",
            "text": "<<version>>"
        },
        "$:/core/templates/wikified-tiddler": {
            "title": "$:/core/templates/wikified-tiddler",
            "text": "<$transclude />"
        },
        "$:/core/ui/AboveStory/tw2-plugin-check": {
            "title": "$:/core/ui/AboveStory/tw2-plugin-check",
            "tags": "$:/tags/AboveStory",
            "text": "\\define lingo-base() $:/language/AboveStory/ClassicPlugin/\n<$list filter=\"[all[system+tiddlers]tag[systemConfig]limit[1]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n<ul>\n\n<$list filter=\"[all[system+tiddlers]tag[systemConfig]]\">\n\n<li>\n\n<$link><$view field=\"title\"/></$link>\n\n</li>\n\n</$list>\n\n</ul>\n\n</div>\n\n</$list>\n"
        },
        "$:/core/ui/Actions/new-image": {
            "title": "$:/core/ui/Actions/new-image",
            "tags": "$:/tags/Actions",
            "description": "create a new image tiddler",
            "text": "\\define get-type()\nimage/$(imageType)$\n\\end\n\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\n<$vars imageType={{$:/config/NewImageType}} textFieldTags={{$:/config/NewJournal/Tags}} tagsFieldTags={{$:/config/NewJournal/Tags!!tags}}>\n<$action-sendmessage $message=\"tm-new-tiddler\" type=<<get-type>> tags=<<get-tags>>/>\n</$vars>\n"
        },
        "$:/core/ui/Actions/new-journal": {
            "title": "$:/core/ui/Actions/new-journal",
            "tags": "$:/tags/Actions",
            "description": "create a new journal tiddler",
            "text": "\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\n<$vars journalTitleTemplate={{$:/config/NewJournal/Title}} textFieldTags={{$:/config/NewJournal/Tags}} tagsFieldTags={{$:/config/NewJournal/Tags!!tags}} journalText={{$:/config/NewJournal/Text}}>\n<$wikify name=\"journalTitle\" text=\"\"\"<$macrocall $name=\"now\" format=<<journalTitleTemplate>>/>\"\"\">\n<$reveal type=\"nomatch\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<get-tags>> text={{{ [<journalTitle>get[]] }}}/>\n</$reveal>\n<$reveal type=\"match\" state=<<journalTitle>> text=\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<get-tags>> text=<<journalText>>/>\n</$reveal>\n</$wikify>\n</$vars>\n"
        },
        "$:/core/ui/Actions/new-tiddler": {
            "title": "$:/core/ui/Actions/new-tiddler",
            "tags": "$:/tags/Actions",
            "description": "create a new empty tiddler",
            "text": "\\define get-tags() $(textFieldTags)$ $(tagsFieldTags)$\n<$vars textFieldTags={{$:/config/NewTiddler/Tags}} tagsFieldTags={{$:/config/NewTiddler/Tags!!tags}}>\n<$action-sendmessage $message=\"tm-new-tiddler\" tags=<<get-tags>>/>\n</$vars>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter": {
            "title": "$:/core/ui/AdvancedSearch/Filter",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/Filter/Caption}}",
            "text": "\\define lingo-base() $:/language/Search/\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch/input}!match{$:/temp/advancedsearch}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo Filter/Hint>>\n\n<div class=\"tc-search tc-advanced-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\" \n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\" type=\"search\" \n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\"[[$:/temp/advancedsearch]]\" firstSearchFilterField=\"text\" \n\t\tinputAcceptActions=<<input-accept-actions>> inputAcceptVariantActions=<<input-accept-variant-actions>> \n\t\tinputCancelActions=<<cancel-search-actions>>/>\n</$keyboard>\n</$keyboard>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch/FilterButton]!has[draft.of]]\"><$transclude/></$list>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\n<div class=\"tc-search-results\">\n<<lingo Filter/Matches>>\n<$list filter={{$:/temp/advancedsearch}}>\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n</div>\n</$set>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/clear",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\" />\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/delete",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button popup=<<qualify \"$:/state/filterDeleteDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/delete-button}}\n</$button>\n</$reveal>\n\n<$reveal state=<<qualify \"$:/state/filterDeleteDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<div class=\"tc-dropdown-item-plain\">\n<$set name=\"resultCount\" value=\"\"\"<$count filter={{$:/temp/advancedsearch}}/>\"\"\">\nAre you sure you wish to delete <<resultCount>> tiddler(s)?\n</$set>\n</div>\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn\">\n<$action-deletetiddler $filter={{$:/temp/advancedsearch}}/>\nDelete these tiddlers\n</$button>\n</div>\n</div>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/filterDropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</span>\n\n<$reveal state=<<qualify \"$:/state/filterDropdown\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher actions=\"\"\"<$action-setfield $tiddler=\"$:/temp/advancedsearch\" text=<<navigateTo>>/><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text=<<navigateTo>>/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/><$action-sendmessage $message=\"tm-focus-selector\" $param='.tc-advanced-search input' />\"\"\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Filter]]\"><$link to={{!!filter}}><$transclude field=\"description\"/></$link>\n</$list>\n</div>\n</div>\n</$linkcatcher>\n</$set>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Filter/FilterButtons/export": {
            "title": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/export",
            "tags": "$:/tags/AdvancedSearch/FilterButton",
            "text": "<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$macrocall $name=\"exportButton\" exportFilter={{$:/temp/advancedsearch}} lingoBase=\"$:/language/Buttons/ExportTiddlers/\"/>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Shadows": {
            "title": "$:/core/ui/AdvancedSearch/Shadows",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/Shadows/Caption}}",
            "first-search-filter": "[all[shadows]search<userInput>sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]]",
            "text": "\\define lingo-base() $:/language/Search/\n\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\"/>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo Shadows/Hint>>\n\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\"\n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\" type=\"search\"\n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\"[[$:/core/ui/AdvancedSearch/Shadows]]\"\n\t\tinputCancelActions=<<cancel-search-actions>> inputAcceptActions=<<input-accept-actions>> \n\t\tinputAcceptVariantActions=<<input-accept-variant-actions>>  filterMinLength={{$:/config/Search/MinLength}}/>\n</$keyboard>\n</$keyboard>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[all[shadows]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo Shadows/Matches>>\n\n<$list filter=\"[all[shadows]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]]\">\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n\n</div>\n\n</$set>\n\n</$list>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/Standard": {
            "title": "$:/core/ui/AdvancedSearch/Standard",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/Standard/Caption}}",
            "text": "\\define lingo-base() $:/language/Search/\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define next-search-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab/search-results/advancedsearch\" tag=\"$:/tags/SearchResults\" beforeafter=\"$beforeafter$\" defaultState={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/standard/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\"/>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo Standard/Hint>>\n\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$keyboard key=\"shift-alt-Right\" actions=<<next-search-tab>>>\n<$keyboard key=\"shift-alt-Left\" actions=<<next-search-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\"\n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\" type=\"search\"\n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} inputCancelActions=<<cancel-search-actions>> \n\t\tinputAcceptActions=<<input-accept-actions>> inputAcceptVariantActions=<<input-accept-variant-actions>> \n\t\tconfigTiddlerFilter=\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\"\n\t\tfilterMinLength={{$:/config/Search/MinLength}}/>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$vars userInput={{{ [[$:/temp/advancedsearch]get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}} searchListState=\"$:/temp/advancedsearch/selected-item\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude/>\n</$list>\n\"\"\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/standard/currentTab\" text=<<currentTab>>/>\"\"\" explicitState=\"$:/state/tab/search-results/advancedsearch\" />\n</$list>\n</$vars>\n</$list>\n</$reveal>\n"
        },
        "$:/core/ui/AdvancedSearch/System": {
            "title": "$:/core/ui/AdvancedSearch/System",
            "tags": "$:/tags/AdvancedSearch",
            "caption": "{{$:/language/Search/System/Caption}}",
            "first-search-filter": "[is[system]search<userInput>sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]",
            "text": "\\define lingo-base() $:/language/Search/\n\\define set-next-input-tab(beforeafter:\"after\",stateTitle,tag,defaultState,currentTabTiddler) <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab--1498284803\" tag=\"$:/tags/AdvancedSearch\" beforeafter=\"$beforeafter$\" defaultState=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define cancel-search-actions() <$list filter=\"[{$:/temp/advancedsearch}!match{$:/temp/advancedsearch/input}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/advancedsearch]] [[$:/temp/advancedsearch/input]] [[$:/temp/advancedsearch/selected-item]]\" />\"\"\"><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/advancedsearch}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/></$list><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\".tc-advanced-search input\"\"\"/>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n<<lingo System/Hint>>\n\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=\"$:/temp/advancedsearch/input\" storeTitle=\"$:/temp/advancedsearch\"\n\t\trefreshTitle=\"$:/temp/advancedsearch/refresh\" selectionStateTitle=\"$:/temp/advancedsearch/selected-item\"\n\t\ttype=\"search\" tag=\"input\" focus={{$:/config/Search/AutoFocus}} configTiddlerFilter=\"[[$:/core/ui/AdvancedSearch/System]]\"\n\t\tinputCancelActions=<<cancel-search-actions>> inputAcceptActions=<<input-accept-actions>> \n\t\tinputAcceptVariantActions=<<input-accept-variant-actions>> filterMinLength={{$:/config/Search/MinLength}}/>\n</$keyboard>\n</$keyboard>\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n\n<$list filter=\"[{$:/temp/advancedsearch}minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[is[system]search{$:/temp/advancedsearch}] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]\"/>\"\"\">\n\n<div class=\"tc-search-results\">\n\n<<lingo System/Matches>>\n\n<$list filter=\"[is[system]search{$:/temp/advancedsearch}sort[title]limit[250]] -[[$:/temp/advancedsearch]] -[[$:/temp/advancedsearch/input]] -[[$:/temp/advancedsearch/selected-item]]\">\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[[$:/temp/advancedsearch/selected-item]get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n\n</div>\n\n</$set>\n\n</$list>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
        },
        "$:/AdvancedSearch": {
            "title": "$:/AdvancedSearch",
            "icon": "$:/core/images/advanced-search-button",
            "color": "#bbb",
            "text": "<div class=\"tc-advanced-search\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/AdvancedSearch]!has[draft.of]]\" default=\"$:/core/ui/AdvancedSearch/System\" actions=\"\"\"<$action-setfield $tiddler=\"$:/state/advancedsearch/currentTab\" text=<<currentTab>>/>\"\"\" explicitState=\"$:/state/tab--1498284803\"/>\n</div>\n"
        },
        "$:/core/ui/AlertTemplate": {
            "title": "$:/core/ui/AlertTemplate",
            "text": "<div class=\"tc-alert\">\n<div class=\"tc-alert-toolbar\">\n<$button class=\"tc-btn-invisible\"><$action-deletetiddler $tiddler=<<currentTiddler>>/>{{$:/core/images/cancel-button}}</$button>\n</div>\n<div class=\"tc-alert-subtitle\">\n<$wikify name=\"format\" text=<<lingo Tiddler/DateFormat>>>\n<$view field=\"component\"/> - <$view field=\"modified\" format=\"date\" template=<<format>>/> <$reveal type=\"nomatch\" state=\"!!count\" text=\"\"><span class=\"tc-alert-highlight\">({{$:/language/Count}}: <$view field=\"count\"/>)</span></$reveal>\n</$wikify>\n</div>\n<div class=\"tc-alert-body\">\n\n<$transclude/>\n\n</div>\n</div>\n"
        },
        "$:/core/ui/BinaryWarning": {
            "title": "$:/core/ui/BinaryWarning",
            "text": "\\define lingo-base() $:/language/BinaryWarning/\n<<lingo Prompt>>\n"
        },
        "$:/core/ui/Components/plugin-info": {
            "title": "$:/core/ui/Components/plugin-info",
            "text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n\\define popup-state-macro()\n$(qualified-state)$-$(currentTiddler)$\n\\end\n\n\\define tabs-state-macro()\n$(popup-state)$-$(pluginInfoType)$\n\\end\n\n\\define plugin-icon-title()\n$(currentTiddler)$/icon\n\\end\n\n\\define plugin-disable-title()\n$:/config/Plugins/Disabled/$(currentTiddler)$\n\\end\n\n\\define plugin-table-body(type,disabledMessage,default-popup-state)\n<div class=\"tc-plugin-info-chunk tc-plugin-info-toggle\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\" default=\"\"\"$default-popup-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/chevron-right}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\" default=\"\"\"$default-popup-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-icon\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<plugin-icon-title>>>\n<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\n</$transclude>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-description\">\n<h1>\n''<$text text={{{ [<currentTiddler>get[name]] ~[<currentTiddler>split[/]last[1]] }}}/>'': <$view field=\"description\"><$view field=\"title\"/></$view> $disabledMessage$\n</h1>\n<h2>\n<$view field=\"title\"/>\n</h2>\n<h2>\n<div><em><$view field=\"version\"/></em></div>\n</h2>\n</div>\n\\end\n\n\\define plugin-info(type,default-popup-state)\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info\">\n<<plugin-table-body type:\"$type$\" default-popup-state:\"\"\"$default-popup-state$\"\"\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$link to={{!!title}} class=\"tc-plugin-info tc-plugin-info-disabled\">\n<<plugin-table-body type:\"$type$\" default-popup-state:\"\"\"$default-popup-state$\"\"\" disabledMessage:\"<$macrocall $name='lingo' title='Disabled/Status'/>\">>\n</$link>\n</$reveal>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>> default=\"\"\"$default-popup-state$\"\"\">\n<div class=\"tc-plugin-info-dropdown\">\n<div class=\"tc-plugin-info-dropdown-body\">\n<$list filter=\"[all[current]] -[[$:/core]]\">\n<div style=\"float:right;\">\n<$reveal type=\"nomatch\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"yes\" tooltip={{$:/language/ControlPanel/Plugins/Disable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Disable/Caption}}>\n<<lingo Disable/Caption>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<plugin-disable-title>> text=\"yes\">\n<$button set=<<plugin-disable-title>> setTo=\"no\" tooltip={{$:/language/ControlPanel/Plugins/Enable/Hint}} aria-label={{$:/language/ControlPanel/Plugins/Enable/Caption}}>\n<<lingo Enable/Caption>>\n</$button>\n</$reveal>\n</div>\n</$list>\n<$set name=\"tabsList\" filter=\"[<currentTiddler>list[]] contents\">\n<$macrocall $name=\"tabs\" state=<<tabs-state-macro>> tabsList=<<tabsList>> default={{{ [enlist<tabsList>] }}} template=\"$:/core/ui/PluginInfo\"/>\n</$set>\n</div>\n</div>\n</$reveal>\n</$set>\n\\end\n\n<$macrocall $name=\"plugin-info\" type=<<plugin-type>> default-popup-state=<<default-popup-state>>/>\n"
        },
        "$:/core/ui/Components/tag-link": {
            "title": "$:/core/ui/Components/tag-link",
            "text": "<$link>\n<$set name=\"backgroundColor\" value={{!!color}}>\n<span style=<<tag-styles>> class=\"tc-tag-label\">\n<$view field=\"title\" format=\"text\"/>\n</span>\n</$set>\n</$link>"
        },
        "$:/core/ui/ControlPanel/Advanced": {
            "title": "$:/core/ui/ControlPanel/Advanced",
            "tags": "$:/tags/ControlPanel/Info",
            "caption": "{{$:/language/ControlPanel/Advanced/Caption}}",
            "text": "{{$:/language/ControlPanel/Advanced/Hint}}\n\n<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Advanced]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/TiddlerFields\" explicitState=\"$:/state/tab--959111941\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Appearance": {
            "title": "$:/core/ui/ControlPanel/Appearance",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Appearance/Caption}}",
            "text": "{{$:/language/ControlPanel/Appearance/Hint}}\n\n<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Appearance]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Theme\" explicitState=\"$:/state/tab--1963855381\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Basics": {
            "title": "$:/core/ui/ControlPanel/Basics",
            "tags": "$:/tags/ControlPanel/Info",
            "caption": "{{$:/language/ControlPanel/Basics/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Basics/\n\n\\define show-filter-count(filter)\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"$:/temp/advancedsearch\" $value=\"\"\"$filter$\"\"\"/>\n<$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" $value=\"\"\"$filter$\"\"\"/>\n<$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/>\n<$action-setfield $tiddler=\"$:/state/tab--1498284803\" $value=\"$:/core/ui/AdvancedSearch/Filter\"/>\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=\".tc-advanced-search input\"/>\n''<$count filter=\"\"\"$filter$\"\"\"/>''\n{{$:/core/images/advanced-search-button}}\n</$button>\n\\end\n\n|<<lingo Version/Prompt>> |''<<version>>'' |\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/status/UserName\"><<lingo Username/Prompt>></$link> |<$edit-text tiddler=\"$:/status/UserName\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/AnimationDuration\"><<lingo AnimDuration/Prompt>></$link> |<$edit-text tiddler=\"$:/config/AnimationDuration\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\" class=\"tc-edit-texteditor\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n|<$link to=\"$:/language/DefaultNewTiddlerTitle\"><<lingo NewTiddler/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/language/DefaultNewTiddlerTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Title\"><<lingo NewJournal/Title/Prompt>></$link> |<$edit-text tiddler=\"$:/config/NewJournal/Title\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/config/NewJournal/Text\"><<lingo NewJournal/Text/Prompt>></$link> |<$edit tiddler=\"$:/config/NewJournal/Text\" tag=\"textarea\" class=\"tc-edit-texteditor\" default=\"\"/> |\n|<$link to=\"$:/config/NewTiddler/Tags\"><<lingo NewTiddler/Tags/Prompt>></$link> |<$vars currentTiddler=\"$:/config/NewTiddler/Tags\" tagField=\"text\">{{||$:/core/ui/EditTemplate/tags}}<$list filter=\"[<currentTiddler>tags[]] +[limit[1]]\" variable=\"ignore\"><$button tooltip={{$:/language/ControlPanel/Basics/RemoveTags/Hint}}><<lingo RemoveTags>><$action-listops $tiddler=<<currentTiddler>> $field=\"text\" $subfilter={{{ [<currentTiddler>get[tags]] }}}/><$action-setfield $tiddler=<<currentTiddler>> tags=\"\"/></$button></$list></$vars> |\n|<$link to=\"$:/config/NewJournal/Tags\"><<lingo NewJournal/Tags/Prompt>></$link> |<$vars currentTiddler=\"$:/config/NewJournal/Tags\" tagField=\"text\">{{||$:/core/ui/EditTemplate/tags}}<$list filter=\"[<currentTiddler>tags[]] +[limit[1]]\" variable=\"ignore\"><$button tooltip={{$:/language/ControlPanel/Basics/RemoveTags/Hint}}><<lingo RemoveTags>><$action-listops $tiddler=<<currentTiddler>> $field=\"text\" $subfilter={{{ [<currentTiddler>get[tags]] }}}/><$action-setfield $tiddler=<<currentTiddler>> tags=\"\"/></$button></$list></$vars> |\n|<$link to=\"$:/config/AutoFocus\"><<lingo AutoFocus/Prompt>></$link> |{{$:/snippets/minifocusswitcher}} |\n|<<lingo Language/Prompt>> |{{$:/snippets/minilanguageswitcher}} |\n|<<lingo Tiddlers/Prompt>> |<<show-filter-count \"[!is[system]sort[title]]\">> |\n|<<lingo Tags/Prompt>> |<<show-filter-count \"[tags[]sort[title]]\">> |\n|<<lingo SystemTiddlers/Prompt>> |<<show-filter-count \"[is[system]sort[title]]\">> |\n|<<lingo ShadowTiddlers/Prompt>> |<<show-filter-count \"[all[shadows]sort[title]]\">> |\n|<<lingo OverriddenShadowTiddlers/Prompt>> |<<show-filter-count \"[is[tiddler]is[shadow]sort[title]]\">> |\n"
        },
        "$:/core/ui/ControlPanel/EditorTypes": {
            "title": "$:/core/ui/ControlPanel/EditorTypes",
            "tags": "$:/tags/ControlPanel/Advanced",
            "caption": "{{$:/language/ControlPanel/EditorTypes/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/EditorTypes/\n\n<<lingo Hint>>\n\n<table>\n<tbody>\n<tr>\n<th><<lingo Type/Caption>></th>\n<th><<lingo Editor/Caption>></th>\n</tr>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/config/EditorTypeMappings/]sort[title]]\">\n<tr>\n<td>\n<$link>\n<$list filter=\"[all[current]removeprefix[$:/config/EditorTypeMappings/]]\">\n<$text text={{!!title}}/>\n</$list>\n</$link>\n</td>\n<td>\n<$view field=\"text\"/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/ControlPanel/Info": {
            "title": "$:/core/ui/ControlPanel/Info",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Info/Caption}}",
            "text": "{{$:/language/ControlPanel/Info/Hint}}\n\n<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Info]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Basics\" explicitState=\"$:/state/tab--2112689675\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/KeyboardShortcuts": {
            "title": "$:/core/ui/ControlPanel/KeyboardShortcuts",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/KeyboardShortcuts/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/KeyboardShortcuts/\n\n\\define new-shortcut(title)\n<div class=\"tc-dropdown-item-plain\">\n<$edit-shortcut tiddler=\"$title$\" placeholder={{$:/language/ControlPanel/KeyboardShortcuts/Add/Prompt}} focus=\"true\" style=\"width:auto;\"/> <$button>\n<<lingo Add/Caption>>\n<$action-listops\n\t$tiddler=\"$(shortcutTitle)$\"\n\t$field=\"text\"\n\t$subfilter=\"[{$title$}]\"\n/>\n<$action-deletetiddler\n\t$tiddler=\"$title$\"\n/>\n</$button>\n</div>\n\\end\n\n\\define shortcut-list-item(caption)\n<td>\n</td>\n<td style=\"text-align:right;font-size:0.7em;\">\n<<lingo Platform/$caption$>>\n</td>\n<td>\n<div style=\"position:relative;\">\n<$button popup=<<qualify \"$:/state/dropdown/$(shortcutTitle)$\">> class=\"tc-btn-invisible\">\n{{$:/core/images/edit-button}}\n</$button>\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts={{$(shortcutTitle)$}} prefix=\"<kbd>\" separator=\"</kbd> <kbd>\" suffix=\"</kbd>\"/>\n\n<$reveal state=<<qualify \"$:/state/dropdown/$(shortcutTitle)$\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-block-dropdown-wrapper\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown tc-popup-keep\">\n<$list filter=\"[list[$(shortcutTitle)$!!text]sort[title]]\" variable=\"shortcut\" emptyMessage=\"\"\"\n<div class=\"tc-dropdown-item-plain\">\n//<<lingo NoShortcuts/Caption>>//\n</div>\n\"\"\">\n<div class=\"tc-dropdown-item-plain\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/ControlPanel/KeyboardShortcuts/Remove/Hint}}>\n<$action-listops\n\t$tiddler=\"$(shortcutTitle)$\"\n\t$field=\"text\"\n\t$subfilter=\"+[remove<shortcut>]\"\n/>\n<small>{{$:/core/images/close-button}}</small>\n</$button>\n<kbd>\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts=<<shortcut>>/>\n</kbd>\n</div>\n</$list>\n<hr/>\n<$macrocall $name=\"new-shortcut\" title=<<qualify \"$:/state/new-shortcut/$(shortcutTitle)$\">>/>\n</div>\n</div>\n</$reveal>\n</div>\n</td>\n\\end\n\n\\define shortcut-list(caption,prefix)\n<tr>\n<$list filter=\"[[$prefix$$(shortcutName)$]]\" variable=\"shortcutTitle\">\n<<shortcut-list-item \"$caption$\">>\n</$list>\n</tr>\n\\end\n\n\\define shortcut-editor()\n<<shortcut-list \"All\" \"$:/config/shortcuts/\">>\n<<shortcut-list \"Mac\" \"$:/config/shortcuts-mac/\">>\n<<shortcut-list \"NonMac\" \"$:/config/shortcuts-not-mac/\">>\n<<shortcut-list \"Linux\" \"$:/config/shortcuts-linux/\">>\n<<shortcut-list \"NonLinux\" \"$:/config/shortcuts-not-linux/\">>\n<<shortcut-list \"Windows\" \"$:/config/shortcuts-windows/\">>\n<<shortcut-list \"NonWindows\" \"$:/config/shortcuts-not-windows/\">>\n\\end\n\n\\define shortcut-preview()\n<$macrocall $name=\"displayshortcuts\" $output=\"text/html\" shortcuts={{$(shortcutPrefix)$$(shortcutName)$}} prefix=\"<kbd>\" separator=\"</kbd> <kbd>\" suffix=\"</kbd>\"/>\n\\end\n\n\\define shortcut-item-inner()\n<tr>\n<td>\n<$reveal type=\"nomatch\" state=<<dropdownStateTitle>> text=\"open\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield\n\t$tiddler=<<dropdownStateTitle>>\n\t$value=\"open\"\n/>\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<dropdownStateTitle>> text=\"open\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield\n\t$tiddler=<<dropdownStateTitle>>\n\t$value=\"close\"\n/>\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n''<$text text=<<shortcutName>>/>''\n</td>\n<td>\n<$transclude tiddler=\"$:/config/ShortcutInfo/$(shortcutName)$\"/>\n</td>\n<td>\n<$list filter=\"$:/config/shortcuts/ $:/config/shortcuts-mac/ $:/config/shortcuts-not-mac/ $:/config/shortcuts-linux/ $:/config/shortcuts-not-linux/ $:/config/shortcuts-windows/ $:/config/shortcuts-not-windows/\" variable=\"shortcutPrefix\">\n<<shortcut-preview>>\n</$list>\n</td>\n</tr>\n<$set name=\"dropdownState\" value={{$(dropdownStateTitle)$}}>\n<$list filter=\"[<dropdownState>match[open]]\" variable=\"listItem\">\n<<shortcut-editor>>\n</$list>\n</$set>\n\\end\n\n\\define shortcut-item()\n<$set name=\"dropdownStateTitle\" value=<<qualify \"$:/state/dropdown/keyboardshortcut/$(shortcutName)$\">>>\n<<shortcut-item-inner>>\n</$set>\n\\end\n\n<table>\n<tbody>\n<$list filter=\"[all[shadows+tiddlers]removeprefix[$:/config/ShortcutInfo/]]\" variable=\"shortcutName\">\n<<shortcut-item>>\n</$list>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/ControlPanel/LoadedModules": {
            "title": "$:/core/ui/ControlPanel/LoadedModules",
            "tags": "$:/tags/ControlPanel/Advanced",
            "caption": "{{$:/language/ControlPanel/LoadedModules/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/\n<<lingo LoadedModules/Hint>>\n\n{{$:/snippets/modules}}\n"
        },
        "$:/core/ui/ControlPanel/Modals/AddPlugins": {
            "title": "$:/core/ui/ControlPanel/Modals/AddPlugins",
            "subtitle": "{{$:/core/images/download-button}} {{$:/language/ControlPanel/Plugins/Add/Caption}}",
            "text": "\\define install-plugin-actions()\n<$action-sendmessage $message=\"tm-load-plugin-from-library\" url={{!!url}} title={{$(assetInfo)$!!original-title}}/>\n<$set name=\"url\" value={{!!url}}>\n<$set name=\"currentTiddler\" value=<<assetInfo>>>\n<$list filter=\"[enlist{!!dependents}] [{!!parent-plugin}] +[sort[name]]\" variable=\"dependency\">\n<$action-sendmessage $message=\"tm-load-plugin-from-library\" url=<<url>> title=<<dependency>>/>\n</$list>\n</$set>\n</$set>\n\\end\n\n\\define install-plugin-button()\n<div>\n<$set name=\"libraryVersion\" value={{{ [<assetInfo>get[version]] }}}>\n<$set name=\"installedVersion\" value={{{ [<assetInfo>get[original-title]get[version]] }}}>\n<$set name=\"reinstall-type\" value={{{ [<libraryVersion>compare:version:eq<installedVersion>then[tc-reinstall]] [<libraryVersion>compare:version:gt<installedVersion>then[tc-reinstall-upgrade]] [<libraryVersion>compare:version:lt<installedVersion>then[tc-reinstall-downgrade]] }}}>\n<$button actions=<<install-plugin-actions>> class={{{ [<assetInfo>get[original-title]has[version]then<reinstall-type>] tc-btn-invisible tc-install-plugin +[join[ ]] }}}>\n{{$:/core/images/download-button}}\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"ignore\" emptyMessage=\"{{$:/language/ControlPanel/Plugins/Install/Caption}}\">\n<$list filter=\"[<libraryVersion>compare:version:gt<installedVersion>]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$list filter=\"[<libraryVersion>compare:version:lt<installedVersion>]\" variable=\"ignore\" emptyMessage=\"{{$:/language/ControlPanel/Plugins/Reinstall/Caption}}\">\n{{$:/language/ControlPanel/Plugins/Downgrade/Caption}}\n</$list>\n\"\"\">\n{{$:/language/ControlPanel/Plugins/Update/Caption}}\n</$list>\n</$list>\n</$button>\n<div>\n</div>\n<$reveal stateTitle=<<assetInfo>> stateField=\"requires-reload\" type=\"match\" text=\"yes\">{{$:/language/ControlPanel/Plugins/PluginWillRequireReload}}</$reveal>\n</$set>\n</$set>\n</$set>\n</div>\n\\end\n\n\\define popup-state-macro()\n$:/state/add-plugin-info/$(connectionTiddler)$/$(assetInfo)$\n\\end\n\n\\define display-plugin-info(type)\n<$set name=\"popup-state\" value=<<popup-state-macro>>>\n<div class=\"tc-plugin-info\">\n<div class=\"tc-plugin-info-chunk tc-plugin-info-toggle\">\n<$reveal type=\"nomatch\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"yes\">\n{{$:/core/images/chevron-right}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<popup-state>> text=\"yes\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<popup-state>> setTo=\"no\">\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-icon\">\n<$list filter=\"[<assetInfo>has[icon]]\" emptyMessage=\"\"\"<$transclude tiddler=\"$:/core/images/plugin-generic-$type$\"/>\"\"\">\n<img src={{$(assetInfo)$!!icon}}/>\n</$list>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-description\">\n<h1><strong><$text text={{{ [<assetInfo>get[name]] ~[<assetInfo>get[original-title]split[/]last[1]] }}}/></strong>: <$view tiddler=<<assetInfo>> field=\"description\"/></h1>\n<h2><$view tiddler=<<assetInfo>> field=\"original-title\"/></h2>\n<div><em><$view tiddler=<<assetInfo>> field=\"version\"/></em></div>\n<$list filter=\"[<assetInfo>get[original-title]get[version]]\" variable=\"installedVersion\"><div><em>{{$:/language/ControlPanel/Plugins/AlreadyInstalled/Hint}}</em></div></$list>\n</div>\n<div class=\"tc-plugin-info-chunk tc-plugin-info-buttons\">\n<<install-plugin-button>>\n</div>\n</div>\n<$set name=\"original-title\" value={{{ [<assetInfo>get[original-title]] }}}>\n<$reveal type=\"match\" text=\"yes\" state=<<popup-state>>>\n<div class=\"tc-plugin-info-dropdown\">\n<$list filter=\"[enlist{!!dependents}] [<currentTiddler>get[parent-plugin]] +[limit[1]] ~[<assetInfo>get[original-title]!is[tiddler]]\" variable=\"ignore\">\n<div class=\"tc-plugin-info-dropdown-message\">\n<$list filter=\"[<assetInfo>get[original-title]!is[tiddler]]\">\n{{$:/language/ControlPanel/Plugins/NotInstalled/Hint}}\n</$list>\n<$set name=\"currentTiddler\" value=<<assetInfo>>>\n<$list filter=\"[enlist{!!dependents}] [<currentTiddler>get[parent-plugin]] +[limit[1]]\" variable=\"ignore\">\n<div>\n{{$:/language/ControlPanel/Plugins/AlsoRequires}}\n<$list filter=\"[enlist{!!dependents}] [{!!parent-plugin}] +[sort[name]]\" variable=\"dependency\">\n<$text text=<<dependency>>/>\n</$list>\n</div>\n</$list>\n</$set>\n</div>\n</$list>\n<div class=\"tc-plugin-info-dropdown-body\">\n<$transclude tiddler=<<assetInfo>> field=\"readme\" mode=\"block\"/>\n</div>\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>limit[1]]\" variable=\"ignore\">\n<div class=\"tc-plugin-info-sub-plugins\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>sort[name]]\" variable=\"assetInfo\">\n<<display-plugin-info \"$type$\">>\n</$list>\n</div>\n</$list>\n</div>\n</$reveal>\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>limit[1]]\" variable=\"ignore\">\n<$reveal type=\"nomatch\" text=\"yes\" state=<<popup-state>> tag=\"div\" class=\"tc-plugin-info-sub-plugin-indicator\">\n<$wikify name=\"count\" text=\"\"\"<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]has[parent-plugin]parent-plugin<original-title>]\"/>\"\"\">\n<$button class=\"tc-btn-invisible\" set=<<popup-state>> setTo=\"yes\">\n{{$:/language/ControlPanel/Plugins/SubPluginPrompt}}\n</$button>\n</$wikify>\n</$reveal>\n</$list>\n</$set>\n</$set>\n\\end\n\n\\define load-plugin-library-button()\n<$list filter=\"[<currentTiddler>get[enabled]else[yes]match[yes]]\" variable=\"ignore\">\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-load-plugin-library\" url={{!!url}} infoTitlePrefix=\"$:/temp/RemoteAssetInfo/\"/>\n{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Plugins/OpenPluginLibrary}}\n</$button>\n</$list>\n\\end\n\n\\define display-server-assets(type)\n{{$:/language/Search/Search}}: <$edit-text tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" default=\"\" type=\"search\" tag=\"input\"/>\n<$reveal state=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" type=\"nomatch\" text=\"\">\n<$button class=\"tc-btn-invisible\">\n<$action-setfield $tiddler=\"\"\"$:/temp/RemoteAssetSearch/$(currentTiddler)$\"\"\" $field=\"text\" $value=\"\"/>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n<div class=\"tc-plugin-library-listing\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[$type$]search:author,description,original-title,readme,title{$:/temp/RemoteAssetSearch/$(currentTiddler)$}sort[name]]\" variable=\"assetInfo\">\n<$list filter=\"[[$:/temp/RemoteAssetSearch/$(currentTiddler)$]has[text]] ~[<assetInfo>!has[parent-plugin]]\" variable=\"ignore\"><!-- Hide sub-plugins if we're not searching -->\n<<display-plugin-info \"$type$\">>\n</$list>\n</$list>\n</div>\n\\end\n\n\\define display-server-connection()\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/ServerConnection]suffix{!!url}]\" variable=\"connectionTiddler\" emptyMessage=<<load-plugin-library-button>>>\n\n<$set name=\"transclusion\" value=<<connectionTiddler>>>\n\n<<tabs \"[[$:/core/ui/ControlPanel/Plugins/Add/Updates]] [[$:/core/ui/ControlPanel/Plugins/Add/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Add/Themes]] [[$:/core/ui/ControlPanel/Plugins/Add/Languages]]\" \"$:/core/ui/ControlPanel/Plugins/Add/Plugins\">>\n\n</$set>\n\n</$list>\n\\end\n\n\\define close-library-button()\n<$reveal type='nomatch' state='$:/temp/ServerConnection/$(PluginLibraryURL)$' text=''>\n<$button class='tc-btn-big-green'>\n<$action-sendmessage $message=\"tm-unload-plugin-library\" url={{!!url}}/>\n{{$:/core/images/chevron-left}} {{$:/language/ControlPanel/Plugins/ClosePluginLibrary}}\n<$action-deletetiddler $filter=\"[prefix[$:/temp/ServerConnection/$(PluginLibraryURL)$]][prefix[$:/temp/RemoteAssetInfo/$(PluginLibraryURL)$]]\"/>\n</$button>\n</$reveal>\n\\end\n\n\\define plugin-library-listing()\n<div class=\"tc-tab-set\">\n<$set name=\"defaultTab\" value={{{ [all[tiddlers+shadows]tag[$:/tags/PluginLibrary]] }}}>\n<div class=\"tc-tab-buttons\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\">\n<$button set=<<qualify \"$:/state/addplugins/tab\">> setTo=<<currentTiddler>> default=<<defaultTab>> selectedClass=\"tc-tab-selected\">\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude field=\"caption\"/>\n</$set>\n</$button>\n</$list>\n</div>\n<div class=\"tc-tab-divider\"/>\n<div class=\"tc-tab-content\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/PluginLibrary]]\">\n<$reveal type=\"match\" state=<<qualify \"$:/state/addplugins/tab\">> text=<<currentTiddler>> default=<<defaultTab>>>\n<h2><$link><$transclude field=\"caption\"><$view field=\"title\"/></$transclude></$link></h2>\n//<$view field=\"url\"/>//\n<$transclude mode=\"block\"/>\n<$set name=PluginLibraryURL value={{!!url}}>\n<<close-library-button>>\n</$set>\n<<display-server-connection>>\n</$reveal>\n</$list>\n</div>\n</$set>\n</div>\n\\end\n\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<div>\n<<plugin-library-listing>>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Palette": {
            "title": "$:/core/ui/ControlPanel/Palette",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/Palette/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Palette/\n\n{{$:/snippets/paletteswitcher}}\n\n<$reveal type=\"nomatch\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"yes\"><<lingo ShowEditor/Caption>></$button>\n\n</$reveal>\n\n<$reveal type=\"match\" state=\"$:/state/ShowPaletteEditor\" text=\"yes\">\n\n<$button set=\"$:/state/ShowPaletteEditor\" setTo=\"no\"><<lingo HideEditor/Caption>></$button>\n{{$:/PaletteManager}}\n\n</$reveal>\n\n"
        },
        "$:/core/ui/ControlPanel/Parsing": {
            "title": "$:/core/ui/ControlPanel/Parsing",
            "tags": "$:/tags/ControlPanel/Advanced",
            "caption": "{{$:/language/ControlPanel/Parsing/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Parsing/\n\n\\define toggle(Type)\n<$checkbox\ntiddler=\"\"\"$:/config/WikiParserRules/$Type$/$(rule)$\"\"\"\nfield=\"text\"\nchecked=\"enable\"\nunchecked=\"disable\"\ndefault=\"enable\">\n<<rule>>\n</$checkbox>\n\\end\n\n\\define rules(type,Type)\n<$list filter=\"[wikiparserrules[$type$]]\" variable=\"rule\">\n<dd><<toggle $Type$>></dd>\n</$list>\n\\end\n\n<<lingo Hint>>\n\n<dl>\n<dt><<lingo Pragma/Caption>></dt>\n<<rules pragma Pragma>>\n<dt><<lingo Inline/Caption>></dt>\n<<rules inline Inline>>\n<dt><<lingo Block/Caption>></dt>\n<<rules block Block>>\n</dl>"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Languages": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Languages",
            "caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[language]]\"/>)",
            "text": "<<display-server-assets language>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Plugins": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}}  (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[plugin]]\"/>)",
            "text": "<<display-server-assets plugin>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Themes": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Themes",
            "caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}}  (<$count filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}original-plugin-type[theme]]\"/>)",
            "text": "<<display-server-assets theme>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Add/Updates": {
            "title": "$:/core/ui/ControlPanel/Plugins/Add/Updates",
            "caption": "<$importvariables filter=\"$:/core/ui/ControlPanel/Plugins/Add/Updates\">{{$:/language/ControlPanel/Plugins/Updates/Caption}} (<<update-count>>)</$importvariables>",
            "text": "\\define each-updateable-plugin(body)\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/RemoteAssetInfo]server-url{!!url}sort[title]]\" variable=\"assetInfo\">\n<$set name=\"libraryVersion\" value={{{ [<assetInfo>get[version]] }}}>\n<$list filter=\"[<assetInfo>get[original-title]has[version]!version<libraryVersion>]\" variable=\"ignore\">\n<$set name=\"installedVersion\" value={{{ [<assetInfo>get[original-title]get[version]] }}}>\n<$list filter=\"[<installedversion>!match<libraryVersion>]\" variable=\"ignore\">\n$body$\n</$list>\n</$set>\n</$list>\n</$set>\n</$list>\n\\end\n\n\\define update-all-actions()\n<$macrocall $name=\"each-updateable-plugin\" body=\"\"\"\n<<install-plugin-actions>>\n\"\"\"/>\n\\end\n\n\\define update-count()\n<$wikify name=\"count-filter\" text=<<each-updateable-plugin \"&#91;&#91;<$text text=<<assetInfo>>/>]]\">>><$count filter=<<count-filter>>/></$wikify>\n\\end\n\n<$button actions=<<update-all-actions>> class=\"tc-btn-invisible tc-install-plugin tc-reinstall-upgrade\">\n{{$:/core/images/download-button}} {{||$:/language/ControlPanel/Plugins/Updates/UpdateAll/Caption}}\n</$button>\n\n<div class=\"tc-plugin-library-listing\">\n<$macrocall $name=\"each-updateable-plugin\" body=\"\"\"\n<$macrocall $name=\"display-plugin-info\" type={{{ [<assetInfo>get[original-plugin-type]] }}}/>\n\"\"\"/>\n</div>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/AddPlugins": {
            "title": "$:/core/ui/ControlPanel/Plugins/AddPlugins",
            "text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n<$button message=\"tm-modal\" param=\"$:/core/ui/ControlPanel/Modals/AddPlugins\" tooltip={{$:/language/ControlPanel/Plugins/Add/Hint}} class=\"tc-btn-big-green tc-primary-btn\">\n{{$:/core/images/download-button}} <<lingo Add/Caption>>\n</$button>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Installed/Languages": {
            "title": "$:/core/ui/ControlPanel/Plugins/Installed/Languages",
            "caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[language]]\"/>)",
            "text": "<<plugin-table language>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Installed/Plugins": {
            "title": "$:/core/ui/ControlPanel/Plugins/Installed/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[plugin]]\"/>)",
            "text": "<<plugin-table plugin>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins/Installed/Themes": {
            "title": "$:/core/ui/ControlPanel/Plugins/Installed/Themes",
            "caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}} (<$count filter=\"[!has[draft.of]plugin-type[theme]]\"/>)",
            "text": "<<plugin-table theme>>\n"
        },
        "$:/core/ui/ControlPanel/Plugins": {
            "title": "$:/core/ui/ControlPanel/Plugins",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Plugins/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Plugins/\n\n\\define plugin-table(type)\n<$set name=\"plugin-type\" value=\"\"\"$type$\"\"\">\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n<$list filter=\"[!has[draft.of]plugin-type[$type$]sort[name]]\" emptyMessage=<<lingo \"Empty/Hint\">> template=\"$:/core/ui/Components/plugin-info\"/>\n</$set>\n</$set>\n\\end\n\n{{$:/core/ui/ControlPanel/Plugins/AddPlugins}}\n\n<<lingo Installed/Hint>>\n\n<$macrocall $name=\"tabs\" tabsList=\"[[$:/core/ui/ControlPanel/Plugins/Installed/Plugins]] [[$:/core/ui/ControlPanel/Plugins/Installed/Themes]] [[$:/core/ui/ControlPanel/Plugins/Installed/Languages]]\" default=\"$:/core/ui/ControlPanel/Plugins/Installed/Plugins\" explicitState=\"$:/state/tab--86143343\"/>\n"
        },
        "$:/core/ui/ControlPanel/Saving/DownloadSaver": {
            "title": "$:/core/ui/ControlPanel/Saving/DownloadSaver",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/DownloadSaver/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/DownloadSaver/\n\n<<lingo Hint>>\n\n!! <$link to=\"$:/config/DownloadSaver/AutoSave\"><<lingo AutoSave/Hint>></$link>\n\n<$checkbox tiddler=\"$:/config/DownloadSaver/AutoSave\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <<lingo AutoSave/Description>> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Saving/General": {
            "title": "$:/core/ui/ControlPanel/Saving/General",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/General/Caption}}",
            "list-before": "",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/\n\n{{$:/language/ControlPanel/Saving/General/Hint}}\n\n!! <$link to=\"$:/config/AutoSave\"><<lingo AutoSave/Caption>></$link>\n\n<<lingo AutoSave/Hint>>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"yes\"> <<lingo AutoSave/Enabled/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/AutoSave\" value=\"no\"> <<lingo AutoSave/Disabled/Description>> </$radio>\n"
        },
        "$:/core/ui/ControlPanel/Saving/GitHub": {
            "title": "$:/core/ui/ControlPanel/Saving/GitHub",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/GitService/GitHub/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\n\\define service-name() ~GitHub\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/GitHub/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo GitHub/Password>> |<$password name=\"github\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/GitHub/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/GitHub/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/GitHub/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/GitHub/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$edit-text tiddler=\"$:/GitHub/ServerURL\" default=\"https://api.github.com\" tag=\"input\"/> |"
        },
        "$:/core/ui/ControlPanel/Saving/GitLab": {
            "title": "$:/core/ui/ControlPanel/Saving/GitLab",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/GitService/GitLab/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\n\\define service-name() ~GitLab\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/GitLab/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo GitLab/Password>> |<$password name=\"gitlab\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/GitLab/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/GitLab/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/GitLab/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/GitLab/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$edit-text tiddler=\"$:/GitLab/ServerURL\" default=\"https://gitlab.com/api/v4\" tag=\"input\"/> |"
        },
        "$:/core/ui/ControlPanel/Saving/TiddlySpot": {
            "title": "$:/core/ui/ControlPanel/Saving/TiddlySpot",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/TiddlySpot/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/TiddlySpot/\n\n\\define siteURL(path)\nhttp://$(userName)$.tiddlyspot.com/$path$/\n\\end\n\\define siteLink(path)\n<$reveal type=\"nomatch\" state=\"$:/UploadName\" text=\"\">\n<$set name=\"userName\" value={{$:/UploadName}}>\n<$reveal type=\"match\" state=\"$:/UploadURL\" text=\"\">\n<<siteURL $path$>>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/UploadURL\" text=\"\">\n<$macrocall $name=resolvePath source={{$:/UploadBackupDir}} root={{$:/UploadURL}}>>\n</$reveal>\n</$set>\n</$reveal>\n\\end\n\n<div class=\"tc-message-box\">\n\n<<lingo ReadOnly>>\n\n</div>\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/UploadName\" default=\"\" tag=\"input\"/> |\n|<<lingo Password>> |<$password name=\"upload\"/> |\n|<<lingo Backups>> |<<siteLink backup>> |\n|<<lingo ControlPanel>> |<<siteLink controlpanel>> |\n\n''<<lingo Advanced/Heading>>''\n\n|<<lingo ServerURL>>  |<$edit-text tiddler=\"$:/UploadURL\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/UploadFilename\" default=\"index.html\" tag=\"input\"/> |\n|<<lingo UploadDir>> |<$edit-text tiddler=\"$:/UploadDir\" default=\".\" tag=\"input\"/> |\n|<<lingo BackupDir>> |<$edit-text tiddler=\"$:/UploadBackupDir\" default=\".\" tag=\"input\"/> |\n\n<<lingo TiddlySpot/Hint>>\n"
        },
        "$:/core/ui/ControlPanel/Saving/Gitea": {
            "title": "$:/core/ui/ControlPanel/Saving/Gitea",
            "tags": "$:/tags/ControlPanel/Saving",
            "caption": "{{$:/language/ControlPanel/Saving/GitService/Gitea/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Saving/GitService/\n\\define service-name() ~Gitea\n\n<<lingo Description>>\n\n|<<lingo UserName>> |<$edit-text tiddler=\"$:/Gitea/Username\" default=\"\" tag=\"input\"/> |\n|<<lingo Gitea/Password>> |<$password name=\"Gitea\"/> |\n|<<lingo Repo>> |<$edit-text tiddler=\"$:/Gitea/Repo\" default=\"\" tag=\"input\"/> |\n|<<lingo Branch>> |<$edit-text tiddler=\"$:/Gitea/Branch\" default=\"master\" tag=\"input\"/> |\n|<<lingo Path>> |<$edit-text tiddler=\"$:/Gitea/Path\" default=\"\" tag=\"input\"/> |\n|<<lingo Filename>> |<$edit-text tiddler=\"$:/Gitea/Filename\" default=\"\" tag=\"input\"/> |\n|<<lingo ServerURL>> |<$edit-text tiddler=\"$:/Gitea/ServerURL\" default=\"https://gitea/api/v1\" tag=\"input\"/> |\n"
        },
        "$:/core/ui/ControlPanel/Saving": {
            "title": "$:/core/ui/ControlPanel/Saving",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Saving/Caption}}",
            "text": "{{$:/language/ControlPanel/Saving/Hint}}\n\n<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Saving]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Saving/General\" explicitState=\"$:/state/tab-2065006209\"/>\n</div>\n"
        },
        "$:/core/buttonstyles/Borderless": {
            "title": "$:/core/buttonstyles/Borderless",
            "tags": "$:/tags/ToolbarButtonStyle",
            "caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Borderless}}",
            "text": "tc-btn-invisible"
        },
        "$:/core/buttonstyles/Boxed": {
            "title": "$:/core/buttonstyles/Boxed",
            "tags": "$:/tags/ToolbarButtonStyle",
            "caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Boxed}}",
            "text": "tc-btn-boxed"
        },
        "$:/core/buttonstyles/Rounded": {
            "title": "$:/core/buttonstyles/Rounded",
            "tags": "$:/tags/ToolbarButtonStyle",
            "caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Styles/Rounded}}",
            "text": "tc-btn-rounded"
        },
        "$:/core/ui/ControlPanel/Settings/CamelCase": {
            "title": "$:/core/ui/ControlPanel/Settings/CamelCase",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/CamelCase/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/CamelCase/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/WikiParserRules/Inline/wikilink\" field=\"text\" checked=\"enable\" unchecked=\"disable\" default=\"enable\"> <$link to=\"$:/config/WikiParserRules/Inline/wikilink\"><<lingo Description>></$link> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab": {
            "title": "$:/core/ui/ControlPanel/Settings/DefaultMoreSidebarTab",
            "caption": "{{$:/language/ControlPanel/Settings/DefaultMoreSidebarTab/Caption}}",
            "tags": "$:/tags/ControlPanel/Settings",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/DefaultMoreSidebarTab/\n\n<$link to=\"$:/config/DefaultMoreSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultMoreSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n"
        },
        "$:/core/ui/ControlPanel/Settings/DefaultSidebarTab": {
            "title": "$:/core/ui/ControlPanel/Settings/DefaultSidebarTab",
            "caption": "{{$:/language/ControlPanel/Settings/DefaultSidebarTab/Caption}}",
            "tags": "$:/tags/ControlPanel/Settings",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/DefaultSidebarTab/\n\n<$link to=\"$:/config/DefaultSidebarTab\"><<lingo Hint>></$link>\n\n<$select tiddler=\"$:/config/DefaultSidebarTab\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\">\n<option value=<<currentTiddler>>><$transclude field=\"caption\"><$text text=<<currentTiddler>>/></$transclude></option>\n</$list>\n</$select>\n"
        },
        "$:/core/ui/ControlPanel/Settings/EditorToolbar": {
            "title": "$:/core/ui/ControlPanel/Settings/EditorToolbar",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/EditorToolbar/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/EditorToolbar/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/TextEditor/EnableToolbar\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/TextEditor/EnableToolbar\"><<lingo Description>></$link> </$checkbox>\n\n"
        },
        "$:/core/ui/ControlPanel/Settings/InfoPanelMode": {
            "title": "$:/core/ui/ControlPanel/Settings/InfoPanelMode",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/InfoPanelMode/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/InfoPanelMode/\n<$link to=\"$:/config/TiddlerInfo/Mode\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/TiddlerInfo/Mode\" value=\"popup\"> <<lingo Popup/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/TiddlerInfo/Mode\" value=\"sticky\"> <<lingo Sticky/Description>> </$radio>\n"
        },
        "$:/core/ui/ControlPanel/Settings/LinkToBehaviour": {
            "title": "$:/core/ui/ControlPanel/Settings/LinkToBehaviour",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/LinkToBehaviour/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/LinkToBehaviour/\n\n<$link to=\"$:/config/Navigation/openLinkFromInsideRiver\"><<lingo \"InsideRiver/Hint\">></$link>\n\n<$select tiddler=\"$:/config/Navigation/openLinkFromInsideRiver\">\n  <option value=\"above\"><<lingo \"OpenAbove\">></option>\n  <option value=\"below\"><<lingo \"OpenBelow\">></option>\n  <option value=\"top\"><<lingo \"OpenAtTop\">></option>\n  <option value=\"bottom\"><<lingo \"OpenAtBottom\">></option>\n</$select>\n\n<$link to=\"$:/config/Navigation/openLinkFromOutsideRiver\"><<lingo \"OutsideRiver/Hint\">></$link>\n\n<$select tiddler=\"$:/config/Navigation/openLinkFromOutsideRiver\">\n  <option value=\"top\"><<lingo \"OpenAtTop\">></option>\n  <option value=\"bottom\"><<lingo \"OpenAtBottom\">></option>\n</$select>\n"
        },
        "$:/core/ui/ControlPanel/Settings/MissingLinks": {
            "title": "$:/core/ui/ControlPanel/Settings/MissingLinks",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/MissingLinks/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/MissingLinks/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/MissingLinks\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/MissingLinks\"><<lingo Description>></$link> </$checkbox>\n\n"
        },
        "$:/core/ui/ControlPanel/Settings/NavigationAddressBar": {
            "title": "$:/core/ui/ControlPanel/Settings/NavigationAddressBar",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/NavigationAddressBar/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationAddressBar/\n\n<$link to=\"$:/config/Navigation/UpdateAddressBar\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permaview\"> <<lingo Permaview/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"permalink\"> <<lingo Permalink/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateAddressBar\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
        },
        "$:/core/ui/ControlPanel/Settings/NavigationHistory": {
            "title": "$:/core/ui/ControlPanel/Settings/NavigationHistory",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/NavigationHistory/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationHistory/\n<$link to=\"$:/config/Navigation/UpdateHistory\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Navigation/UpdateHistory\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
        },
        "$:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode": {
            "title": "$:/core/ui/ControlPanel/Settings/NavigationPermalinkviewMode",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/NavigationPermalinkviewMode/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/NavigationPermalinkviewMode/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Navigation/Permalinkview/CopyToClipboard\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Navigation/Permalinkview/CopyToClipboard\"><<lingo CopyToClipboard/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Navigation/Permalinkview/UpdateAddressBar\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Navigation/Permalinkview/UpdateAddressBar\"><<lingo UpdateAddressBar/Description>></$link> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Settings/PerformanceInstrumentation": {
            "title": "$:/core/ui/ControlPanel/Settings/PerformanceInstrumentation",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/PerformanceInstrumentation/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/PerformanceInstrumentation/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Performance/Instrumentation\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Performance/Instrumentation\"><<lingo Description>></$link> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Settings/TitleLinks": {
            "title": "$:/core/ui/ControlPanel/Settings/TitleLinks",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/TitleLinks/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/TitleLinks/\n<$link to=\"$:/config/Tiddlers/TitleLinks\"><<lingo Hint>></$link>\n\n<$radio tiddler=\"$:/config/Tiddlers/TitleLinks\" value=\"yes\"> <<lingo Yes/Description>> </$radio>\n\n<$radio tiddler=\"$:/config/Tiddlers/TitleLinks\" value=\"no\"> <<lingo No/Description>> </$radio>\n"
        },
        "$:/core/ui/ControlPanel/Settings/ToolbarButtonStyle": {
            "title": "$:/core/ui/ControlPanel/Settings/ToolbarButtonStyle",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/ToolbarButtonStyle/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtonStyle/\n<$link to=\"$:/config/Toolbar/ButtonClass\"><<lingo \"Hint\">></$link>\n\n<$select tiddler=\"$:/config/Toolbar/ButtonClass\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ToolbarButtonStyle]]\">\n<option value={{!!text}}>{{!!caption}}</option>\n</$list>\n</$select>\n"
        },
        "$:/core/ui/ControlPanel/Settings/ToolbarButtons": {
            "title": "$:/core/ui/ControlPanel/Settings/ToolbarButtons",
            "tags": "$:/tags/ControlPanel/Settings",
            "caption": "{{$:/language/ControlPanel/Settings/ToolbarButtons/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/ToolbarButtons/\n<<lingo Hint>>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Icons\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"yes\"> <$link to=\"$:/config/Toolbar/Icons\"><<lingo Icons/Description>></$link> </$checkbox>\n\n<$checkbox tiddler=\"$:/config/Toolbar/Text\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> <$link to=\"$:/config/Toolbar/Text\"><<lingo Text/Description>></$link> </$checkbox>\n"
        },
        "$:/core/ui/ControlPanel/Settings": {
            "title": "$:/core/ui/ControlPanel/Settings",
            "tags": "$:/tags/ControlPanel",
            "caption": "{{$:/language/ControlPanel/Settings/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/Settings/\n\n<<lingo Hint>>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings]]\">\n\n<div style=\"border-top:1px solid #eee;\">\n\n!! <$link><$transclude field=\"caption\"/></$link>\n\n<$transclude/>\n\n</div>\n\n</$list>\n"
        },
        "$:/core/ui/ControlPanel/StoryView": {
            "title": "$:/core/ui/ControlPanel/StoryView",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/StoryView/Caption}}",
            "text": "{{$:/snippets/viewswitcher}}\n"
        },
        "$:/core/ui/ControlPanel/Stylesheets": {
            "title": "$:/core/ui/ControlPanel/Stylesheets",
            "tags": "$:/tags/ControlPanel/Advanced",
            "caption": "{{$:/language/ControlPanel/Stylesheets/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/\n\n<<lingo Stylesheets/Hint>>\n\n{{$:/snippets/peek-stylesheets}}\n"
        },
        "$:/core/ui/ControlPanel/Theme": {
            "title": "$:/core/ui/ControlPanel/Theme",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/Theme/Caption}}",
            "text": "{{$:/snippets/themeswitcher}}\n"
        },
        "$:/core/ui/ControlPanel/TiddlerFields": {
            "title": "$:/core/ui/ControlPanel/TiddlerFields",
            "tags": "$:/tags/ControlPanel/Advanced",
            "caption": "{{$:/language/ControlPanel/TiddlerFields/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/\n\n<<lingo TiddlerFields/Hint>>\n\n{{$:/snippets/allfields}}"
        },
        "$:/core/ui/ControlPanel/Toolbars/EditToolbar": {
            "title": "$:/core/ui/ControlPanel/Toolbars/EditToolbar",
            "tags": "$:/tags/ControlPanel/Toolbars",
            "caption": "{{$:/language/ControlPanel/Toolbars/EditToolbar/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/EditToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/EditToolbar/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/EditToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>"
        },
        "$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate": {
            "title": "$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate",
            "text": "\\define config-title()\n$(config-base)$$(currentTiddler)$\n\\end\n\n<$draggable tiddler=<<currentTiddler>>>\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <span class=\"tc-icon-wrapper\"><$transclude tiddler={{!!icon}}/></span> <$transclude field=\"caption\"/> -- <i class=\"tc-muted\"><$transclude field=\"description\"/></i>\n</$draggable>\n"
        },
        "$:/core/ui/ControlPanel/Toolbars/EditorToolbar": {
            "title": "$:/core/ui/ControlPanel/Toolbars/EditorToolbar",
            "tags": "$:/tags/ControlPanel/Toolbars",
            "caption": "{{$:/language/ControlPanel/Toolbars/EditorToolbar/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/EditorToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/EditorToolbar/Hint}}\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/EditorToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/EditorItemTemplate\"/>\n"
        },
        "$:/core/ui/ControlPanel/Toolbars/ItemTemplate": {
            "title": "$:/core/ui/ControlPanel/Toolbars/ItemTemplate",
            "text": "\\define config-title()\n$(config-base)$$(currentTiddler)$\n\\end\n\n<$draggable tiddler=<<currentTiddler>>>\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <span class=\"tc-icon-wrapper\"> <$transclude field=\"caption\"/> <i class=\"tc-muted\">-- <$transclude field=\"description\"/></i></span>\n</$draggable>\n"
        },
        "$:/core/ui/ControlPanel/Toolbars/PageControls": {
            "title": "$:/core/ui/ControlPanel/Toolbars/PageControls",
            "tags": "$:/tags/ControlPanel/Toolbars",
            "caption": "{{$:/language/ControlPanel/Toolbars/PageControls/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/PageControlButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/PageControls/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/PageControls\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/ControlPanel/Toolbars/ViewToolbar": {
            "title": "$:/core/ui/ControlPanel/Toolbars/ViewToolbar",
            "tags": "$:/tags/ControlPanel/Toolbars",
            "caption": "{{$:/language/ControlPanel/Toolbars/ViewToolbar/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n\n\\define config-base() $:/config/ViewToolbarButtons/Visibility/\n\n{{$:/language/ControlPanel/Toolbars/ViewToolbar/Hint}}\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$macrocall $name=\"list-tagged-draggable\" tag=\"$:/tags/ViewToolbar\" itemTemplate=\"$:/core/ui/ControlPanel/Toolbars/ItemTemplate\"/>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/ControlPanel/Toolbars": {
            "title": "$:/core/ui/ControlPanel/Toolbars",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/Toolbars/Caption}}",
            "text": "{{$:/language/ControlPanel/Toolbars/Hint}}\n\n<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Toolbars]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Toolbars/ViewToolbar\" class=\"tc-vertical\" explicitState=\"$:/state/tabs/controlpanel/toolbars-1345989671\"/>\n</div>\n"
        },
        "$:/ControlPanel": {
            "title": "$:/ControlPanel",
            "icon": "$:/core/images/options-button",
            "color": "#bbb",
            "text": "<div class=\"tc-control-panel\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/ControlPanel]!has[draft.of]]\" default=\"$:/core/ui/ControlPanel/Info\" explicitState=\"$:/state/tab-1749438307\"/>\n</div>\n"
        },
        "$:/core/ui/DefaultSearchResultList": {
            "title": "$:/core/ui/DefaultSearchResultList",
            "tags": "$:/tags/SearchResults",
            "caption": "{{$:/language/Search/DefaultResults/Caption}}",
            "first-search-filter": "[!is[system]search:title<userInput>sort[title]limit[250]]",
            "second-search-filter": "[!is[system]search<userInput>sort[title]limit[250]]",
            "text": "\\define searchResultList()\n//<small>{{$:/language/Search/Matches/Title}}</small>//\n\n<$list filter=\"[<userInput>minlength[1]]\" variable=\"ignore\">\n<$list filter={{{ [<configTiddler>get[first-search-filter]] }}}>\n<span class={{{[<currentTiddler>addsuffix[-primaryList]] -[<searchListState>get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n</$list>\n\n//<small>{{$:/language/Search/Matches/All}}</small>//\n\n<$list filter=\"[<userInput>minlength[1]]\" variable=\"ignore\">\n<$list filter={{{ [<configTiddler>get[second-search-filter]] }}}>\n<span class={{{[<currentTiddler>addsuffix[-secondaryList]] -[<searchListState>get[text]] +[then[]else[tc-list-item-selected]] }}}>\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</span>\n</$list>\n</$list>\n\n\\end\n<<searchResultList>>\n"
        },
        "$:/core/ui/EditTemplate/body/preview/diffs-current": {
            "title": "$:/core/ui/EditTemplate/body/preview/diffs-current",
            "tags": "$:/tags/EditPreview",
            "caption": "differences from current",
            "list-after": "$:/core/ui/EditTemplate/body/preview/output",
            "text": "<$list filter=\"[<currentTiddler>!is[image]]\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\n\n<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle={{!!draft.of}} destTiddlerTitle=<<currentTiddler>>/>\n\n</$list>\n\n"
        },
        "$:/core/ui/EditTemplate/body/preview/diffs-shadow": {
            "title": "$:/core/ui/EditTemplate/body/preview/diffs-shadow",
            "tags": "$:/tags/EditPreview",
            "caption": "differences from shadow (if any)",
            "list-after": "$:/core/ui/EditTemplate/body/preview/output",
            "text": "<$list filter=\"[<currentTiddler>!is[image]]\" emptyMessage={{$:/core/ui/EditTemplate/body/preview/output}}>\n\n<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle={{{ [{!!draft.of}shadowsource[]] }}} sourceSubTiddlerTitle={{!!draft.of}} destTiddlerTitle=<<currentTiddler>>/>\n\n</$list>\n\n"
        },
        "$:/core/ui/EditTemplate/body/preview/output": {
            "title": "$:/core/ui/EditTemplate/body/preview/output",
            "tags": "$:/tags/EditPreview",
            "caption": "{{$:/language/EditTemplate/Body/Preview/Type/Output}}",
            "text": "\\import [all[shadows+tiddlers]tag[$:/tags/Macro/View]!has[draft.of]]\n<$set name=\"tv-tiddler-preview\" value=\"yes\">\n\n<$transclude />\n\n</$set>\n"
        },
        "$:/state/showeditpreview": {
            "title": "$:/state/showeditpreview",
            "text": "no"
        },
        "$:/core/ui/EditTemplate/body/editor": {
            "title": "$:/core/ui/EditTemplate/body/editor",
            "text": "<$edit\n\n  field=\"text\"\n  class=\"tc-edit-texteditor tc-edit-texteditor-body\"\n  placeholder={{$:/language/EditTemplate/Body/Placeholder}}\n  tabindex={{$:/config/EditTabIndex}}\n  focus={{{ [{$:/config/AutoFocus}match[text]then[true]] ~[[false]] }}}\n  cancelPopups=\"yes\"\n\n><$set\n\n  name=\"targetTiddler\"\n  value=<<currentTiddler>>\n\n><$list\n\n  filter=\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]]\"\n\n><$reveal\n\n  type=\"nomatch\"\n  state=<<config-visibility-title>>\n  text=\"hide\"\n  class=\"tc-text-editor-toolbar-item-wrapper\"\n\n><$transclude\n\n  tiddler=\"$:/core/ui/EditTemplate/body/toolbar/button\"\n  mode=\"inline\"\n\n/></$reveal></$list></$set></$edit>\n"
        },
        "$:/core/ui/EditTemplate/body/toolbar/button": {
            "title": "$:/core/ui/EditTemplate/body/toolbar/button",
            "text": "\\define toolbar-button-icon()\n<$list\n\n  filter=\"[all[current]!has[custom-icon]]\"\n  variable=\"no-custom-icon\"\n\n><$transclude\n\n  tiddler={{!!icon}}\n\n/></$list>\n\\end\n\n\\define toolbar-button-tooltip()\n{{!!description}}<$macrocall $name=\"displayshortcuts\" $output=\"text/plain\" shortcuts={{!!shortcuts}} prefix=\"` - [\" separator=\"] [\" suffix=\"]`\"/>\n\\end\n\n\\define toolbar-button()\n<$list\n\n  filter={{!!condition}}\n  variable=\"list-condition\"\n\n><$wikify\n\n  name=\"tooltip-text\"\n  text=<<toolbar-button-tooltip>>\n  mode=\"inline\"\n  output=\"text\"\n\n><$list\n\n  filter=\"[all[current]!has[dropdown]]\"\n  variable=\"no-dropdown\"\n\n><$button\n\n  class=\"tc-btn-invisible $(buttonClasses)$\"\n  tooltip=<<tooltip-text>>\n  actions={{!!actions}}\n\n><span\n\n  data-tw-keyboard-shortcut={{!!shortcuts}}\n\n/><<toolbar-button-icon>><$transclude\n\n  tiddler=<<currentTiddler>>\n  field=\"text\"\n\n/></$button></$list><$list\n\n  filter=\"[all[current]has[dropdown]]\"\n  variable=\"dropdown\"\n\n><$set\n\n  name=\"dropdown-state\"\n  value=<<qualify \"$:/state/EditorToolbarDropdown\">>\n\n><$button\n\n  popup=<<dropdown-state>>\n  class=\"tc-popup-keep tc-btn-invisible $(buttonClasses)$\"\n  selectedClass=\"tc-selected\"\n  tooltip=<<tooltip-text>>\n  actions={{!!actions}}\n\n><span\n\n  data-tw-keyboard-shortcut={{!!shortcuts}}\n\n/><<toolbar-button-icon>><$transclude\n\n  tiddler=<<currentTiddler>>\n  field=\"text\"\n\n/></$button><$reveal\n\n  state=<<dropdown-state>>\n  type=\"popup\"\n  position=\"below\"\n  animate=\"yes\"\n  tag=\"span\"\n\n><div\n\n  class=\"tc-drop-down tc-popup-keep\"\n\n><$transclude\n\n  tiddler={{!!dropdown}}\n  mode=\"block\"\n\n/></div></$reveal></$set></$list></$wikify></$list>\n\\end\n\n\\define toolbar-button-outer()\n<$set\n\n  name=\"buttonClasses\"\n  value={{!!button-classes}}\n\n><<toolbar-button>></$set>\n\\end\n\n<<toolbar-button-outer>>"
        },
        "$:/core/ui/EditTemplate/body": {
            "title": "$:/core/ui/EditTemplate/body",
            "tags": "$:/tags/EditTemplate",
            "text": "\\define lingo-base() $:/language/EditTemplate/Body/\n\\define config-visibility-title()\n$:/config/EditorToolbarButtons/Visibility/$(currentTiddler)$\n\\end\n<$list filter=\"[all[current]has[_canonical_uri]]\">\n\n<div class=\"tc-message-box\">\n\n<<lingo External/Hint>>\n\n<a href={{!!_canonical_uri}}><$text text={{!!_canonical_uri}}/></a>\n\n<$edit-text field=\"_canonical_uri\" class=\"tc-edit-fields\" tabindex={{$:/config/EditTabIndex}} cancelPopups=\"yes\"></$edit-text>\n\n</div>\n\n</$list>\n\n<$list filter=\"[all[current]!has[_canonical_uri]]\">\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\">\n\n<div class=\"tc-tiddler-preview\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\" mode=\"inline\"/>\n\n<div class=\"tc-tiddler-preview-preview\">\n\n<$transclude tiddler={{$:/state/editpreviewtype}} mode=\"inline\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/preview/output\" mode=\"inline\"/>\n\n</$transclude>\n\n</div>\n\n</div>\n\n</$reveal>\n\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\">\n\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/editor\" mode=\"inline\"/>\n\n</$reveal>\n\n</$list>\n"
        },
        "$:/core/ui/EditTemplate/controls": {
            "title": "$:/core/ui/EditTemplate/controls",
            "tags": "$:/tags/EditTemplate",
            "text": "\\define config-title()\n$:/config/EditToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title tc-tiddler-edit-title\">\n<$view field=\"title\"/>\n<span class=\"tc-tiddler-controls tc-titlebar\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$transclude tiddler=<<listItem>>/></$reveal></$list></span>\n<div style=\"clear: both;\"></div>\n</div>\n"
        },
        "$:/core/ui/EditTemplate/fields": {
            "title": "$:/core/ui/EditTemplate/fields",
            "tags": "$:/tags/EditTemplate",
            "text": "\\define lingo-base() $:/language/EditTemplate/\n\\define config-title()\n$:/config/EditTemplateFields/Visibility/$(currentField)$\n\\end\n\n\\define config-filter()\n[[hide]] -[title{$(config-title)$}]\n\\end\n\n\\define current-tiddler-new-field-selector()\n[data-tiddler-title=\"$(currentTiddlerCSSescaped)$\"] .tc-edit-field-add-name-wrapper input\n\\end\n\n\\define new-field-actions()\n<$action-sendmessage $message=\"tm-add-field\" $name={{{ [<newFieldNameTiddler>get[text]] }}} $value={{{ [<newFieldValueTiddler>get[text]] }}}/>\n<$action-deletetiddler $filter=\"[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<storeTitle>] [<searchListState>]\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=<<current-tiddler-new-field-selector>>/>\n\\end\n\n\\define delete-state-tiddlers() <$action-deletetiddler $filter=\"[<newFieldNameTiddler>] [<storeTitle>] [<searchListState>]\"/>\n\n\\define cancel-search-actions-inner()\n<$list filter=\"[<storeTitle>has[text]] [<newFieldNameTiddler>has[text]]\" variable=\"ignore\" emptyMessage=\"\"\"<<cancel-delete-tiddler-actions \"cancel\">>\"\"\">\n<<delete-state-tiddlers>>\n</$list>\n\\end\n\n\\define cancel-search-actions()\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[<newFieldNameTiddler>get[text]!match<userInput>]\" emptyMessage=\"\"\"<<cancel-search-actions-inner>>\"\"\">\n<$action-setfield $tiddler=<<newFieldNameTiddler>> text=<<userInput>>/><$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n</$list>\n</$set>\n\\end\n\n\\define new-field()\n<$vars name={{{ [<newFieldNameTiddler>get[text]] }}}>\n<$reveal type=\"nomatch\" text=\"\" default=<<name>>>\n<$button tooltip=<<lingo Fields/Add/Button/Hint>>>\n<$action-sendmessage $message=\"tm-add-field\"\n$name=<<name>>\n$value={{{ [<newFieldValueTiddler>get[text]] }}}/>\n<$action-deletetiddler $filter=\"[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<storeTitle>] [<searchListState>]\"/>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n<$reveal type=\"match\" text=\"\" default=<<name>>>\n<$button>\n<<lingo Fields/Add/Button>>\n</$button>\n</$reveal>\n</$vars>\n\\end\n\\whitespace trim\n\n<div class=\"tc-edit-fields\">\n<table class={{{ [all[current]fields[]] :filter[lookup[$:/config/EditTemplateFields/Visibility/]!match[hide]] +[count[]!match[0]] +[then[tc-edit-fields]] ~[[tc-edit-fields tc-edit-fields-small]] }}}>\n<tbody>\n<$list filter=\"[all[current]fields[]] +[sort[title]]\" variable=\"currentField\" storyview=\"pop\">\n<$list filter=<<config-filter>> variable=\"temp\">\n<tr class=\"tc-edit-field\">\n<td class=\"tc-edit-field-name\">\n<$text text=<<currentField>>/>:</td>\n<td class=\"tc-edit-field-value\">\n<$keyboard key=\"((delete-field))\" actions=\"\"\"<$action-deletefield $field=<<currentField>>/><$set name=\"currentTiddlerCSSescaped\" value={{{ [<currentTiddler>escapecss[]] }}}><$action-sendmessage $message=\"tm-focus-selector\" $param=<<current-tiddler-new-field-selector>>/></$set>\"\"\">\n<$edit-text tiddler=<<currentTiddler>> field=<<currentField>> placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} tabindex={{$:/config/EditTabIndex}} cancelPopups=\"yes\"/>\n</$keyboard>\n</td>\n<td class=\"tc-edit-field-remove\">\n<$button class=\"tc-btn-invisible\" tooltip={{$:/language/EditTemplate/Field/Remove/Hint}} aria-label={{$:/language/EditTemplate/Field/Remove/Caption}}>\n<$action-deletefield $field=<<currentField>>/><$set name=\"currentTiddlerCSSescaped\" value={{{ [<currentTiddler>escapecss[]] }}}><$action-sendmessage $message=\"tm-focus-selector\" $param=<<current-tiddler-new-field-selector>>/></$set>\n{{$:/core/images/delete-button}}\n</$button>\n</td>\n</tr>\n</$list>\n</$list>\n</tbody>\n</table>\n</div>\n\n<$fieldmangler>\n<div class=\"tc-edit-field-add\">\n<em class=\"tc-edit tc-big-gap-right\">\n<<lingo Fields/Add/Prompt>>\n</em>\n<$vars refreshTitle=<<qualify \"$:/temp/fieldname/refresh\">> storeTitle=<<newFieldNameInputTiddler>> searchListState=<<newFieldNameSelectionTiddler>>>\n<div class=\"tc-edit-field-add-name-wrapper\">\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<newFieldNameTiddler>> storeTitle=<<storeTitle>> refreshTitle=<<refreshTitle>>\n\t\tselectionStateTitle=<<searchListState>> tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Name/Placeholder}}\n\t\tfocusPopup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex={{$:/config/EditTabIndex}}\n\t\tfocus={{{ [{$:/config/AutoFocus}match[fields]then[true]] ~[[false]] }}} cancelPopups=\"yes\"\n\t\tconfigTiddlerFilter=\"[[$:/config/EditMode/fieldname-filter]]\" inputCancelActions=<<cancel-search-actions>> />\n<$button popup=<<qualify \"$:/state/popup/field-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown tc-small-gap\" tooltip={{$:/language/EditTemplate/Field/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Field/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/field-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$linkcatcher to=<<newFieldNameTiddler>>>\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/User>>\n</div>\n<$set name=\"newFieldName\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[!is[shadow]!is[system]fields[]search:title<newFieldName>sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type\"  variable=\"currentField\">\n<$list filter=\"[<currentField>addsuffix[-primaryList]] -[<searchListState>get[text]]\" emptyMessage=\"\"\"<$link to=<<currentField>> class=\"tc-list-item-selected\"><$text text=<<currentField>>/></$link>\"\"\">\n<$link to=<<currentField>>>\n<$text text=<<currentField>>/>\n</$link>\n</$list>\n</$list>\n<div class=\"tc-dropdown-item\">\n<<lingo Fields/Add/Dropdown/System>>\n</div>\n<$list filter=\"[fields[]search:title<newFieldName>sort[]] -[!is[shadow]!is[system]fields[]]\" variable=\"currentField\">\n<$list filter=\"[<currentField>addsuffix[-secondaryList]] -[<searchListState>get[text]]\" emptyMessage=\"\"\"<$link to=<<currentField>> class=\"tc-list-item-selected\"><$text text=<<currentField>>/></$link>\"\"\">\n<$link to=<<currentField>>>\n<$text text=<<currentField>>/>\n</$link>\n</$list>\n</$list>\n</$set>\n</$linkcatcher>\n</$set>\n</div>\n</$reveal>\n</div>\n<span class=\"tc-edit-field-add-value tc-small-gap-right\">\n<$set name=\"currentTiddlerCSSescaped\" value={{{ [<currentTiddler>escapecss[]] }}}>\n<$keyboard key=\"((add-field))\" actions=<<new-field-actions>>>\n<$edit-text tiddler=<<newFieldValueTiddler>> tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Fields/Add/Value/Placeholder}} class=\"tc-edit-texteditor\" tabindex={{$:/config/EditTabIndex}} cancelPopups=\"yes\"/>\n</$keyboard>\n</$set>\n</span>\n<span class=\"tc-edit-field-add-button\">\n<$macrocall $name=\"new-field\"/>\n</span>\n</$vars>\n</div>\n</$fieldmangler>\n"
        },
        "$:/core/ui/EditTemplate/shadow": {
            "title": "$:/core/ui/EditTemplate/shadow",
            "tags": "$:/tags/EditTemplate",
            "text": "\\define lingo-base() $:/language/EditTemplate/Shadow/\n\\define pluginLinkBody()\n<$link to=\"\"\"$(pluginTitle)$\"\"\">\n<$text text=\"\"\"$(pluginTitle)$\"\"\"/>\n</$link>\n\\end\n<$list filter=\"[all[current]get[draft.of]is[shadow]!is[tiddler]]\">\n\n<$list filter=\"[all[current]shadowsource[]]\" variable=\"pluginTitle\">\n\n<$set name=\"pluginLink\" value=<<pluginLinkBody>>>\n<div class=\"tc-message-box\">\n\n<<lingo Warning>>\n\n</div>\n</$set>\n</$list>\n\n</$list>\n\n<$list filter=\"[all[current]get[draft.of]is[shadow]is[tiddler]]\">\n\n<$list filter=\"[all[current]shadowsource[]]\" variable=\"pluginTitle\">\n\n<$set name=\"pluginLink\" value=<<pluginLinkBody>>>\n<div class=\"tc-message-box\">\n\n<<lingo OverriddenWarning>>\n\n</div>\n</$set>\n</$list>\n\n</$list>"
        },
        "$:/core/ui/EditTemplate/tags": {
            "title": "$:/core/ui/EditTemplate/tags",
            "tags": "$:/tags/EditTemplate",
            "text": "\\whitespace trim\n\n\\define lingo-base() $:/language/EditTemplate/\n\n\\define tag-styles()\nbackground-color:$(backgroundColor)$;\nfill:$(foregroundColor)$;\ncolor:$(foregroundColor)$;\n\\end\n\n\\define tag-body-inner(colour,fallbackTarget,colourA,colourB,icon,tagField:\"tags\")\n\\whitespace trim\n<$vars foregroundColor=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n<span style=<<tag-styles>> class=\"tc-tag-label tc-tag-list-item\">\n<$transclude tiddler=\"\"\"$icon$\"\"\"/><$view field=\"title\" format=\"text\" />\n<$button class=\"tc-btn-invisible tc-remove-tag-button\"><$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"-[{!!title}]\"/>{{$:/core/images/close-button}}</$button>\n</span>\n</$vars>\n\\end\n\n\\define tag-body(colour,palette,icon,tagField:\"tags\")\n<$macrocall $name=\"tag-body-inner\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} icon=\"\"\"$icon$\"\"\" tagField=<<__tagField__>>/>\n\\end\n\n\\define edit-tags-template(tagField:\"tags\")\n\\whitespace trim\n<div class=\"tc-edit-tags\">\n<$list filter=\"[list[!!$tagField$]sort[title]]\" storyview=\"pop\">\n<$macrocall $name=\"tag-body\" colour={{!!color}} palette={{$:/palette}} icon={{!!icon}} tagField=<<__tagField__>>/>\n</$list>\n<$vars tabIndex={{$:/config/EditTabIndex}} cancelPopups=\"yes\">\n<$macrocall $name=\"tag-picker\" tagField=<<__tagField__>>/>\n</$vars>\n</div>\n\\end\n<$set name=\"saveTiddler\" value=<<currentTiddler>>>\n<$macrocall $name=\"edit-tags-template\" tagField=<<tagField>>/>\n</$set>\n"
        },
        "$:/core/ui/EditTemplate/title": {
            "title": "$:/core/ui/EditTemplate/title",
            "tags": "$:/tags/EditTemplate",
            "text": "<$edit-text field=\"draft.title\" class=\"tc-titlebar tc-edit-texteditor\" focus={{{ [{$:/config/AutoFocus}match[title]then[true]] ~[[false]] }}} tabindex={{$:/config/EditTabIndex}} cancelPopups=\"yes\"/>\n\n<$vars pattern=\"\"\"[\\|\\[\\]{}]\"\"\" bad-chars=\"\"\"`| [ ] { }`\"\"\">\n\n<$list filter=\"[all[current]regexp:draft.title<pattern>]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/BadCharacterWarning}}\n\n</div>\n\n</$list>\n\n</$vars>\n\n<$reveal state=\"!!draft.title\" type=\"nomatch\" text={{!!draft.of}} tag=\"div\">\n\n<$list filter=\"[{!!draft.title}!is[missing]]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/Exists/Prompt}}\n\n</div>\n\n</$list>\n\n<$list filter=\"[{!!draft.of}!is[missing]]\" variable=\"listItem\">\n\n<$vars fromTitle={{!!draft.of}} toTitle={{!!draft.title}}>\n\n<$checkbox tiddler=\"$:/config/RelinkOnRename\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> {{$:/language/EditTemplate/Title/Relink/Prompt}}</$checkbox>\n\n<$list filter=\"[title<fromTitle>backlinks[]limit[1]]\" variable=\"listItem\">\n\n<$vars stateTiddler=<<qualify \"$:/state/edit/references\">> >\n\n<$reveal type=\"nomatch\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"show\" class=\"tc-btn-invisible\">{{$:/core/images/right-arrow}} \n<<lingo EditTemplate/Title/References/Prompt>></$button>\n</$reveal>\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"hide\" class=\"tc-btn-invisible\">{{$:/core/images/down-arrow}} \n<<lingo EditTemplate/Title/References/Prompt>></$button>\n</$reveal>\n\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$tiddler tiddler=<<fromTitle>> >\n<$transclude tiddler=\"$:/core/ui/TiddlerInfo/References\"/>\n</$tiddler>\n</$reveal>\n\n</$vars>\n\n</$list>\n\n</$vars>\n\n</$list>\n\n</$reveal>\n"
        },
        "$:/core/ui/EditTemplate/type": {
            "title": "$:/core/ui/EditTemplate/type",
            "tags": "$:/tags/EditTemplate",
            "first-search-filter": "[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]sort[description]sort[group-sort]removeprefix[$:/language/Docs/Types/]search<userInput>]",
            "text": "\\define lingo-base() $:/language/EditTemplate/\n\\define input-cancel-actions() <$list filter=\"[<storeTitle>get[text]] [<currentTiddler>get[type]] +[limit[1]]\" emptyMessage=\"\"\"<<cancel-delete-tiddler-actions \"cancel\">>\"\"\"><$action-sendmessage $message=\"tm-remove-field\" $param=\"type\"/><$action-deletetiddler $filter=\"[<typeInputTiddler>] [<refreshTitle>] [<typeSelectionTiddler>]\"/></$list>\n\\whitespace trim\n<$set name=\"refreshTitle\" value=<<qualify \"$:/temp/type-search/refresh\">>>\n<div class=\"tc-edit-type-selector-wrapper\">\n<em class=\"tc-edit tc-big-gap-right\"><<lingo Type/Prompt>></em>\n<div class=\"tc-type-selector-dropdown-wrapper\">\n<div class=\"tc-type-selector\"><$fieldmangler>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<currentTiddler>> storeTitle=<<typeInputTiddler>> refreshTitle=<<refreshTitle>> selectionStateTitle=<<typeSelectionTiddler>> field=\"type\" tag=\"input\" default=\"\" placeholder={{$:/language/EditTemplate/Type/Placeholder}} focusPopup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-edit-typeeditor tc-edit-texteditor tc-popup-handle\" tabindex={{$:/config/EditTabIndex}} focus={{{ [{$:/config/AutoFocus}match[type]then[true]] ~[[false]] }}} cancelPopups=\"yes\" configTiddlerFilter=\"[[$:/core/ui/EditTemplate/type]]\" inputCancelActions=<<input-cancel-actions>>/><$button popup=<<qualify \"$:/state/popup/type-dropdown\">> class=\"tc-btn-invisible tc-btn-dropdown tc-small-gap\" tooltip={{$:/language/EditTemplate/Type/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Type/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button><$button message=\"tm-remove-field\" param=\"type\" class=\"tc-btn-invisible tc-btn-icon\" tooltip={{$:/language/EditTemplate/Type/Delete/Hint}} aria-label={{$:/language/EditTemplate/Type/Delete/Caption}}>{{$:/core/images/delete-button}}<$action-deletetiddler $filter=\"[<storeTitle>] [<refreshTitle>] [<selectionStateTitle>]\"/></$button>\n</$fieldmangler></div>\n\n<div class=\"tc-block-dropdown-wrapper\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$reveal state=<<qualify \"$:/state/popup/type-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-edit-type-dropdown\">\n<$linkcatcher to=\"!!type\">\n<$list filter='[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]each[group]sort[group-sort]]'>\n<div class=\"tc-dropdown-item\">\n<$text text={{!!group}}/>\n</div>\n<$set name=\"userInput\" value={{{ [<typeInputTiddler>get[text]] }}}>\n<$list filter=\"[all[shadows+tiddlers]prefix[$:/language/Docs/Types/]group{!!group}] +[sort[description]] +[removeprefix[$:/language/Docs/Types/]] +[search<userInput>]\"><span class={{{ [<currentTiddler>addsuffix[-primaryList]] -[<typeSelectionTiddler>get[text]] +[then[]else[tc-list-item-selected]] }}}><$link to={{{ [<currentTiddler>addprefix[$:/language/Docs/Types/]get[name]] }}}><$view tiddler={{{ [<currentTiddler>addprefix[$:/language/Docs/Types/]] }}} field=\"description\"/> (<$view tiddler={{{ [<currentTiddler>addprefix[$:/language/Docs/Types/]] }}} field=\"name\"/>)</$link></span>\n</$list>\n</$set>\n</$list>\n</$linkcatcher>\n</div>\n</$reveal>\n</$set>\n</div>\n</div>\n</div>\n</$set>\n"
        },
        "$:/core/ui/EditTemplate": {
            "title": "$:/core/ui/EditTemplate",
            "text": "\\define delete-edittemplate-state-tiddlers() <$action-deletetiddler $filter=\"[<newFieldNameTiddler>] [<newFieldValueTiddler>] [<newFieldNameInputTiddler>] [<newFieldNameSelectionTiddler>] [<newTagNameTiddler>] [<newTagNameInputTiddler>] [<newTagNameSelectionTiddler>] [<typeInputTiddler>] [<typeSelectionTiddler>]\"/>\n\\define save-tiddler-actions()\n<$action-sendmessage $message=\"tm-add-tag\" $param={{{ [<newTagNameTiddler>get[text]] }}}/>\n<$action-sendmessage $message=\"tm-add-field\" $name={{{ [<newFieldNameTiddler>get[text]] }}} $value={{{ [<newFieldValueTiddler>get[text]] }}}/>\n<<delete-edittemplate-state-tiddlers>>\n<$action-sendmessage $message=\"tm-save-tiddler\"/>\n\\end\n\\define cancel-delete-tiddler-actions(message)\n<<delete-edittemplate-state-tiddlers>>\n<$action-sendmessage $message=\"tm-$message$-tiddler\"/>\n\\end\n<div data-tiddler-title=<<currentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-edit-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}>\n<$fieldmangler>\n<$vars storyTiddler=<<currentTiddler>> newTagNameTiddler=<<qualify \"$:/temp/NewTagName\">> newFieldNameTiddler=<<qualify \"$:/temp/NewFieldName\">> newFieldValueTiddler=<<qualify \"$:/temp/NewFieldValue\">> newFieldNameInputTiddler=<<qualify \"$:/temp/NewFieldName/input\">> newFieldNameSelectionTiddler=<<qualify \"$:/temp/NewFieldName/selected-item\">> newTagNameInputTiddler=<<qualify \"$:/temp/NewTagName/input\">> newTagNameSelectionTiddler=<<qualify \"$:/temp/NewTagName/selected-item\">> typeInputTiddler=<<qualify \"$:/temp/Type/input\">> typeSelectionTiddler=<<qualify \"$:/temp/Type/selected-item\">>>\n<$keyboard key=\"((cancel-edit-tiddler))\" actions=<<cancel-delete-tiddler-actions \"cancel\">>>\n<$keyboard key=\"((save-tiddler))\" actions=<<save-tiddler-actions>>>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditTemplate]!has[draft.of]]\" variable=\"listItem\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>>/>\n</$set>\n</$list>\n</$keyboard>\n</$keyboard>\n</$vars>\n</$fieldmangler>\n</div>\n"
        },
        "$:/core/ui/Buttons/cancel": {
            "title": "$:/core/ui/Buttons/cancel",
            "tags": "$:/tags/EditToolbar",
            "caption": "{{$:/core/images/cancel-button}} {{$:/language/Buttons/Cancel/Caption}}",
            "description": "{{$:/language/Buttons/Cancel/Hint}}",
            "text": "\\whitespace trim\n<$button actions=<<cancel-delete-tiddler-actions \"cancel\">> tooltip={{$:/language/Buttons/Cancel/Hint}} aria-label={{$:/language/Buttons/Cancel/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/cancel-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Cancel/Caption}}/></span>\n</$list>\n</$button>\n"
        },
        "$:/core/ui/Buttons/delete": {
            "title": "$:/core/ui/Buttons/delete",
            "tags": "$:/tags/EditToolbar $:/tags/ViewToolbar",
            "caption": "{{$:/core/images/delete-button}} {{$:/language/Buttons/Delete/Caption}}",
            "description": "{{$:/language/Buttons/Delete/Hint}}",
            "text": "\\whitespace trim\n<$button actions=<<cancel-delete-tiddler-actions \"delete\">> tooltip={{$:/language/Buttons/Delete/Hint}} aria-label={{$:/language/Buttons/Delete/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/delete-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Delete/Caption}}/></span>\n</$list>\n</$button>\n"
        },
        "$:/core/ui/Buttons/save": {
            "title": "$:/core/ui/Buttons/save",
            "tags": "$:/tags/EditToolbar",
            "caption": "{{$:/core/images/done-button}} {{$:/language/Buttons/Save/Caption}}",
            "description": "{{$:/language/Buttons/Save/Hint}}",
            "text": "\\define save-tiddler-button()\n\\whitespace trim\n<$fieldmangler><$button tooltip={{$:/language/Buttons/Save/Hint}} aria-label={{$:/language/Buttons/Save/Caption}} class=<<tv-config-toolbar-class>>>\n<<save-tiddler-actions>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/done-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Save/Caption}}/></span>\n</$list>\n</$button></$fieldmangler>\n\\end\n<<save-tiddler-button>>\n"
        },
        "$:/core/ui/EditorToolbar/bold": {
            "title": "$:/core/ui/EditorToolbar/bold",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/bold",
            "caption": "{{$:/language/Buttons/Bold/Caption}}",
            "description": "{{$:/language/Buttons/Bold/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((bold))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"''\"\n\tsuffix=\"''\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/clear-dropdown": {
            "title": "$:/core/ui/EditorToolbar/clear-dropdown",
            "text": "''{{$:/language/Buttons/Clear/Hint}}''\n\n<div class=\"tc-colour-chooser\">\n\n<$macrocall $name=\"colour-picker\" actions=\"\"\"\n\n<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"clear\"\n\tcolour=<<colour-picker-value>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n\n</div>\n"
        },
        "$:/core/ui/EditorToolbar/clear": {
            "title": "$:/core/ui/EditorToolbar/clear",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/erase",
            "caption": "{{$:/language/Buttons/Clear/Caption}}",
            "description": "{{$:/language/Buttons/Clear/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/clear-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/editor-height-dropdown": {
            "title": "$:/core/ui/EditorToolbar/editor-height-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/EditorHeight/\n''<<lingo Hint>>''\n\n<$radio tiddler=\"$:/config/TextEditor/EditorHeight/Mode\" value=\"auto\"> {{$:/core/images/auto-height}} <<lingo Caption/Auto>></$radio>\n\n<$radio tiddler=\"$:/config/TextEditor/EditorHeight/Mode\" value=\"fixed\"> {{$:/core/images/fixed-height}} <<lingo Caption/Fixed>> <$edit-text tag=\"input\" tiddler=\"$:/config/TextEditor/EditorHeight/Height\" default=\"100px\"/></$radio>\n"
        },
        "$:/core/ui/EditorToolbar/editor-height": {
            "title": "$:/core/ui/EditorToolbar/editor-height",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/fixed-height",
            "custom-icon": "yes",
            "caption": "{{$:/language/Buttons/EditorHeight/Caption}}",
            "description": "{{$:/language/Buttons/EditorHeight/Hint}}",
            "condition": "[<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] [<targetTiddler>get[type]match[application/javascript]] [<targetTiddler>get[type]match[application/json]] [<targetTiddler>get[type]match[application/x-tiddler-dictionary]] [<targetTiddler>get[type]match[image/svg+xml]] +[first[]]",
            "dropdown": "$:/core/ui/EditorToolbar/editor-height-dropdown",
            "text": "<$reveal tag=\"span\" state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"fixed\">\n{{$:/core/images/fixed-height}}\n</$reveal>\n<$reveal tag=\"span\" state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"auto\">\n{{$:/core/images/auto-height}}\n</$reveal>\n"
        },
        "$:/core/ui/EditorToolbar/excise-dropdown": {
            "title": "$:/core/ui/EditorToolbar/excise-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/Excise/\n\n\\define body(config-title)\n''<<lingo Hint>>''\n\n<<lingo Caption/NewTitle>> <$edit-text tag=\"input\" tiddler=\"$config-title$/new-title\" default=\"\" focus=\"true\"/>\n\n<$set name=\"new-title\" value={{$config-title$/new-title}}>\n<$list filter=\"\"\"[<new-title>is[tiddler]]\"\"\">\n<div class=\"tc-error\">\n<<lingo Caption/TiddlerExists>>\n</div>\n</$list>\n</$set>\n\n<$checkbox tiddler=\"\"\"$config-title$/tagnew\"\"\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"false\"> <<lingo Caption/Tag>></$checkbox>\n\n<<lingo Caption/Replace>> <$select tiddler=\"\"\"$config-title$/type\"\"\" default=\"transclude\">\n<option value=\"link\"><<lingo Caption/Replace/Link>></option>\n<option value=\"transclude\"><<lingo Caption/Replace/Transclusion>></option>\n<option value=\"macro\"><<lingo Caption/Replace/Macro>></option>\n</$select>\n\n<$reveal state=\"\"\"$config-title$/type\"\"\" type=\"match\" text=\"macro\">\n<<lingo Caption/MacroName>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/macro-title\"\"\" default=\"translink\"/>\n</$reveal>\n\n<$button>\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"excise\"\n\ttitle={{$config-title$/new-title}}\n\ttype={{$config-title$/type}}\n\tmacro={{$config-title$/macro-title}}\n\ttagnew={{$config-title$/tagnew}}\n/>\n<$action-deletetiddler\n\t$tiddler=\"$config-title$/new-title\"\n/>\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n<<lingo Caption/Excise>>\n</$button>\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/state/Excise/\">>/>\n"
        },
        "$:/core/ui/EditorToolbar/excise": {
            "title": "$:/core/ui/EditorToolbar/excise",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/excise",
            "caption": "{{$:/language/Buttons/Excise/Caption}}",
            "description": "{{$:/language/Buttons/Excise/Hint}}",
            "condition": "[<targetTiddler>type[]] [<targetTiddler>type[text/vnd.tiddlywiki]] +[first[]]",
            "shortcuts": "((excise))",
            "dropdown": "$:/core/ui/EditorToolbar/excise-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/heading-1": {
            "title": "$:/core/ui/EditorToolbar/heading-1",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-1",
            "caption": "{{$:/language/Buttons/Heading1/Caption}}",
            "description": "{{$:/language/Buttons/Heading1/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((heading-1))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"1\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/heading-2": {
            "title": "$:/core/ui/EditorToolbar/heading-2",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-2",
            "caption": "{{$:/language/Buttons/Heading2/Caption}}",
            "description": "{{$:/language/Buttons/Heading2/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-2))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"2\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/heading-3": {
            "title": "$:/core/ui/EditorToolbar/heading-3",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-3",
            "caption": "{{$:/language/Buttons/Heading3/Caption}}",
            "description": "{{$:/language/Buttons/Heading3/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-3))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"3\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/heading-4": {
            "title": "$:/core/ui/EditorToolbar/heading-4",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-4",
            "caption": "{{$:/language/Buttons/Heading4/Caption}}",
            "description": "{{$:/language/Buttons/Heading4/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-4))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"4\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/heading-5": {
            "title": "$:/core/ui/EditorToolbar/heading-5",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-5",
            "caption": "{{$:/language/Buttons/Heading5/Caption}}",
            "description": "{{$:/language/Buttons/Heading5/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-5))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"5\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/heading-6": {
            "title": "$:/core/ui/EditorToolbar/heading-6",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/heading-6",
            "caption": "{{$:/language/Buttons/Heading6/Caption}}",
            "description": "{{$:/language/Buttons/Heading6/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((heading-6))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"!\"\n\tcount=\"6\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/italic": {
            "title": "$:/core/ui/EditorToolbar/italic",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/italic",
            "caption": "{{$:/language/Buttons/Italic/Caption}}",
            "description": "{{$:/language/Buttons/Italic/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((italic))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"//\"\n\tsuffix=\"//\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/line-width-dropdown": {
            "title": "$:/core/ui/EditorToolbar/line-width-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/LineWidth/\n\n\\define toolbar-line-width-inner()\n<$button tag=\"a\" tooltip=\"\"\"$(line-width)$\"\"\">\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/LineWidth\"\n\t$value=\"$(line-width)$\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<div style=\"display: inline-block; margin: 4px calc(80px - $(line-width)$); background-color: #000; width: calc(100px + $(line-width)$ * 2); height: $(line-width)$; border-radius: 120px; vertical-align: middle;\"/>\n\n<span style=\"margin-left: 8px;\">\n\n<$text text=\"\"\"$(line-width)$\"\"\"/>\n\n<$reveal state=\"$:/config/BitmapEditor/LineWidth\" type=\"match\" text=\"\"\"$(line-width)$\"\"\" tag=\"span\">\n\n<$entity entity=\"&nbsp;\"/>\n\n<$entity entity=\"&#x2713;\"/>\n\n</$reveal>\n\n</span>\n\n</$button>\n\\end\n\n''<<lingo Hint>>''\n\n<$list filter={{$:/config/BitmapEditor/LineWidths}} variable=\"line-width\">\n\n<<toolbar-line-width-inner>>\n\n</$list>\n"
        },
        "$:/core/ui/EditorToolbar/line-width": {
            "title": "$:/core/ui/EditorToolbar/line-width",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/line-width",
            "caption": "{{$:/language/Buttons/LineWidth/Caption}}",
            "description": "{{$:/language/Buttons/LineWidth/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/line-width-dropdown",
            "text": "<$text text={{$:/config/BitmapEditor/LineWidth}}/>\n"
        },
        "$:/core/ui/EditorToolbar/link-dropdown": {
            "title": "$:/core/ui/EditorToolbar/link-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/Link/\n\n\\define add-link-actions()\n<$action-sendmessage $message=\"tm-edit-text-operation\" $param=\"make-link\" text={{$(linkTiddler)$}} />\n<$action-deletetiddler $filter=\"[<dropdown-state>] [<searchTiddler>] [<linkTiddler>] [<storeTitle>] [<searchListState>]\"/>\n\\end\n\n\\define get-focus-selector() [data-tiddler-title=\"$(cssEscapedTitle)$\"] .tc-create-wikitext-link input\n\n\\define cancel-search-actions-inner()\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}><$list filter=\"[<searchTiddler>get[text]!match<userInput>]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[<searchTiddler>] [<linkTiddler>] [<storeTitle>] [<searchListState>]\"/>\"\"\"><$action-setfield $tiddler=<<searchTiddler>> text=<<userInput>>/><$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/></$list></$set>\n\\end\n\n\\define cancel-search-actions() <$list filter=\"[<storeTitle>!has[text]] +[<searchTiddler>!has[text]]\" emptyMessage=\"\"\"<<cancel-search-actions-inner>>\"\"\"><$action-sendmessage $message=\"tm-edit-text-operation\" $param=\"wrap-selection\" prefix=\"\" suffix=\"\"/></$list>\n\n\\define external-link()\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\" actions=<<add-link-actions>>>\n{{$:/core/images/chevron-right}}\n</$button>\n\\end\n\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab/search-results/sidebar\" tag=\"$:/tags/SearchResults\" beforeafter=\"$beforeafter$\" defaultState={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/search/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define body(config-title)\n''<<lingo Hint>>''\n\n<$vars searchTiddler=\"\"\"$config-title$/search\"\"\" linkTiddler=\"\"\"$config-title$/link\"\"\" linktext=\"\" searchListState=<<qualify \"$:/temp/link-search/selected-item\">> refreshTitle=<<qualify \"$:/temp/link-search/refresh\">> storeTitle=<<qualify \"$:/temp/link-search/input\">>>\n\n<$vars linkTiddler=<<searchTiddler>>>\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">> class=\"tc-create-wikitext-link\">\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<searchTiddler>> storeTitle=<<storeTitle>>\n\t\tselectionStateTitle=<<searchListState>> refreshTitle=<<refreshTitle>> type=\"search\" filterMinLength=\"1\"\n\t\ttag=\"input\" focus=\"true\" class=\"tc-popup-handle\" inputCancelActions=<<cancel-search-actions>> \n\t\tinputAcceptActions=<<add-link-actions>> placeholder={{$:/language/Search/Search}} default=\"\" \n\t\tconfigTiddlerFilter=\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\" />\n</$keyboard>\n</$keyboard>\n<$reveal tag=\"span\" state=<<storeTitle>> type=\"nomatch\" text=\"\">\n<<external-link>>\n<$button class=\"tc-btn-invisible\" style=\"width: auto; display: inline-block; background-colour: inherit;\">\n<<cancel-search-actions>><$set name=\"cssEscapedTitle\" value={{{ [<storyTiddler>escapecss[]] }}}><$action-sendmessage $message=\"tm-focus-selector\" $param=<<get-focus-selector>>/></$set>\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</$vars>\n\n<$reveal tag=\"div\" state=<<storeTitle>> type=\"nomatch\" text=\"\">\n\n<$linkcatcher actions=<<add-link-actions>> to=<<linkTiddler>>>\n\n<$vars userInput={{{ [<storeTitle>get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}}>\n\n{{$:/core/ui/SearchResults}}\n\n</$vars>\n\n</$linkcatcher>\n\n</$reveal>\n\n</$vars>\n\n\\end\n\n<$macrocall $name=\"body\" config-title=<<qualify \"$:/state/Link/\">>/>\n"
        },
        "$:/core/ui/EditorToolbar/link": {
            "title": "$:/core/ui/EditorToolbar/link",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/link",
            "caption": "{{$:/language/Buttons/Link/Caption}}",
            "description": "{{$:/language/Buttons/Link/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((link))",
            "dropdown": "$:/core/ui/EditorToolbar/link-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/linkify": {
            "title": "$:/core/ui/EditorToolbar/linkify",
            "caption": "{{$:/language/Buttons/Linkify/Caption}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "description": "{{$:/language/Buttons/Linkify/Hint}}",
            "icon": "$:/core/images/linkify",
            "list-before": "$:/core/ui/EditorToolbar/mono-block",
            "shortcuts": "((linkify))",
            "tags": "$:/tags/EditorToolbar",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"[[\"\n\tsuffix=\"]]\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/list-bullet": {
            "title": "$:/core/ui/EditorToolbar/list-bullet",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/list-bullet",
            "caption": "{{$:/language/Buttons/ListBullet/Caption}}",
            "description": "{{$:/language/Buttons/ListBullet/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((list-bullet))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"*\"\n\tcount=\"1\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/list-number": {
            "title": "$:/core/ui/EditorToolbar/list-number",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/list-number",
            "caption": "{{$:/language/Buttons/ListNumber/Caption}}",
            "description": "{{$:/language/Buttons/ListNumber/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((list-number))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"prefix-lines\"\n\tcharacter=\"#\"\n\tcount=\"1\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/mono-block": {
            "title": "$:/core/ui/EditorToolbar/mono-block",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/mono-block",
            "caption": "{{$:/language/Buttons/MonoBlock/Caption}}",
            "description": "{{$:/language/Buttons/MonoBlock/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((mono-block))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-lines\"\n\tprefix=\"\n```\"\n\tsuffix=\"```\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/mono-line": {
            "title": "$:/core/ui/EditorToolbar/mono-line",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/mono-line",
            "caption": "{{$:/language/Buttons/MonoLine/Caption}}",
            "description": "{{$:/language/Buttons/MonoLine/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((mono-line))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"`\"\n\tsuffix=\"`\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/more-dropdown": {
            "title": "$:/core/ui/EditorToolbar/more-dropdown",
            "text": "\\define config-title()\n$:/config/EditorToolbarButtons/Visibility/$(toolbarItem)$\n\\end\n\n\\define conditional-button()\n<$list filter={{$(toolbarItem)$!!condition}} variable=\"condition\">\n<$transclude tiddler=\"$:/core/ui/EditTemplate/body/toolbar/button\" mode=\"inline\"/> <$transclude tiddler=<<toolbarItem>> field=\"description\"/>\n</$list>\n\\end\n\n<div class=\"tc-text-editor-toolbar-more\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditorToolbar]!has[draft.of]] -[[$:/core/ui/EditorToolbar/more]]\">\n<$reveal type=\"match\" state=<<config-visibility-title>> text=\"hide\" tag=\"div\">\n<<conditional-button>>\n</$reveal>\n</$list>\n</div>\n"
        },
        "$:/core/ui/EditorToolbar/more": {
            "title": "$:/core/ui/EditorToolbar/more",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/down-arrow",
            "caption": "{{$:/language/Buttons/More/Caption}}",
            "description": "{{$:/language/Buttons/More/Hint}}",
            "condition": "[<targetTiddler>]",
            "dropdown": "$:/core/ui/EditorToolbar/more-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/opacity-dropdown": {
            "title": "$:/core/ui/EditorToolbar/opacity-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/Opacity/\n\n\\define toolbar-opacity-inner()\n<$button tag=\"a\" tooltip=\"\"\"$(opacity)$\"\"\">\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/Opacity\"\n\t$value=\"$(opacity)$\"\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<div style=\"display: inline-block; vertical-align: middle; background-color: $(current-paint-colour)$; opacity: $(opacity)$; width: 1em; height: 1em; border-radius: 50%;\"/>\n\n<span style=\"margin-left: 8px;\">\n\n<$text text=\"\"\"$(opacity)$\"\"\"/>\n\n<$reveal state=\"$:/config/BitmapEditor/Opacity\" type=\"match\" text=\"\"\"$(opacity)$\"\"\" tag=\"span\">\n\n<$entity entity=\"&nbsp;\"/>\n\n<$entity entity=\"&#x2713;\"/>\n\n</$reveal>\n\n</span>\n\n</$button>\n\\end\n\n\\define toolbar-opacity()\n''<<lingo Hint>>''\n\n<$list filter={{$:/config/BitmapEditor/Opacities}} variable=\"opacity\">\n\n<<toolbar-opacity-inner>>\n\n</$list>\n\\end\n\n<$set name=\"current-paint-colour\" value={{$:/config/BitmapEditor/Colour}}>\n\n<$set name=\"current-opacity\" value={{$:/config/BitmapEditor/Opacity}}>\n\n<<toolbar-opacity>>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/EditorToolbar/opacity": {
            "title": "$:/core/ui/EditorToolbar/opacity",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/opacity",
            "caption": "{{$:/language/Buttons/Opacity/Caption}}",
            "description": "{{$:/language/Buttons/Opacity/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/opacity-dropdown",
            "text": "<$text text={{$:/config/BitmapEditor/Opacity}}/>\n"
        },
        "$:/core/ui/EditorToolbar/paint-dropdown": {
            "title": "$:/core/ui/EditorToolbar/paint-dropdown",
            "text": "''{{$:/language/Buttons/Paint/Hint}}''\n\n<$macrocall $name=\"colour-picker\" actions=\"\"\"\n\n<$action-setfield\n\t$tiddler=\"$:/config/BitmapEditor/Colour\"\n\t$value=<<colour-picker-value>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n"
        },
        "$:/core/ui/EditorToolbar/paint": {
            "title": "$:/core/ui/EditorToolbar/paint",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/paint",
            "caption": "{{$:/language/Buttons/Paint/Caption}}",
            "description": "{{$:/language/Buttons/Paint/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/paint-dropdown",
            "text": "\\define toolbar-paint()\n<div style=\"display: inline-block; vertical-align: middle; background-color: $(colour-picker-value)$; width: 1em; height: 1em; border-radius: 50%;\"/>\n\\end\n<$set name=\"colour-picker-value\" value={{$:/config/BitmapEditor/Colour}}>\n<<toolbar-paint>>\n</$set>\n"
        },
        "$:/core/ui/EditorToolbar/picture-dropdown": {
            "title": "$:/core/ui/EditorToolbar/picture-dropdown",
            "text": "\\define replacement-text()\n[img[$(imageTitle)$]]\n\\end\n\n''{{$:/language/Buttons/Picture/Hint}}''\n\n<$macrocall $name=\"image-picker\" actions=\"\"\"\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext=<<replacement-text>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n\"\"\"/>\n"
        },
        "$:/core/ui/EditorToolbar/picture": {
            "title": "$:/core/ui/EditorToolbar/picture",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/picture",
            "caption": "{{$:/language/Buttons/Picture/Caption}}",
            "description": "{{$:/language/Buttons/Picture/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((picture))",
            "dropdown": "$:/core/ui/EditorToolbar/picture-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/preview-type-dropdown": {
            "title": "$:/core/ui/EditorToolbar/preview-type-dropdown",
            "text": "\\define preview-type-button()\n<$button tag=\"a\">\n\n<$action-setfield $tiddler=\"$:/state/editpreviewtype\" $value=\"$(previewType)$\"/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$transclude tiddler=<<previewType>> field=\"caption\" mode=\"inline\">\n\n<$view tiddler=<<previewType>> field=\"title\" mode=\"inline\"/>\n\n</$transclude> \n\n<$reveal tag=\"span\" state=\"$:/state/editpreviewtype\" type=\"match\" text=<<previewType>> default=\"$:/core/ui/EditTemplate/body/preview/output\">\n\n<$entity entity=\"&nbsp;\"/>\n\n<$entity entity=\"&#x2713;\"/>\n\n</$reveal>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]]\" variable=\"previewType\">\n\n<<preview-type-button>>\n\n</$list>\n"
        },
        "$:/core/ui/EditorToolbar/preview-type": {
            "title": "$:/core/ui/EditorToolbar/preview-type",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/chevron-down",
            "caption": "{{$:/language/Buttons/PreviewType/Caption}}",
            "description": "{{$:/language/Buttons/PreviewType/Hint}}",
            "condition": "[all[shadows+tiddlers]tag[$:/tags/EditPreview]!has[draft.of]butfirst[]limit[1]]",
            "button-classes": "tc-text-editor-toolbar-item-adjunct",
            "dropdown": "$:/core/ui/EditorToolbar/preview-type-dropdown"
        },
        "$:/core/ui/EditorToolbar/preview": {
            "title": "$:/core/ui/EditorToolbar/preview",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/preview-open",
            "custom-icon": "yes",
            "caption": "{{$:/language/Buttons/Preview/Caption}}",
            "description": "{{$:/language/Buttons/Preview/Hint}}",
            "condition": "[<targetTiddler>]",
            "button-classes": "tc-text-editor-toolbar-item-start-group",
            "shortcuts": "((preview))",
            "text": "<$reveal state=\"$:/state/showeditpreview\" type=\"match\" text=\"yes\" tag=\"span\">\n{{$:/core/images/preview-open}}\n<$action-setfield $tiddler=\"$:/state/showeditpreview\" $value=\"no\"/>\n</$reveal>\n<$reveal state=\"$:/state/showeditpreview\" type=\"nomatch\" text=\"yes\" tag=\"span\">\n{{$:/core/images/preview-closed}}\n<$action-setfield $tiddler=\"$:/state/showeditpreview\" $value=\"yes\"/>\n</$reveal>\n"
        },
        "$:/core/ui/EditorToolbar/quote": {
            "title": "$:/core/ui/EditorToolbar/quote",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/quote",
            "caption": "{{$:/language/Buttons/Quote/Caption}}",
            "description": "{{$:/language/Buttons/Quote/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((quote))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-lines\"\n\tprefix=\"\n<<<\"\n\tsuffix=\"<<<\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/rotate-left": {
            "title": "$:/core/ui/EditorToolbar/rotate-left",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/rotate-left",
            "caption": "{{$:/language/Buttons/RotateLeft/Caption}}",
            "description": "{{$:/language/Buttons/RotateLeft/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"rotate-left\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/size-dropdown": {
            "title": "$:/core/ui/EditorToolbar/size-dropdown",
            "text": "\\define lingo-base() $:/language/Buttons/Size/\n\n\\define toolbar-button-size-preset(config-title)\n<$set name=\"width\" filter=\"$(sizePair)$ +[first[]]\">\n\n<$set name=\"height\" filter=\"$(sizePair)$ +[last[]]\">\n\n<$button tag=\"a\">\n\n<$action-setfield\n\t$tiddler=\"\"\"$config-title$/new-width\"\"\"\n\t$value=<<width>>\n/>\n\n<$action-setfield\n\t$tiddler=\"\"\"$config-title$/new-height\"\"\"\n\t$value=<<height>>\n/>\n\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/presets-popup\"\"\"\n/>\n\n<$text text=<<width>>/> &times; <$text text=<<height>>/>\n\n</$button>\n\n</$set>\n\n</$set>\n\\end\n\n\\define toolbar-button-size(config-title)\n''{{$:/language/Buttons/Size/Hint}}''\n\n<<lingo Caption/Width>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/new-width\"\"\" default=<<tv-bitmap-editor-width>> focus=\"true\" size=\"8\"/> <<lingo Caption/Height>> <$edit-text tag=\"input\" tiddler=\"\"\"$config-title$/new-height\"\"\" default=<<tv-bitmap-editor-height>> size=\"8\"/> <$button popup=\"\"\"$config-title$/presets-popup\"\"\" class=\"tc-btn-invisible tc-popup-keep\" style=\"width: auto; display: inline-block; background-colour: inherit;\" selectedClass=\"tc-selected\">\n{{$:/core/images/down-arrow}}\n</$button>\n\n<$reveal tag=\"span\" state=\"\"\"$config-title$/presets-popup\"\"\" type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down tc-popup-keep\">\n\n<$list filter={{$:/config/BitmapEditor/ImageSizes}} variable=\"sizePair\">\n\n<$macrocall $name=\"toolbar-button-size-preset\" config-title=\"$config-title$\"/>\n\n</$list>\n\n</div>\n\n</$reveal>\n\n<$button>\n<$action-sendmessage\n\t$message=\"tm-edit-bitmap-operation\"\n\t$param=\"resize\"\n\twidth={{$config-title$/new-width}}\n\theight={{$config-title$/new-height}}\n/>\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/new-width\"\"\"\n/>\n<$action-deletetiddler\n\t$tiddler=\"\"\"$config-title$/new-height\"\"\"\n/>\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n<<lingo Caption/Resize>>\n</$button>\n\\end\n\n<$macrocall $name=\"toolbar-button-size\" config-title=<<qualify \"$:/state/Size/\">>/>\n"
        },
        "$:/core/ui/EditorToolbar/size": {
            "title": "$:/core/ui/EditorToolbar/size",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/size",
            "caption": "{{$:/language/Buttons/Size/Caption}}",
            "description": "{{$:/language/Buttons/Size/Hint}}",
            "condition": "[<targetTiddler>is[image]] -[<targetTiddler>type[image/svg+xml]]",
            "dropdown": "$:/core/ui/EditorToolbar/size-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/stamp-dropdown": {
            "title": "$:/core/ui/EditorToolbar/stamp-dropdown",
            "text": "\\define toolbar-button-stamp-inner()\n<$button tag=\"a\">\n\n<$list filter=\"[[$(snippetTitle)$]addsuffix[/prefix]is[missing]removesuffix[/prefix]addsuffix[/suffix]is[missing]]\">\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"replace-selection\"\n\ttext={{$(snippetTitle)$}}\n/>\n\n</$list>\n\n\n<$list filter=\"[[$(snippetTitle)$]addsuffix[/prefix]is[missing]removesuffix[/prefix]addsuffix[/suffix]!is[missing]] [[$(snippetTitle)$]addsuffix[/prefix]!is[missing]removesuffix[/prefix]addsuffix[/suffix]is[missing]] [[$(snippetTitle)$]addsuffix[/prefix]!is[missing]removesuffix[/prefix]addsuffix[/suffix]!is[missing]]\">\n\n<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix={{{ [[$(snippetTitle)$]addsuffix[/prefix]get[text]] }}}\nsuffix={{{ [[$(snippetTitle)$]addsuffix[/suffix]get[text]] }}}\n/>\n\n</$list>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<$transclude tiddler=<<snippetTitle>> field=\"caption\" mode=\"inline\">\n\n<$view tiddler=<<snippetTitle>> field=\"title\" />\n\n</$transclude>\n\n</$button>\n\\end\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TextEditor/Snippet]!has[draft.of]sort[caption]]\" variable=\"snippetTitle\">\n\n<<toolbar-button-stamp-inner>>\n\n</$list>\n\n----\n\n<$button tag=\"a\">\n\n<$action-sendmessage\n\t$message=\"tm-new-tiddler\"\n\ttags=\"$:/tags/TextEditor/Snippet\"\n\tcaption={{$:/language/Buttons/Stamp/New/Title}}\n\ttext={{$:/language/Buttons/Stamp/New/Text}}\n/>\n\n<$action-deletetiddler\n\t$tiddler=<<dropdown-state>>\n/>\n\n<em>\n\n<$text text={{$:/language/Buttons/Stamp/Caption/New}}/>\n\n</em>\n\n</$button>\n"
        },
        "$:/core/ui/EditorToolbar/stamp": {
            "title": "$:/core/ui/EditorToolbar/stamp",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/stamp",
            "caption": "{{$:/language/Buttons/Stamp/Caption}}",
            "description": "{{$:/language/Buttons/Stamp/Hint}}",
            "condition": "[<targetTiddler>type[]] [<targetTiddler>get[type]prefix[text/]] [<targetTiddler>get[type]match[application/javascript]] [<targetTiddler>get[type]match[application/json]] [<targetTiddler>get[type]match[application/x-tiddler-dictionary]] [<targetTiddler>get[type]match[image/svg+xml]] +[first[]]",
            "shortcuts": "((stamp))",
            "dropdown": "$:/core/ui/EditorToolbar/stamp-dropdown",
            "text": ""
        },
        "$:/core/ui/EditorToolbar/strikethrough": {
            "title": "$:/core/ui/EditorToolbar/strikethrough",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/strikethrough",
            "caption": "{{$:/language/Buttons/Strikethrough/Caption}}",
            "description": "{{$:/language/Buttons/Strikethrough/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((strikethrough))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"~~\"\n\tsuffix=\"~~\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/subscript": {
            "title": "$:/core/ui/EditorToolbar/subscript",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/subscript",
            "caption": "{{$:/language/Buttons/Subscript/Caption}}",
            "description": "{{$:/language/Buttons/Subscript/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((subscript))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\",,\"\n\tsuffix=\",,\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/superscript": {
            "title": "$:/core/ui/EditorToolbar/superscript",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/superscript",
            "caption": "{{$:/language/Buttons/Superscript/Caption}}",
            "description": "{{$:/language/Buttons/Superscript/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((superscript))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"^^\"\n\tsuffix=\"^^\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/transcludify": {
            "title": "$:/core/ui/EditorToolbar/transcludify",
            "caption": "{{$:/language/Buttons/Transcludify/Caption}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "description": "{{$:/language/Buttons/Transcludify/Hint}}",
            "icon": "$:/core/images/transcludify",
            "list-before": "$:/core/ui/EditorToolbar/mono-block",
            "shortcuts": "((transcludify))",
            "tags": "$:/tags/EditorToolbar",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"{{\"\n\tsuffix=\"}}\"\n/>\n"
        },
        "$:/core/ui/EditorToolbar/underline": {
            "title": "$:/core/ui/EditorToolbar/underline",
            "tags": "$:/tags/EditorToolbar",
            "icon": "$:/core/images/underline",
            "caption": "{{$:/language/Buttons/Underline/Caption}}",
            "description": "{{$:/language/Buttons/Underline/Hint}}",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "shortcuts": "((underline))",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"wrap-selection\"\n\tprefix=\"__\"\n\tsuffix=\"__\"\n/>\n"
        },
        "$:/core/Filters/AllTags": {
            "title": "$:/core/Filters/AllTags",
            "tags": "$:/tags/Filter",
            "filter": "[tags[]!is[system]sort[title]]",
            "description": "{{$:/language/Filters/AllTags}}",
            "text": ""
        },
        "$:/core/Filters/AllTiddlers": {
            "title": "$:/core/Filters/AllTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[!is[system]sort[title]]",
            "description": "{{$:/language/Filters/AllTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/Drafts": {
            "title": "$:/core/Filters/Drafts",
            "tags": "$:/tags/Filter",
            "filter": "[has[draft.of]sort[title]]",
            "description": "{{$:/language/Filters/Drafts}}",
            "text": ""
        },
        "$:/core/Filters/Missing": {
            "title": "$:/core/Filters/Missing",
            "tags": "$:/tags/Filter",
            "filter": "[all[missing]sort[title]]",
            "description": "{{$:/language/Filters/Missing}}",
            "text": ""
        },
        "$:/core/Filters/Orphans": {
            "title": "$:/core/Filters/Orphans",
            "tags": "$:/tags/Filter",
            "filter": "[all[orphans]sort[title]]",
            "description": "{{$:/language/Filters/Orphans}}",
            "text": ""
        },
        "$:/core/Filters/OverriddenShadowTiddlers": {
            "title": "$:/core/Filters/OverriddenShadowTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[is[shadow]]",
            "description": "{{$:/language/Filters/OverriddenShadowTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/RecentSystemTiddlers": {
            "title": "$:/core/Filters/RecentSystemTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[has[modified]!sort[modified]limit[50]]",
            "description": "{{$:/language/Filters/RecentSystemTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/RecentTiddlers": {
            "title": "$:/core/Filters/RecentTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[!is[system]has[modified]!sort[modified]limit[50]]",
            "description": "{{$:/language/Filters/RecentTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/SessionTiddlers": {
            "title": "$:/core/Filters/SessionTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[haschanged[]]",
            "description": "{{$:/language/Filters/SessionTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/ShadowTiddlers": {
            "title": "$:/core/Filters/ShadowTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[all[shadows]sort[title]]",
            "description": "{{$:/language/Filters/ShadowTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/StoryList": {
            "title": "$:/core/Filters/StoryList",
            "tags": "$:/tags/Filter",
            "filter": "[list[$:/StoryList]] -$:/AdvancedSearch",
            "description": "{{$:/language/Filters/StoryList}}",
            "text": ""
        },
        "$:/core/Filters/SystemTags": {
            "title": "$:/core/Filters/SystemTags",
            "tags": "$:/tags/Filter",
            "filter": "[all[shadows+tiddlers]tags[]is[system]sort[title]]",
            "description": "{{$:/language/Filters/SystemTags}}",
            "text": ""
        },
        "$:/core/Filters/SystemTiddlers": {
            "title": "$:/core/Filters/SystemTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[is[system]sort[title]]",
            "description": "{{$:/language/Filters/SystemTiddlers}}",
            "text": ""
        },
        "$:/core/Filters/TypedTiddlers": {
            "title": "$:/core/Filters/TypedTiddlers",
            "tags": "$:/tags/Filter",
            "filter": "[!is[system]has[type]each[type]sort[type]] -[type[text/vnd.tiddlywiki]]",
            "description": "{{$:/language/Filters/TypedTiddlers}}",
            "text": ""
        },
        "$:/core/ui/ImportListing": {
            "title": "$:/core/ui/ImportListing",
            "text": "\\define lingo-base() $:/language/Import/\n\n\\define messageField() message-$(payloadTiddler)$\n\n\\define payloadTitleFilter() [<currentTiddler>get<renameField>minlength[1]else<payloadTiddler>]\n\n\\define overWriteWarning()\n<$list filter=\"[<currentTiddler>!has<suppressedField>]\">\n<$text text={{{[subfilter<payloadTitleFilter>!is[tiddler]then[]] ~[<lingo-base>addsuffix[Listing/Rename/OverwriteWarning]get[text]]}}}/>\n</$list>\n\\end\n\n\\define selectionField() selection-$(payloadTiddler)$\n\n\\define renameField() rename-$(payloadTiddler)$\n\n\\define suppressedField() suppressed-$(payloadTiddler)$\n\n\\define newImportTitleTiddler() $:/temp/NewImportTitle-$(payloadTiddler)$\n\n\\define previewPopupState() $(currentTiddler)$!!popup-$(payloadTiddler)$\n\n\\define renameFieldState() $(currentTiddler)$!!state-rename-$(payloadTiddler)$\n\n\\define select-all-actions()\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<$action-setfield $field={{{ [<payloadTiddler>addprefix[selection-]] }}} $value={{$:/state/import/select-all}}/>\n</$list>\n\\end\n\n<table class=\"tc-import-table\">\n<tbody>\n<tr>\n<th align=\"left\">\n<$checkbox tiddler=\"$:/state/import/select-all\" field=\"text\" checked=\"checked\" unchecked=\"unchecked\" default=\"checked\" actions=<<select-all-actions>>>\n<<lingo Listing/Select/Caption>>\n</$checkbox>\n</th>\n<th>\n<<lingo Listing/Title/Caption>>\n</th>\n<th>\n<<lingo Listing/Status/Caption>>\n</th>\n</tr>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" variable=\"payloadTiddler\">\n<tr class={{{[<currentTiddler>has<suppressedField>then[tc-row-disabled]] ~[subfilter<payloadTitleFilter>is[tiddler]then[tc-row-warning]] }}}>\n<td>\n<$checkbox field=<<selectionField>> checked=\"checked\" unchecked=\"unchecked\" default=\"checked\" disabled={{{[<currentTiddler>has<suppressedField>then[yes]else[no]]}}}/>\n</td>\n<td>\n<$reveal type=\"nomatch\" state=<<renameFieldState>> text=\"yes\" tag=\"div\">\n<$reveal type=\"nomatch\" state=<<previewPopupState>> text=\"yes\" tag=\"div\" class=\"tc-flex\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown tc-flex-grow-1 tc-word-break\" set=<<previewPopupState>> setTo=\"yes\" disabled={{{[<currentTiddler>has<suppressedField>then[yes]else[no]]}}}>\n<span class=\"tc-small-gap-right\">{{$:/core/images/right-arrow}}</span><$text text={{{[subfilter<payloadTitleFilter>]}}}/>\n</$button>\n<$list filter=\"[<currentTiddler>!has<suppressedField>]\"><$button class=\"tc-btn-invisible\" set=<<renameFieldState>> setTo=\"yes\" tooltip={{{[<lingo-base>addsuffix[Listing/Rename/Tooltip]get[text]]}}}>{{$:/core/images/edit-button}}</$button></$list>\n</$reveal>\n<$reveal type=\"match\" state=<<previewPopupState>> text=\"yes\" tag=\"div\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<previewPopupState>> setTo=\"no\">\n<span class=\"tc-small-gap-right\">{{$:/core/images/down-arrow}}</span><$text text={{{[subfilter<payloadTitleFilter>]}}}/>\n</$button>\n</$reveal>\n</$reveal>\n<$reveal type=\"match\" state=<<renameFieldState>> text=\"yes\" tag=\"div\">\n<$text text={{{[<lingo-base>addsuffix[Listing/Rename/Prompt]get[text]]}}}/>\n</$reveal>\n</td>\n<td>\n<$view field=<<messageField>>/>\n<<overWriteWarning>>\n</td>\n</tr>\n<$reveal type=\"match\" state=<<renameFieldState>> text=\"yes\" tag=\"tr\">\n<td colspan=\"3\">\n<div class=\"tc-flex\">\n<$edit-text tiddler=<<newImportTitleTiddler>>  default={{{[subfilter<payloadTitleFilter>]}}} tag=\"input\" class=\"tc-import-rename tc-flex-grow-1\"/><span class=\"tc-small-gap-left\"><$button  class=\"tc-btn-invisible\" set=<<renameFieldState>> setTo=\"no\" tooltip={{{[<lingo-base>addsuffix[Listing/Rename/CancelRename]get[text]]}}}>{{$:/core/images/close-button}}<$action-deletetiddler $tiddler=<<newImportTitleTiddler>>/></$button><span class=\"tc-small-gap-right\"/></span><$button  class=\"tc-btn-invisible\" set=<<renameFieldState>> setTo=\"no\" tooltip={{{[<lingo-base>addsuffix[Listing/Rename/ConfirmRename]get[text]]}}}>{{$:/core/images/done-button}}<$action-setfield $field=<<renameField>> $value={{{[<newImportTitleTiddler>get[text]minlength[1]else<payloadTiddler>]}}} /><$action-deletetiddler $tiddler=<<newImportTitleTiddler>>/></$button>\n</div>\n</td>\n</$reveal>\n<tr>\n<td colspan=\"3\">\n<$reveal type=\"match\" text=\"yes\" state=<<previewPopupState>> tag=\"div\">\n<$list filter=\"[{$:/state/importpreviewtype}has[text]]\" variable=\"listItem\" emptyMessage={{$:/core/ui/ImportPreviews/Text}}>\n<$transclude tiddler={{$:/state/importpreviewtype}}/>\n</$list>\n</$reveal>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/ImportPreviews/Diff": {
            "title": "$:/core/ui/ImportPreviews/Diff",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/Diff}}",
            "text": "<$macrocall $name=\"compareTiddlerText\" sourceTiddlerTitle=<<payloadTiddler>> destTiddlerTitle=<<currentTiddler>> destSubTiddlerTitle=<<payloadTiddler>>/>\n"
        },
        "$:/core/ui/ImportPreviews/DiffFields": {
            "title": "$:/core/ui/ImportPreviews/DiffFields",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/DiffFields}}",
            "text": "<$macrocall $name=\"compareTiddlers\" sourceTiddlerTitle=<<payloadTiddler>> destTiddlerTitle=<<currentTiddler>> destSubTiddlerTitle=<<payloadTiddler>> exclude=\"text\"/>\n"
        },
        "$:/core/ui/ImportPreviews/Fields": {
            "title": "$:/core/ui/ImportPreviews/Fields",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/Fields}}",
            "text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[<payloadTiddler>subtiddlerfields<currentTiddler>sort[]] -text\" variable=\"fieldName\">\n<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<fieldName>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<fieldName>> tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>>/>\n</td>\n</tr>\n</$list>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/ImportPreviews/Text": {
            "title": "$:/core/ui/ImportPreviews/Text",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/Text}}",
            "text": "<$transclude tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> mode=\"block\"/>\n"
        },
        "$:/core/ui/ImportPreviews/TextRaw": {
            "title": "$:/core/ui/ImportPreviews/TextRaw",
            "tags": "$:/tags/ImportPreview",
            "caption": "{{$:/language/Import/Listing/Preview/TextRaw}}",
            "text": "<pre><code><$view tiddler=<<currentTiddler>> subtiddler=<<payloadTiddler>> /></code></pre>"
        },
        "$:/core/ui/KeyboardShortcuts/advanced-search": {
            "title": "$:/core/ui/KeyboardShortcuts/advanced-search",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((advanced-search))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\">\n<$action-navigate $to=\"$:/AdvancedSearch\"/>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\"[data-tiddler-title=\"$:/AdvancedSearch\"] .tc-search input\"\"\" preventScroll=\"true\"/>\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/change-sidebar-layout": {
            "title": "$:/core/ui/KeyboardShortcuts/change-sidebar-layout",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((change-sidebar-layout))",
            "text": "<$list filter=\"[{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fixed-fluid]]\" \nemptyMessage=\"\"\"<$action-setfield $tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" text=\"fixed-fluid\"/>\"\"\">\n<$action-setfield $tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" text=\"fluid-fixed\"/>\n</$list>\n"
        },
        "$:/core/ui/KeyboardShortcuts/new-image": {
            "title": "$:/core/ui/KeyboardShortcuts/new-image",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((new-image))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-image}}\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/new-journal": {
            "title": "$:/core/ui/KeyboardShortcuts/new-journal",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((new-journal))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-journal}}\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/new-tiddler": {
            "title": "$:/core/ui/KeyboardShortcuts/new-tiddler",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((new-tiddler))",
            "text": "<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n{{$:/core/ui/Actions/new-tiddler}}\n</$navigator>\n"
        },
        "$:/core/ui/KeyboardShortcuts/save-wiki": {
            "title": "$:/core/ui/KeyboardShortcuts/save-wiki",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((save-wiki))",
            "text": "<$wikify name=\"site-title\" text={{$:/config/SaveWikiButton/Filename}}>\n<$action-sendmessage $message=\"tm-save-wiki\" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>\n</$wikify>\n"
        },
        "$:/core/ui/KeyboardShortcuts/sidebar-search": {
            "title": "$:/core/ui/KeyboardShortcuts/sidebar-search",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((sidebar-search))",
            "text": "<$action-sendmessage $message=\"tm-focus-selector\" $param=\".tc-search input\"/>\n"
        },
        "$:/core/ui/KeyboardShortcuts/switcher": {
            "title": "$:/core/ui/KeyboardShortcuts/switcher",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((layout-switcher))",
            "text": "<$action-sendmessage $message=\"tm-show-switcher\" switch=\"layout\"/>"
        },
        "$:/core/ui/KeyboardShortcuts/toggle-sidebar": {
            "title": "$:/core/ui/KeyboardShortcuts/toggle-sidebar",
            "tags": "$:/tags/KeyboardShortcut",
            "key": "((toggle-sidebar))",
            "text": "<$list filter=\"[[$:/state/sidebar]is[missing]] [{$:/state/sidebar}removeprefix[yes]]\" emptyMessage=\"\"\"\n<$action-setfield $tiddler=\"$:/state/sidebar\" text=\"yes\"/>\n\"\"\">\n<$action-setfield $tiddler=\"$:/state/sidebar\" text=\"no\"/>\n</$list>\n"
        },
        "$:/snippets/LayoutSwitcher": {
            "title": "$:/snippets/LayoutSwitcher",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ControlPanel/LayoutSwitcher/Caption}}",
            "text": "<$linkcatcher to=\"$:/layout\">\n<div class=\"tc-chooser\">\n<$list filter=\"[all[tiddlers+shadows]tag[$:/tags/Layout]] [[$:/core/ui/PageTemplate]] +[!is[draft]sort[name]]\">\n<$list filter=\"[{$:/layout}!has[text]]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$set name=\"cls\" filter=\"[all[current]field:title{$:/layout}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$transclude field=\"name\"/>'' - <$transclude field=\"description\"/></$link></div>\n</$set>\n\"\"\">\n<$set name=\"cls\" filter=\"[all[current]field:title[$:/core/ui/PageTemplate]]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$transclude field=\"name\"/>'' - <$transclude field=\"description\"/></$link></div>\n</$set>\n</$list>\n</$list>\n</div>\n</$linkcatcher>\n"
        },
        "$:/core/ui/ListItemTemplate": {
            "title": "$:/core/ui/ListItemTemplate",
            "text": "<div class=\"tc-menu-list-item\">\n<$link />\n</div>"
        },
        "$:/Manager/ItemMain/Fields": {
            "title": "$:/Manager/ItemMain/Fields",
            "tags": "$:/tags/Manager/ItemMain",
            "caption": "{{$:/language/Manager/Item/Fields}}",
            "text": "<table>\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</table>\n"
        },
        "$:/Manager/ItemMain/RawText": {
            "title": "$:/Manager/ItemMain/RawText",
            "tags": "$:/tags/Manager/ItemMain",
            "caption": "{{$:/language/Manager/Item/RawText}}",
            "text": "<pre><code><$view/></code></pre>\n"
        },
        "$:/Manager/ItemMain/WikifiedText": {
            "title": "$:/Manager/ItemMain/WikifiedText",
            "tags": "$:/tags/Manager/ItemMain",
            "caption": "{{$:/language/Manager/Item/WikifiedText}}",
            "text": "<$transclude mode=\"block\"/>\n"
        },
        "$:/Manager/ItemSidebar/Colour": {
            "title": "$:/Manager/ItemSidebar/Colour",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Colour}}",
            "text": "\\define swatch-styles()\nheight: 1em;\nbackground-color: $(colour)$\n\\end\n\n<$vars colour={{!!color}}>\n<p style=<<swatch-styles>>/>\n</$vars>\n<p>\n<$edit-text field=\"color\" tag=\"input\" type=\"color\"/> / <$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/>\n</p>\n"
        },
        "$:/Manager/ItemSidebar/Icon": {
            "title": "$:/Manager/ItemSidebar/Icon",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Icon}}",
            "text": "<p>\n<div class=\"tc-manager-icon-editor\">\n<$button popup=<<qualify \"$:/state/popup/image-picker\">> class=\"tc-btn-invisible\">\n<$transclude tiddler={{!!icon}}>\n{{$:/language/Manager/Item/Icon/None}}\n</$transclude>\n</$button>\n<div class=\"tc-block-dropdown-wrapper\" style=\"position: static;\">\n<$reveal state=<<qualify \"$:/state/popup/image-picker\">> type=\"nomatch\" text=\"\" default=\"\" tag=\"div\" class=\"tc-popup\">\n<div class=\"tc-block-dropdown tc-popup-keep\" style=\"width: 80%; left: 10%; right: 10%; padding: 0.5em;\">\n<$macrocall $name=\"image-picker-include-tagged-images\" actions=\"\"\"\n<$action-setfield $field=\"icon\" $value=<<imageTitle>>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/image-picker\">>/>\n\"\"\"/>\n</div>\n</$reveal>\n</div>\n</div>\n</p>\n"
        },
        "$:/Manager/ItemSidebar/Tags": {
            "title": "$:/Manager/ItemSidebar/Tags",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Tags}}",
            "text": "\\whitespace trim\n\\define tag-checkbox-actions()\n<$action-listops\n\t$tiddler=\"$:/config/Manager/RecentTags\"\n\t$subfilter=\"[<tag>] [list[$:/config/Manager/RecentTags]] +[limit[12]]\"\n/>\n\\end\n\n\\define tag-picker-actions()\n<<tag-checkbox-actions>>\n\\end\n\n<p>\n<$list filter=\"[all[current]tags[]] [list[$:/config/Manager/RecentTags]] +[sort[title]] \" variable=\"tag\" storyview=\"pop\">\n<div>\n<$checkbox tiddler=<<currentTiddler>> tag=<<tag>> actions=<<tag-checkbox-actions>>>\n<$macrocall $name=\"tag-pill\" tag=<<tag>>/>\n</$checkbox>\n</div>\n</$list>\n</p>\n<p>\n<$fieldmangler>\n<$macrocall $name=\"tag-picker\" actions=<<tag-picker-actions>>/>\n</$fieldmangler>\n</p>\n"
        },
        "$:/Manager/ItemSidebar/Tools": {
            "title": "$:/Manager/ItemSidebar/Tools",
            "tags": "$:/tags/Manager/ItemSidebar",
            "caption": "{{$:/language/Manager/Item/Tools}}",
            "text": "<p>\n<$button to=<<currentTiddler>>>{{$:/core/images/link}} open</$button>\n</p>\n<p>\n<$button message=\"tm-edit-tiddler\" param=<<currentTiddler>>>{{$:/core/images/edit-button}} edit</$button>\n</p>\n"
        },
        "$:/Manager": {
            "title": "$:/Manager",
            "icon": "$:/core/images/list",
            "color": "#bbb",
            "text": "\\define lingo-base() $:/language/Manager/\n\n\\define list-item-content-item()\n<div class=\"tc-manager-list-item-content-item\">\n\t<$vars state-title=\"\"\"$:/state/popup/manager/item/$(listItem)$\"\"\">\n\t\t<$reveal state=<<state-title>> type=\"match\" text=\"show\" default=\"show\" tag=\"div\">\n\t\t\t<$button set=<<state-title>> setTo=\"hide\" class=\"tc-btn-invisible tc-manager-list-item-content-item-heading\">\n\t\t\t\t{{$:/core/images/down-arrow}} <$transclude tiddler=<<listItem>> field=\"caption\"/>\n\t\t\t</$button>\n\t\t</$reveal>\n\t\t<$reveal state=<<state-title>> type=\"nomatch\" text=\"show\" default=\"show\" tag=\"div\">\n\t\t\t<$button set=<<state-title>> setTo=\"show\" class=\"tc-btn-invisible tc-manager-list-item-content-item-heading\">\n\t\t\t\t{{$:/core/images/right-arrow}} <$transclude tiddler=<<listItem>> field=\"caption\"/>\n\t\t\t</$button>\n\t\t</$reveal>\n\t\t<$reveal state=<<state-title>> type=\"match\" text=\"show\" default=\"show\" tag=\"div\" class=\"tc-manager-list-item-content-item-body\">\n\t\t\t<$transclude tiddler=<<listItem>>/>\n\t\t</$reveal>\n\t</$vars>\n</div>\n\\end\n\n<div class=\"tc-manager-wrapper\">\n\t<div class=\"tc-manager-controls\">\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Show/Prompt>> <$select tiddler=\"$:/config/Manager/Show\" default=\"tiddlers\">\n\t\t\t\t<option value=\"tiddlers\"><<lingo Controls/Show/Option/Tiddlers>></option>\n\t\t\t\t<option value=\"tags\"><<lingo Controls/Show/Option/Tags>></option>\n\t\t\t</$select>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Search/Prompt>> <$edit-text tiddler=\"$:/config/Manager/Filter\" tag=\"input\" default=\"\" placeholder={{$:/language/Manager/Controls/Search/Placeholder}}/>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/FilterByTag/Prompt>> <$select tiddler=\"$:/config/Manager/Tag\" default=\"\">\n\t\t\t\t<option value=\"\"><<lingo Controls/FilterByTag/None>></option>\n\t\t\t\t<$list filter=\"[!is{$:/config/Manager/System}tags[]!is[system]sort[title]]\" variable=\"tag\">\n\t\t\t\t\t<option value=<<tag>>><$text text=<<tag>>/></option>\n\t\t\t\t</$list>\n\t\t\t</$select>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<<lingo Controls/Sort/Prompt>> <$select tiddler=\"$:/config/Manager/Sort\" default=\"title\">\n\t\t\t\t<optgroup label=\"Common\">\n\t\t\t\t\t<$list filter=\"title modified modifier created creator created\" variable=\"field\">\n\t\t\t\t\t\t<option value=<<field>>><$text text=<<field>>/></option>\n\t\t\t\t\t</$list>\n\t\t\t\t</optgroup>\n\t\t\t\t<optgroup label=\"All\">\n\t\t\t\t\t<$list filter=\"[all{$:/config/Manager/Show}!is{$:/config/Manager/System}fields[]sort[title]] -title -modified -modifier -created -creator -created\" variable=\"field\">\n\t\t\t\t\t\t<option value=<<field>>><$text text=<<field>>/></option>\n\t\t\t\t\t</$list>\n\t\t\t\t</optgroup>\n\t\t\t</$select>\n\t\t\t<$checkbox tiddler=\"$:/config/Manager/Order\" field=\"text\" checked=\"reverse\" unchecked=\"forward\" default=\"forward\">\n\t\t\t\t<<lingo Controls/Order/Prompt>>\n\t\t\t</$checkbox>\n\t\t</div>\n\t\t<div class=\"tc-manager-control\">\n\t\t\t<$checkbox tiddler=\"$:/config/Manager/System\" field=\"text\" checked=\"\" unchecked=\"system\" default=\"system\">\n\t\t\t\t{{$:/language/SystemTiddlers/Include/Prompt}}\n\t\t\t</$checkbox>\n\t\t</div>\n\t</div>\n\t<div class=\"tc-manager-list\">\n\t\t<$list filter=\"[all{$:/config/Manager/Show}!is{$:/config/Manager/System}search{$:/config/Manager/Filter}tag:strict{$:/config/Manager/Tag}sort{$:/config/Manager/Sort}order{$:/config/Manager/Order}]\">\n\t\t\t<$vars transclusion=<<currentTiddler>>>\n\t\t\t\t<div style=\"tc-manager-list-item\">\n\t\t\t\t\t<$button popup=<<qualify \"$:/state/manager/popup\">> class=\"tc-btn-invisible tc-manager-list-item-heading\" selectedClass=\"tc-manager-list-item-heading-selected\">\n\t\t\t\t\t\t<$text text=<<currentTiddler>>/>\n\t\t\t\t\t</$button>\n\t\t\t\t\t<$reveal state=<<qualify \"$:/state/manager/popup\">> type=\"nomatch\" text=\"\" default=\"\" tag=\"div\" class=\"tc-manager-list-item-content tc-popup-handle\">\n\t\t\t\t\t\t<div class=\"tc-manager-list-item-content-tiddler\">\n\t\t\t\t\t\t\t<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemMain]!has[draft.of]]\" variable=\"listItem\">\n\t\t\t\t\t\t\t\t<<list-item-content-item>>\n\t\t\t\t\t\t\t</$list>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t\t<div class=\"tc-manager-list-item-content-sidebar\">\n\t\t\t\t\t\t\t<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Manager/ItemSidebar]!has[draft.of]]\" variable=\"listItem\">\n\t\t\t\t\t\t\t\t<<list-item-content-item>>\n\t\t\t\t\t\t\t</$list>\n\t\t\t\t\t\t</div>\n\t\t\t\t\t</$reveal>\n\t\t\t\t</div>\n\t\t\t</$vars>\n\t\t</$list>\n\t</div>\n</div>\n"
        },
        "$:/core/ui/MissingTemplate": {
            "title": "$:/core/ui/MissingTemplate",
            "text": "<div class=\"tc-tiddler-missing\">\n<$button popup=<<qualify \"$:/state/popup/missing\">> class=\"tc-btn-invisible tc-missing-tiddler-label\">\n<$view field=\"title\" format=\"text\" />\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/missing\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n<hr>\n<$list filter=\"[all[current]backlinks[]sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n</div>\n"
        },
        "$:/core/ui/MoreSideBar/All": {
            "title": "$:/core/ui/MoreSideBar/All",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/All/Caption}}",
            "text": "<$list filter={{$:/core/Filters/AllTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Drafts": {
            "title": "$:/core/ui/MoreSideBar/Drafts",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Drafts/Caption}}",
            "text": "<$list filter={{$:/core/Filters/Drafts!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Explorer": {
            "title": "$:/core/ui/MoreSideBar/Explorer",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Explorer/Caption}}",
            "text": "<<tree \"$:/\">>\n"
        },
        "$:/core/ui/MoreSideBar/Missing": {
            "title": "$:/core/ui/MoreSideBar/Missing",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Missing/Caption}}",
            "text": "<$list filter={{$:/core/Filters/Missing!!filter}} template=\"$:/core/ui/MissingTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Orphans": {
            "title": "$:/core/ui/MoreSideBar/Orphans",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Orphans/Caption}}",
            "text": "<$list filter={{$:/core/Filters/Orphans!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Plugins": {
            "title": "$:/core/ui/MoreSideBar/Plugins",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/ControlPanel/Plugins/Caption}}",
            "text": "\n{{$:/language/ControlPanel/Plugins/Installed/Hint}}\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar/Plugins]!has[draft.of]]\" default=\"$:/core/ui/MoreSideBar/Plugins/Plugins\" explicitState=\"$:/state/tab-1163638994\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Recent": {
            "title": "$:/core/ui/MoreSideBar/Recent",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Recent/Caption}}",
            "text": "<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n"
        },
        "$:/core/ui/MoreSideBar/Shadows": {
            "title": "$:/core/ui/MoreSideBar/Shadows",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Shadows/Caption}}",
            "text": "<$list filter={{$:/core/Filters/ShadowTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/System": {
            "title": "$:/core/ui/MoreSideBar/System",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/System/Caption}}",
            "text": "<$list filter={{$:/core/Filters/SystemTiddlers!!filter}} template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/MoreSideBar/Tags": {
            "title": "$:/core/ui/MoreSideBar/Tags",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Tags/Caption}}",
            "text": "<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n{{$:/core/ui/Buttons/tag-manager}}\n\n</$set>\n\n</$set>\n\n</$set>\n\n<$list filter={{$:/core/Filters/AllTags!!filter}}>\n\n<$transclude tiddler=\"$:/core/ui/TagTemplate\"/>\n\n</$list>\n\n<hr class=\"tc-untagged-separator\">\n\n{{$:/core/ui/UntaggedTemplate}}\n"
        },
        "$:/core/ui/MoreSideBar/Types": {
            "title": "$:/core/ui/MoreSideBar/Types",
            "tags": "$:/tags/MoreSideBar",
            "caption": "{{$:/language/SideBar/Types/Caption}}",
            "text": "<$list filter={{$:/core/Filters/TypedTiddlers!!filter}}>\n<div class=\"tc-menu-list-item\">\n<$view field=\"type\"/>\n<$list filter=\"[type{!!type}!is[system]sort[title]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}><$view field=\"title\"/></$link>\n</div>\n</$list>\n</div>\n</$list>\n"
        },
        "$:/core/ui/MoreSideBar/Plugins/Languages": {
            "title": "$:/core/ui/MoreSideBar/Plugins/Languages",
            "tags": "$:/tags/MoreSideBar/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Languages/Caption}}",
            "text": "<$list filter=\"[!has[draft.of]plugin-type[language]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}/>\n"
        },
        "$:/core/ui/MoreSideBar/Plugins/Plugins": {
            "title": "$:/core/ui/MoreSideBar/Plugins/Plugins",
            "tags": "$:/tags/MoreSideBar/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Plugins/Caption}}",
            "text": "<$list filter=\"[!has[draft.of]plugin-type[plugin]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}>>/>\n"
        },
        "$:/core/ui/MoreSideBar/Plugins/Theme": {
            "title": "$:/core/ui/MoreSideBar/Plugins/Theme",
            "tags": "$:/tags/MoreSideBar/Plugins",
            "caption": "{{$:/language/ControlPanel/Plugins/Themes/Caption}}",
            "text": "<$list filter=\"[!has[draft.of]plugin-type[theme]sort[description]]\" template=\"$:/core/ui/PluginListItemTemplate\" emptyMessage={{$:/language/ControlPanel/Plugins/Empty/Hint}}/>\n"
        },
        "$:/core/ui/Buttons/advanced-search": {
            "title": "$:/core/ui/Buttons/advanced-search",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/advanced-search-button}} {{$:/language/Buttons/AdvancedSearch/Caption}}",
            "description": "{{$:/language/Buttons/AdvancedSearch/Hint}}",
            "text": "\\whitespace trim\n\\define advanced-search-button(class)\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/advanced-search-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/AdvancedSearch/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/AdvancedSearch]]\" emptyMessage=<<advanced-search-button>>>\n<<advanced-search-button \"tc-selected\">>\n</$list>\n"
        },
        "$:/core/ui/Buttons/close-all": {
            "title": "$:/core/ui/Buttons/close-all",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/close-all-button}} {{$:/language/Buttons/CloseAll/Caption}}",
            "description": "{{$:/language/Buttons/CloseAll/Hint}}",
            "text": "<$button message=\"tm-close-all-tiddlers\" tooltip={{$:/language/Buttons/CloseAll/Hint}} aria-label={{$:/language/Buttons/CloseAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/CloseAll/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/control-panel": {
            "title": "$:/core/ui/Buttons/control-panel",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/options-button}} {{$:/language/Buttons/ControlPanel/Caption}}",
            "description": "{{$:/language/Buttons/ControlPanel/Hint}}",
            "text": "\\whitespace trim\n\\define control-panel-button(class)\n<$button to=\"$:/ControlPanel\" tooltip={{$:/language/Buttons/ControlPanel/Hint}} aria-label={{$:/language/Buttons/ControlPanel/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/options-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/ControlPanel/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/ControlPanel]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
        },
        "$:/core/ui/Buttons/encryption": {
            "title": "$:/core/ui/Buttons/encryption",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/locked-padlock}} {{$:/language/Buttons/Encryption/Caption}}",
            "description": "{{$:/language/Buttons/Encryption/Hint}}",
            "text": "\\whitespace trim\n<$reveal type=\"match\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-clear-password\" tooltip={{$:/language/Buttons/Encryption/ClearPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/ClearPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/locked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/ClearPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/isEncrypted\" text=\"yes\">\n<$button message=\"tm-set-password\" tooltip={{$:/language/Buttons/Encryption/SetPassword/Hint}} aria-label={{$:/language/Buttons/Encryption/SetPassword/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/unlocked-padlock}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Encryption/SetPassword/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/export-page": {
            "title": "$:/core/ui/Buttons/export-page",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/export-button}} {{$:/language/Buttons/ExportPage/Caption}}",
            "description": "{{$:/language/Buttons/ExportPage/Hint}}",
            "text": "<$macrocall $name=\"exportButton\" exportFilter=\"[!is[system]sort[title]]\" lingoBase=\"$:/language/Buttons/ExportPage/\"/>"
        },
        "$:/core/ui/Buttons/fold-all": {
            "title": "$:/core/ui/Buttons/fold-all",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/fold-all-button}} {{$:/language/Buttons/FoldAll/Caption}}",
            "description": "{{$:/language/Buttons/FoldAll/Hint}}",
            "text": "<$button tooltip={{$:/language/Buttons/FoldAll/Hint}} aria-label={{$:/language/Buttons/FoldAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-all-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FoldAll/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/full-screen": {
            "title": "$:/core/ui/Buttons/full-screen",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/full-screen-button}} {{$:/language/Buttons/FullScreen/Caption}}",
            "description": "{{$:/language/Buttons/FullScreen/Hint}}",
            "text": "<$button message=\"tm-full-screen\" tooltip={{$:/language/Buttons/FullScreen/Hint}} aria-label={{$:/language/Buttons/FullScreen/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/full-screen-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/FullScreen/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/home": {
            "title": "$:/core/ui/Buttons/home",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/home-button}} {{$:/language/Buttons/Home/Caption}}",
            "description": "{{$:/language/Buttons/Home/Hint}}",
            "text": "<$button message=\"tm-home\" tooltip={{$:/language/Buttons/Home/Hint}} aria-label={{$:/language/Buttons/Home/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/home-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Home/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/import": {
            "title": "$:/core/ui/Buttons/import",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/import-button}} {{$:/language/Buttons/Import/Caption}}",
            "description": "{{$:/language/Buttons/Import/Hint}}",
            "text": "<div class=\"tc-file-input-wrapper\">\n<$button tooltip={{$:/language/Buttons/Import/Hint}} aria-label={{$:/language/Buttons/Import/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/import-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Import/Caption}}/></span>\n</$list>\n</$button>\n<$browse tooltip={{$:/language/Buttons/Import/Hint}}/>\n</div>"
        },
        "$:/core/ui/Buttons/language": {
            "title": "$:/core/ui/Buttons/language",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/globe}} {{$:/language/Buttons/Language/Caption}}",
            "description": "{{$:/language/Buttons/Language/Hint}}",
            "text": "\\whitespace trim\n\\define flag-title()\n$(languagePluginTitle)$/icon\n\\end\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/language\">> tooltip={{$:/language/Buttons/Language/Hint}} aria-label={{$:/language/Buttons/Language/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value={{$:/language}}>\n<$image source=<<flag-title>>/>\n</$set>\n</span>\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Language/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/language\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n{{$:/snippets/languageswitcher}}\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/manager": {
            "title": "$:/core/ui/Buttons/manager",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/list}} {{$:/language/Buttons/Manager/Caption}}",
            "description": "{{$:/language/Buttons/Manager/Hint}}",
            "text": "\\whitespace trim\n\\define manager-button(class)\n<$button to=\"$:/Manager\" tooltip={{$:/language/Buttons/Manager/Hint}} aria-label={{$:/language/Buttons/Manager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/list}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Manager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/Manager]]\" emptyMessage=<<manager-button>>>\n<<manager-button \"tc-selected\">>\n</$list>\n"
        },
        "$:/core/ui/Buttons/more-page-actions": {
            "title": "$:/core/ui/Buttons/more-page-actions",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}",
            "description": "{{$:/language/Buttons/More/Hint}}",
            "text": "\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/More/Caption}}/></span>\n</$list>\n</$button><$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"below\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]] -[[$:/core/ui/Buttons/more-page-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$reveal>"
        },
        "$:/core/ui/Buttons/new-image": {
            "title": "$:/core/ui/Buttons/new-image",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/new-image-button}} {{$:/language/Buttons/NewImage/Caption}}",
            "description": "{{$:/language/Buttons/NewImage/Hint}}",
            "text": "\\whitespace trim\n<$button tooltip={{$:/language/Buttons/NewImage/Hint}} aria-label={{$:/language/Buttons/NewImage/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-image}}>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-image-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewImage/Caption}}/></span>\n</$list>\n</$button>\n"
        },
        "$:/core/ui/Buttons/new-journal": {
            "title": "$:/core/ui/Buttons/new-journal",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournal/Caption}}",
            "description": "{{$:/language/Buttons/NewJournal/Hint}}",
            "text": "\\whitespace trim\n\\define journalButton()\n<$button tooltip={{$:/language/Buttons/NewJournal/Hint}} aria-label={{$:/language/Buttons/NewJournal/Caption}} class=<<tv-config-toolbar-class>> actions={{$:/core/ui/Actions/new-journal}}>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewJournal/Caption}}/></span>\n</$list>\n</$button>\n\\end\n<<journalButton>>\n"
        },
        "$:/core/ui/Buttons/new-tiddler": {
            "title": "$:/core/ui/Buttons/new-tiddler",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/new-button}} {{$:/language/Buttons/NewTiddler/Caption}}",
            "description": "{{$:/language/Buttons/NewTiddler/Hint}}",
            "text": "\\whitespace trim\n<$button actions={{$:/core/ui/Actions/new-tiddler}} tooltip={{$:/language/Buttons/NewTiddler/Hint}} aria-label={{$:/language/Buttons/NewTiddler/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/NewTiddler/Caption}}/></span>\n</$list>\n</$button>\n"
        },
        "$:/core/ui/Buttons/palette": {
            "title": "$:/core/ui/Buttons/palette",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/palette}} {{$:/language/Buttons/Palette/Caption}}",
            "description": "{{$:/language/Buttons/Palette/Hint}}",
            "text": "\\whitespace trim\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/palette\">> tooltip={{$:/language/Buttons/Palette/Hint}} aria-label={{$:/language/Buttons/Palette/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/palette}}\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Palette/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/palette\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\" style=\"font-size:0.7em;\">\n{{$:/snippets/paletteswitcher}}\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/print": {
            "title": "$:/core/ui/Buttons/print",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/print-button}} {{$:/language/Buttons/Print/Caption}}",
            "description": "{{$:/language/Buttons/Print/Hint}}",
            "text": "<$button message=\"tm-print\" tooltip={{$:/language/Buttons/Print/Hint}} aria-label={{$:/language/Buttons/Print/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/print-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Print/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/refresh": {
            "title": "$:/core/ui/Buttons/refresh",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/refresh-button}} {{$:/language/Buttons/Refresh/Caption}}",
            "description": "{{$:/language/Buttons/Refresh/Hint}}",
            "text": "<$button message=\"tm-browser-refresh\" tooltip={{$:/language/Buttons/Refresh/Hint}} aria-label={{$:/language/Buttons/Refresh/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/refresh-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Refresh/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/save-wiki": {
            "title": "$:/core/ui/Buttons/save-wiki",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/save-button}} {{$:/language/Buttons/SaveWiki/Caption}}",
            "description": "{{$:/language/Buttons/SaveWiki/Hint}}",
            "text": "<$button tooltip={{$:/language/Buttons/SaveWiki/Hint}} aria-label={{$:/language/Buttons/SaveWiki/Caption}} class=<<tv-config-toolbar-class>>>\n<$wikify name=\"site-title\" text={{$:/config/SaveWikiButton/Filename}}>\n<$action-sendmessage $message=\"tm-save-wiki\" $param={{$:/config/SaveWikiButton/Template}} filename=<<site-title>>/>\n</$wikify>\n<span class=\"tc-dirty-indicator\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/save-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/SaveWiki/Caption}}/></span>\n</$list>\n</span>\n</$button>"
        },
        "$:/core/ui/Buttons/storyview": {
            "title": "$:/core/ui/Buttons/storyview",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/storyview-classic}} {{$:/language/Buttons/StoryView/Caption}}",
            "description": "{{$:/language/Buttons/StoryView/Hint}}",
            "text": "\\whitespace trim\n\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/storyview\">> tooltip={{$:/language/Buttons/StoryView/Hint}} aria-label={{$:/language/Buttons/StoryView/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n<$set name=\"storyview\" value={{$:/view}}>\n<$transclude tiddler=<<icon>>/>\n</$set>\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/StoryView/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/storyview\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n{{$:/snippets/viewswitcher}}\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/tag-manager": {
            "title": "$:/core/ui/Buttons/tag-manager",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/tag-button}} {{$:/language/Buttons/TagManager/Caption}}",
            "description": "{{$:/language/Buttons/TagManager/Hint}}",
            "text": "\\whitespace trim\n\\define control-panel-button(class)\n<$button to=\"$:/TagManager\" tooltip={{$:/language/Buttons/TagManager/Hint}} aria-label={{$:/language/Buttons/TagManager/Caption}} class=\"\"\"$(tv-config-toolbar-class)$ $class$\"\"\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/tag-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/TagManager/Caption}}/></span>\n</$list>\n</$button>\n\\end\n\n<$list filter=\"[list[$:/StoryList]] +[field:title[$:/TagManager]]\" emptyMessage=<<control-panel-button>>>\n<<control-panel-button \"tc-selected\">>\n</$list>\n"
        },
        "$:/core/ui/Buttons/theme": {
            "title": "$:/core/ui/Buttons/theme",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/theme-button}} {{$:/language/Buttons/Theme/Caption}}",
            "description": "{{$:/language/Buttons/Theme/Hint}}",
            "text": "\\whitespace trim\n<span class=\"tc-popup-keep\">\n<$button popup=<<qualify \"$:/state/popup/theme\">> tooltip={{$:/language/Buttons/Theme/Hint}} aria-label={{$:/language/Buttons/Theme/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/theme-button}}\n</$list>\n<$text text=\" \"/>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Theme/Caption}}/></span>\n</$list>\n</$button>\n</span>\n<$reveal state=<<qualify \"$:/state/popup/theme\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$linkcatcher to=\"$:/theme\">\n{{$:/snippets/themeswitcher}}\n</$linkcatcher>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/timestamp": {
            "title": "$:/core/ui/Buttons/timestamp",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/timestamp-on}} {{$:/language/Buttons/Timestamp/Caption}}",
            "description": "{{$:/language/Buttons/Timestamp/Hint}}",
            "text": "\\whitespace trim\n<$reveal type=\"nomatch\" state=\"$:/config/TimestampDisable\" text=\"yes\">\n<$button tooltip={{$:/language/Buttons/Timestamp/On/Hint}} aria-label={{$:/language/Buttons/Timestamp/On/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-setfield $tiddler=\"$:/config/TimestampDisable\" $value=\"yes\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/timestamp-on}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Timestamp/On/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/config/TimestampDisable\" text=\"yes\">\n<$button tooltip={{$:/language/Buttons/Timestamp/Off/Hint}} aria-label={{$:/language/Buttons/Timestamp/Off/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-setfield $tiddler=\"$:/config/TimestampDisable\" $value=\"no\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/timestamp-off}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/Timestamp/Off/Caption}}/></span>\n</$list>\n</$button>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/unfold-all": {
            "title": "$:/core/ui/Buttons/unfold-all",
            "tags": "$:/tags/PageControls",
            "caption": "{{$:/core/images/unfold-all-button}} {{$:/language/Buttons/UnfoldAll/Caption}}",
            "description": "{{$:/language/Buttons/UnfoldAll/Hint}}",
            "text": "<$button tooltip={{$:/language/Buttons/UnfoldAll/Hint}} aria-label={{$:/language/Buttons/UnfoldAll/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-unfold-all-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/unfold-all-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$:/language/Buttons/UnfoldAll/Caption}}/></span>\n</$list>\n</$button>"
        },
        "$:/core/ui/PageTemplate/pagecontrols": {
            "title": "$:/core/ui/PageTemplate/pagecontrols",
            "text": "\\whitespace trim\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-page-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n<$set name=\"hidden\" value=<<config-title>>>\n<$list filter=\"[<hidden>!text[hide]]\" storyview=\"pop\" variable=\"ignore\">\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n</$set>\n</$list>\n</$set>\n</$list>\n</div>\n"
        },
        "$:/core/ui/PageStylesheet": {
            "title": "$:/core/ui/PageStylesheet",
            "text": "\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$set name=\"currentTiddler\" value={{$:/language}}>\n\n<$set name=\"languageTitle\" value={{!!name}}>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/PageTemplate/alerts": {
            "title": "$:/core/ui/PageTemplate/alerts",
            "tags": "$:/tags/PageTemplate",
            "text": "<div class=\"tc-alerts\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Alert]!has[draft.of]]\" template=\"$:/core/ui/AlertTemplate\" storyview=\"pop\"/>\n\n</div>\n"
        },
        "$:/core/ui/PageTemplate/drafts": {
            "title": "$:/core/ui/PageTemplate/drafts",
            "tags": "$:/tags/PageTemplate",
            "text": "\\whitespace trim\n<$reveal state=\"$:/status/IsReadOnly\" type=\"nomatch\" text=\"yes\" tag=\"div\" class=\"tc-drafts-list\">\n<$list filter=\"[has[draft.of]!sort[modified]] -[list[$:/StoryList]]\">\n<$link>\n{{$:/core/images/edit-button}} <$text text=<<currentTiddler>>/>\n</$link>\n</$list>\n</$reveal>\n"
        },
        "$:/core/ui/PageTemplate/pluginreloadwarning": {
            "title": "$:/core/ui/PageTemplate/pluginreloadwarning",
            "tags": "$:/tags/PageTemplate",
            "text": "\\define lingo-base() $:/language/\n\n<$list filter=\"[{$:/status/RequireReloadDueToPluginChange}match[yes]]\">\n\n<$reveal type=\"nomatch\" state=\"$:/temp/HidePluginWarning\" text=\"yes\">\n\n<div class=\"tc-plugin-reload-warning\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<<lingo PluginReloadWarning>> <$button set=\"$:/temp/HidePluginWarning\" setTo=\"yes\" class=\"tc-btn-invisible\">{{$:/core/images/close-button}}</$button>\n\n</$set>\n\n</div>\n\n</$reveal>\n\n</$list>\n"
        },
        "$:/core/ui/PageTemplate/sidebar": {
            "title": "$:/core/ui/PageTemplate/sidebar",
            "tags": "$:/tags/PageTemplate",
            "text": "\\whitespace trim\n\\define config-title()\n$:/config/SideBarSegments/Visibility/$(listItem)$\n\\end\n\n<$scrollable fallthrough=\"no\" class=\"tc-sidebar-scrollable\">\n\n<div class=\"tc-sidebar-header\">\n\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SideBarSegment]!has[draft.of]]\" variable=\"listItem\">\n\n<$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"  tag=\"div\">\n\n<$transclude tiddler=<<listItem>> mode=\"block\"/>\n\n</$reveal>\n\n</$list>\n\n</$reveal>\n\n</div>\n\n</$scrollable>\n"
        },
        "$:/core/ui/PageTemplate/story": {
            "title": "$:/core/ui/PageTemplate/story",
            "tags": "$:/tags/PageTemplate",
            "text": "\\whitespace trim\n<section class=\"tc-story-river\">\n\n<section class=\"story-backdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n<$list filter=\"[list[$:/StoryList]]\" history=\"$:/HistoryList\" template={{$:/config/ui/ViewTemplate}} editTemplate={{$:/config/ui/EditTemplate}} storyview={{$:/view}} emptyMessage={{$:/config/EmptyStoryMessage}}/>\n\n<section class=\"story-frontdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n</section>\n"
        },
        "$:/core/ui/PageTemplate/topleftbar": {
            "title": "$:/core/ui/PageTemplate/topleftbar",
            "tags": "$:/tags/PageTemplate",
            "text": "<span class=\"tc-topbar tc-topbar-left\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopLeftBar]!has[draft.of]]\" variable=\"listItem\" storyview=\"pop\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
        },
        "$:/core/ui/PageTemplate/toprightbar": {
            "title": "$:/core/ui/PageTemplate/toprightbar",
            "tags": "$:/tags/PageTemplate",
            "text": "<span class=\"tc-topbar tc-topbar-right\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TopRightBar]!has[draft.of]]\" variable=\"listItem\" storyview=\"pop\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$list>\n\n</span>\n"
        },
        "$:/core/ui/PageTemplate": {
            "title": "$:/core/ui/PageTemplate",
            "name": "{{$:/language/PageTemplate/Name}}",
            "description": "{{$:/language/PageTemplate/Description}}",
            "text": "\\whitespace trim\n\\define containerClasses()\ntc-page-container tc-page-view-$(storyviewTitle)$ tc-language-$(languageTitle)$\n\\end\n\\import [[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\n\n<$vars\n\ttv-config-toolbar-icons={{$:/config/Toolbar/Icons}}\n\ttv-config-toolbar-text={{$:/config/Toolbar/Text}}\n\ttv-config-toolbar-class={{$:/config/Toolbar/ButtonClass}}\n\ttv-enable-drag-and-drop={{$:/config/DragAndDrop/Enable}}\n\ttv-show-missing-links={{$:/config/MissingLinks}}\n\tstoryviewTitle={{$:/view}}\n\tlanguageTitle={{{ [{$:/language}get[name]] }}}>\n\n<div class=<<containerClasses>>>\n\n<$navigator story=\"$:/StoryList\" history=\"$:/HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n\n<$dropzone enable=<<tv-enable-drag-and-drop>>>\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageTemplate]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>>/>\n\n</$list>\n\n</$dropzone>\n\n</$navigator>\n\n</div>\n\n</$vars>\n"
        },
        "$:/PaletteManager": {
            "title": "$:/PaletteManager",
            "text": "\\define lingo-base() $:/language/ControlPanel/Palette/Editor/\n\\define describePaletteColour(colour)\n<$transclude tiddler=\"$:/language/Docs/PaletteColours/$colour$\"><$text text=\"$colour$\"/></$transclude>\n\\end\n\\define edit-colour-placeholder()\n edit $(colourName)$\n\\end\n\\define colour-tooltip(showhide) $showhide$ editor for $(newColourName)$ \n\\define resolve-colour(macrocall)\n\\import $:/core/macros/utils\n\\whitespace trim\n<$wikify name=\"name\" text=\"\"\"$macrocall$\"\"\">\n<<name>>\n</$wikify>\n\\end\n\\define delete-colour-index-actions() <$action-setfield $index=<<colourName>>/>\n\\define palette-manager-colour-row-segment()\n\\whitespace trim\n<$edit-text index=<<colourName>> tag=\"input\" placeholder=<<edit-colour-placeholder>> default=\"\"/>\n<br>\n<$edit-text index=<<colourName>> type=\"color\" tag=\"input\" class=\"tc-palette-manager-colour-input\"/>\n<$list filter=\"[<currentTiddler>getindex<colourName>removeprefix[<<]removesuffix[>>]] [<currentTiddler>getindex<colourName>removeprefix[<$]removesuffix[/>]]\" variable=\"ignore\">\n<$set name=\"state\" value={{{ [[$:/state/palettemanager/]addsuffix<currentTiddler>addsuffix[/]addsuffix<colourName>] }}}>\n<$wikify name=\"newColourName\" text=\"\"\"<$macrocall $name=\"resolve-colour\" macrocall={{{ [<currentTiddler>getindex<colourName>] }}}/>\"\"\">\n<$reveal state=<<state>> type=\"nomatch\" text=\"show\">\n<$button tooltip=<<colour-tooltip show>> aria-label=<<colour-tooltip show>> class=\"tc-btn-invisible\" set=<<state>> setTo=\"show\">{{$:/core/images/down-arrow}}<$text text=<<newColourName>> class=\"tc-small-gap-left\"/></$button><br>\n</$reveal>\n<$reveal state=<<state>> type=\"match\" text=\"show\">\n<$button tooltip=<<colour-tooltip hide>> aria-label=<<colour-tooltip show>> class=\"tc-btn-invisible\" actions=\"\"\"<$action-deletetiddler $tiddler=<<state>>/>\"\"\">{{$:/core/images/up-arrow}}<$text text=<<newColourName>> class=\"tc-small-gap-left\"/></$button><br>\n</$reveal>\n<$reveal state=<<state>> type=\"match\" text=\"show\">\n<$set name=\"colourName\" value=<<newColourName>>>\n<br>\n<<palette-manager-colour-row-segment>>\n<br><br>\n</$set>\n</$reveal>\n</$wikify>\n</$set>\n</$list>\n\\end\n\\define palette-manager-colour-row()\n\\whitespace trim\n<tr>\n<td>\n<span style=\"float:right;\">\n<$button tooltip={{$:/language/ControlPanel/Palette/Editor/Delete/Hint}} aria-label=<<lingo Delete/Hint>> class=\"tc-btn-invisible\" actions=<<delete-colour-index-actions>>>\n{{$:/core/images/delete-button}}</$button>\n</span>\n''<$macrocall $name=\"describePaletteColour\" colour=<<colourName>>/>''<br/>\n<$macrocall $name=\"colourName\" $output=\"text/plain\"/>\n</td>\n<td>\n<<palette-manager-colour-row-segment>>\n</td>\n</tr>\n\\end\n\\define palette-manager-table()\n\\whitespace trim\n<table>\n<tbody>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Palette]indexes[]]\" variable=\"colourName\">\n<$list filter=\"[<currentTiddler>indexes[]removeprefix<colourName>suffix[]]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$list filter=\"[{$:/state/palettemanager/showexternal}removeprefix[yes]suffix[]]\" variable=\"ignore\">\n<<palette-manager-colour-row>>\n</$list>\n\"\"\">\n<<palette-manager-colour-row>>\n</$list>\n</$list>\n</tbody>\n</table>\n\\end\n<$set name=\"currentTiddler\" value={{$:/palette}}>\n\n<<lingo Prompt>> <$link to={{$:/palette}}><$macrocall $name=\"currentTiddler\" $output=\"text/plain\"/></$link>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\" variable=\"listItem\">\n<<lingo Prompt/Modified>>\n<$button message=\"tm-delete-tiddler\" param={{$:/palette}}><<lingo Reset/Caption>></$button>\n</$list>\n\n<$list filter=\"[all[current]is[shadow]!is[tiddler]]\" variable=\"listItem\">\n<<lingo Clone/Prompt>>\n</$list>\n\n<$button message=\"tm-new-tiddler\" param={{$:/palette}}><<lingo Clone/Caption>></$button>\n\n<$checkbox tiddler=\"$:/state/palettemanager/showexternal\" field=\"text\" checked=\"yes\" unchecked=\"no\"><span class=\"tc-small-gap-left\"><<lingo Names/External/Show>></span></$checkbox>\n\n<<palette-manager-table>>\n"
        },
        "$:/core/ui/PluginInfo": {
            "title": "$:/core/ui/PluginInfo",
            "text": "\\define localised-info-tiddler-title()\n$(currentTiddler)$/$(languageTitle)$/$(currentTab)$\n\\end\n\\define info-tiddler-title()\n$(currentTiddler)$/$(currentTab)$\n\\end\n\\define default-tiddler-title()\n$:/core/ui/PluginInfo/Default/$(currentTab)$\n\\end\n<$transclude tiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<localised-info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<currentTiddler>> subtiddler=<<info-tiddler-title>> mode=\"block\">\n<$transclude tiddler=<<default-tiddler-title>> mode=\"block\">\n{{$:/language/ControlPanel/Plugin/NoInfoFound/Hint}}\n</$transclude>\n</$transclude>\n</$transclude>\n</$transclude>\n"
        },
        "$:/core/ui/PluginInfo/Default/contents": {
            "title": "$:/core/ui/PluginInfo/Default/contents",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link />\n</li>\n</$list>\n</ul>\n"
        },
        "$:/core/ui/PluginListItemTemplate": {
            "title": "$:/core/ui/PluginListItemTemplate",
            "text": "<div class=\"tc-menu-list-item\">\n<$link to={{!!title}}><$view field=\"description\"><$view field=\"title\"/></$view></$link>\n</div>"
        },
        "$:/core/ui/RootTemplate": {
            "title": "$:/core/ui/RootTemplate",
            "text": "<$transclude tiddler={{{ [{$:/layout}has[text]] ~[[$:/core/ui/PageTemplate]] }}} mode=\"inline\"/>\n\n"
        },
        "$:/core/ui/SearchResults": {
            "title": "$:/core/ui/SearchResults",
            "text": "<div class=\"tc-search-results\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]butfirst[]limit[1]]\" emptyMessage=\"\"\"\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\">\n<$transclude mode=\"block\"/>\n</$list>\n\"\"\">\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SearchResults]!has[draft.of]]\" default={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/search/currentTab\" text=<<currentTab>>/>\"\"\" explicitState=\"$:/state/tab/search-results/sidebar\"/>\n\n</$list>\n\n</div>\n"
        },
        "$:/core/ui/SideBar/More": {
            "title": "$:/core/ui/SideBar/More",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/More/Caption}}",
            "text": "<div class=\"tc-more-sidebar\">\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/MoreSideBar]!has[draft.of]]\" default={{$:/config/DefaultMoreSidebarTab}} state=\"$:/state/tab/moresidebar\" class=\"tc-vertical tc-sidebar-tabs-more\" explicitState=\"$:/state/tab/moresidebar-1850697562\"/>\n</div>\n"
        },
        "$:/core/ui/SideBar/Open": {
            "title": "$:/core/ui/SideBar/Open",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/Open/Caption}}",
            "text": "\\whitespace trim\n\\define lingo-base() $:/language/CloseAll/\n\n\\define drop-actions()\n<$action-listops $tiddler=<<tv-story-list>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n\\define placeholder()\n<div class=\"tc-droppable-placeholder\"/>\n\\end\n\n\\define droppable-item(button)\n\\whitespace trim\n<$droppable actions=<<drop-actions>> enable=<<tv-allow-drag-and-drop>>>\n<<placeholder>>\n<div>\n$button$\n</div>\n</$droppable>\n\\end\n\n<div class=\"tc-sidebar-tab-open\">\n<$list filter=\"[list<tv-story-list>]\" history=<<tv-history-list>> storyview=\"pop\">\n<div class=\"tc-sidebar-tab-open-item\">\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=\"tc-btn-invisible tc-btn-mini tc-small-gap-right\">{{$:/core/images/close-button}}</$button><$link to={{!!title}}><$view field=\"title\"/></$link>\"\"\"/>\n</div>\n</$list>\n<$tiddler tiddler=\"\">\n<div>\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-all-tiddlers\" class=\"tc-btn-invisible tc-btn-mini\"><<lingo Button>></$button>\"\"\"/>\n</div>\n</$tiddler>\n</div>\n"
        },
        "$:/core/ui/SideBar/Recent": {
            "title": "$:/core/ui/SideBar/Recent",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/Recent/Caption}}",
            "text": "<$macrocall $name=\"timeline\" format={{$:/language/RecentChanges/DateFormat}}/>\n"
        },
        "$:/core/ui/SideBar/Tools": {
            "title": "$:/core/ui/SideBar/Tools",
            "tags": "$:/tags/SideBar",
            "caption": "{{$:/language/SideBar/Tools/Caption}}",
            "text": "\\define lingo-base() $:/language/ControlPanel/\n\\define config-title()\n$:/config/PageControlButtons/Visibility/$(listItem)$\n\\end\n\n<<lingo Basics/Version/Prompt>> <<version>>\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/PageControls]!has[draft.of]]\" variable=\"listItem\">\n\n<div style=\"position:relative;\" class={{{ [<listItem>encodeuricomponent[]addprefix[tc-btn-]] }}}>\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</div>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/SideBarLists": {
            "title": "$:/core/ui/SideBarLists",
            "text": "<$transclude tiddler=\"$:/core/ui/SideBarSegments/search\"/>\n\n<$transclude tiddler=\"$:/core/ui/SideBarSegments/tabs\"/>\n\n"
        },
        "$:/core/ui/SideBarSegments/page-controls": {
            "title": "$:/core/ui/SideBarSegments/page-controls",
            "tags": "$:/tags/SideBarSegment",
            "text": "{{||$:/core/ui/PageTemplate/pagecontrols}}\n"
        },
        "$:/core/ui/SideBarSegments/search": {
            "title": "$:/core/ui/SideBarSegments/search",
            "tags": "$:/tags/SideBarSegment",
            "text": "\\whitespace trim\n\n\\define count-popup-button()\n\\whitespace trim\n<$button popup=<<qualify \"$:/state/popup/search-dropdown\">> class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n<$list filter=\"[{$(searchTiddler)$}minlength{$:/config/Search/MinLength}limit[1]]\" variable=\"listItem\">\n<$vars userInput={{{ [<searchTiddler>get[text]] }}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}} replaceRegexp=\"limit\\[\\d+\\]\">\n<$vars primaryListFilter={{{ [<configTiddler>get[first-search-filter]search-replace:g:regexp<replaceRegexp>,[]] }}} secondaryListFilter={{{ [<configTiddler>get[second-search-filter]search-replace:g:regexp<replaceRegexp>,[]] }}}>\n<$set name=\"resultCount\" value=\"\"\"<$count filter=\"[subfilter<primaryListFilter>] [subfilter<secondaryListFilter>]\"/>\"\"\">\n{{$:/language/Search/Matches}}\n</$set>\n</$vars>\n</$vars>\n</$list>\n</$button>\n\\end\n\n\\define search-results-list()\n\\whitespace trim\n<$vars userInput={{$(searchTiddler)$}} configTiddler={{{ [[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}] }}}>\n<$list filter=\"[<userInput>minlength{$:/config/Search/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n\n<$tiddler tiddler=<<configTiddler>>>\n\n{{$:/core/ui/SearchResults}}\n\n</$tiddler>\n\n</$list>\n</$vars>\n\\end\n\n\\define cancel-search-actions() <$list filter=\"[<searchTiddler>get[text]!match{$:/temp/search}]\" emptyMessage=\"\"\"<$action-deletetiddler $filter=\"[[$:/temp/search]] [<searchTiddler>] [<searchListState>]\"/>\"\"\"><$action-setfield $tiddler=\"$:/temp/search\" text={{{ [<searchTiddler>get[text]] }}}/><$action-setfield $tiddler=\"$:/temp/search/refresh\" text=\"yes\"/></$list>\n\n\\define input-accept-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\"\"\"><$action-navigate $to={{{ [<__tiddler__>get[text]] }}}/></$list>\n\n\\define input-accept-variant-actions() <$list filter=\"[{$:/config/Search/NavigateOnEnter/enable}match[yes]]\" emptyMessage=\"\"\"<$list filter=\"[<__tiddler__>get[text]!is[missing]] ~[<__tiddler__>get[text]is[shadow]]\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\"\"\"><$list filter=\"[<__tiddler__>get[text]minlength[1]]\"><$action-sendmessage $message=\"tm-edit-tiddler\" $param={{{  [<__tiddler__>get[text]] }}}/></$list></$list>\n\n\\define set-next-input-tab(beforeafter:\"after\") <$macrocall $name=\"change-input-tab\" stateTitle=\"$:/state/tab/search-results/sidebar\" tag=\"$:/tags/SearchResults\" beforeafter=\"$beforeafter$\" defaultState={{$:/config/SearchResults/Default}} actions=\"\"\"<$action-setfield $tiddler=\"$:/state/search/currentTab\" text=<<nextTab>>/>\"\"\"/>\n\n\\define advanced-search-actions() <$action-setfield $tiddler=\"$:/temp/advancedsearch\" text={{$:/temp/search/input}}/><$action-setfield $tiddler=\"$:/temp/advancedsearch/input\" text={{$:/temp/search/input}}/><<delete-state-tiddlers>><$action-navigate $to=\"$:/AdvancedSearch\"/><$action-setfield $tiddler=\"$:/temp/advancedsearch/refresh\" text=\"yes\"/><$action-sendmessage $message=\"tm-focus-selector\" $param=\"\"\"[data-tiddler-title=\"$:/AdvancedSearch\"] .tc-search input\"\"\" preventScroll=\"true\"/><$action-deletetiddler $filter=\"$:/temp/search $:/temp/search/input $:/temp/search/refresh [<searchListState>]\"/>\n\n<div class=\"tc-sidebar-lists tc-sidebar-search\">\n\n<$vars editTiddler=\"$:/temp/search\" searchTiddler=\"$:/temp/search/input\" searchListState=<<qualify \"$:/state/search-list/selected-item\">>>\n<div class=\"tc-search\">\n<$keyboard key=\"((input-tab-right))\" actions=<<set-next-input-tab>>>\n<$keyboard key=\"((input-tab-left))\" actions=<<set-next-input-tab \"before\">>>\n<$keyboard key=\"((advanced-search-sidebar))\" actions=<<advanced-search-actions>>>\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<editTiddler>> storeTitle=<<searchTiddler>> \n\t\tselectionStateTitle=<<searchListState>> refreshTitle=\"$:/temp/search/refresh\" type=\"search\" \n\t\ttag=\"input\" focus={{$:/config/Search/AutoFocus}} focusPopup=<<qualify \"$:/state/popup/search-dropdown\">> \n\t\tclass=\"tc-popup-handle\" filterMinLength={{$:/config/Search/MinLength}} inputCancelActions=<<cancel-search-actions>> \n\t\tinputAcceptActions=<<input-accept-actions>> inputAcceptVariantActions=<<input-accept-variant-actions>> cancelPopups=\"yes\" \n\t\tconfigTiddlerFilter=\"[[$:/state/search/currentTab]!is[missing]get[text]] ~[{$:/config/SearchResults/Default}]\"/>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n<$reveal state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n<$button tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n<<advanced-search-actions>>\n{{$:/core/images/advanced-search-button}}\n</$button>\n<$button class=\"tc-btn-invisible\">\n<<cancel-search-actions>><$action-sendmessage $message=\"tm-focus-selector\" $param=\".tc-search input\"/>\n{{$:/core/images/close-button}}\n</$button>\n<<count-popup-button>>\n</$reveal>\n<$reveal state=<<searchTiddler>> type=\"match\" text=\"\">\n<$button to=\"$:/AdvancedSearch\" tooltip={{$:/language/Buttons/AdvancedSearch/Hint}} aria-label={{$:/language/Buttons/AdvancedSearch/Caption}} class=\"tc-btn-invisible\">\n{{$:/core/images/advanced-search-button}}\n</$button>\n</$reveal>\n</div>\n\n<$reveal tag=\"div\" class=\"tc-block-dropdown-wrapper\" state=<<searchTiddler>> type=\"nomatch\" text=\"\">\n\n<$reveal tag=\"div\" class=\"tc-block-dropdown tc-search-drop-down tc-popup-handle\" state=<<qualify \"$:/state/popup/search-dropdown\">> type=\"nomatch\" text=\"\" default=\"\">\n\n<<search-results-list>>\n\n</$reveal>\n\n</$reveal>\n\n</$vars>\n\n</div>\n"
        },
        "$:/core/ui/SideBarSegments/site-subtitle": {
            "title": "$:/core/ui/SideBarSegments/site-subtitle",
            "tags": "$:/tags/SideBarSegment",
            "text": "<div class=\"tc-site-subtitle\">\n\n<$transclude tiddler=\"$:/SiteSubtitle\" mode=\"inline\"/>\n\n</div>\n"
        },
        "$:/core/ui/SideBarSegments/site-title": {
            "title": "$:/core/ui/SideBarSegments/site-title",
            "tags": "$:/tags/SideBarSegment",
            "text": "<h1 class=\"tc-site-title\">\n\n<$transclude tiddler=\"$:/SiteTitle\" mode=\"inline\"/>\n\n</h1>\n"
        },
        "$:/core/ui/SideBarSegments/tabs": {
            "title": "$:/core/ui/SideBarSegments/tabs",
            "tags": "$:/tags/SideBarSegment",
            "text": "<div class=\"tc-sidebar-lists tc-sidebar-tabs\">\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/SideBar]!has[draft.of]]\" default={{$:/config/DefaultSidebarTab}} state=\"$:/state/tab/sidebar\" class=\"tc-sidebar-tabs-main\" explicitState=\"$:/state/tab/sidebar--595412856\"/>\n\n</div>\n"
        },
        "$:/core/ui/SwitcherModal": {
            "title": "$:/core/ui/SwitcherModal",
            "subtitle": "<$text text={{{[<switch>lookup[$:/language/Switcher/Subtitle/]]}}}/>",
            "class": "tc-modal-centered",
            "text": "<$tiddler tiddler={{{[<switch>lookup[$:/config/SwitcherTargets/]]}}}>\n\n\n<$transclude/>\n\n\n</$tiddler>"
        },
        "$:/TagManager": {
            "title": "$:/TagManager",
            "icon": "$:/core/images/tag-button",
            "color": "#bbb",
            "text": "\\define lingo-base() $:/language/TagManager/\n\\define iconEditorTab(type)\n\\whitespace trim\n<$link to=\"\"><<lingo Icons/None>></$link>\n<$list filter=\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]\">\n<$link to={{!!title}}>\n<$transclude/> <$view field=\"title\"/>\n</$link>\n</$list>\n\\end\n\\define iconEditor(title)\n\\whitespace trim\n<div class=\"tc-drop-down-wrapper\">\n<$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$linkcatcher actions=\"\"\"<$action-setfield $tiddler=<<__title__>> icon=<<navigateTo>>/>\"\"\">\n<<iconEditorTab type:\"!\">>\n<hr/>\n<<iconEditorTab type:\"\">>\n</$linkcatcher>\n</div>\n</$reveal>\n</div>\n\\end\n\\define toggleButton(state)\n\\whitespace trim\n<$reveal stateTitle=<<__state__>> type=\"match\" text=\"closed\" default=\"closed\">\n<$button setTitle=<<__state__>> setTo=\"open\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n<$reveal stateTitle=<<__state__>> type=\"match\" text=\"open\" default=\"closed\">\n<$button setTitle=<<__state__>> setTo=\"closed\" class=\"tc-btn-invisible tc-btn-dropdown\" selectedClass=\"tc-selected\">\n{{$:/core/images/info-button}}\n</$button>\n</$reveal>\n\\end\n\\whitespace trim\n<table class=\"tc-tag-manager-table\">\n<tbody>\n<tr>\n<th><<lingo Colour/Heading>></th>\n<th class=\"tc-tag-manager-tag\"><<lingo Tag/Heading>></th>\n<th><<lingo Count/Heading>></th>\n<th><<lingo Icon/Heading>></th>\n<th><<lingo Info/Heading>></th>\n</tr>\n<$list filter=\"[tags[]!is[system]sort[title]]\">\n<tr>\n<td><$edit-text field=\"color\" tag=\"input\" type=\"color\"/></td>\n<td>{{||$:/core/ui/TagTemplate}}</td>\n<td><$count filter=\"[all[current]tagging[]]\"/></td>\n<td>\n<$macrocall $name=\"iconEditor\" title={{!!title}}/>\n</td>\n<td>\n<$macrocall $name=\"toggleButton\" state={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} /> \n</td>\n</tr>\n<tr>\n<td></td>\n<td colspan=\"4\">\n<$reveal stateTitle={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} type=\"match\" text=\"open\" default=\"\">\n<table>\n<tbody>\n<tr><td><<lingo Colour/Heading>></td><td><$edit-text field=\"color\" tag=\"input\" type=\"text\" size=\"9\"/></td></tr>\n<tr><td><<lingo Icon/Heading>></td><td><$edit-text field=\"icon\" tag=\"input\" size=\"45\"/></td></tr>\n</tbody>\n</table>\n</$reveal>\n</td>\n</tr>\n</$list>\n<tr>\n<td></td>\n<td style=\"position:relative;\">\n{{$:/core/ui/UntaggedTemplate}}\n</td>\n<td>\n<small class=\"tc-menu-list-count\"><$count filter=\"[untagged[]!is[system]] -[tags[]]\"/></small>\n</td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/TagPickerTagTemplate": {
            "title": "$:/core/ui/TagPickerTagTemplate",
            "text": "\\whitespace trim\n<$button class=<<button-classes>> tag=\"a\" tooltip={{$:/language/EditTemplate/Tags/Add/Button/Hint}}>\n<$list filter=\"[<saveTiddler>minlength[1]]\">\n<$action-listops $tiddler=<<saveTiddler>> $field=<<tagField>> $subfilter=\"[<tag>]\"/>\n</$list>\n<$set name=\"currentTiddlerCSSEscaped\" value={{{ [<saveTiddler>escapecss[]] }}}>\n<$action-sendmessage $message=\"tm-focus-selector\" $param=<<get-tagpicker-focus-selector>> preventScroll=\"true\"/>\n</$set>\n<<delete-tag-state-tiddlers>>\n<$list filter=\"[<refreshTitle>minlength[1]]\">\n<$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n</$list>\n<<actions>>\n<$set name=\"backgroundColor\" value={{!!color}}>\n<$wikify name=\"foregroundColor\" text=\"\"\"<$macrocall $name=\"contrastcolour\" target={{!!color}} fallbackTarget=<<fallbackTarget>> colourA=<<colourA>> colourB=<<colourB>>/>\"\"\">\n<span class=\"tc-tag-label tc-btn-invisible\" style=<<tag-pill-styles>>>\n<$transclude tiddler={{!!icon}}/><$view field=\"title\" format=\"text\"/>\n</span>\n</$wikify>\n</$set>\n</$button>\n"
        },
        "$:/core/ui/TagTemplate": {
            "title": "$:/core/ui/TagTemplate",
            "text": "\\whitespace trim\n<span class=\"tc-tag-list-item\">\n<$set name=\"transclusion\" value=<<currentTiddler>>>\n<$macrocall $name=\"tag-pill-body\" tag=<<currentTiddler>> icon={{!!icon}} colour={{!!color}} palette={{$:/palette}} element-tag=\"\"\"$button\"\"\" element-attributes=\"\"\"popup=<<qualify \"$:/state/popup/tag\">> dragFilter='[all[current]tagging[]]' tag='span'\"\"\"/>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\" animate=\"yes\" class=\"tc-drop-down\">\n<$set name=\"tv-show-missing-links\" value=\"yes\">\n<$transclude tiddler=\"$:/core/ui/ListItemTemplate\"/>\n</$set>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TagDropdown]!has[draft.of]]\" variable=\"listItem\"> \n<$transclude tiddler=<<listItem>>/> \n</$list>\n<hr>\n<$macrocall $name=\"list-tagged-draggable\" tag=<<currentTiddler>>/>\n</$reveal>\n</$set>\n</span>\n"
        },
        "$:/core/ui/TiddlerFieldTemplate": {
            "title": "$:/core/ui/TiddlerFieldTemplate",
            "text": "<tr class=\"tc-view-field\">\n<td class=\"tc-view-field-name\">\n<$text text=<<listItem>>/>\n</td>\n<td class=\"tc-view-field-value\">\n<$view field=<<listItem>>/>\n</td>\n</tr>"
        },
        "$:/core/ui/TiddlerFields": {
            "title": "$:/core/ui/TiddlerFields",
            "text": "<table class=\"tc-view-field-table\">\n<tbody>\n<$list filter=\"[all[current]fields[]sort[title]] -text\" template=\"$:/core/ui/TiddlerFieldTemplate\" variable=\"listItem\"/>\n</tbody>\n</table>\n"
        },
        "$:/core/ui/TiddlerInfo/Advanced/PluginInfo": {
            "title": "$:/core/ui/TiddlerInfo/Advanced/PluginInfo",
            "tags": "$:/tags/TiddlerInfo/Advanced",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/PluginInfo/\n<$list filter=\"[all[current]has[plugin-type]]\">\n\n! <<lingo Heading>>\n\n<<lingo Hint>>\n<ul>\n<$list filter=\"[all[current]plugintiddlers[]sort[title]]\" emptyMessage=<<lingo Empty/Hint>>>\n<li>\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</li>\n</$list>\n</ul>\n\n</$list>\n"
        },
        "$:/core/ui/TiddlerInfo/Advanced/ShadowInfo": {
            "title": "$:/core/ui/TiddlerInfo/Advanced/ShadowInfo",
            "tags": "$:/tags/TiddlerInfo/Advanced",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/Advanced/ShadowInfo/\n<$set name=\"infoTiddler\" value=<<currentTiddler>>>\n\n''<<lingo Heading>>''\n\n<$list filter=\"[all[current]!is[shadow]]\">\n\n<<lingo NotShadow/Hint>>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]]\">\n\n<<lingo Shadow/Hint>>\n\n<$list filter=\"[all[current]shadowsource[]]\">\n\n<$set name=\"pluginTiddler\" value=<<currentTiddler>>>\n<<lingo Shadow/Source>>\n</$set>\n\n</$list>\n\n<$list filter=\"[all[current]is[shadow]is[tiddler]]\">\n\n<<lingo OverriddenShadow/Hint>>\n\n</$list>\n\n\n</$list>\n</$set>\n"
        },
        "$:/core/ui/TiddlerInfo/Advanced": {
            "title": "$:/core/ui/TiddlerInfo/Advanced",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Advanced/Caption}}",
            "text": "<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo/Advanced]!has[draft.of]]\" variable=\"listItem\">\n\n<$transclude tiddler=<<listItem>> mode=\"block\"/>\n</$list>\n"
        },
        "$:/core/ui/TiddlerInfo/Fields": {
            "title": "$:/core/ui/TiddlerInfo/Fields",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Fields/Caption}}",
            "text": "<$transclude tiddler=\"$:/core/ui/TiddlerFields\"/>\n"
        },
        "$:/core/ui/TiddlerInfo/List": {
            "title": "$:/core/ui/TiddlerInfo/List",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/List/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[list{!!title}]\" emptyMessage=<<lingo List/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/TiddlerInfo/Listed": {
            "title": "$:/core/ui/TiddlerInfo/Listed",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Listed/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]listed[]!is[system]]\" emptyMessage=<<lingo Listed/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/TiddlerInfo/References": {
            "title": "$:/core/ui/TiddlerInfo/References",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/References/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]backlinks[]sort[title]]\" emptyMessage=<<lingo References/Empty>> template=\"$:/core/ui/ListItemTemplate\">\n</$list>"
        },
        "$:/core/ui/TiddlerInfo/Tagging": {
            "title": "$:/core/ui/TiddlerInfo/Tagging",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Tagging/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n<$list filter=\"[all[current]tagging[]]\" emptyMessage=<<lingo Tagging/Empty>> template=\"$:/core/ui/ListItemTemplate\"/>\n"
        },
        "$:/core/ui/TiddlerInfo/Tools": {
            "title": "$:/core/ui/TiddlerInfo/Tools",
            "tags": "$:/tags/TiddlerInfo",
            "caption": "{{$:/language/TiddlerInfo/Tools/Caption}}",
            "text": "\\define lingo-base() $:/language/TiddlerInfo/\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\">\n\n<$checkbox tiddler=<<config-title>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"show\"/> <$transclude tiddler=<<listItem>>/> <i class=\"tc-muted\"><$transclude tiddler=<<listItem>> field=\"description\"/></i>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n"
        },
        "$:/core/ui/TiddlerInfo": {
            "title": "$:/core/ui/TiddlerInfo",
            "text": "<div style=\"position:relative;\">\n<div class=\"tc-tiddler-controls\" style=\"position:absolute;right:0;\">\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"sticky\">\n<$button set=<<tiddlerInfoState>> setTo=\"\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=\"tc-btn-invisible\">\n{{$:/core/images/close-button}}\n</$button>\n</$reveal>\n</div>\n</div>\n\n<$macrocall $name=\"tabs\" tabsList=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfo]!has[draft.of]]\" default={{$:/config/TiddlerInfo/Default}}/>\n"
        },
        "$:/core/ui/TopBar/menu": {
            "title": "$:/core/ui/TopBar/menu",
            "tags": "$:/tags/TopRightBar",
            "text": "<$list filter=\"[[$:/state/sidebar]get[text]] +[else[yes]!match[no]]\" variable=\"ignore\">\n<$button set=\"$:/state/sidebar\" setTo=\"no\" tooltip={{$:/language/Buttons/HideSideBar/Hint}} aria-label={{$:/language/Buttons/HideSideBar/Caption}} class=\"tc-btn-invisible tc-hide-sidebar-btn\">{{$:/core/images/chevron-right}}</$button>\n</$list>\n<$list filter=\"[[$:/state/sidebar]get[text]] +[else[yes]match[no]]\" variable=\"ignore\">\n<$button set=\"$:/state/sidebar\" setTo=\"yes\" tooltip={{$:/language/Buttons/ShowSideBar/Hint}} aria-label={{$:/language/Buttons/ShowSideBar/Caption}} class=\"tc-btn-invisible tc-show-sidebar-btn\">{{$:/core/images/chevron-left}}</$button>\n</$list>\n"
        },
        "$:/core/ui/UntaggedTemplate": {
            "title": "$:/core/ui/UntaggedTemplate",
            "text": "\\define lingo-base() $:/language/SideBar/\n<$button popup=<<qualify \"$:/state/popup/tag\">> class=\"tc-btn-invisible tc-untagged-label tc-tag-label\">\n<<lingo Tags/Untagged/Caption>>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/tag\">> type=\"popup\" position=\"below\">\n<div class=\"tc-drop-down\">\n<$list filter=\"[untagged[]!is[system]] -[tags[]] +[sort[title]]\" template=\"$:/core/ui/ListItemTemplate\"/>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/body": {
            "title": "$:/core/ui/ViewTemplate/body",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal tag=\"div\" class=\"tc-tiddler-body\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[current]!has[plugin-type]!field:hide-body[yes]]\">\n\n<$transclude>\n\n<$transclude tiddler=\"$:/language/MissingTiddler/Hint\"/>\n\n</$transclude>\n\n</$list>\n\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/classic": {
            "title": "$:/core/ui/ViewTemplate/classic",
            "tags": "$:/tags/ViewTemplate $:/tags/EditTemplate",
            "text": "\\define lingo-base() $:/language/ClassicWarning/\n<$list filter=\"[all[current]type[text/x-tiddlywiki]]\">\n<div class=\"tc-message-box\">\n\n<<lingo Hint>>\n\n<$button set=\"!!type\" setTo=\"text/vnd.tiddlywiki\"><<lingo Upgrade/Caption>></$button>\n\n</div>\n</$list>\n"
        },
        "$:/core/ui/ViewTemplate/import": {
            "title": "$:/core/ui/ViewTemplate/import",
            "tags": "$:/tags/ViewTemplate",
            "text": "\\define lingo-base() $:/language/Import/\n\n\\define buttons()\n<$button message=\"tm-delete-tiddler\" param=<<currentTiddler>>><<lingo Listing/Cancel/Caption>></$button>\n<$button message=\"tm-perform-import\" param=<<currentTiddler>>><<lingo Listing/Import/Caption>></$button>\n<<lingo Listing/Preview>> <$select tiddler=\"$:/state/importpreviewtype\" default=\"$:/core/ui/ImportPreviews/Text\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ImportPreview]!has[draft.of]]\">\n<option value=<<currentTiddler>>>{{!!caption}}</option>\n</$list>\n</$select>\n\\end\n\n<$list filter=\"[all[current]field:plugin-type[import]]\">\n\n<div class=\"tc-import\">\n\n<<lingo Listing/Hint>>\n\n<<buttons>>\n\n{{||$:/core/ui/ImportListing}}\n\n<<buttons>>\n\n</div>\n\n</$list>\n"
        },
        "$:/core/ui/ViewTemplate/plugin": {
            "title": "$:/core/ui/ViewTemplate/plugin",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal tag=\"div\" class=\"tc-tiddler-plugin-info\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" retain=\"yes\" animate=\"yes\">\n\n<$list filter=\"[all[current]has[plugin-type]] -[all[current]field:plugin-type[import]]\">\n<$set name=\"plugin-type\" value={{!!plugin-type}}>\n<$set name=\"default-popup-state\" value=\"yes\">\n<$set name=\"qualified-state\" value=<<qualify \"$:/state/plugin-info\">>>\n{{||$:/core/ui/Components/plugin-info}}\n</$set>\n</$set>\n</$set>\n</$list>\n</$reveal>"
        },
        "$:/core/ui/ViewTemplate/subtitle": {
            "title": "$:/core/ui/ViewTemplate/subtitle",
            "tags": "$:/tags/ViewTemplate",
            "text": "\\whitespace trim\n<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n<div class=\"tc-subtitle\">\n<$link to={{!!modifier}} />\n<$view field=\"modified\" format=\"date\" template={{$:/language/Tiddler/DateFormat}}/>\n</div>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/tags": {
            "title": "$:/core/ui/ViewTemplate/tags",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" tag=\"div\" retain=\"yes\" animate=\"yes\">\n<div class=\"tc-tags-wrapper\"><$list filter=\"[all[current]tags[]sort[title]]\" template=\"$:/core/ui/TagTemplate\" storyview=\"pop\"/></div>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate/title": {
            "title": "$:/core/ui/ViewTemplate/title",
            "tags": "$:/tags/ViewTemplate",
            "text": "\\whitespace trim\n\\define title-styles()\nfill:$(foregroundColor)$;\n\\end\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<div class=\"tc-tiddler-title\">\n<div class=\"tc-titlebar\">\n<span class=\"tc-tiddler-controls\">\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]\" variable=\"listItem\"><$reveal type=\"nomatch\" state=<<config-title>> text=\"hide\"><$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\"><$transclude tiddler=<<listItem>>/></$set></$reveal></$list>\n</span>\n<$set name=\"tv-wikilinks\" value={{$:/config/Tiddlers/TitleLinks}}>\n<$link>\n<$set name=\"foregroundColor\" value={{!!color}}>\n<$list filter=\"[all[current]has[icon]]~[[$:/config/DefaultTiddlerIcon]has[text]]\">\n<span class=\"tc-tiddler-title-icon\" style=<<title-styles>>>\n<$transclude tiddler={{!!icon}}>\n<$transclude tiddler={{$:/config/DefaultTiddlerIcon}}/>\n</$transclude>\n</span>\n</$list>\n</$set>\n<$list filter=\"[all[current]removeprefix[$:/]]\">\n<h2 class=\"tc-title\" title={{$:/language/SystemTiddler/Tooltip}}>\n<span class=\"tc-system-title-prefix\">$:/</span><$text text=<<currentTiddler>>/>\n</h2>\n</$list>\n<$list filter=\"[all[current]!prefix[$:/]]\">\n<h2 class=\"tc-title\">\n<$view field=\"title\"/>\n</h2>\n</$list>\n</$link>\n</$set>\n</div>\n\n<$reveal type=\"nomatch\" text=\"\" default=\"\" state=<<tiddlerInfoState>> class=\"tc-tiddler-info tc-popup-handle\" animate=\"yes\" retain=\"yes\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>> mode=\"block\"/></$list>\n\n</$reveal>\n</div>"
        },
        "$:/core/ui/ViewTemplate/unfold": {
            "title": "$:/core/ui/ViewTemplate/unfold",
            "tags": "$:/tags/ViewTemplate",
            "text": "<$reveal tag=\"div\" type=\"nomatch\" state=\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar\" text=\"hide\">\n<$reveal tag=\"div\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\" retain=\"yes\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=\"tc-fold-banner\">\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n{{$:/core/images/chevron-up}}\n</$button>\n</$reveal>\n<$reveal tag=\"div\" type=\"nomatch\" stateTitle=<<folded-state>> text=\"show\" default=\"show\" retain=\"yes\" animate=\"yes\">\n<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=\"tc-unfold-banner\">\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n{{$:/core/images/chevron-down}}\n</$button>\n</$reveal>\n</$reveal>\n"
        },
        "$:/core/ui/ViewTemplate": {
            "title": "$:/core/ui/ViewTemplate",
            "text": "\\define folded-state()\n$:/state/folded/$(currentTiddler)$\n\\end\n\\define cancel-delete-tiddler-actions(message) <$action-sendmessage $message=\"tm-$message$-tiddler\"/>\n\\import [all[shadows+tiddlers]tag[$:/tags/Macro/View]!has[draft.of]]\n<$vars storyTiddler=<<currentTiddler>> tiddlerInfoState=<<qualify \"$:/state/popup/tiddler-info\">>><div data-tiddler-title=<<currentTiddler>> data-tags={{!!tags}} class={{{ tc-tiddler-frame tc-tiddler-view-frame [<currentTiddler>is[tiddler]then[tc-tiddler-exists]] [<currentTiddler>is[missing]!is[shadow]then[tc-tiddler-missing]] [<currentTiddler>is[shadow]then[tc-tiddler-exists tc-tiddler-shadow]] [<currentTiddler>is[shadow]is[tiddler]then[tc-tiddler-overridden-shadow]] [<currentTiddler>is[system]then[tc-tiddler-system]] [{!!class}] [<currentTiddler>tags[]encodeuricomponent[]addprefix[tc-tagged-]] +[join[ ]] }}}><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewTemplate]!has[draft.of]]\" variable=\"listItem\"><$transclude tiddler=<<listItem>>/></$list>\n</div>\n</$vars>\n"
        },
        "$:/core/ui/Buttons/clone": {
            "title": "$:/core/ui/Buttons/clone",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/clone-button}} {{$:/language/Buttons/Clone/Caption}}",
            "description": "{{$:/language/Buttons/Clone/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-new-tiddler\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/Clone/Hint}} aria-label={{$:/language/Buttons/Clone/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/clone-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Clone/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/close-others": {
            "title": "$:/core/ui/Buttons/close-others",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/close-others-button}} {{$:/language/Buttons/CloseOthers/Caption}}",
            "description": "{{$:/language/Buttons/CloseOthers/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-close-other-tiddlers\" param=<<currentTiddler>> tooltip={{$:/language/Buttons/CloseOthers/Hint}} aria-label={{$:/language/Buttons/CloseOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/CloseOthers/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/close": {
            "title": "$:/core/ui/Buttons/close",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/close-button}} {{$:/language/Buttons/Close/Caption}}",
            "description": "{{$:/language/Buttons/Close/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/close-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/Close/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/edit": {
            "title": "$:/core/ui/Buttons/edit",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/edit-button}} {{$:/language/Buttons/Edit/Caption}}",
            "description": "{{$:/language/Buttons/Edit/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-edit-tiddler\" tooltip={{$:/language/Buttons/Edit/Hint}} aria-label={{$:/language/Buttons/Edit/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/edit-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Edit/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/export-tiddler": {
            "title": "$:/core/ui/Buttons/export-tiddler",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/export-button}} {{$:/language/Buttons/ExportTiddler/Caption}}",
            "description": "{{$:/language/Buttons/ExportTiddler/Hint}}",
            "text": "\\define makeExportFilter()\n[[$(currentTiddler)$]]\n\\end\n<$macrocall $name=\"exportButton\" exportFilter=<<makeExportFilter>> lingoBase=\"$:/language/Buttons/ExportTiddler/\" baseFilename=<<currentTiddler>>/>"
        },
        "$:/core/ui/Buttons/fold-bar": {
            "title": "$:/core/ui/Buttons/fold-bar",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/chevron-up}} {{$:/language/Buttons/Fold/FoldBar/Caption}}",
            "description": "{{$:/language/Buttons/Fold/FoldBar/Hint}}",
            "text": "<!-- This dummy toolbar button is here to allow visibility of the fold-bar to be controlled as if it were a toolbar button -->"
        },
        "$:/core/ui/Buttons/fold-others": {
            "title": "$:/core/ui/Buttons/fold-others",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/fold-others-button}} {{$:/language/Buttons/FoldOthers/Caption}}",
            "description": "{{$:/language/Buttons/FoldOthers/Hint}}",
            "text": "\\whitespace trim\n<$button tooltip={{$:/language/Buttons/FoldOthers/Hint}} aria-label={{$:/language/Buttons/FoldOthers/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-other-tiddlers\" $param=<<currentTiddler>> foldedStatePrefix=\"$:/state/folded/\"/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-others-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/FoldOthers/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/fold": {
            "title": "$:/core/ui/Buttons/fold",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/fold-button}} {{$:/language/Buttons/Fold/Caption}}",
            "description": "{{$:/language/Buttons/Fold/Hint}}",
            "text": "\\whitespace trim\n<$reveal type=\"nomatch\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\">\n<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/fold-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Fold/Caption}}/>\n</span>\n</$list>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<folded-state>> text=\"hide\" default=\"show\">\n<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<<tv-config-toolbar-class>>>\n<$action-sendmessage $message=\"tm-fold-tiddler\" $param=<<currentTiddler>> foldedState=<<folded-state>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\" variable=\"listItem\">\n{{$:/core/images/unfold-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Unfold/Caption}}/>\n</span>\n</$list>\n</$button>\n</$reveal>\n"
        },
        "$:/core/ui/Buttons/info": {
            "title": "$:/core/ui/Buttons/info",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/info-button}} {{$:/language/Buttons/Info/Caption}}",
            "description": "{{$:/language/Buttons/Info/Hint}}",
            "text": "\\whitespace trim\n\\define button-content()\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/info-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/Info/Caption}}/>\n</span>\n</$list>\n\\end\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"popup\">\n<$button popup=<<tiddlerInfoState>> tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n<$reveal state=\"$:/config/TiddlerInfo/Mode\" type=\"match\" text=\"sticky\">\n<$reveal state=<<tiddlerInfoState>> type=\"match\" text=\"\" default=\"\">\n<$button set=<<tiddlerInfoState>> setTo=\"yes\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n<$reveal state=<<tiddlerInfoState>> type=\"nomatch\" text=\"\" default=\"\">\n<$button set=<<tiddlerInfoState>> setTo=\"\" tooltip={{$:/language/Buttons/Info/Hint}} aria-label={{$:/language/Buttons/Info/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$macrocall $name=\"button-content\" mode=\"inline\"/>\n</$button>\n</$reveal>\n</$reveal>"
        },
        "$:/core/ui/Buttons/more-tiddler-actions": {
            "title": "$:/core/ui/Buttons/more-tiddler-actions",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/down-arrow}} {{$:/language/Buttons/More/Caption}}",
            "description": "{{$:/language/Buttons/More/Hint}}",
            "text": "\\whitespace trim\n\\define config-title()\n$:/config/ViewToolbarButtons/Visibility/$(listItem)$\n\\end\n<$button popup=<<qualify \"$:/state/popup/more\">> tooltip={{$:/language/Buttons/More/Hint}} aria-label={{$:/language/Buttons/More/Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/down-arrow}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/More/Caption}}/>\n</span>\n</$list>\n</$button>\n<$reveal state=<<qualify \"$:/state/popup/more\">> type=\"popup\" position=\"belowleft\" animate=\"yes\">\n\n<div class=\"tc-drop-down\">\n\n<$set name=\"tv-config-toolbar-icons\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-text\" value=\"yes\">\n\n<$set name=\"tv-config-toolbar-class\" value=\"tc-btn-invisible\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]] -[[$:/core/ui/Buttons/more-tiddler-actions]]\" variable=\"listItem\">\n\n<$reveal type=\"match\" state=<<config-title>> text=\"hide\">\n\n<$set name=\"tv-config-toolbar-class\" filter=\"[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]\">\n\n<$transclude tiddler=<<listItem>> mode=\"inline\"/>\n\n</$set>\n\n</$reveal>\n\n</$list>\n\n</$set>\n\n</$set>\n\n</$set>\n\n</div>\n\n</$reveal>"
        },
        "$:/core/ui/Buttons/new-here": {
            "title": "$:/core/ui/Buttons/new-here",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/new-here-button}} {{$:/language/Buttons/NewHere/Caption}}",
            "description": "{{$:/language/Buttons/NewHere/Hint}}",
            "text": "\\whitespace trim\n\\define newHereActions()\n<$set name=\"tags\" filter=\"[<currentTiddler>] [{$:/config/NewTiddler/Tags}]\">\n<$action-sendmessage $message=\"tm-new-tiddler\" tags=<<tags>>/>\n</$set>\n\\end\n\\define newHereButton()\n<$button actions=<<newHereActions>> tooltip={{$:/language/Buttons/NewHere/Hint}} aria-label={{$:/language/Buttons/NewHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-here-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/NewHere/Caption}}/>\n</span>\n</$list>\n</$button>\n\\end\n<<newHereButton>>\n"
        },
        "$:/core/ui/Buttons/new-journal-here": {
            "title": "$:/core/ui/Buttons/new-journal-here",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/new-journal-button}} {{$:/language/Buttons/NewJournalHere/Caption}}",
            "description": "{{$:/language/Buttons/NewJournalHere/Hint}}",
            "text": "\\whitespace trim\n\\define journalButtonTags()\n[[$(currentTiddlerTag)$]] $(journalTags)$\n\\end\n\\define journalButton()\n<$button tooltip={{$:/language/Buttons/NewJournalHere/Hint}} aria-label={{$:/language/Buttons/NewJournalHere/Caption}} class=<<tv-config-toolbar-class>>>\n<$wikify name=\"journalTitle\" text=\"\"\"<$macrocall $name=\"now\" format=<<journalTitleTemplate>>/>\"\"\">\n<$action-sendmessage $message=\"tm-new-tiddler\" title=<<journalTitle>> tags=<<journalButtonTags>>/>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/new-journal-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text={{$:/language/Buttons/NewJournalHere/Caption}}/>\n</span>\n</$list>\n</$wikify>\n</$button>\n\\end\n<$set name=\"journalTitleTemplate\" value={{$:/config/NewJournal/Title}}>\n<$set name=\"journalTags\" value={{$:/config/NewJournal/Tags}}>\n<$set name=\"currentTiddlerTag\" value=<<currentTiddler>>>\n<<journalButton>>\n</$set>\n</$set>\n</$set>\n"
        },
        "$:/core/ui/Buttons/open-window": {
            "title": "$:/core/ui/Buttons/open-window",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/open-window}} {{$:/language/Buttons/OpenWindow/Caption}}",
            "description": "{{$:/language/Buttons/OpenWindow/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-open-window\" tooltip={{$:/language/Buttons/OpenWindow/Hint}} aria-label={{$:/language/Buttons/OpenWindow/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/open-window}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/OpenWindow/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/permalink": {
            "title": "$:/core/ui/Buttons/permalink",
            "tags": "$:/tags/ViewToolbar",
            "caption": "{{$:/core/images/permalink-button}} {{$:/language/Buttons/Permalink/Caption}}",
            "description": "{{$:/language/Buttons/Permalink/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-permalink\" tooltip={{$:/language/Buttons/Permalink/Hint}} aria-label={{$:/language/Buttons/Permalink/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/permalink-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Permalink/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/core/ui/Buttons/permaview": {
            "title": "$:/core/ui/Buttons/permaview",
            "tags": "$:/tags/ViewToolbar $:/tags/PageControls",
            "caption": "{{$:/core/images/permaview-button}} {{$:/language/Buttons/Permaview/Caption}}",
            "description": "{{$:/language/Buttons/Permaview/Hint}}",
            "text": "\\whitespace trim\n<$button message=\"tm-permaview\" tooltip={{$:/language/Buttons/Permaview/Hint}} aria-label={{$:/language/Buttons/Permaview/Caption}} class=<<tv-config-toolbar-class>>>\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/permaview-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\">\n<$text text=\" \"/>\n<$text text={{$:/language/Buttons/Permaview/Caption}}/>\n</span>\n</$list>\n</$button>"
        },
        "$:/DefaultTiddlers": {
            "title": "$:/DefaultTiddlers",
            "text": "GettingStarted\n"
        },
        "$:/temp/advancedsearch": {
            "title": "$:/temp/advancedsearch",
            "text": ""
        },
        "$:/snippets/allfields": {
            "title": "$:/snippets/allfields",
            "text": "\\define renderfield(title)\n<tr class=\"tc-view-field\"><td class=\"tc-view-field-name\">''$title$'':</td><td class=\"tc-view-field-value\">//{{$:/language/Docs/Fields/$title$}}//</td></tr>\n\\end\n<table class=\"tc-view-field-table\"><tbody><$list filter=\"[fields[]sort[title]]\" variable=\"listItem\"><$macrocall $name=\"renderfield\" title=<<listItem>>/></$list>\n</tbody></table>\n"
        },
        "$:/config/AnimationDuration": {
            "title": "$:/config/AnimationDuration",
            "text": "400"
        },
        "$:/config/AutoFocus": {
            "title": "$:/config/AutoFocus",
            "text": "title"
        },
        "$:/config/AutoSave": {
            "title": "$:/config/AutoSave",
            "text": "yes"
        },
        "$:/config/BitmapEditor/Colour": {
            "title": "$:/config/BitmapEditor/Colour",
            "text": "#444"
        },
        "$:/config/BitmapEditor/ImageSizes": {
            "title": "$:/config/BitmapEditor/ImageSizes",
            "text": "[[62px 100px]] [[100px 62px]] [[124px 200px]] [[200px 124px]] [[248px 400px]] [[371px 600px]] [[400px 248px]] [[556px 900px]] [[600px 371px]] [[742px 1200px]] [[900px 556px]] [[1200px 742px]]"
        },
        "$:/config/BitmapEditor/LineWidth": {
            "title": "$:/config/BitmapEditor/LineWidth",
            "text": "3px"
        },
        "$:/config/BitmapEditor/LineWidths": {
            "title": "$:/config/BitmapEditor/LineWidths",
            "text": "0.25px 0.5px 1px 2px 3px 4px 6px 8px 10px 16px 20px 28px 40px 56px 80px"
        },
        "$:/config/BitmapEditor/Opacities": {
            "title": "$:/config/BitmapEditor/Opacities",
            "text": "0.01 0.025 0.05 0.075 0.1 0.15 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0"
        },
        "$:/config/BitmapEditor/Opacity": {
            "title": "$:/config/BitmapEditor/Opacity",
            "text": "1.0"
        },
        "$:/config/DefaultMoreSidebarTab": {
            "title": "$:/config/DefaultMoreSidebarTab",
            "text": "$:/core/ui/MoreSideBar/Tags"
        },
        "$:/config/DefaultSidebarTab": {
            "title": "$:/config/DefaultSidebarTab",
            "text": "$:/core/ui/SideBar/Open"
        },
        "$:/config/DownloadSaver/AutoSave": {
            "title": "$:/config/DownloadSaver/AutoSave",
            "text": "no"
        },
        "$:/config/Drafts/TypingTimeout": {
            "title": "$:/config/Drafts/TypingTimeout",
            "text": "400"
        },
        "$:/config/EditMode/fieldname-filter": {
            "title": "$:/config/EditMode/fieldname-filter",
            "first-search-filter": "[!is[shadow]!is[system]fields[]search:title<userInput>sort[]] -created -creator -draft.of -draft.title -modified -modifier -tags -text -title -type",
            "second-search-filter": "[fields[]search:title<userInput>sort[]] -[!is[shadow]!is[system]fields[]]"
        },
        "$:/config/EditTabIndex": {
            "title": "$:/config/EditTabIndex",
            "text": "1\n"
        },
        "$:/config/EditTemplateFields/Visibility/title": {
            "title": "$:/config/EditTemplateFields/Visibility/title",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/tags": {
            "title": "$:/config/EditTemplateFields/Visibility/tags",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/text": {
            "title": "$:/config/EditTemplateFields/Visibility/text",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/creator": {
            "title": "$:/config/EditTemplateFields/Visibility/creator",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/created": {
            "title": "$:/config/EditTemplateFields/Visibility/created",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/modified": {
            "title": "$:/config/EditTemplateFields/Visibility/modified",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/modifier": {
            "title": "$:/config/EditTemplateFields/Visibility/modifier",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/type": {
            "title": "$:/config/EditTemplateFields/Visibility/type",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/draft.title": {
            "title": "$:/config/EditTemplateFields/Visibility/draft.title",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/draft.of": {
            "title": "$:/config/EditTemplateFields/Visibility/draft.of",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/revision": {
            "title": "$:/config/EditTemplateFields/Visibility/revision",
            "text": "hide"
        },
        "$:/config/EditTemplateFields/Visibility/bag": {
            "title": "$:/config/EditTemplateFields/Visibility/bag",
            "text": "hide"
        },
        "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-4": {
            "title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-4",
            "text": "hide"
        },
        "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-5": {
            "title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-5",
            "text": "hide"
        },
        "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-6": {
            "title": "$:/config/EditorToolbarButtons/Visibility/$:/core/ui/EditorToolbar/heading-6",
            "text": "hide"
        },
        "$:/config/EditorTypeMappings/image/gif": {
            "title": "$:/config/EditorTypeMappings/image/gif",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/webp": {
            "title": "$:/config/EditorTypeMappings/image/webp",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/heic": {
            "title": "$:/config/EditorTypeMappings/image/heic",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/heif": {
            "title": "$:/config/EditorTypeMappings/image/heif",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/jpeg": {
            "title": "$:/config/EditorTypeMappings/image/jpeg",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/jpg": {
            "title": "$:/config/EditorTypeMappings/image/jpg",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/png": {
            "title": "$:/config/EditorTypeMappings/image/png",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/image/x-icon": {
            "title": "$:/config/EditorTypeMappings/image/x-icon",
            "text": "bitmap"
        },
        "$:/config/EditorTypeMappings/text/vnd.tiddlywiki": {
            "title": "$:/config/EditorTypeMappings/text/vnd.tiddlywiki",
            "text": "text"
        },
        "$:/config/Manager/Show": {
            "title": "$:/config/Manager/Show",
            "text": "tiddlers"
        },
        "$:/config/Manager/Filter": {
            "title": "$:/config/Manager/Filter",
            "text": ""
        },
        "$:/config/Manager/Order": {
            "title": "$:/config/Manager/Order",
            "text": "forward"
        },
        "$:/config/Manager/Sort": {
            "title": "$:/config/Manager/Sort",
            "text": "title"
        },
        "$:/config/Manager/System": {
            "title": "$:/config/Manager/System",
            "text": "system"
        },
        "$:/config/Manager/Tag": {
            "title": "$:/config/Manager/Tag",
            "text": ""
        },
        "$:/state/popup/manager/item/$:/Manager/ItemMain/RawText": {
            "title": "$:/state/popup/manager/item/$:/Manager/ItemMain/RawText",
            "text": "hide"
        },
        "$:/config/MissingLinks": {
            "title": "$:/config/MissingLinks",
            "text": "yes"
        },
        "$:/config/Navigation/UpdateAddressBar": {
            "title": "$:/config/Navigation/UpdateAddressBar",
            "text": "no"
        },
        "$:/config/Navigation/UpdateHistory": {
            "title": "$:/config/Navigation/UpdateHistory",
            "text": "no"
        },
        "$:/config/NewImageType": {
            "title": "$:/config/NewImageType",
            "text": "jpeg"
        },
        "$:/config/OfficialPluginLibrary": {
            "title": "$:/config/OfficialPluginLibrary",
            "tags": "$:/tags/PluginLibrary",
            "url": "https://tiddlywiki.com/library/v5.1.23/index.html",
            "caption": "{{$:/language/OfficialPluginLibrary}}",
            "text": "{{$:/language/OfficialPluginLibrary/Hint}}\n"
        },
        "$:/config/Navigation/openLinkFromInsideRiver": {
            "title": "$:/config/Navigation/openLinkFromInsideRiver",
            "text": "below"
        },
        "$:/config/Navigation/openLinkFromOutsideRiver": {
            "title": "$:/config/Navigation/openLinkFromOutsideRiver",
            "text": "top"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/advanced-search",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/encryption",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/export-page",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/fold-all",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/full-screen",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/refresh",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/import",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/language",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/tag-manager",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/manager",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-image",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/palette",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/permaview",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/print",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/storyview",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/timestamp",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/theme",
            "text": "hide"
        },
        "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all": {
            "title": "$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/unfold-all",
            "text": "hide"
        },
        "$:/config/Performance/Instrumentation": {
            "title": "$:/config/Performance/Instrumentation",
            "text": "no"
        },
        "$:/config/RegisterPluginType/plugin": {
            "title": "$:/config/RegisterPluginType/plugin",
            "text": "yes"
        },
        "$:/config/RegisterPluginType/theme": {
            "title": "$:/config/RegisterPluginType/theme",
            "text": "no"
        },
        "$:/config/RegisterPluginType/language": {
            "title": "$:/config/RegisterPluginType/language",
            "text": "no"
        },
        "$:/config/RegisterPluginType/info": {
            "title": "$:/config/RegisterPluginType/info",
            "text": "yes"
        },
        "$:/config/RegisterPluginType/import": {
            "title": "$:/config/RegisterPluginType/import",
            "text": "no"
        },
        "$:/config/SaveWikiButton/Template": {
            "title": "$:/config/SaveWikiButton/Template",
            "text": "$:/core/save/all"
        },
        "$:/config/SaverFilter": {
            "title": "$:/config/SaverFilter",
            "text": "[all[]] -[prefix[$:/HistoryList]] -[prefix[$:/StoryList]] -[status[pending]plugin-type[import]] -[[$:/isEncrypted]] -[[$:/UploadName]] -[prefix[$:/state/]] -[prefix[$:/temp/]]\n"
        },
        "$:/config/Search/AutoFocus": {
            "title": "$:/config/Search/AutoFocus",
            "text": "true"
        },
        "$:/config/Search/MinLength": {
            "title": "$:/config/Search/MinLength",
            "text": "3"
        },
        "$:/config/SearchResults/Default": {
            "title": "$:/config/SearchResults/Default",
            "text": "$:/core/ui/DefaultSearchResultList"
        },
        "$:/config/Server/ExternalFilters/[all[tiddlers]!is[system]sort[title]]": {
            "title": "$:/config/Server/ExternalFilters/[all[tiddlers]!is[system]sort[title]]",
            "text": "yes"
        },
        "$:/config/ShortcutInfo/add-field": {
            "title": "$:/config/ShortcutInfo/add-field",
            "text": "{{$:/language/EditTemplate/Fields/Add/Button/Hint}}"
        },
        "$:/config/ShortcutInfo/advanced-search": {
            "title": "$:/config/ShortcutInfo/advanced-search",
            "text": "{{$:/language/Buttons/AdvancedSearch/Hint}}"
        },
        "$:/config/ShortcutInfo/advanced-search-sidebar": {
            "title": "$:/config/ShortcutInfo/advanced-search-sidebar",
            "text": "{{$:/language/Shortcuts/Input/AdvancedSearch/Hint}}"
        },
        "$:/config/ShortcutInfo/bold": {
            "title": "$:/config/ShortcutInfo/bold",
            "text": "{{$:/language/Buttons/Bold/Hint}}"
        },
        "$:/config/ShortcutInfo/cancel-edit-tiddler": {
            "title": "$:/config/ShortcutInfo/cancel-edit-tiddler",
            "text": "{{$:/language/Buttons/Cancel/Hint}}"
        },
        "$:/config/ShortcutInfo/change-sidebar-layout": {
            "title": "$:/config/ShortcutInfo/change-sidebar-layout",
            "text": "{{$:/language/Shortcuts/SidebarLayout/Hint}}"
        },
        "$:/config/ShortcutInfo/delete-field": {
            "title": "$:/config/ShortcutInfo/delete-field",
            "text": "{{$:/language/EditTemplate/Field/Remove/Hint}}"
        },
        "$:/config/ShortcutInfo/excise": {
            "title": "$:/config/ShortcutInfo/excise",
            "text": "{{$:/language/Buttons/Excise/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-1": {
            "title": "$:/config/ShortcutInfo/heading-1",
            "text": "{{$:/language/Buttons/Heading1/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-2": {
            "title": "$:/config/ShortcutInfo/heading-2",
            "text": "{{$:/language/Buttons/Heading2/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-3": {
            "title": "$:/config/ShortcutInfo/heading-3",
            "text": "{{$:/language/Buttons/Heading3/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-4": {
            "title": "$:/config/ShortcutInfo/heading-4",
            "text": "{{$:/language/Buttons/Heading4/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-5": {
            "title": "$:/config/ShortcutInfo/heading-5",
            "text": "{{$:/language/Buttons/Heading5/Hint}}"
        },
        "$:/config/ShortcutInfo/heading-6": {
            "title": "$:/config/ShortcutInfo/heading-6",
            "text": "{{$:/language/Buttons/Heading6/Hint}}"
        },
        "$:/config/ShortcutInfo/input-accept": {
            "title": "$:/config/ShortcutInfo/input-accept",
            "text": "{{$:/language/Shortcuts/Input/Accept/Hint}}"
        },
        "$:/config/ShortcutInfo/input-accept-variant": {
            "title": "$:/config/ShortcutInfo/input-accept-variant",
            "text": "{{$:/language/Shortcuts/Input/AcceptVariant/Hint}}"
        },
        "$:/config/ShortcutInfo/input-cancel": {
            "title": "$:/config/ShortcutInfo/input-cancel",
            "text": "{{$:/language/Shortcuts/Input/Cancel/Hint}}"
        },
        "$:/config/ShortcutInfo/input-down": {
            "title": "$:/config/ShortcutInfo/input-down",
            "text": "{{$:/language/Shortcuts/Input/Down/Hint}}"
        },
        "$:/config/ShortcutInfo/input-tab-left": {
            "title": "$:/config/ShortcutInfo/input-tab-left",
            "text": "{{$:/language/Shortcuts/Input/Tab-Left/Hint}}"
        },
        "$:/config/ShortcutInfo/input-tab-right": {
            "title": "$:/config/ShortcutInfo/input-tab-right",
            "text": "{{$:/language/Shortcuts/Input/Tab-Right/Hint}}"
        },
        "$:/config/ShortcutInfo/input-up": {
            "title": "$:/config/ShortcutInfo/input-up",
            "text": "{{$:/language/Shortcuts/Input/Up/Hint}}"
        },
        "$:/config/ShortcutInfo/italic": {
            "title": "$:/config/ShortcutInfo/italic",
            "text": "{{$:/language/Buttons/Italic/Hint}}"
        },
        "$:/config/ShortcutInfo/layout-switcher": {
            "title": "$:/config/ShortcutInfo/layout-switcher",
            "text": "{{$:/language/LayoutSwitcher/Description}}"
        },
        "$:/config/ShortcutInfo/link": {
            "title": "$:/config/ShortcutInfo/link",
            "text": "{{$:/language/Buttons/Link/Hint}}"
        },
        "$:/config/ShortcutInfo/linkify": {
            "title": "$:/config/ShortcutInfo/linkify",
            "text": "{{$:/language/Buttons/Linkify/Hint}}"
        },
        "$:/config/ShortcutInfo/list-bullet": {
            "title": "$:/config/ShortcutInfo/list-bullet",
            "text": "{{$:/language/Buttons/ListBullet/Hint}}"
        },
        "$:/config/ShortcutInfo/list-number": {
            "title": "$:/config/ShortcutInfo/list-number",
            "text": "{{$:/language/Buttons/ListNumber/Hint}}"
        },
        "$:/config/ShortcutInfo/mono-block": {
            "title": "$:/config/ShortcutInfo/mono-block",
            "text": "{{$:/language/Buttons/MonoBlock/Hint}}"
        },
        "$:/config/ShortcutInfo/mono-line": {
            "title": "$:/config/ShortcutInfo/mono-line",
            "text": "{{$:/language/Buttons/MonoLine/Hint}}"
        },
        "$:/config/ShortcutInfo/new-image": {
            "title": "$:/config/ShortcutInfo/new-image",
            "text": "{{$:/language/Buttons/NewImage/Hint}}"
        },
        "$:/config/ShortcutInfo/new-journal": {
            "title": "$:/config/ShortcutInfo/new-journal",
            "text": "{{$:/language/Buttons/NewJournal/Hint}}"
        },
        "$:/config/ShortcutInfo/new-tiddler": {
            "title": "$:/config/ShortcutInfo/new-tiddler",
            "text": "{{$:/language/Buttons/NewTiddler/Hint}}"
        },
        "$:/config/ShortcutInfo/picture": {
            "title": "$:/config/ShortcutInfo/picture",
            "text": "{{$:/language/Buttons/Picture/Hint}}"
        },
        "$:/config/ShortcutInfo/preview": {
            "title": "$:/config/ShortcutInfo/preview",
            "text": "{{$:/language/Buttons/Preview/Hint}}"
        },
        "$:/config/ShortcutInfo/quote": {
            "title": "$:/config/ShortcutInfo/quote",
            "text": "{{$:/language/Buttons/Quote/Hint}}"
        },
        "$:/config/ShortcutInfo/save-tiddler": {
            "title": "$:/config/ShortcutInfo/save-tiddler",
            "text": "{{$:/language/Buttons/Save/Hint}}"
        },
        "$:/config/ShortcutInfo/save-wiki": {
            "title": "$:/config/ShortcutInfo/save-wiki",
            "text": "{{$:/language/Buttons/SaveWiki/Hint}}"
        },
        "$:/config/ShortcutInfo/sidebar-search": {
            "title": "$:/config/ShortcutInfo/sidebar-search",
            "text": "{{$:/language/Buttons/SidebarSearch/Hint}}"
        },
        "$:/config/ShortcutInfo/stamp": {
            "title": "$:/config/ShortcutInfo/stamp",
            "text": "{{$:/language/Buttons/Stamp/Hint}}"
        },
        "$:/config/ShortcutInfo/strikethrough": {
            "title": "$:/config/ShortcutInfo/strikethrough",
            "text": "{{$:/language/Buttons/Strikethrough/Hint}}"
        },
        "$:/config/ShortcutInfo/subscript": {
            "title": "$:/config/ShortcutInfo/subscript",
            "text": "{{$:/language/Buttons/Subscript/Hint}}"
        },
        "$:/config/ShortcutInfo/superscript": {
            "title": "$:/config/ShortcutInfo/superscript",
            "text": "{{$:/language/Buttons/Superscript/Hint}}"
        },
        "$:/config/ShortcutInfo/toggle-sidebar": {
            "title": "$:/config/ShortcutInfo/toggle-sidebar",
            "text": "{{$:/language/Buttons/ToggleSidebar/Hint}}"
        },
        "$:/config/ShortcutInfo/transcludify": {
            "title": "$:/config/ShortcutInfo/transcludify",
            "text": "{{$:/language/Buttons/Transcludify/Hint}}"
        },
        "$:/config/ShortcutInfo/underline": {
            "title": "$:/config/ShortcutInfo/underline",
            "text": "{{$:/language/Buttons/Underline/Hint}}"
        },
        "$:/config/SwitcherTargets/layout": {
            "title": "$:/config/SwitcherTargets/layout",
            "text": "$:/snippets/LayoutSwitcher"
        },
        "$:/config/SwitcherTargets/language": {
            "title": "$:/config/SwitcherTargets/language",
            "text": "$:/snippets/languageswitcher"
        },
        "$:/config/SwitcherTargets/palette": {
            "title": "$:/config/SwitcherTargets/palette",
            "text": "$:/core/ui/ControlPanel/Palette"
        },
        "$:/config/SwitcherTargets/theme": {
            "title": "$:/config/SwitcherTargets/theme",
            "text": "$:/core/ui/ControlPanel/Theme"
        },
        "$:/config/SyncFilter": {
            "title": "$:/config/SyncFilter",
            "text": "[is[tiddler]] -[[$:/core]] -[[$:/library/sjcl.js]] -[prefix[$:/boot/]] -[prefix[$:/HistoryList]] -[status[pending]plugin-type[import]] -[[$:/isEncrypted]] -[prefix[$:/status/]] -[prefix[$:/state/]] -[prefix[$:/temp/]]\n"
        },
        "$:/config/SyncSystemTiddlersFromServer": {
            "title": "$:/config/SyncSystemTiddlersFromServer",
            "text": "no"
        },
        "$:/config/Tags/MinLength": {
            "title": "$:/config/Tags/MinLength",
            "text": "0"
        },
        "$:/config/TextEditor/EditorHeight/Height": {
            "title": "$:/config/TextEditor/EditorHeight/Height",
            "text": "400px"
        },
        "$:/config/TextEditor/EditorHeight/Mode": {
            "title": "$:/config/TextEditor/EditorHeight/Mode",
            "text": "auto"
        },
        "$:/config/TiddlerInfo/Default": {
            "title": "$:/config/TiddlerInfo/Default",
            "text": "$:/core/ui/TiddlerInfo/Fields"
        },
        "$:/config/TiddlerInfo/Mode": {
            "title": "$:/config/TiddlerInfo/Mode",
            "text": "popup"
        },
        "$:/config/Tiddlers/TitleLinks": {
            "title": "$:/config/Tiddlers/TitleLinks",
            "text": "no"
        },
        "$:/config/Toolbar/ButtonClass": {
            "title": "$:/config/Toolbar/ButtonClass",
            "text": "tc-btn-invisible"
        },
        "$:/config/Toolbar/Icons": {
            "title": "$:/config/Toolbar/Icons",
            "text": "yes"
        },
        "$:/config/Toolbar/Text": {
            "title": "$:/config/Toolbar/Text",
            "text": "no"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/clone",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/close-others",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/export-tiddler",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/info",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/more-tiddler-actions",
            "text": "show"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-journal-here",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/open-window",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permalink",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/permaview",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/delete",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-bar",
            "text": "hide"
        },
        "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others": {
            "title": "$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/fold-others",
            "text": "hide"
        },
        "$:/config/shortcuts-mac/bold": {
            "title": "$:/config/shortcuts-mac/bold",
            "text": "meta-B"
        },
        "$:/config/shortcuts-mac/input-tab-left": {
            "title": "$:/config/shortcuts-mac/input-tab-left",
            "text": "ctrl-Left"
        },
        "$:/config/shortcuts-mac/input-tab-right": {
            "title": "$:/config/shortcuts-mac/input-tab-right",
            "text": "ctrl-Right"
        },
        "$:/config/shortcuts-mac/italic": {
            "title": "$:/config/shortcuts-mac/italic",
            "text": "meta-I"
        },
        "$:/config/shortcuts-mac/underline": {
            "title": "$:/config/shortcuts-mac/underline",
            "text": "meta-U"
        },
        "$:/config/shortcuts-mac/new-image": {
            "title": "$:/config/shortcuts-mac/new-image",
            "text": "ctrl-I"
        },
        "$:/config/shortcuts-mac/new-journal": {
            "title": "$:/config/shortcuts-mac/new-journal",
            "text": "ctrl-J"
        },
        "$:/config/shortcuts-mac/new-tiddler": {
            "title": "$:/config/shortcuts-mac/new-tiddler",
            "text": "ctrl-N"
        },
        "$:/config/shortcuts-mac/save-wiki": {
            "title": "$:/config/shortcuts-mac/save-wiki",
            "text": "meta-S"
        },
        "$:/config/shortcuts-not-mac/bold": {
            "title": "$:/config/shortcuts-not-mac/bold",
            "text": "ctrl-B"
        },
        "$:/config/shortcuts-not-mac/italic": {
            "title": "$:/config/shortcuts-not-mac/italic",
            "text": "ctrl-I"
        },
        "$:/config/shortcuts-not-mac/underline": {
            "title": "$:/config/shortcuts-not-mac/underline",
            "text": "ctrl-U"
        },
        "$:/config/shortcuts-not-mac/new-image": {
            "title": "$:/config/shortcuts-not-mac/new-image",
            "text": "alt-I"
        },
        "$:/config/shortcuts-not-mac/new-journal": {
            "title": "$:/config/shortcuts-not-mac/new-journal",
            "text": "alt-J"
        },
        "$:/config/shortcuts-not-mac/new-tiddler": {
            "title": "$:/config/shortcuts-not-mac/new-tiddler",
            "text": "alt-N"
        },
        "$:/config/shortcuts/add-field": {
            "title": "$:/config/shortcuts/add-field",
            "text": "enter"
        },
        "$:/config/shortcuts/advanced-search": {
            "title": "$:/config/shortcuts/advanced-search",
            "text": "ctrl-shift-A"
        },
        "$:/config/shortcuts/advanced-search-sidebar": {
            "title": "$:/config/shortcuts/advanced-search-sidebar",
            "text": "alt-Enter"
        },
        "$:/config/shortcuts/cancel-edit-tiddler": {
            "title": "$:/config/shortcuts/cancel-edit-tiddler",
            "text": "escape"
        },
        "$:/config/shortcuts/change-sidebar-layout": {
            "title": "$:/config/shortcuts/change-sidebar-layout",
            "text": "shift-alt-Down"
        },
        "$:/config/shortcuts/delete-field": {
            "title": "$:/config/shortcuts/delete-field",
            "text": "shift-alt-D"
        },
        "$:/config/shortcuts/excise": {
            "title": "$:/config/shortcuts/excise",
            "text": "ctrl-E"
        },
        "$:/config/shortcuts/sidebar-search": {
            "title": "$:/config/shortcuts/sidebar-search",
            "text": "ctrl-shift-F"
        },
        "$:/config/shortcuts/heading-1": {
            "title": "$:/config/shortcuts/heading-1",
            "text": "ctrl-1"
        },
        "$:/config/shortcuts/heading-2": {
            "title": "$:/config/shortcuts/heading-2",
            "text": "ctrl-2"
        },
        "$:/config/shortcuts/heading-3": {
            "title": "$:/config/shortcuts/heading-3",
            "text": "ctrl-3"
        },
        "$:/config/shortcuts/heading-4": {
            "title": "$:/config/shortcuts/heading-4",
            "text": "ctrl-4"
        },
        "$:/config/shortcuts/heading-5": {
            "title": "$:/config/shortcuts/heading-5",
            "text": "ctrl-5"
        },
        "$:/config/shortcuts/heading-6": {
            "title": "$:/config/shortcuts/heading-6",
            "text": "ctrl-6"
        },
        "$:/config/shortcuts/input-accept": {
            "title": "$:/config/shortcuts/input-accept",
            "text": "Enter"
        },
        "$:/config/shortcuts/input-accept-variant": {
            "title": "$:/config/shortcuts/input-accept-variant",
            "text": "ctrl-Enter"
        },
        "$:/config/shortcuts/input-cancel": {
            "title": "$:/config/shortcuts/input-cancel",
            "text": "Escape"
        },
        "$:/config/shortcuts/input-down": {
            "title": "$:/config/shortcuts/input-down",
            "text": "Down"
        },
        "$:/config/shortcuts/input-tab-left": {
            "title": "$:/config/shortcuts/input-tab-left",
            "text": "alt-Left"
        },
        "$:/config/shortcuts/input-tab-right": {
            "title": "$:/config/shortcuts/input-tab-right",
            "text": "alt-Right"
        },
        "$:/config/shortcuts/input-up": {
            "title": "$:/config/shortcuts/input-up",
            "text": "Up"
        },
        "$:/config/shortcuts/layout-switcher": {
            "title": "$:/config/shortcuts/layout-switcher",
            "text": "ctrl-shift-L"
        },
        "$:/config/shortcuts/link": {
            "title": "$:/config/shortcuts/link",
            "text": "ctrl-L"
        },
        "$:/config/shortcuts/linkify": {
            "title": "$:/config/shortcuts/linkify",
            "text": "alt-shift-L"
        },
        "$:/config/shortcuts/list-bullet": {
            "title": "$:/config/shortcuts/list-bullet",
            "text": "ctrl-shift-L"
        },
        "$:/config/shortcuts/list-number": {
            "title": "$:/config/shortcuts/list-number",
            "text": "ctrl-shift-N"
        },
        "$:/config/shortcuts/mono-block": {
            "title": "$:/config/shortcuts/mono-block",
            "text": "ctrl-shift-M"
        },
        "$:/config/shortcuts/mono-line": {
            "title": "$:/config/shortcuts/mono-line",
            "text": "ctrl-M"
        },
        "$:/config/shortcuts/picture": {
            "title": "$:/config/shortcuts/picture",
            "text": "ctrl-shift-I"
        },
        "$:/config/shortcuts/preview": {
            "title": "$:/config/shortcuts/preview",
            "text": "alt-P"
        },
        "$:/config/shortcuts/quote": {
            "title": "$:/config/shortcuts/quote",
            "text": "ctrl-Q"
        },
        "$:/config/shortcuts/save-tiddler": {
            "title": "$:/config/shortcuts/save-tiddler",
            "text": "ctrl+enter"
        },
        "$:/config/shortcuts/save-wiki": {
            "title": "$:/config/shortcuts/save-wiki",
            "text": "ctrl-S"
        },
        "$:/config/shortcuts/stamp": {
            "title": "$:/config/shortcuts/stamp",
            "text": "ctrl-S"
        },
        "$:/config/shortcuts/strikethrough": {
            "title": "$:/config/shortcuts/strikethrough",
            "text": "ctrl-T"
        },
        "$:/config/shortcuts/subscript": {
            "title": "$:/config/shortcuts/subscript",
            "text": "ctrl-shift-B"
        },
        "$:/config/shortcuts/superscript": {
            "title": "$:/config/shortcuts/superscript",
            "text": "ctrl-shift-P"
        },
        "$:/config/shortcuts/toggle-sidebar": {
            "title": "$:/config/shortcuts/toggle-sidebar",
            "text": "alt-shift-S"
        },
        "$:/config/shortcuts/transcludify": {
            "title": "$:/config/shortcuts/transcludify",
            "text": "alt-shift-T"
        },
        "$:/config/ui/EditTemplate": {
            "title": "$:/config/ui/EditTemplate",
            "text": "$:/core/ui/EditTemplate"
        },
        "$:/config/ui/ViewTemplate": {
            "title": "$:/config/ui/ViewTemplate",
            "text": "$:/core/ui/ViewTemplate"
        },
        "$:/config/WikiParserRules/Inline/wikilink": {
            "title": "$:/config/WikiParserRules/Inline/wikilink",
            "text": "enable"
        },
        "$:/snippets/currpalettepreview": {
            "title": "$:/snippets/currpalettepreview",
            "text": "\\define resolve-colour(macrocall)\n\\import $:/core/macros/utils\n\\whitespace trim\n<$wikify name=\"name\" text=\"\"\"$macrocall$\"\"\">\n<<name>>\n</$wikify>\n\\end\n\\define swatchStyle()\nbackground-color: $(swatchColour)$;\n\\end\n\\define swatch-inner()\n<$set name=\"swatchColour\" value={{##$(colourResolved)$}}>\n<$list filter=\"[<swatchColour>!prefix[<<colour ]!suffix[>>]]\" variable=\"ignore\">\n<div class=\"tc-swatch\" style=<<swatchStyle>> title=<<swatchTitle>>/>\n</$list>\n<$list filter=\"[<swatchColour>prefix[<<colour ]suffix[>>]]\" variable=\"ignore\">\n<$wikify name=\"colourResolved\" text=\"\"\"<$macrocall $name=\"resolve-colour\" macrocall=<<swatchColour>>/>\"\"\">\n<<swatch-inner>>\n</$wikify>\n</$list>\n</$set>\n\\end\n\\define swatch()\n<$set name=\"swatchColour\" value={{##$(colour)$}}>\n<$set name=\"swatchTitle\" value=<<colour>>>\n<$list filter=\"[<swatchColour>!prefix[<<colour ]!suffix[>>]]\" variable=\"ignore\">\n<div class=\"tc-swatch\" style=<<swatchStyle>> title=<<swatchTitle>>/>\n</$list>\n<$list filter=\"[<swatchColour>prefix[<<colour ]suffix[>>]]\" variable=\"ignore\">\n<$wikify name=\"colourResolved\" text=\"\"\"<$macrocall $name=\"resolve-colour\" macrocall=<<swatchColour>>/>\"\"\">\n<<swatch-inner>>\n</$wikify>\n</$list>\n</$set>\n</$set>\n\\end\n<div class=\"tc-swatches-horiz\"><$list filter=\"\nforeground\nbackground\nmuted-foreground\nprimary\npage-background\ntab-background\ntiddler-info-background\n\" variable=\"colour\"><<swatch>></$list></div>\n"
        },
        "$:/snippets/download-wiki-button": {
            "title": "$:/snippets/download-wiki-button",
            "text": "\\define lingo-base() $:/language/ControlPanel/Tools/Download/\n<$button class=\"tc-btn-big-green\">\n<$action-sendmessage $message=\"tm-download-file\" $param=\"$:/core/save/all\" filename=\"index.html\"/>\n<<lingo Full/Caption>> {{$:/core/images/save-button}}\n</$button>"
        },
        "$:/language": {
            "title": "$:/language",
            "text": "$:/languages/en-GB"
        },
        "$:/snippets/languageswitcher": {
            "title": "$:/snippets/languageswitcher",
            "text": "\\define flag-title()\n$(languagePluginTitle)$/icon\n\\end\n\n<$linkcatcher to=\"$:/language\">\n<div class=\"tc-chooser tc-language-chooser\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[description]]\">\n<$set name=\"cls\" filter=\"[all[current]field:title{$:/language}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link>\n<span class=\"tc-image-button\">\n<$set name=\"languagePluginTitle\" value=<<currentTiddler>>>\n<$transclude subtiddler=<<flag-title>>>\n<$list filter=\"[all[current]field:title[$:/languages/en-GB]]\">\n<$transclude tiddler=\"$:/languages/en-GB/icon\"/>\n</$list>\n</$transclude>\n</$set>\n</span>\n<$view field=\"description\">\n<$view field=\"name\">\n<$view field=\"title\"/>\n</$view>\n</$view>\n</$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
        },
        "$:/core/macros/CSS": {
            "title": "$:/core/macros/CSS",
            "tags": "$:/tags/Macro",
            "text": "\\define colour(name)\n<$transclude tiddler={{$:/palette}} index=\"$name$\"><$transclude tiddler=\"$:/palettes/Vanilla\" index=\"$name$\"><$transclude tiddler=\"$:/config/DefaultColourMappings/$name$\"/></$transclude></$transclude>\n\\end\n\n\\define color(name)\n<<colour $name$>>\n\\end\n\n\\define box-shadow(shadow)\n``\n  -webkit-box-shadow: $shadow$;\n     -moz-box-shadow: $shadow$;\n          box-shadow: $shadow$;\n``\n\\end\n\n\\define filter(filter)\n``\n  -webkit-filter: $filter$;\n     -moz-filter: $filter$;\n          filter: $filter$;\n``\n\\end\n\n\\define transition(transition)\n``\n  -webkit-transition: $transition$;\n     -moz-transition: $transition$;\n          transition: $transition$;\n``\n\\end\n\n\\define transform-origin(origin)\n``\n  -webkit-transform-origin: $origin$;\n     -moz-transform-origin: $origin$;\n          transform-origin: $origin$;\n``\n\\end\n\n\\define background-linear-gradient(gradient)\n``\nbackground-image: linear-gradient($gradient$);\nbackground-image: -o-linear-gradient($gradient$);\nbackground-image: -moz-linear-gradient($gradient$);\nbackground-image: -webkit-linear-gradient($gradient$);\nbackground-image: -ms-linear-gradient($gradient$);\n``\n\\end\n\n\\define column-count(columns)\n``\n-moz-column-count: $columns$;\n-webkit-column-count: $columns$;\ncolumn-count: $columns$;\n``\n\\end\n\n\\define datauri(title)\n<$macrocall $name=\"makedatauri\" type={{$title$!!type}} text={{$title$}} _canonical_uri={{$title$!!_canonical_uri}}/>\n\\end\n\n\\define if-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-no-sidebar(text)\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">$text$</$reveal>\n\\end\n\n\\define if-background-attachment(text)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" type=\"nomatch\" text=\"\">$text$</$reveal>\n\\end\n"
        },
        "$:/core/macros/colour-picker": {
            "title": "$:/core/macros/colour-picker",
            "tags": "$:/tags/Macro",
            "text": "\\define colour-picker-update-recent()\n<$action-listops\n\t$tiddler=\"$:/config/ColourPicker/Recent\"\n\t$subfilter=\"$(colour-picker-value)$ [list[$:/config/ColourPicker/Recent]remove[$(colour-picker-value)$]] +[limit[8]]\"\n/>\n\\end\n\n\\define colour-picker-inner(actions)\n<$button tag=\"a\" tooltip=\"\"\"$(colour-picker-value)$\"\"\">\n\n$(colour-picker-update-recent)$\n\n$actions$\n\n<span style=\"display:inline-block; background-color: $(colour-picker-value)$; width: 100%; height: 100%; border-radius: 50%;\"/>\n\n</$button>\n\\end\n\n\\define colour-picker-recent-inner(actions)\n<$set name=\"colour-picker-value\" value=\"$(recentColour)$\">\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$set>\n\\end\n\n\\define colour-picker-recent(actions)\n{{$:/language/ColourPicker/Recent}} <$list filter=\"[list[$:/config/ColourPicker/Recent]]\" variable=\"recentColour\">\n<$macrocall $name=\"colour-picker-recent-inner\" actions=\"\"\"$actions$\"\"\"/></$list>\n\\end\n\n\\define colour-picker(actions)\n<div class=\"tc-colour-chooser\">\n\n<$macrocall $name=\"colour-picker-recent\" actions=\"\"\"$actions$\"\"\"/>\n\n---\n\n<$list filter=\"LightPink Pink Crimson LavenderBlush PaleVioletRed HotPink DeepPink MediumVioletRed Orchid Thistle Plum Violet Magenta Fuchsia DarkMagenta Purple MediumOrchid DarkViolet DarkOrchid Indigo BlueViolet MediumPurple MediumSlateBlue SlateBlue DarkSlateBlue Lavender GhostWhite Blue MediumBlue MidnightBlue DarkBlue Navy RoyalBlue CornflowerBlue LightSteelBlue LightSlateGrey SlateGrey DodgerBlue AliceBlue SteelBlue LightSkyBlue SkyBlue DeepSkyBlue LightBlue PowderBlue CadetBlue Azure LightCyan PaleTurquoise Cyan Aqua DarkTurquoise DarkSlateGrey DarkCyan Teal MediumTurquoise LightSeaGreen Turquoise Aquamarine MediumAquamarine MediumSpringGreen MintCream SpringGreen MediumSeaGreen SeaGreen Honeydew LightGreen PaleGreen DarkSeaGreen LimeGreen Lime ForestGreen Green DarkGreen Chartreuse LawnGreen GreenYellow DarkOliveGreen YellowGreen OliveDrab Beige LightGoldenrodYellow Ivory LightYellow Yellow Olive DarkKhaki LemonChiffon PaleGoldenrod Khaki Gold Cornsilk Goldenrod DarkGoldenrod FloralWhite OldLace Wheat Moccasin Orange PapayaWhip BlanchedAlmond NavajoWhite AntiqueWhite Tan BurlyWood Bisque DarkOrange Linen Peru PeachPuff SandyBrown Chocolate SaddleBrown Seashell Sienna LightSalmon Coral OrangeRed DarkSalmon Tomato MistyRose Salmon Snow LightCoral RosyBrown IndianRed Red Brown FireBrick DarkRed Maroon White WhiteSmoke Gainsboro LightGrey Silver DarkGrey Grey DimGrey Black\" variable=\"colour-picker-value\">\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$list>\n\n---\n\n<$edit-text tiddler=\"$:/config/ColourPicker/New\" tag=\"input\" default=\"\" placeholder=\"\"/>\n<$edit-text tiddler=\"$:/config/ColourPicker/New\" type=\"color\" tag=\"input\"/>\n<$set name=\"colour-picker-value\" value={{$:/config/ColourPicker/New}}>\n<$macrocall $name=\"colour-picker-inner\" actions=\"\"\"$actions$\"\"\"/>\n</$set>\n\n</div>\n\n\\end\n"
        },
        "$:/core/macros/copy-to-clipboard": {
            "title": "$:/core/macros/copy-to-clipboard",
            "tags": "$:/tags/Macro",
            "text": "\\define copy-to-clipboard(src,class:\"tc-btn-invisible\",style)\n<$button class=<<__class__>> style=<<__style__>> message=\"tm-copy-to-clipboard\" param=<<__src__>> tooltip={{$:/language/Buttons/CopyToClipboard/Hint}}>\n{{$:/core/images/copy-clipboard}} <$text text={{$:/language/Buttons/CopyToClipboard/Caption}}/>\n</$button>\n\\end\n\n\\define copy-to-clipboard-above-right(src,class:\"tc-btn-invisible\",style)\n<div style=\"position: relative;\">\n<div style=\"position: absolute; bottom: 0; right: 0;\">\n<$macrocall $name=\"copy-to-clipboard\" src=<<__src__>> class=<<__class__>> style=<<__style__>>/>\n</div>\n</div>\n\\end\n\n"
        },
        "$:/core/macros/diff": {
            "title": "$:/core/macros/diff",
            "tags": "$:/tags/Macro",
            "text": "\\define compareTiddlerText(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle)\n<$set name=\"source\" tiddler=<<__sourceTiddlerTitle__>> subtiddler=<<__sourceSubTiddlerTitle__>>>\n<$set name=\"dest\" tiddler=<<__destTiddlerTitle__>> subtiddler=<<__destSubTiddlerTitle__>>>\n<$diff-text source=<<source>> dest=<<dest>>/>\n</$set>\n</$set>\n\\end\n\n\\define compareTiddlers(sourceTiddlerTitle,sourceSubTiddlerTitle,destTiddlerTitle,destSubTiddlerTitle,exclude)\n<table class=\"tc-diff-tiddlers\">\n<tbody>\n<$set name=\"sourceFields\" filter=\"[<__sourceTiddlerTitle__>fields[]sort[]]\">\n<$set name=\"destFields\" filter=\"[<__destSubTiddlerTitle__>subtiddlerfields<__destTiddlerTitle__>sort[]]\">\n<$list filter=\"[enlist<sourceFields>] [enlist<destFields>] -[enlist<__exclude__>] +[sort[]]\" variable=\"fieldName\">\n<tr>\n<th>\n<$text text=<<fieldName>>/> \n</th>\n<td>\n<$set name=\"source\" tiddler=<<__sourceTiddlerTitle__>> subtiddler=<<__sourceSubTiddlerTitle__>> field=<<fieldName>>>\n<$set name=\"dest\" tiddler=<<__destTiddlerTitle__>> subtiddler=<<__destSubTiddlerTitle__>> field=<<fieldName>>>\n<$diff-text source=<<source>> dest=<<dest>>>\n</$diff-text>\n</$set>\n</$set>\n</td>\n</tr>\n</$list>\n</$set>\n</$set>\n</tbody>\n</table>\n\\end\n"
        },
        "$:/core/macros/dumpvariables": {
            "title": "$:/core/macros/dumpvariables",
            "tags": "$:/tags/Macro",
            "text": "\\define dumpvariables()\n<ul>\n<$list filter=\"[variables[]]\" variable=\"varname\">\n<li>\n<strong><code><$text text=<<varname>>/></code></strong>:<br/>\n<$codeblock code={{{ [<varname>getvariable[]] }}}/>\n</li>\n</$list>\n</ul>\n\\end\n"
        },
        "$:/core/macros/export": {
            "title": "$:/core/macros/export",
            "tags": "$:/tags/Macro",
            "text": "\\define exportButtonFilename(baseFilename)\n$baseFilename$$(extension)$\n\\end\n\n\\define exportButton(exportFilter:\"[!is[system]sort[title]]\",lingoBase,baseFilename:\"tiddlers\")\n<span class=\"tc-popup-keep\"><$button popup=<<qualify \"$:/state/popup/export\">> tooltip={{$lingoBase$Hint}} aria-label={{$lingoBase$Caption}} class=<<tv-config-toolbar-class>> selectedClass=\"tc-selected\">\n<$list filter=\"[<tv-config-toolbar-icons>match[yes]]\">\n{{$:/core/images/export-button}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>match[yes]]\">\n<span class=\"tc-btn-text\"><$text text={{$lingoBase$Caption}}/></span>\n</$list>\n</$button></span><$reveal state=<<qualify \"$:/state/popup/export\">> type=\"popup\" position=\"below\" animate=\"yes\">\n<div class=\"tc-drop-down\">\n<$set name=\"count\" value={{{ [subfilter<__exportFilter__>count[]] }}}>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Exporter]]\">\n<$list filter=\"[<currentTiddler>has[condition]subfilter{!!condition}limit[1]] ~[<currentTiddler>!has[condition]then[true]]\" variable=\"ignore\">\n<$set name=\"extension\" value={{!!extension}}>\n<$button class=\"tc-btn-invisible\">\n<$action-sendmessage $message=\"tm-download-file\" $param=<<currentTiddler>> exportFilter=<<__exportFilter__>> filename=<<exportButtonFilename \"\"\"$baseFilename$\"\"\">>/>\n<$action-deletetiddler $tiddler=<<qualify \"$:/state/popup/export\">>/>\n<$transclude field=\"description\"/>\n</$button>\n</$set>\n</$list>\n</$list>\n</$set>\n</div>\n</$reveal>\n\\end\n"
        },
        "$:/core/macros/image-picker": {
            "title": "$:/core/macros/image-picker",
            "created": "20170715180840889",
            "modified": "20170715180914005",
            "tags": "$:/tags/Macro",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define image-picker-thumbnail(actions)\n<$button tag=\"a\" tooltip=\"\"\"$(imageTitle)$\"\"\">\n$actions$\n<$transclude tiddler=<<imageTitle>>/>\n</$button>\n\\end\n\n\\define image-picker-list(filter,actions)\n<$list filter=\"\"\"$filter$\"\"\" variable=\"imageTitle\">\n<$macrocall $name=\"image-picker-thumbnail\" actions=\"\"\"$actions$\"\"\"/>\n</$list>\n\\end\n\n\\define image-picker(actions,filter:\"[all[shadows+tiddlers]is[image]] -[type[application/pdf]] +[!has[draft.of]$subfilter$sort[title]]\",subfilter:\"\")\n<div class=\"tc-image-chooser\">\n<$vars state-system=<<qualify \"$:/state/image-picker/system\">>>\n<$checkbox tiddler=<<state-system>> field=\"text\" checked=\"show\" unchecked=\"hide\" default=\"hide\">\n{{$:/language/SystemTiddlers/Include/Prompt}}\n</$checkbox>\n<$reveal state=<<state-system>> type=\"match\" text=\"hide\" default=\"hide\" tag=\"div\">\n<$macrocall $name=\"image-picker-list\" filter=\"\"\"$filter$ +[!is[system]]\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</$reveal>\n<$reveal state=<<state-system>> type=\"nomatch\" text=\"hide\" default=\"hide\" tag=\"div\">\n<$macrocall $name=\"image-picker-list\" filter=\"\"\"$filter$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</$reveal>\n</$vars>\n</div>\n\\end\n\n\\define image-picker-include-tagged-images(actions)\n<$macrocall $name=\"image-picker\" filter=\"[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[!has[draft.of]sort[title]]\" actions=\"\"\"$actions$\"\"\"/>\n\\end\n"
        },
        "$:/core/macros/keyboard-driven-input": {
            "title": "$:/core/macros/keyboard-driven-input",
            "tags": "$:/tags/Macro",
            "text": "\\define change-input-tab(stateTitle,tag,beforeafter,defaultState,actions)\n<$set name=\"tabsList\" filter=\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]]\">\n<$vars currentState={{{ [<__stateTitle__>!is[missing]get[text]] ~[<__defaultState__>] }}} firstTab={{{ [enlist<tabsList>nth[1]] }}} lastTab={{{ [enlist<tabsList>last[]] }}}>\n<$set name=\"nextTab\" value={{{ [all[shadows+tiddlers]tag<__tag__>!has[draft.of]$beforeafter$<currentState>] ~[[$beforeafter$]removeprefix[after]suffix[]addprefix<firstTab>] ~[[$beforeafter$]removeprefix[before]suffix[]addprefix<lastTab>] }}}>\n<$action-setfield $tiddler=<<__stateTitle__>> text=<<nextTab>>/>\n$actions$\n</$set>\n</$vars>\n</$set>\n\\end\n\n\\define keyboard-input-actions()\n<$list filter=\"[<__index__>match[]]\">\n<$action-setfield $tiddler=<<__storeTitle__>> text={{{ [<__tiddler__>get<__field__>] }}}/>\n</$list>\n<$list filter=\"[<__index__>!match[]]\">\n<$action-setfield $tiddler=<<__storeTitle__>> text={{{ [<__tiddler__>getindex<__index__>] }}}/>\n</$list>\n\\end\n\n\\define input-next-actions-inner()\n<$list filter=\"[<nextItem>minlength[1]]\" variable=\"ignore\">\n<$action-setfield $tiddler=<<__selectionStateTitle__>> text=<<nextItem>>/>\n<$list filter=\"[<__index__>match[]]\">\n<$action-setfield $tiddler=<<__tiddler__>> $field=<<__field__>> $value={{{ [<nextItem>] +[splitregexp[(?:.(?!-))+$]] }}}/>\n</$list>\n<$list filter=\"[<__index__>!match[]]\">\n<$action-setfield $tiddler=<<__tiddler__>> $index=<<__index__>> $value={{{ [<nextItem>] +[splitregexp[(?:.(?!-))+$]] }}}/>\n</$list>\n<$action-setfield $tiddler=<<__refreshTitle__>> text=\"yes\"/>\n</$list>\n\\end\n\n\\define input-next-actions(afterOrBefore:\"after\",reverse:\"\")\n<$list filter=\"[<__storeTitle__>get[text]minlength<__filterMinLength__>] [<__filterMinLength__>match[0]] +[limit[1]]\" variable=\"ignore\">\n<$vars userInput={{{ [<__storeTitle__>get[text]] }}} selectedItem={{{ [<__selectionStateTitle__>get[text]] }}}>\n<$set name=\"configTiddler\" value={{{ [subfilter<__configTiddlerFilter__>] }}}>\n<$vars primaryListFilter={{{ [<configTiddler>get<__firstSearchFilterField__>] }}} secondaryListFilter={{{ [<configTiddler>get<__secondSearchFilterField__>] }}}>\n<$set name=\"filteredList\" filter=\"[subfilter<primaryListFilter>addsuffix[-primaryList]] =[subfilter<secondaryListFilter>addsuffix[-secondaryList]]\">\n<$vars nextItem={{{ [enlist<filteredList>$afterOrBefore$<selectedItem>] ~[enlist<filteredList>$reverse$nth[1]] }}} firstItem={{{ [enlist<filteredList>nth[1]] }}} lastItem={{{ [enlist<filteredList>last[]] }}}>\n<$list filter=\"[<selectedItem>match<firstItem>!match<lastItem>]\" variable=\"ignore\">\n<$set name=\"nextItem\" value={{{ [[$afterOrBefore$]match[before]then<userInput>addsuffix[-userInput]] ~[<nextItem>] }}}>\n<<input-next-actions-inner>>\n</$set>\n</$list>\n<$list filter=\"[<selectedItem>match<lastItem>!match<firstItem>]\" variable=\"ignore\">\n<$set name=\"nextItem\" value={{{ [[$afterOrBefore$]match[after]then<userInput>addsuffix[-userInput]] ~[<nextItem>] }}}>\n<<input-next-actions-inner>>\n</$set>\n</$list>\n<$list filter=\"[<selectedItem>match<firstItem>match<lastItem>]\" variable=\"ignore\">\n<$set name=\"nextItem\" value={{{ [<userInput>addsuffix[-userInput]] }}}>\n<<input-next-actions-inner>>\n</$set>\n</$list>\n<$list filter=\"[<selectedItem>!match<firstItem>!match<lastItem>]\" variable=\"ignore\">\n<<input-next-actions-inner>>\n</$list>\n</$vars>\n</$set>\n</$vars>\n</$set>\n</$vars>\n</$list>\n\\end\n\n\\define keyboard-driven-input(tiddler,storeTitle,field:\"text\",index:\"\",tag:\"input\",type,focus:\"\",inputAcceptActions,inputAcceptVariantActions,inputCancelActions,placeholder:\"\",default:\"\",class,focusPopup,rows,minHeight,tabindex,size,autoHeight,filterMinLength:\"0\",refreshTitle,selectionStateTitle,cancelPopups:\"\",configTiddlerFilter,firstSearchFilterField:\"first-search-filter\",secondSearchFilterField:\"second-search-filter\")\n\\whitespace trim\n<$keyboard key=\"((input-accept))\" actions=<<__inputAcceptActions__>>>\n<$keyboard key=\"((input-accept-variant))\" actions=<<__inputAcceptVariantActions__>>>\n<$keyboard key=\"((input-up))\" actions=<<input-next-actions \"before\" \"reverse[]\">>>\n<$keyboard key=\"((input-down))\" actions=<<input-next-actions>>>\n<$keyboard key=\"((input-cancel))\" actions=<<__inputCancelActions__>>>\n<$edit-text tiddler=<<__tiddler__>> field=<<__field__>> index=<<__index__>> \n\t\tinputActions=<<keyboard-input-actions>> tag=<<__tag__>> class=<<__class__>> \n\t\tplaceholder=<<__placeholder__>> default=<<__default__>> focusPopup=<<__focusPopup__>> \n\t\tfocus=<<__focus__>> type=<<__type__>> rows=<<__rows__>> minHeight=<<__minHeight__>> \n\t\ttabindex=<<__tabindex__>> size=<<__size__>> autoHeight=<<__autoHeight__>> \n\t\trefreshTitle=<<__refreshTitle__>> cancelPopups=<<__cancelPopups__>>/>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n</$keyboard>\n\\end\n"
        },
        "$:/core/macros/lingo": {
            "title": "$:/core/macros/lingo",
            "tags": "$:/tags/Macro",
            "text": "\\define lingo-base()\n$:/language/\n\\end\n\n\\define lingo(title)\n{{$(lingo-base)$$title$}}\n\\end\n"
        },
        "$:/core/macros/list": {
            "title": "$:/core/macros/list",
            "tags": "$:/tags/Macro",
            "text": "\\define list-links(filter,type:\"ul\",subtype:\"li\",class:\"\",emptyMessage)\n\\whitespace trim\n<$type$ class=\"$class$\">\n<$list filter=\"$filter$\" emptyMessage=<<__emptyMessage__>>>\n<$subtype$>\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$subtype$>\n</$list>\n</$type$>\n\\end\n\n\\define list-links-draggable-drop-actions()\n<$action-listops $tiddler=<<targetTiddler>> $field=<<targetField>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n\\end\n\n\\define list-links-draggable(tiddler,field:\"list\",type:\"ul\",subtype:\"li\",class:\"\",itemTemplate)\n\\whitespace trim\n<span class=\"tc-links-draggable-list\">\n<$vars targetTiddler=\"\"\"$tiddler$\"\"\" targetField=\"\"\"$field$\"\"\">\n<$type$ class=\"$class$\">\n<$list filter=\"[list[$tiddler$!!$field$]]\">\n<$droppable actions=<<list-links-draggable-drop-actions>> tag=\"\"\"$subtype$\"\"\" enable=<<tv-enable-drag-and-drop>>>\n<div class=\"tc-droppable-placeholder\"/>\n<div>\n<$transclude tiddler=\"\"\"$itemTemplate$\"\"\">\n<$link to={{!!title}}>\n<$transclude field=\"caption\">\n<$view field=\"title\"/>\n</$transclude>\n</$link>\n</$transclude>\n</div>\n</$droppable>\n</$list>\n<$tiddler tiddler=\"\">\n<$droppable actions=<<list-links-draggable-drop-actions>> tag=\"div\" enable=<<tv-enable-drag-and-drop>>>\n<div class=\"tc-droppable-placeholder\">\n{{$:/core/images/blank}}\n</div>\n<div style=\"height:0.5em;\"/>\n</$droppable>\n</$tiddler>\n</$type$>\n</$vars>\n</span>\n\\end\n\n\\define list-tagged-draggable-drop-actions(tag)\n<!-- Save the current ordering of the tiddlers with this tag -->\n<$set name=\"order\" filter=\"[<__tag__>tagging[]]\">\n<!-- Remove any list-after or list-before fields from the tiddlers with this tag -->\n<$list filter=\"[<__tag__>tagging[]]\">\n<$action-deletefield $field=\"list-before\"/>\n<$action-deletefield $field=\"list-after\"/>\n</$list>\n<!-- Save the new order to the Tag Tiddler -->\n<$action-listops $tiddler=<<__tag__>> $field=\"list\" $filter=\"+[enlist<order>] +[insertbefore:currentTiddler<actionTiddler>]\"/>\n<!-- Make sure the newly added item has the right tag -->\n<!-- Removing this line makes dragging tags within the dropdown work as intended -->\n<!--<$action-listops $tiddler=<<actionTiddler>> $tags=<<__tag__>>/>-->\n<!-- Using the following 5 lines as replacement makes dragging titles from outside into the dropdown apply the tag -->\n<$list filter=\"[<actionTiddler>!contains:tags<__tag__>]\">\n<$fieldmangler tiddler=<<actionTiddler>>>\n<$action-sendmessage $message=\"tm-add-tag\" $param=<<__tag__>>/>\n</$fieldmangler>\n</$list>\n</$set>\n\\end\n\n\\define list-tagged-draggable(tag,subFilter,emptyMessage,itemTemplate,elementTag:\"div\",storyview:\"\")\n\\whitespace trim\n<span class=\"tc-tagged-draggable-list\">\n<$set name=\"tag\" value=<<__tag__>>>\n<$list filter=\"[<__tag__>tagging[]$subFilter$]\" emptyMessage=<<__emptyMessage__>> storyview=<<__storyview__>>>\n<$elementTag$ class=\"tc-menu-list-item\">\n<$droppable actions=\"\"\"<$macrocall $name=\"list-tagged-draggable-drop-actions\" tag=<<__tag__>>/>\"\"\" enable=<<tv-enable-drag-and-drop>>>\n<$elementTag$ class=\"tc-droppable-placeholder\"/>\n<$elementTag$>\n<$transclude tiddler=\"\"\"$itemTemplate$\"\"\">\n<$link to={{!!title}}>\n<$view field=\"title\"/>\n</$link>\n</$transclude>\n</$elementTag$>\n</$droppable>\n</$elementTag$>\n</$list>\n<$tiddler tiddler=\"\">\n<$droppable actions=\"\"\"<$macrocall $name=\"list-tagged-draggable-drop-actions\" tag=<<__tag__>>/>\"\"\" enable=<<tv-enable-drag-and-drop>>>\n<$elementTag$ class=\"tc-droppable-placeholder\"/>\n<$elementTag$ style=\"height:0.5em;\">\n</$elementTag$>\n</$droppable>\n</$tiddler>\n</$set>\n</span>\n\\end\n"
        },
        "$:/core/macros/tabs": {
            "title": "$:/core/macros/tabs",
            "tags": "$:/tags/Macro",
            "text": "\\define tabs(tabsList,default,state:\"$:/state/tab\",class,template,buttonTemplate,retain,actions,explicitState)\n<$set name=\"qualifiedState\" value=<<qualify \"$state$\">>>\n<$vars tabsState={{{ [<__explicitState__>minlength[1]] ~[<qualifiedState>] }}}>\n<div class=\"tc-tab-set $class$\">\n<div class=\"tc-tab-buttons $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\" storyview=\"pop\"><$set name=\"save-currentTiddler\" value=<<currentTiddler>>><$tiddler tiddler=<<currentTab>>><$button set=<<tabsState>> setTo=<<currentTab>> default=\"$default$\" selectedClass=\"tc-tab-selected\" tooltip={{!!tooltip}}>\n<$tiddler tiddler=<<save-currentTiddler>>>\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude tiddler=\"$buttonTemplate$\" mode=\"inline\">\n<$transclude tiddler=<<currentTab>> field=\"caption\">\n<$macrocall $name=\"currentTab\" $type=\"text/plain\" $output=\"text/plain\"/>\n</$transclude>\n</$transclude>\n</$set></$tiddler>$actions$</$button></$tiddler></$set></$list>\n</div>\n<div class=\"tc-tab-divider $class$\"/>\n<div class=\"tc-tab-content $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\">\n\n<$reveal type=\"match\" state=<<tabsState>> text=<<currentTab>> default=\"$default$\" retain=\"\"\"$retain$\"\"\">\n\n<$transclude tiddler=\"$template$\" mode=\"block\">\n\n<$transclude tiddler=<<currentTab>> mode=\"block\"/>\n\n</$transclude>\n\n</$reveal>\n\n</$list>\n</div>\n</div>\n</$vars>\n</$set>\n\\end\n"
        },
        "$:/core/macros/tag-picker": {
            "title": "$:/core/macros/tag-picker",
            "tags": "$:/tags/Macro",
            "first-search-filter": "[tags[]!is[system]search:title<userInput>sort[]]",
            "second-search-filter": "[tags[]is[system]search:title<userInput>sort[]]",
            "text": "\\define get-tagpicker-focus-selector() [data-tiddler-title=\"$(currentTiddlerCSSEscaped)$\"] .tc-add-tag-name input\n\n\\define delete-tag-state-tiddlers() <$action-deletetiddler $filter=\"[<newTagNameTiddler>] [<storeTitle>] [<tagSelectionState>]\"/>\n\n\\define add-tag-actions(actions,tagField:\"tags\")\n<$set name=\"tag\" value={{{ [<__tiddler__>get[text]] }}}>\n<$list filter=\"[<saveTiddler>!contains:$tagField$<tag>!match[]]\" variable=\"ignore\" emptyMessage=\"\"\"\n<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"-[<tag>]\"/>\n\"\"\">\n<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"[<tag>]\"/>\n$actions$\n</$list>\n</$set>\n<<delete-tag-state-tiddlers>>\n<$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n\\end\n\n\\define clear-tags-actions-inner()\n<$list filter=\"[<storeTitle>has[text]] [<newTagNameTiddler>has[text]]\" variable=\"ignore\" emptyMessage=\"\"\"<<cancel-delete-tiddler-actions \"cancel\">>\"\"\">\n<<delete-tag-state-tiddlers>>\n</$list>\n\\end\n\n\\define clear-tags-actions()\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[<newTagNameTiddler>get[text]!match<userInput>]\" emptyMessage=\"\"\"<<clear-tags-actions-inner>>\"\"\">\n<$action-setfield $tiddler=<<newTagNameTiddler>> text=<<userInput>>/><$action-setfield $tiddler=<<refreshTitle>> text=\"yes\"/>\n</$list>\n</$set>\n\\end\n\n\\define tag-picker-inner(actions,tagField:\"tags\")\n\\whitespace trim\n<$vars newTagNameInputTiddlerQualified=<<qualify \"$:/temp/NewTagName/input\">> newTagNameSelectionTiddlerQualified=<<qualify \"$:/temp/NewTagName/selected-item\">> fallbackTarget={{$(palette)$##tag-background}} colourA={{$(palette)$##foreground}} colourB={{$(palette)$##background}}>\n<$vars storeTitle={{{ [<newTagNameInputTiddler>!match[]] ~[<newTagNameInputTiddlerQualified>] }}} tagSelectionState={{{ [<newTagNameSelectionTiddler>!match[]] ~[<newTagNameSelectionTiddlerQualified>] }}}>\n<$vars refreshTitle=<<qualify \"$:/temp/NewTagName/refresh\">> nonSystemTagsFilter=\"[tags[]!is[system]search:title<userInput>sort[]]\" systemTagsFilter=\"[tags[]is[system]search:title<userInput>sort[]]\">\n<div class=\"tc-edit-add-tag\">\n<div>\n<span class=\"tc-add-tag-name tc-small-gap-right\">\n<$macrocall $name=\"keyboard-driven-input\" tiddler=<<newTagNameTiddler>> storeTitle=<<storeTitle>> refreshTitle=<<refreshTitle>>\n\t\tselectionStateTitle=<<tagSelectionState>> inputAcceptActions=\"\"\"<$macrocall $name=\"add-tag-actions\" actions=<<__actions__>> tagField=<<__tagField__>>/>\"\"\"\n\t\tinputCancelActions=<<clear-tags-actions>> tag=\"input\" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}}\n\t\tfocusPopup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-edit-texteditor tc-popup-handle\" tabindex=<<tabIndex>> \n\t\tfocus={{{ [{$:/config/AutoFocus}match[tags]then[true]] ~[[false]] }}} filterMinLength={{$:/config/Tags/MinLength}} \n\t\tcancelPopups=<<cancelPopups>> configTiddlerFilter=\"[[$:/core/macros/tag-picker]]\"/>\n</span><$button popup=<<qualify \"$:/state/popup/tags-auto-complete\">> class=\"tc-btn-invisible tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Tags/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Tags/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button><$reveal state=<<storeTitle>> type=\"nomatch\" text=\"\"><$button class=\"tc-btn-invisible tc-small-gap tc-btn-dropdown\" tooltip={{$:/language/EditTemplate/Tags/ClearInput/Hint}} aria-label={{$:/language/EditTemplate/Tags/ClearInput/Caption}}>{{$:/core/images/close-button}}<<delete-tag-state-tiddlers>></$button></$reveal><span class=\"tc-add-tag-button tc-small-gap-left\">\n<$set name=\"tag\" value={{{ [<newTagNameTiddler>get[text]] }}}>\n<$button set=<<newTagNameTiddler>> setTo=\"\" class=\"\">\n<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter=\"[<tag>]\"/>\n$actions$\n<$set name=\"currentTiddlerCSSEscaped\" value={{{ [<saveTiddler>escapecss[]] }}}>\n<<delete-tag-state-tiddlers>><$action-sendmessage $message=\"tm-focus-selector\" $param=<<get-tagpicker-focus-selector>>/>\n</$set>\n{{$:/language/EditTemplate/Tags/Add/Button}}\n</$button>\n</$set>\n</span>\n</div>\n<div class=\"tc-block-dropdown-wrapper\">\n<$reveal state=<<qualify \"$:/state/popup/tags-auto-complete\">> type=\"nomatch\" text=\"\" default=\"\">\n<div class=\"tc-block-dropdown tc-block-tags-dropdown\">\n<$set name=\"userInput\" value={{{ [<storeTitle>get[text]] }}}>\n<$list filter=\"[<userInput>minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=<<nonSystemTagsFilter>> variable=\"tag\">\n<$list filter=\"[<tag>addsuffix[-primaryList]] -[<tagSelectionState>get[text]]\" emptyMessage=\"\"\"<$vars button-classes=\"tc-btn-invisible tc-tag-button-selected\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\"\"\">\n<$vars button-classes=\"tc-btn-invisible\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\n</$list>\n</$list></$list>\n<hr>\n<$list filter=\"[<userInput>minlength{$:/config/Tags/MinLength}limit[1]]\" emptyMessage=\"\"\"<div class=\"tc-search-results\">{{$:/language/Search/Search/TooShort}}</div>\"\"\" variable=\"listItem\">\n<$list filter=<<systemTagsFilter>> variable=\"tag\">\n<$list filter=\"[<tag>addsuffix[-secondaryList]] -[<tagSelectionState>get[text]]\" emptyMessage=\"\"\"<$vars button-classes=\"tc-btn-invisible tc-tag-button-selected\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\"\"\">\n<$vars button-classes=\"tc-btn-invisible\" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>\n</$list>\n</$list></$list>\n</$set>\n</div>\n</$reveal>\n</div>\n</div>\n</$vars>\n</$vars>\n</$vars>\n\\end\n\\define tag-picker(actions,tagField:\"tags\")\n\\whitespace trim\n<$vars saveTiddler=<<currentTiddler>> palette={{$:/palette}}>\n<$list filter=\"[<newTagNameTiddler>match[]]\" emptyMessage=\"\"\"<$macrocall $name=\"tag-picker-inner\" actions=<<__actions__>> tagField=<<__tagField__>>/>\"\"\">\n<$set name=\"newTagNameTiddler\" value=<<qualify \"$:/temp/NewTagName\">>>\n<$macrocall $name=\"tag-picker-inner\" actions=<<__actions__>> tagField=<<__tagField__>>/>\n</$set>\n</$list>\n</$vars>\n\\end\n"
        },
        "$:/core/macros/tag": {
            "title": "$:/core/macros/tag",
            "tags": "$:/tags/Macro",
            "text": "\\define tag-pill-styles()\nbackground-color:$(backgroundColor)$;\nfill:$(foregroundColor)$;\ncolor:$(foregroundColor)$;\n\\end\n\n\\define tag-pill-inner(tag,icon,colour,fallbackTarget,colourA,colourB,element-tag,element-attributes,actions)\n<$vars foregroundColor=<<contrastcolour target:\"\"\"$colour$\"\"\" fallbackTarget:\"\"\"$fallbackTarget$\"\"\" colourA:\"\"\"$colourA$\"\"\" colourB:\"\"\"$colourB$\"\"\">> backgroundColor=\"\"\"$colour$\"\"\">\n<$element-tag$ $element-attributes$ class=\"tc-tag-label tc-btn-invisible\" style=<<tag-pill-styles>>>\n$actions$<$transclude tiddler=\"\"\"$icon$\"\"\"/><$view tiddler=<<__tag__>> field=\"title\" format=\"text\" />\n</$element-tag$>\n</$vars>\n\\end\n\n\\define tag-pill-body(tag,icon,colour,palette,element-tag,element-attributes,actions)\n<$macrocall $name=\"tag-pill-inner\" tag=<<__tag__>> icon=\"\"\"$icon$\"\"\" colour=\"\"\"$colour$\"\"\" fallbackTarget={{$palette$##tag-background}} colourA={{$palette$##foreground}} colourB={{$palette$##background}} element-tag=\"\"\"$element-tag$\"\"\" element-attributes=\"\"\"$element-attributes$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n\\end\n\n\\define tag-pill(tag,element-tag:\"span\",element-attributes:\"\",actions:\"\")\n<span class=\"tc-tag-list-item\">\n<$macrocall $name=\"tag-pill-body\" tag=<<__tag__>> icon={{{ [<__tag__>get[icon]] }}} colour={{{ [<__tag__>get[color]] }}} palette={{$:/palette}} element-tag=\"\"\"$element-tag$\"\"\" element-attributes=\"\"\"$element-attributes$\"\"\" actions=\"\"\"$actions$\"\"\"/>\n</span>\n\\end\n\n\\define tag(tag)\n{{$tag$||$:/core/ui/TagTemplate}}\n\\end\n"
        },
        "$:/core/macros/thumbnails": {
            "title": "$:/core/macros/thumbnails",
            "tags": "$:/tags/Macro",
            "text": "\\define thumbnail(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<$link to=\"\"\"$link$\"\"\"><div class=\"tc-thumbnail-wrapper\">\n<div class=\"tc-thumbnail-image\" style=\"width:$width$px;height:$height$px;\"><$reveal type=\"nomatch\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" style=\"width:$width$px;height:$height$px;\">\n[img[$image$]]\n</$reveal><$reveal type=\"match\" text=\"\" default=\"\"\"$image$\"\"\" tag=\"div\" class=\"tc-thumbnail-background\" style=\"width:$width$px;height:$height$px;background-color:$background-color$;\"></$reveal></div><div class=\"tc-thumbnail-icon\" style=\"fill:$color$;color:$color$;\">\n$icon$\n</div><div class=\"tc-thumbnail-caption\">\n$caption$\n</div>\n</div></$link>\n\\end\n\n\\define thumbnail-right(link,icon,color,background-color,image,caption,width:\"280\",height:\"157\")\n<div class=\"tc-thumbnail-right-wrapper\"><<thumbnail \"\"\"$link$\"\"\" \"\"\"$icon$\"\"\" \"\"\"$color$\"\"\" \"\"\"$background-color$\"\"\" \"\"\"$image$\"\"\" \"\"\"$caption$\"\"\" \"\"\"$width$\"\"\" \"\"\"$height$\"\"\">></div>\n\\end\n\n\\define list-thumbnails(filter,width:\"280\",height:\"157\")\n<$list filter=\"\"\"$filter$\"\"\"><$macrocall $name=\"thumbnail\" link={{!!link}} icon={{!!icon}} color={{!!color}} background-color={{!!background-color}} image={{!!image}} caption={{!!caption}} width=\"\"\"$width$\"\"\" height=\"\"\"$height$\"\"\"/></$list>\n\\end\n"
        },
        "$:/core/macros/timeline": {
            "title": "$:/core/macros/timeline",
            "created": "20141212105914482",
            "modified": "20141212110330815",
            "tags": "$:/tags/Macro",
            "text": "\\define timeline-title()\n\\whitespace trim\n<!-- Override this macro with a global macro \n     of the same name if you need to change \n     how titles are displayed on the timeline \n     -->\n<$view field=\"title\"/>\n\\end\n\\define timeline(limit:\"100\",format:\"DDth MMM YYYY\",subfilter:\"\",dateField:\"modified\")\n<div class=\"tc-timeline\">\n<$list filter=\"[!is[system]$subfilter$has[$dateField$]!sort[$dateField$]limit[$limit$]eachday[$dateField$]]\">\n<div class=\"tc-menu-list-item\">\n<$view field=\"$dateField$\" format=\"date\" template=\"$format$\"/>\n<$list filter=\"[sameday:$dateField${!!$dateField$}!is[system]$subfilter$!sort[$dateField$]]\">\n<div class=\"tc-menu-list-subitem\">\n<$link to={{!!title}}><<timeline-title>></$link>\n</div>\n</$list>\n</div>\n</$list>\n</div>\n\\end\n"
        },
        "$:/core/macros/toc": {
            "title": "$:/core/macros/toc",
            "tags": "$:/tags/Macro",
            "text": "\\define toc-caption()\n<$set name=\"tv-wikilinks\" value=\"no\">\n  <$transclude field=\"caption\">\n    <$view field=\"title\"/>\n  </$transclude>\n</$set>\n\\end\n\n\\define toc-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<ol class=\"tc-toc\">\n  <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n    <$vars item=<<currentTiddler>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n      <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n        <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n          <li class=<<toc-item-class>>>\n            <$list filter=\"[all[current]toc-link[no]]\" emptyMessage=\"<$link to={{{ [<currentTiddler>get[target]else<currentTiddler>] }}}><$view field='caption'><$view field='title'/></$view></$link>\">\n              <<toc-caption>>\n            </$list>\n            <$macrocall $name=\"toc-body\" tag=<<item>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>\n          </li>\n        </$set>\n      </$set>\n    </$vars>\n  </$list>\n</ol>\n\\end\n\n\\define toc(tag,sort:\"\",itemClassFilter:\"\")\n<$macrocall $name=\"toc-body\"  tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> />\n\\end\n\n\\define toc-linked-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<!-- helper function -->\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n    <li class=<<toc-item-class>>>\n    <$link to={{{ [<currentTiddler>get[target]else<currentTiddler>] }}}>\n      <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/right-arrow}}\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/down-arrow}}\n        </$button>\n      </$reveal>\n      <<toc-caption>>\n    </$link>\n    <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n      <$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n    </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-unlinked-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<!-- helper function -->\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n    <li class=<<toc-item-class>>>\n      <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/right-arrow}}\n          <<toc-caption>>\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n          {{$:/core/images/down-arrow}}\n          <<toc-caption>>\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$macrocall $name=\"toc-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n      </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-expandable-empty-message()\n<$macrocall $name=\"toc-linked-expandable-body\" tag=<<tag>> sort=<<sort>> itemClassFilter=<<itemClassFilter>> exclude=<<excluded>> path=<<path>>/>\n\\end\n\n\\define toc-expandable(tag,sort:\"\",itemClassFilter:\"\",exclude,path)\n<$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n  <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n    <ol class=\"tc-toc toc-expandable\">\n      <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n        <$list filter=\"[all[current]toc-link[no]]\" emptyMessage=<<toc-expandable-empty-message>> >\n          <$macrocall $name=\"toc-unlinked-expandable-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=\"\"\"itemClassFilter\"\"\" exclude=<<excluded>> path=<<path>> />\n        </$list>\n      </$list>\n    </ol>\n  </$set>\n</$vars>\n\\end\n\n\\define toc-linked-selective-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\" >\n    <li class=<<toc-item-class>>>\n      <$link to={{{ [<currentTiddler>get[target]else<currentTiddler>] }}}>\n          <$list filter=\"[all[current]tagging[]$sort$limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button>\">\n          <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n            <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n              {{$:/core/images/right-arrow}}\n            </$button>\n          </$reveal>\n          <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n            <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n              {{$:/core/images/down-arrow}}\n            </$button>\n          </$reveal>\n        </$list>\n        <<toc-caption>>\n      </$link>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n      </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-unlinked-selective-expandable-body(tag,sort:\"\",itemClassFilter,exclude,path)\n<$qualify name=\"toc-state\" title={{{ [[$:/state/toc]addsuffix<__path__>addsuffix[-]addsuffix<currentTiddler>] }}}>\n  <$set name=\"toc-item-class\" filter=<<__itemClassFilter__>> emptyValue=\"toc-item-selected\" value=\"toc-item\">\n    <li class=<<toc-item-class>>>\n      <$list filter=\"[all[current]tagging[]$sort$limit[1]]\" variable=\"ignore\" emptyMessage=\"<$button class='tc-btn-invisible'>{{$:/core/images/blank}}</$button> <$view field='caption'><$view field='title'/></$view>\">\n        <$reveal type=\"nomatch\" stateTitle=<<toc-state>> text=\"open\">\n          <$button setTitle=<<toc-state>> setTo=\"open\" class=\"tc-btn-invisible tc-popup-keep\">\n            {{$:/core/images/right-arrow}}\n            <<toc-caption>>\n          </$button>\n        </$reveal>\n        <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n          <$button setTitle=<<toc-state>> setTo=\"close\" class=\"tc-btn-invisible tc-popup-keep\">\n            {{$:/core/images/down-arrow}}\n            <<toc-caption>>\n          </$button>\n        </$reveal>\n      </$list>\n      <$reveal type=\"match\" stateTitle=<<toc-state>> text=\"open\">\n        <$macrocall $name=\"toc-selective-expandable\" tag=<<currentTiddler>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<__exclude__>> path=<<__path__>>/>\n      </$reveal>\n    </li>\n  </$set>\n</$qualify>\n\\end\n\n\\define toc-selective-expandable-empty-message()\n<$macrocall $name=\"toc-linked-selective-expandable-body\" tag=<<tag>> sort=<<sort>> itemClassFilter=<<itemClassFilter>> exclude=<<excluded>> path=<<path>>/>\n\\end\n\n\\define toc-selective-expandable(tag,sort:\"\",itemClassFilter,exclude,path)\n<$vars tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> path={{{ [<__path__>addsuffix[/]addsuffix<__tag__>] }}}>\n  <$set name=\"excluded\" filter=\"\"\"[enlist<__exclude__>] [<__tag__>]\"\"\">\n    <ol class=\"tc-toc toc-selective-expandable\">\n      <$list filter=\"\"\"[all[shadows+tiddlers]tag<__tag__>!has[draft.of]$sort$] -[<__tag__>] -[enlist<__exclude__>]\"\"\">\n        <$list filter=\"[all[current]toc-link[no]]\" variable=\"ignore\" emptyMessage=<<toc-selective-expandable-empty-message>> >\n          <$macrocall $name=\"toc-unlinked-selective-expandable-body\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=<<__itemClassFilter__>> exclude=<<excluded>> path=<<path>>/>\n        </$list>\n      </$list>\n    </ol>\n  </$set>\n</$vars>\n\\end\n\n\\define toc-tabbed-external-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$tiddler tiddler={{{ [<__selectedTiddler__>get[text]] }}}>\n  <div class=\"tc-tabbed-table-of-contents\">\n    <$linkcatcher to=<<__selectedTiddler__>>>\n      <div class=\"tc-table-of-contents\">\n        <$macrocall $name=\"toc-selective-expandable\" tag=<<__tag__>> sort=<<__sort__>> itemClassFilter=\"[all[current]] -[<__selectedTiddler__>get[text]]\"/>\n      </div>\n    </$linkcatcher>\n    <div class=\"tc-tabbed-table-of-contents-content\">\n      <$reveal stateTitle=<<__selectedTiddler__>> type=\"nomatch\" text=\"\">\n        <$transclude mode=\"block\" tiddler=<<__template__>>>\n          <h1><<toc-caption>></h1>\n          <$transclude mode=\"block\">$missingText$</$transclude>\n        </$transclude>\n      </$reveal>\n      <$reveal stateTitle=<<__selectedTiddler__>> type=\"match\" text=\"\">\n        $unselectedText$\n      </$reveal>\n    </div>\n  </div>\n</$tiddler>\n\\end\n\n\\define toc-tabbed-internal-nav(tag,sort:\"\",selectedTiddler:\"$:/temp/toc/selectedTiddler\",unselectedText,missingText,template:\"\")\n<$linkcatcher to=<<__selectedTiddler__>>>\n  <$macrocall $name=\"toc-tabbed-external-nav\" tag=<<__tag__>> sort=<<__sort__>> selectedTiddler=<<__selectedTiddler__>> unselectedText=<<__unselectedText__>> missingText=<<__missingText__>> template=<<__template__>>/>\n</$linkcatcher>\n\\end\n\n"
        },
        "$:/core/macros/translink": {
            "title": "$:/core/macros/translink",
            "tags": "$:/tags/Macro",
            "text": "\\define translink(title,mode:\"block\")\n<div style=\"border:1px solid #ccc; padding: 0.5em; background: black; foreground; white;\">\n<$link to=\"\"\"$title$\"\"\">\n<$text text=\"\"\"$title$\"\"\"/>\n</$link>\n<div style=\"border:1px solid #ccc; padding: 0.5em; background: white; foreground; black;\">\n<$transclude tiddler=\"\"\"$title$\"\"\" mode=\"$mode$\">\n\"<$text text=\"\"\"$title$\"\"\"/>\" is missing\n</$transclude>\n</div>\n</div>\n\\end\n"
        },
        "$:/core/macros/tree": {
            "title": "$:/core/macros/tree",
            "tags": "$:/tags/Macro",
            "text": "\\define leaf-link(full-title,chunk,separator: \"/\")\n<$link to=<<__full-title__>>><$text text=<<__chunk__>>/></$link>\n\\end\n\n\\define leaf-node(prefix,chunk)\n<li>\n<$list filter=\"[<__prefix__>addsuffix<__chunk__>is[shadow]] [<__prefix__>addsuffix<__chunk__>is[tiddler]]\" variable=\"full-title\">\n<$list filter=\"[<full-title>removeprefix<__prefix__>]\" variable=\"chunk\">\n<span>{{$:/core/images/file}}</span> <$macrocall $name=\"leaf-link\" full-title=<<full-title>> chunk=<<chunk>>/>\n</$list>\n</$list>\n</li>\n\\end\n\n\\define branch-node(prefix,chunk,separator: \"/\")\n<li>\n<$set name=\"reveal-state\" value={{{ [[$:/state/tree/]addsuffix<__prefix__>addsuffix<__chunk__>] }}}>\n<$reveal type=\"nomatch\" stateTitle=<<reveal-state>> text=\"show\">\n<$button setTitle=<<reveal-state>> setTo=\"show\" class=\"tc-btn-invisible\">\n{{$:/core/images/folder}} <$text text=<<__chunk__>>/>\n</$button>\n</$reveal>\n<$reveal type=\"match\" stateTitle=<<reveal-state>> text=\"show\">\n<$button setTitle=<<reveal-state>> setTo=\"hide\" class=\"tc-btn-invisible\">\n{{$:/core/images/folder}} <$text text=<<__chunk__>>/>\n</$button>\n</$reveal>\n<span>(<$count filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>removeprefix<__chunk__>] -[<__prefix__>addsuffix<__chunk__>]\"/>)</span>\n<$reveal type=\"match\" stateTitle=<<reveal-state>> text=\"show\">\n<$macrocall $name=\"tree-node\" prefix={{{ [<__prefix__>addsuffix<__chunk__>] }}} separator=<<__separator__>>/>\n</$reveal>\n</$set>\n</li>\n\\end\n\n\\define tree-node(prefix,separator: \"/\")\n<ol>\n<$list filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>splitbefore<__separator__>sort[]!suffix<__separator__>]\" variable=\"chunk\">\n<$macrocall $name=\"leaf-node\" prefix=<<__prefix__>> chunk=<<chunk>> separator=<<__separator__>>/>\n</$list>\n<$list filter=\"[all[shadows+tiddlers]removeprefix<__prefix__>splitbefore<__separator__>sort[]suffix<__separator__>]\" variable=\"chunk\">\n<$macrocall $name=\"branch-node\" prefix=<<__prefix__>> chunk=<<chunk>> separator=<<__separator__>>/>\n</$list>\n</ol>\n\\end\n\n\\define tree(prefix: \"$:/\",separator: \"/\")\n<div class=\"tc-tree\">\n<span><$text text=<<__prefix__>>/></span>\n<div>\n<$macrocall $name=\"tree-node\" prefix=<<__prefix__>> separator=<<__separator__>>/>\n</div>\n</div>\n\\end\n"
        },
        "$:/core/macros/utils": {
            "title": "$:/core/macros/utils",
            "text": "\\define colour(colour)\n$colour$\n\\end\n"
        },
        "$:/snippets/minifocusswitcher": {
            "title": "$:/snippets/minifocusswitcher",
            "text": "<$select tiddler=\"$:/config/AutoFocus\">\n<$list filter=\"title tags text type fields\">\n<option value=<<currentTiddler>>><<currentTiddler>></option>\n</$list>\n</$select>\n"
        },
        "$:/snippets/minilanguageswitcher": {
            "title": "$:/snippets/minilanguageswitcher",
            "text": "<$select tiddler=\"$:/language\">\n<$list filter=\"[[$:/languages/en-GB]] [plugin-type[language]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"description\"><$view field=\"name\"><$view field=\"title\"/></$view></$view></option>\n</$list>\n</$select>"
        },
        "$:/snippets/minithemeswitcher": {
            "title": "$:/snippets/minithemeswitcher",
            "text": "\\define lingo-base() $:/language/ControlPanel/Theme/\n<<lingo Prompt>> <$select tiddler=\"$:/theme\">\n<$list filter=\"[plugin-type[theme]sort[title]]\">\n<option value=<<currentTiddler>>><$view field=\"name\"><$view field=\"title\"/></$view></option>\n</$list>\n</$select>"
        },
        "$:/snippets/modules": {
            "title": "$:/snippets/modules",
            "text": "\\define describeModuleType(type)\n{{$:/language/Docs/ModuleTypes/$type$}}\n\\end\n<$list filter=\"[moduletypes[]]\">\n\n!! <$macrocall $name=\"currentTiddler\" $type=\"text/plain\" $output=\"text/plain\"/>\n\n<$macrocall $name=\"describeModuleType\" type=<<currentTiddler>>/>\n\n<ul><$list filter=\"[all[current]modules[]]\"><li><$link><<currentTiddler>></$link>\n</li>\n</$list>\n</ul>\n</$list>\n"
        },
        "$:/palette": {
            "title": "$:/palette",
            "text": "$:/palettes/Vanilla"
        },
        "$:/snippets/paletteeditor": {
            "title": "$:/snippets/paletteeditor",
            "text": "<$transclude tiddler=\"$:/PaletteManager\"/>\n"
        },
        "$:/snippets/palettepreview": {
            "title": "$:/snippets/palettepreview",
            "text": "<$set name=\"currentTiddler\" value={{$:/palette}}>\n{{||$:/snippets/currpalettepreview}}\n</$set>\n"
        },
        "$:/snippets/paletteswitcher": {
            "title": "$:/snippets/paletteswitcher",
            "text": "<$linkcatcher to=\"$:/palette\">\n<div class=\"tc-chooser\"><$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Palette]sort[name]]\"><$set name=\"cls\" filter=\"[all[current]prefix{$:/palette}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' - <$view field=\"description\" format=\"text\"/>{{||$:/snippets/currpalettepreview}}</$link>\n</div></$set>\n</$list>\n</div>\n</$linkcatcher>\n"
        },
        "$:/snippets/peek-stylesheets": {
            "title": "$:/snippets/peek-stylesheets",
            "text": "\\define expandable-stylesheets-list()\n<ol>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<$vars state=<<qualify \"$:/state/peek-stylesheets/open/\">>>\n<$set name=\"state\" value={{{ [<state>addsuffix<currentTiddler>] }}}>\n<li>\n<$reveal type=\"match\" state=<<state>> text=\"yes\" tag=\"span\">\n<$button set=<<state>> setTo=\"no\" class=\"tc-btn-invisible\">\n{{$:/core/images/down-arrow}}\n</$button>\n</$reveal>\n<$reveal type=\"nomatch\" state=<<state>> text=\"yes\" tag=\"span\">\n<$button set=<<state>> setTo=\"yes\" class=\"tc-btn-invisible\">\n{{$:/core/images/right-arrow}}\n</$button>\n</$reveal>\n<$link>\n<$view field=\"title\"/>\n</$link>\n<$reveal type=\"match\" state=<<state>> text=\"yes\" tag=\"div\">\n<$set name=\"source\" tiddler=<<currentTiddler>>>\n<$wikify name=\"styles\" text=<<source>>>\n<pre>\n<code>\n<$text text=<<styles>>/>\n</code>\n</pre>\n</$wikify>\n</$set>\n</$reveal>\n</li>\n</$set>\n</$vars>\n</$list>\n</ol>\n\\end\n\n\\define stylesheets-list()\n<ol>\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]\">\n<li>\n<$link>\n<$view field=\"title\"/>\n</$link>\n<$set name=\"source\" tiddler=<<currentTiddler>>>\n<$wikify name=\"styles\" text=<<source>>>\n<pre>\n<code>\n<$text text=<<styles>>/>\n</code>\n</pre>\n</$wikify>\n</$set>\n</li>\n</$list>\n</ol>\n\\end\n\n<$vars modeState=<<qualify \"$:/state/peek-stylesheets/mode/\">>>\n\n<$reveal type=\"nomatch\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<$button set=<<modeState>> setTo=\"expanded\" class=\"tc-btn-invisible\">{{$:/core/images/chevron-right}} {{$:/language/ControlPanel/Stylesheets/Expand/Caption}}</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<$button set=<<modeState>> setTo=\"restored\" class=\"tc-btn-invisible\">{{$:/core/images/chevron-down}} {{$:/language/ControlPanel/Stylesheets/Restore/Caption}}</$button>\n</$reveal>\n\n<$reveal type=\"nomatch\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<<expandable-stylesheets-list>>\n</$reveal>\n<$reveal type=\"match\" state=<<modeState>> text=\"expanded\" tag=\"div\">\n<<stylesheets-list>>\n</$reveal>\n\n</$vars>\n"
        },
        "$:/temp/search": {
            "title": "$:/temp/search",
            "text": ""
        },
        "$:/tags/AdvancedSearch": {
            "title": "$:/tags/AdvancedSearch",
            "list": "[[$:/core/ui/AdvancedSearch/Standard]] [[$:/core/ui/AdvancedSearch/System]] [[$:/core/ui/AdvancedSearch/Shadows]] [[$:/core/ui/AdvancedSearch/Filter]]"
        },
        "$:/tags/AdvancedSearch/FilterButton": {
            "title": "$:/tags/AdvancedSearch/FilterButton",
            "list": "$:/core/ui/AdvancedSearch/Filter/FilterButtons/dropdown $:/core/ui/AdvancedSearch/Filter/FilterButtons/clear $:/core/ui/AdvancedSearch/Filter/FilterButtons/export $:/core/ui/AdvancedSearch/Filter/FilterButtons/delete"
        },
        "$:/tags/ControlPanel": {
            "title": "$:/tags/ControlPanel",
            "list": "$:/core/ui/ControlPanel/Info $:/core/ui/ControlPanel/Appearance $:/core/ui/ControlPanel/Settings $:/core/ui/ControlPanel/Saving $:/core/ui/ControlPanel/Plugins $:/core/ui/ControlPanel/Tools $:/core/ui/ControlPanel/Internals"
        },
        "$:/tags/ControlPanel/Info": {
            "title": "$:/tags/ControlPanel/Info",
            "list": "$:/core/ui/ControlPanel/Basics $:/core/ui/ControlPanel/Advanced"
        },
        "$:/tags/ControlPanel/Plugins": {
            "title": "$:/tags/ControlPanel/Plugins",
            "list": "[[$:/core/ui/ControlPanel/Plugins/Installed]] [[$:/core/ui/ControlPanel/Plugins/Add]]"
        },
        "$:/tags/EditTemplate": {
            "title": "$:/tags/EditTemplate",
            "list": "[[$:/core/ui/EditTemplate/controls]] [[$:/core/ui/EditTemplate/title]] [[$:/core/ui/EditTemplate/tags]] [[$:/core/ui/EditTemplate/shadow]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/EditTemplate/body]] [[$:/core/ui/EditTemplate/type]] [[$:/core/ui/EditTemplate/fields]]"
        },
        "$:/tags/EditToolbar": {
            "title": "$:/tags/EditToolbar",
            "list": "[[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/cancel]] [[$:/core/ui/Buttons/save]]"
        },
        "$:/tags/EditorToolbar": {
            "title": "$:/tags/EditorToolbar",
            "list": "$:/core/ui/EditorToolbar/paint $:/core/ui/EditorToolbar/opacity $:/core/ui/EditorToolbar/line-width $:/core/ui/EditorToolbar/rotate-left $:/core/ui/EditorToolbar/clear $:/core/ui/EditorToolbar/bold $:/core/ui/EditorToolbar/italic $:/core/ui/EditorToolbar/strikethrough $:/core/ui/EditorToolbar/underline $:/core/ui/EditorToolbar/superscript $:/core/ui/EditorToolbar/subscript $:/core/ui/EditorToolbar/mono-line $:/core/ui/EditorToolbar/mono-block $:/core/ui/EditorToolbar/quote $:/core/ui/EditorToolbar/list-bullet $:/core/ui/EditorToolbar/list-number $:/core/ui/EditorToolbar/heading-1 $:/core/ui/EditorToolbar/heading-2 $:/core/ui/EditorToolbar/heading-3 $:/core/ui/EditorToolbar/heading-4 $:/core/ui/EditorToolbar/heading-5 $:/core/ui/EditorToolbar/heading-6 $:/core/ui/EditorToolbar/link $:/core/ui/EditorToolbar/excise $:/core/ui/EditorToolbar/picture $:/core/ui/EditorToolbar/stamp $:/core/ui/EditorToolbar/size $:/core/ui/EditorToolbar/editor-height $:/core/ui/EditorToolbar/more $:/core/ui/EditorToolbar/preview $:/core/ui/EditorToolbar/preview-type"
        },
        "$:/tags/Manager/ItemMain": {
            "title": "$:/tags/Manager/ItemMain",
            "list": "$:/Manager/ItemMain/WikifiedText $:/Manager/ItemMain/RawText $:/Manager/ItemMain/Fields"
        },
        "$:/tags/Manager/ItemSidebar": {
            "title": "$:/tags/Manager/ItemSidebar",
            "list": "$:/Manager/ItemSidebar/Tags $:/Manager/ItemSidebar/Colour $:/Manager/ItemSidebar/Icon $:/Manager/ItemSidebar/Tools"
        },
        "$:/tags/MoreSideBar": {
            "title": "$:/tags/MoreSideBar",
            "list": "[[$:/core/ui/MoreSideBar/All]] [[$:/core/ui/MoreSideBar/Recent]] [[$:/core/ui/MoreSideBar/Tags]] [[$:/core/ui/MoreSideBar/Missing]] [[$:/core/ui/MoreSideBar/Drafts]] [[$:/core/ui/MoreSideBar/Orphans]] [[$:/core/ui/MoreSideBar/Types]] [[$:/core/ui/MoreSideBar/System]] [[$:/core/ui/MoreSideBar/Shadows]] [[$:/core/ui/MoreSideBar/Explorer]] [[$:/core/ui/MoreSideBar/Plugins]]",
            "text": ""
        },
        "$:/tags/PageControls": {
            "title": "$:/tags/PageControls",
            "list": "[[$:/core/ui/Buttons/home]] [[$:/core/ui/Buttons/close-all]] [[$:/core/ui/Buttons/fold-all]] [[$:/core/ui/Buttons/unfold-all]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/new-tiddler]] [[$:/core/ui/Buttons/new-journal]] [[$:/core/ui/Buttons/new-image]] [[$:/core/ui/Buttons/import]] [[$:/core/ui/Buttons/export-page]] [[$:/core/ui/Buttons/control-panel]] [[$:/core/ui/Buttons/advanced-search]] [[$:/core/ui/Buttons/manager]] [[$:/core/ui/Buttons/tag-manager]] [[$:/core/ui/Buttons/language]] [[$:/core/ui/Buttons/palette]] [[$:/core/ui/Buttons/theme]] [[$:/core/ui/Buttons/storyview]] [[$:/core/ui/Buttons/encryption]] [[$:/core/ui/Buttons/timestamp]] [[$:/core/ui/Buttons/full-screen]] [[$:/core/ui/Buttons/print]] [[$:/core/ui/Buttons/save-wiki]] [[$:/core/ui/Buttons/refresh]] [[$:/core/ui/Buttons/more-page-actions]]"
        },
        "$:/tags/PageTemplate": {
            "title": "$:/tags/PageTemplate",
            "list": "[[$:/core/ui/PageTemplate/topleftbar]] [[$:/core/ui/PageTemplate/toprightbar]] [[$:/core/ui/PageTemplate/sidebar]] [[$:/core/ui/PageTemplate/story]] [[$:/core/ui/PageTemplate/alerts]]",
            "text": ""
        },
        "$:/tags/PluginLibrary": {
            "title": "$:/tags/PluginLibrary",
            "list": "$:/config/OfficialPluginLibrary"
        },
        "$:/tags/SideBar": {
            "title": "$:/tags/SideBar",
            "list": "[[$:/core/ui/SideBar/Open]] [[$:/core/ui/SideBar/Recent]] [[$:/core/ui/SideBar/Tools]] [[$:/core/ui/SideBar/More]]",
            "text": ""
        },
        "$:/tags/SideBarSegment": {
            "title": "$:/tags/SideBarSegment",
            "list": "[[$:/core/ui/SideBarSegments/site-title]] [[$:/core/ui/SideBarSegments/site-subtitle]] [[$:/core/ui/SideBarSegments/page-controls]] [[$:/core/ui/SideBarSegments/search]] [[$:/core/ui/SideBarSegments/tabs]]"
        },
        "$:/tags/TiddlerInfo": {
            "title": "$:/tags/TiddlerInfo",
            "list": "[[$:/core/ui/TiddlerInfo/Tools]] [[$:/core/ui/TiddlerInfo/References]] [[$:/core/ui/TiddlerInfo/Tagging]] [[$:/core/ui/TiddlerInfo/List]] [[$:/core/ui/TiddlerInfo/Listed]] [[$:/core/ui/TiddlerInfo/Fields]]",
            "text": ""
        },
        "$:/tags/TiddlerInfo/Advanced": {
            "title": "$:/tags/TiddlerInfo/Advanced",
            "list": "[[$:/core/ui/TiddlerInfo/Advanced/ShadowInfo]] [[$:/core/ui/TiddlerInfo/Advanced/PluginInfo]]"
        },
        "$:/tags/ViewTemplate": {
            "title": "$:/tags/ViewTemplate",
            "list": "[[$:/core/ui/ViewTemplate/title]] [[$:/core/ui/ViewTemplate/unfold]] [[$:/core/ui/ViewTemplate/subtitle]] [[$:/core/ui/ViewTemplate/tags]] [[$:/core/ui/ViewTemplate/classic]] [[$:/core/ui/ViewTemplate/body]]"
        },
        "$:/tags/ViewToolbar": {
            "title": "$:/tags/ViewToolbar",
            "list": "[[$:/core/ui/Buttons/more-tiddler-actions]] [[$:/core/ui/Buttons/info]] [[$:/core/ui/Buttons/new-here]] [[$:/core/ui/Buttons/new-journal-here]] [[$:/core/ui/Buttons/clone]] [[$:/core/ui/Buttons/export-tiddler]] [[$:/core/ui/Buttons/edit]] [[$:/core/ui/Buttons/delete]] [[$:/core/ui/Buttons/permalink]] [[$:/core/ui/Buttons/permaview]] [[$:/core/ui/Buttons/open-window]] [[$:/core/ui/Buttons/close-others]] [[$:/core/ui/Buttons/close]] [[$:/core/ui/Buttons/fold-others]] [[$:/core/ui/Buttons/fold]]"
        },
        "$:/snippets/themeswitcher": {
            "title": "$:/snippets/themeswitcher",
            "text": "<$linkcatcher to=\"$:/theme\">\n<div class=\"tc-chooser\"><$list filter=\"[plugin-type[theme]sort[title]]\"><$set name=\"cls\" filter=\"[all[current]field:title{$:/theme}] [[$:/theme]!has[text]addsuffix[s/tiddlywiki/vanilla]field:title<currentTiddler>] +[limit[1]]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>><$link to={{!!title}}>''<$view field=\"name\" format=\"text\"/>'' <$view field=\"description\" format=\"text\"/></$link></div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
        },
        "$:/core/wiki/title": {
            "title": "$:/core/wiki/title",
            "text": "{{$:/SiteTitle}} --- {{$:/SiteSubtitle}}"
        },
        "$:/view": {
            "title": "$:/view",
            "text": "classic"
        },
        "$:/snippets/viewswitcher": {
            "title": "$:/snippets/viewswitcher",
            "text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<$linkcatcher to=\"$:/view\">\n<div class=\"tc-chooser tc-viewswitcher\">\n<$list filter=\"[storyviews[]]\" variable=\"storyview\">\n<$set name=\"cls\" filter=\"[<storyview>prefix{$:/view}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link to=<<storyview>>><$transclude tiddler=<<icon>>/><$text text=<<storyview>>/></$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>"
        }
    }
}

\define get-tagpicker-focus-selector() [data-tiddler-title="$(currentTiddlerCSSEscaped)$"] .tc-add-tag-name input

\define delete-tag-state-tiddlers() <$action-deletetiddler $filter="[<newTagNameTiddler>] [<storeTitle>] [<tagSelectionState>]"/>

\define add-tag-actions(actions,tagField:"tags")
<$set name="tag" value={{{ [<__tiddler__>get[text]] }}}>
<$list filter="[<saveTiddler>!contains:$tagField$<tag>!match[]]" variable="ignore" emptyMessage="""
<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter="-[<tag>]"/>
""">
<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter="[<tag>]"/>
$actions$
</$list>
</$set>
<<delete-tag-state-tiddlers>>
<$action-setfield $tiddler=<<refreshTitle>> text="yes"/>
\end

\define clear-tags-actions-inner()
<$list filter="[<storeTitle>has[text]] [<newTagNameTiddler>has[text]]" variable="ignore" emptyMessage="""<<cancel-delete-tiddler-actions "cancel">>""">
<<delete-tag-state-tiddlers>>
</$list>
\end

\define clear-tags-actions()
<$set name="userInput" value={{{ [<storeTitle>get[text]] }}}>
<$list filter="[<newTagNameTiddler>get[text]!match<userInput>]" emptyMessage="""<<clear-tags-actions-inner>>""">
<$action-setfield $tiddler=<<newTagNameTiddler>> text=<<userInput>>/><$action-setfield $tiddler=<<refreshTitle>> text="yes"/>
</$list>
</$set>
\end

\define tag-picker-inner(actions,tagField:"tags")
\whitespace trim
<$vars newTagNameInputTiddlerQualified=<<qualify "$:/temp/NewTagName/input">> newTagNameSelectionTiddlerQualified=<<qualify "$:/temp/NewTagName/selected-item">> fallbackTarget={{$(palette)$##tag-background}} colourA={{$(palette)$##foreground}} colourB={{$(palette)$##background}}>
<$vars storeTitle={{{ [<newTagNameInputTiddler>!match[]] ~[<newTagNameInputTiddlerQualified>] }}} tagSelectionState={{{ [<newTagNameSelectionTiddler>!match[]] ~[<newTagNameSelectionTiddlerQualified>] }}}>
<$vars refreshTitle=<<qualify "$:/temp/NewTagName/refresh">> nonSystemTagsFilter="[tags[]!is[system]search:title<userInput>sort[]sort[color]]" systemTagsFilter="[tags[]is[system]search:title<userInput>sort[]sort[color]]">
<div class="tc-edit-add-tag">
<div>
<span class="tc-add-tag-name tc-small-gap-right">
<$macrocall $name="keyboard-driven-input" tiddler=<<newTagNameTiddler>> storeTitle=<<storeTitle>> refreshTitle=<<refreshTitle>>
		selectionStateTitle=<<tagSelectionState>> inputAcceptActions="""<$macrocall $name="add-tag-actions" actions=<<__actions__>> tagField=<<__tagField__>>/>"""
		inputCancelActions=<<clear-tags-actions>> tag="input" placeholder={{$:/language/EditTemplate/Tags/Add/Placeholder}}
		focusPopup=<<qualify "$:/state/popup/tags-auto-complete">> class="tc-edit-texteditor tc-popup-handle" tabindex=<<tabIndex>> 
		focus={{{ [{$:/config/AutoFocus}match[tags]then[true]] ~[[false]] }}} filterMinLength={{$:/config/Tags/MinLength}} 
		cancelPopups=<<cancelPopups>> configTiddlerFilter="[[$:/core/macros/tag-picker]]"/>
</span><$button popup=<<qualify "$:/state/popup/tags-auto-complete">> class="tc-btn-invisible tc-btn-dropdown" tooltip={{$:/language/EditTemplate/Tags/Dropdown/Hint}} aria-label={{$:/language/EditTemplate/Tags/Dropdown/Caption}}>{{$:/core/images/down-arrow}}</$button><$reveal state=<<storeTitle>> type="nomatch" text=""><$button class="tc-btn-invisible tc-small-gap tc-btn-dropdown" tooltip={{$:/language/EditTemplate/Tags/ClearInput/Hint}} aria-label={{$:/language/EditTemplate/Tags/ClearInput/Caption}}>{{$:/core/images/close-button}}<<delete-tag-state-tiddlers>></$button></$reveal><span class="tc-add-tag-button tc-small-gap-left">
<$set name="tag" value={{{ [<newTagNameTiddler>get[text]] }}}>
<$button set=<<newTagNameTiddler>> setTo="" class="">
<$action-listops $tiddler=<<saveTiddler>> $field=<<__tagField__>> $subfilter="[<tag>]"/>
$actions$
<$set name="currentTiddlerCSSEscaped" value={{{ [<saveTiddler>escapecss[]] }}}>
<<delete-tag-state-tiddlers>><$action-sendmessage $message="tm-focus-selector" $param=<<get-tagpicker-focus-selector>>/>
</$set>
{{$:/language/EditTemplate/Tags/Add/Button}}
</$button>
</$set>
</span>
</div>
<div class="tc-block-dropdown-wrapper">
<$reveal state=<<qualify "$:/state/popup/tags-auto-complete">> type="nomatch" text="" default="">
<div class="tc-block-dropdown tc-block-tags-dropdown">
<$set name="userInput" value={{{ [<storeTitle>get[text]] }}}>
<$list filter="[<userInput>minlength{$:/config/Tags/MinLength}limit[1]]" emptyMessage="""<div class="tc-search-results">{{$:/language/Search/Search/TooShort}}</div>""" variable="listItem">
<$list filter=<<nonSystemTagsFilter>> variable="tag">
<$list filter="[<tag>addsuffix[-primaryList]] -[<tagSelectionState>get[text]]" emptyMessage="""<$vars button-classes="tc-btn-invisible tc-tag-button-selected" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>""">
<$vars button-classes="tc-btn-invisible" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>
</$list>
</$list></$list>
<hr>
<$list filter="[<userInput>minlength{$:/config/Tags/MinLength}limit[1]]" emptyMessage="""<div class="tc-search-results">{{$:/language/Search/Search/TooShort}}</div>""" variable="listItem">
<$list filter=<<systemTagsFilter>> variable="tag">
<$list filter="[<tag>addsuffix[-secondaryList]] -[<tagSelectionState>get[text]]" emptyMessage="""<$vars button-classes="tc-btn-invisible tc-tag-button-selected" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>""">
<$vars button-classes="tc-btn-invisible" actions=<<__actions__>> tagField=<<__tagField__>> currentTiddler=<<tag>>>{{||$:/core/ui/TagPickerTagTemplate}}</$vars>
</$list>
</$list></$list>
</$set>
</div>
</$reveal>
</div>
</div>
</$vars>
</$vars>
</$vars>
\end
\define tag-picker(actions,tagField:"tags")
\whitespace trim
<$vars saveTiddler=<<currentTiddler>> palette={{$:/palette}}>
<$list filter="[<newTagNameTiddler>match[]]" emptyMessage="""<$macrocall $name="tag-picker-inner" actions=<<__actions__>> tagField=<<__tagField__>>/>""">
<$set name="newTagNameTiddler" value=<<qualify "$:/temp/NewTagName">>>
<$macrocall $name="tag-picker-inner" actions=<<__actions__>> tagField=<<__tagField__>>/>
</$set>
</$list>
</$vars>
\end
\whitespace trim
<$reveal type="nomatch" stateTitle=<<folded-state>> text="hide" default="show">
<$button tooltip={{$:/language/Buttons/Fold/Hint}} aria-label={{$:/language/Buttons/Fold/Caption}} class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-fold-tiddler" $param=<<currentTiddler>> foldedState=<<folded-state>>/>
<$list filter="[<tv-config-toolbar-icons>match[yes]]" variable="listItem">
{{$:/core/images/fold-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text=" "/>
<$text text={{$:/language/Buttons/Fold/Caption}}/>
</span>
</$list>
</$button>
</$reveal>
<$reveal type="match" stateTitle=<<folded-state>> text="hide" default="show">
<$button tooltip={{$:/language/Buttons/Unfold/Hint}} aria-label={{$:/language/Buttons/Unfold/Caption}} class=<<tv-config-toolbar-class>>>
<$action-sendmessage $message="tm-fold-tiddler" $param=<<currentTiddler>> foldedState=<<folded-state>>/>
<$list filter="[<tv-config-toolbar-icons>match[yes]]" variable="listItem">
{{$:/core/images/unfold-button}}
</$list>
<$list filter="[<tv-config-toolbar-text>match[yes]]">
<span class="tc-btn-text">
<$text text=" "/>
<$text text={{$:/language/Buttons/Unfold/Caption}}/>
</span>
</$list>
</$button>
</$reveal>
{{$:/snippets/viewswitcher}}
\define title-styles()
fill:$(foregroundColor)$;
\end
\define config-title()
$:/config/ViewToolbarButtons/Visibility/$(listItem)$
\end
<div class="tc-tiddler-title">
<div class="tc-titlebar">
<span class="tc-tiddler-controls">
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ViewToolbar]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide"><$set name="tv-config-toolbar-class" filter="[<tv-config-toolbar-class>] [<listItem>encodeuricomponent[]addprefix[tc-btn-]]"><$transclude tiddler=<<listItem>>/></$set></$reveal></$list>
</span>
<$set name="tv-wikilinks" value={{$:/config/Tiddlers/TitleLinks}}>
<$link>
<$set name="foregroundColor" value={{!!color}}>
<span class="tc-tiddler-title-icon" style=<<title-styles>>>
<$transclude tiddler={{!!icon}}/>
</span>
</$set>
<$list filter="[all[current]removeprefix[$:/]]">
<h2 class="tc-title" title={{$:/language/SystemTiddler/Tooltip}}>
<span class="tc-system-title-prefix">$:/</span><$text text=<<currentTiddler>>/>
</h2>
</$list>
<$list filter="[all[current]!prefix[$:/]]">
<h2 class="tc-title">
<$view field="title"/>
</h2>
</$list>
</$link>
</$set>
</div>

<$reveal type="nomatch" text="" default="" state=<<tiddlerInfoState>> class="tc-tiddler-info tc-popup-handle" animate="yes" retain="yes">

<$list filter="[all[shadows+tiddlers]tag[$:/tags/TiddlerInfoSegment]!has[draft.of]] [[$:/core/ui/TiddlerInfo]]" variable="listItem"><$transclude tiddler=<<listItem>> mode="block"/></$list>

</$reveal>
</div>
[[Home Page]]
<<table>>
<<table>>
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/Calender/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a New Day
</$button>
<<table>>

<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/Class/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a New Class
</$button>
<<table>>

<$list filter="[all[current]tag[Class]]">
<table>
  <tr>
    <th style="text-align: right;">Level 1 HP</th>
    <td><<FieldEditButton lvl1_hp>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Level 1+ HP</th>
    <td><<FieldEditButton lvl+_hp>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Proficiencies</th>
    <td><<FieldEditButton proficiencies>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Skills</th>
    <td><<FieldEditButton skills>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Equipment</th>
    <td><<FieldEditButton equipment>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Gold</th>
    <td><<FieldEditButton gold>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Multiclass Requirement</th>
    <td><<FieldEditButton multiclass_requirement>></td>
  </tr>
</table>
</$list>
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/Faction/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a New Faction
</$button>
<<table>>

<$list filter="[all[current]tag[Faction]]">
<table>
  <tr>
    <th style="text-align: right;">Location</th>
    <td><<SelectReveal location Location>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Alignment</th>
    <td><$select field="alignment">
<option value="">Choose an Alignment</option>
<option value="Lawful Good">Lawful Good</option>
<option value="Neutral Good">Neutral Good</option>
<option value="Chaotic Good">Chaotic Good</option>
<option value="Lawful Neutral">Lawful Neutral</option>
<option value="True Neutral">True Neutral</option>
<option value="Chaotic Neutral">Chaotic Neutral</option>
<option value="Lawful Evil">Lawful Evil</option>
<option value="Neutral Evil">Neutral Evil</option>
<option value="Chaotic Evil">Chaotic Evil</option>
</$select></td>
  </tr>
  <tr>
    <th style="text-align: right;">Goals</th>
    <td><<FieldEditButton goals>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Traits</th>
    <td><<FieldEditButton traits>></td>
  </tr>
  <tr>
    <th colspan="2">Notes</th>
  </tr>
  <tr>
    <td colspan="2"><<TextEditButton notes>></td>
  </tr>
  <tr>
    <th colspan="2">NPCs</th>
  </tr>
  <tr>
    <td colspan="2"><$list filter="[search:faction<currentTiddler>tag[NPC]]">
<ul style="margin:0px;padding:0 0 0 1rem;">
<li><$link><$text text={{!!title}}></$link></li>
</ul>
</$list></td>
  </tr>
</table>
</$list>
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/GM Note/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a GM Note
</$button>
<<table>>

<$list filter="[contains:note_source<currentTiddler>limit[1]]">
GM Notes:<br>
</$list>
<$list filter="[contains:note_source<currentTiddler>]">
<$link/><br>
</$list>
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/Item/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a New Item
</$button>
<<table>>

<$list filter="[all[current]tag[Item]]">
<table>
  <tr>
    <th style="text-align: right;">Value</th>
    <td><<FieldEditButton value>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Weight</th>
    <td><<FieldEditButton weight>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Rarity</th>
    <td><<FieldEditButton rarity>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Type</th>
    <td><<FieldEditButton type>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Bonus</th>
    <td><<FieldEditButton bonus>></td>
  </tr>
  <tr>
    <th style="text-align: right;">PC</th>
    <td><<FieldEditButton pc>></td>
  </tr>
  <tr>
    <th colspan="2">Notes</th>
  </tr>
  <tr>
    <td colspan="2"><<TextEditButton notes>></td>
  </tr>
</table>
</$list>
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/Location/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a New Location
</$button>
<td><$list filter="[search:location<currentRecord>tag[Location]sort[]]">
<ul style="margin:0px;padding:0 0 0 1rem;">
<li><$link><$text text={{!!title}}></$link></li>
</ul>
</$list></td>
<th>sublocations</th>
<<table>>

<$list filter="[all[current]tag[Location]]">
<table>
  <tr>
    <th style="text-align: right;">Type</th>
    <td><<FieldEditButton type>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Parent-Location</th>
    <td><<SelectReveal location Location>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Sub-Locations</th>
    <td><$list filter="[search:location<currentTiddler>tag[Location]sort[]]"><$link/><br></$list></td>
  </tr>
  <tr>
    <th style="text-align: right;">Races</th>
    <td><<FieldEditButton races>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Population</th>
    <td><<FieldEditButton population>></td>
  </tr>
  <tr>
    <th colspan="2">NPCs</th>
  </tr>
  <tr>
    <td colspan="2"><$list filter="[search:location<currentTiddler>tag[NPC]sort[]]">
<ul style="margin:0px;padding:0 0 0 1rem;">
<li><$link><$text text={{!!title}}></$link></li>
</ul>
</$list></td>
  </tr>
</table>
</$list>
\define FieldEditButton(field)
<$reveal type="nomatch" stateTitle="$:/temp/SelectReveal/$field$" stateField="editstate" text="show">
{{!!$field$}}
 <$button class="tc-btn-invisible" setTitle="$:/temp/SelectReveal/$field$" setField="editstate" setTo="show">
<$action-setfield $tiddler="$:/temp/SelectReveal/$field$" text={{!!$field$}}/>
{{$:/core/images/edit-button}}</$button></$reveal>

<$reveal type="match" stateTitle="$:/temp/SelectReveal/$field$" stateField="editstate" text="show">
<$edit-text tiddler="$:/temp/SelectReveal/$field$" tag=input/>
<$button class="tc-btn-invisible" setTitle="$:/temp/SelectReveal/$field$" setField="editstate" setTo="">
<$action-setfield $field="$field$" $value={{$:/temp/SelectReveal/$field$}}/>
<$action-setfield $tiddler="$:/temp/SelectReveal/$field$" text=""/>
{{$:/core/images/done-button}}</$button>
</$reveal>
\end
\define secretBox(number, secret)
<$checkbox field="secret$number$" checked="~~$secret$~~" unchecked="$secret$"> {{!!secret$number$}}
\end
\define SelectReveal(field, tag)
<$reveal type="nomatch" stateTitle="$:/temp/SelectReveal/$field$" stateField="editstate" text="show">
<$set name="linkMarker" value="]">
<$list filter="[all[current]!search:$field$<linkMarker>]">
<$link to={{!!$field$}}/>
</$list>
<$list filter="[all[current]search:$field$<linkMarker>]">
{{!!$field$}}
</$list>
</$set>
 <$button class="tc-btn-invisible" setTitle="$:/temp/SelectReveal/$field$" setField="editstate" setTo="show">
<$action-setfield $tiddler="$:/temp/SelectReveal/$field$" text={{!!$field$}}/>
{{$:/core/images/edit-button}}</$button></$reveal>

<$reveal type="match" stateTitle="$:/temp/SelectReveal/$field$" stateField="editstate" text="show">
<$select tiddler="$:/temp/SelectReveal/$field$">
<option value="">Choose $tag$</option>
<$list filter="[tag[$tag$]!prefix[$]]">
<option value=<<currentTiddler>>><<currentTiddler>></option>
</$list>
</$select>
<$edit-text tiddler="$:/temp/SelectReveal/$field$" tag=input/>
<$button class="tc-btn-invisible" setTitle="$:/temp/SelectReveal/$field$" setField="editstate" setTo="">
<$action-setfield $field="$field$" $value={{$:/temp/SelectReveal/$field$}}/>
<$action-setfield $tiddler="$:/temp/SelectReveal/$field$" text=""/>
{{$:/core/images/done-button}}</$button>
</$reveal>
\end
\define TextEditButton(field)
<$reveal type="nomatch" stateTitle="$:/temp/SelectReveal/$field$" stateField="editstate" text="show">
{{!!$field$}}
 <$button class="tc-btn-invisible" setTitle="$:/temp/SelectReveal/$field$" setField="editstate" setTo="show">
<$action-setfield $tiddler="$:/temp/SelectReveal/$field$" text={{!!$field$}}/>
{{$:/core/images/edit-button}}</$button></$reveal>

<$reveal type="match" stateTitle="$:/temp/SelectReveal/$field$" stateField="editstate" text="show">
<$edit-text tiddler="$:/temp/SelectReveal/$field$"/>
<$button class="tc-btn-invisible" setTitle="$:/temp/SelectReveal/$field$" setField="editstate" setTo="">
<$action-setfield $field="$field$" $value={{$:/temp/SelectReveal/$field$}}/>
<$action-setfield $tiddler="$:/temp/SelectReveal/$field$" text=""/>
{{$:/core/images/done-button}}</$button>
</$reveal>
\end
\define toggleBlock(summary, details)
<$reveal type="nomatch" state=<<qualify "$:/temp/toggleBlock/$summary$">> text="show">
<$button class="tc-btn-invisible" set=<<qualify "$:/temp/toggleBlock/$summary$">> setTo="show">{{$:/core/images/right-arrow}} $summary$</$button></$reveal>
<$reveal type="match" state=<<qualify "$:/temp/toggleBlock/$summary$">> text="show">
<$button class="tc-btn-invisible" set=<<qualify "$:/temp/toggleBlock/$summary$">> setTo="">{{$:/core/images/down-arrow}} $summary$</$button><p>

$details$</p>
</$reveal>
\end
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/NPC/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a New NPC
</$button>
<<table>>

<$list filter="[all[current]tag[NPC]]">
<table>
  <tr>
    <th style="text-align: right;">Location</th>
    <td><<SelectReveal location Location>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Faction</th>
    <td><<SelectReveal faction Faction>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Race</th>
    <td><<SelectReveal race Race>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Age</th>
    <td><<FieldEditButton age>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Alignment</th>
    <td><$select field="alignment">
<option value="">Choose an Alignment</option>
<option value="Lawful Good">Lawful Good</option>
<option value="Neutral Good">Neutral Good</option>
<option value="Chaotic Good">Chaotic Good</option>
<option value="Lawful Neutral">Lawful Neutral</option>
<option value="True Neutral">True Neutral</option>
<option value="Chaotic Neutral">Chaotic Neutral</option>
<option value="Lawful Evil">Lawful Evil</option>
<option value="Neutral Evil">Neutral Evil</option>
<option value="Chaotic Evil">Chaotic Evil</option>
</$select></td>
  </tr>
  <tr>
    <th style="text-align: right;">Alive</th>
    <td><$checkbox field="alive" checked="Yes" unchecked="No"> {{!!alive}}</$checkbox></td>
  </tr>
  <tr>
    <th colspan="2">Notes</th>
  </tr>
  <tr>
    <td colspan="2"><<TextEditButton notes>></td>
  </tr>
</table>
</$list>
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/Pantheon/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a New God
</$button>
<<table>>

<$list filter="[all[current]tag[Pantheon]]">
<table>
  <tr>
    <th style="text-align: right;">Aliases</th>
    <td><<FieldEditButton aliases>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Alignment</th>
    <td><$select field="alignment">
<option value="">Choose an Alignment</option>
<option value="Lawful Good">Lawful Good</option>
<option value="Neutral Good">Neutral Good</option>
<option value="Chaotic Good">Chaotic Good</option>
<option value="Lawful Neutral">Lawful Neutral</option>
<option value="True Neutral">True Neutral</option>
<option value="Chaotic Neutral">Chaotic Neutral</option>
<option value="Lawful Evil">Lawful Evil</option>
<option value="Neutral Evil">Neutral Evil</option>
<option value="Chaotic Evil">Chaotic Evil</option>
</$select></td>
  </tr>
  <tr>
    <th style="text-align: right;">Domain</th>
    <td><<FieldEditButton domain>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Symbol</th>
    <td><<TextEditButton symbol>></td>
  </tr>
</table>
</$list>
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/PC/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a New PC
</$button>
<<table>>

<$list filter="[all[current]tag[PC]]">
<table>
  <tr>
    <th style="text-align: right;">Player</th>
    <td><<FieldEditButton player>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Class</th>
    <td><<FieldEditButton pc_class>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Level</th>
    <td><$select field="pc_level">
<option value="">Choose a level</option>
<option value="01">01</option>
<option value="02">02</option>
<option value="03">03</option>
<option value="04">04</option>
<option value="05">05</option>
<option value="06">06</option>
<option value="07">07</option>
<option value="08">08</option>
<option value="09">09</option>
<option value="10">10</option>
<option value="11">11</option>
<option value="12">12</option>
<option value="13">13</option>
<option value="14">14</option>
<option value="15">15</option>
<option value="16">16</option>
<option value="17">17</option>
<option value="18">18</option>
<option value="19">19</option>
<option value="20">20</option>
<option value="21">21</option>
<option value="22">22</option>
<option value="23">23</option>
<option value="24">24</option>
<option value="25">25</option>
<option value="26">26</option>
<option value="27">27</option>
<option value="28">28</option>
<option value="29">29</option>
<option value="30">30</option>
</$select></td>
  </tr>
  <tr>
    <th style="text-align: right;">Race</th>
    <td><<SelectReveal race Race>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Age</th>
    <td><<FieldEditButton age>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Status</th>
    <td><$select field="status">
<option value="Active">Active</option>
<option value="Inactive">Inactive</option>
</$select></td>
  </tr>
</table>
</$list>
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/Prep/Template" date=<<now YYYY0MM0DD>>/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Prep for a New Session
</$button>
!Review the Characters
<$list filter="[tag[PC]field:status[Active]!prefix[$]]">

</$list>
---
!The Strong Start
How should the session start?

---
!Scenes
* Scene 1
* Scene 2
* Scene 3
---
!10 Secrets and Clues
<<secretBox 01 """SECRET""">>
<<secretBox 02 """SECRET""">>
<<secretBox 03 """SECRET""">>
<<secretBox 04 """SECRET""">>
<<secretBox 05 """SECRET""">>
<<secretBox 06 """SECRET""">>
<<secretBox 07 """SECRET""">>
<<secretBox 08 """SECRET""">>
<<secretBox 09 """SECRET""">>
<<secretBox 10 """SECRET""">>
---
!Fantastic Locations
<<toggleBlock """Location 1"""
"""
* Feature
* Feature
* Feature
""">>
<<toggleBlock """Location 2"""
"""
* Feature
* Feature
* Feature
""">>
<<toggleBlock """Location 3"""
"""
* Feature
* Feature
* Feature
""">>
---
!Important NPCs
* `[[NPC Name Here]]`
* `[[NPC Name Here]]`
* `[[NPC Name Here]]`
---
!Relevent Monsters
* Monster 1
* Monster 2
* Monster 3
* Monster 4
---
!Magic Item Rewards
* Item 1
* Item 2
* Item 3
!Review the Characters
<$list filter="[tag[PC]field:status[Active]!prefix[$]]">

</$list>
---
!The Strong Start
How should the session start?

---
!Scenes
* Scene 1
* Scene 2
* Scene 3
---
!10 Secrets and Clues
<<secretBox 01 """SECRET""">>
<<secretBox 02 """SECRET""">>
<<secretBox 03 """SECRET""">>
<<secretBox 04 """SECRET""">>
<<secretBox 05 """SECRET""">>
<<secretBox 06 """SECRET""">>
<<secretBox 07 """SECRET""">>
<<secretBox 08 """SECRET""">>
<<secretBox 09 """SECRET""">>
<<secretBox 10 """SECRET""">>
---
!Fantastic Locations
<<toggleBlock """Location 1"""
"""
* Feature
* Feature
* Feature
""">>
<<toggleBlock """Location 2"""
"""
* Feature
* Feature
* Feature
""">>
<<toggleBlock """Location 3"""
"""
* Feature
* Feature
* Feature
""">>
---
!Important NPCs
* `[[NPC Name Here]]`
* `[[NPC Name Here]]`
* `[[NPC Name Here]]`
---
!Relevent Monsters
* Monster 1
* Monster 2
* Monster 3
* Monster 4
---
!Magic Item Rewards
* Item 1
* Item 2
* Item 3
\define saveTiddlerFilter()
[is[system]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] [tag[Public]] [title[Home Page]] [tag[Home Page]] [tag[Calender Day]] [tag[GM Battle Turn]] [tag[Player Battle Turn]] [search:color[#]] +[sort[title]]
\end
\define savingEmpty()
no
\end
{{$:/core/templates/tiddlywiki5.html}}
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/Quest/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a New Quest
</$button>
<<table>>

<$list filter="[all[current]tag[Quest]]">
<table>
  <tr>
    <th style="text-align: right;">Source</th>
    <td><<FieldEditButton source>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Goals</th>
    <td><<FieldEditButton goals>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Obstacles</th>
    <td><<FieldEditButton obstacles>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Details</th>
    <td><<FieldEditButton details>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Progress</th>
    <td><$select field="progress">
<option value="Incomplete">Incomplete</option>
<option value="Completed">Completed</option>
</$select></td>
  </tr>
</table>
</$list>
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/Race/Template"/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create a New Race
</$button>
<<table>>

<$list filter="[all[current]tag[Race]]">
<table>
  <tr>
    <th style="text-align: right;">Life Span</th>
    <td><<FieldEditButton life_span>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Traits</th>
    <td><<FieldEditButton traits>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Vision</th>
    <td><<FieldEditButton vision>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Speed</th>
    <td><<FieldEditButton speed>></td>
  </tr>
  <tr>
    <th style="text-align: right;">Temperament</th>
    <td><<FieldEditButton temperament>></td>
  </tr>
</table>
<table>
  <tr>
    <th colspan="2">Notes</th>
  </tr>
  <tr>
    <td colspan="2"><<TextEditButton notes>></td>
  </tr>
</table>
</$list>
<$button>
<$action-createtiddler $basetitle={{$:/state/CreationName}} $template="$:/DnD/Session/Template" date=<<now YYYY0MM0DD>>/>
<$action-navigate $to={{$:/state/CreationName}}/>
<$action-setfield $tiddler="$:/state/CreationName" text=""/>
Create Notes for a New Session
</$button>
<<toggleBlock """Title"""
"""
Content
""">>

<<toggleBlock """Title"""
"""
Content
""">>

<<toggleBlock """Title"""
"""
Content
""">>

<<toggleBlock """Title"""
"""
Content
""">>

<<toggleBlock """Title"""
"""
Content
""">>

<<toggleBlock """Title"""
"""
Content
""">>
\define namePrefix()
$(titlePrefix)$ - Summary
\end

<$list filter="[all[current]tag[Session Notes]]">
<$set name="titlePrefix" value=<<currentTiddler>>>
<$button>
<$action-createtiddler $basetitle=<<namePrefix>>
date={{!!date}}
tags="[[Session Summary]] Public"
session=<<currentTiddler>>/>
<$action-navigate $to=<<namePrefix>>/>
Summarize
</$button>
</$set>
<$list filter="[tag[Session Summary]prefix<currentTiddler>]">

</$list>
</$list>
<<secretBox 01 """SECRET""">>
<<toggleBlock """Title"""
"""
Content
""">>
[
    {
        "title": "Home Page"
    }
]
no
Create a new tiddler that links to this one
Create a new journal tiddler that links to this one
$:/palettes/Vanilla
{
    "tiddlers": {
        "$:/plugins/aaldrich/tables/template/footer/default": {
            "text": "<$list filter=\"[<currentTable>!contains:tbl-sort-by<currentColumn>]\" >\n<th>\n  <$button set=\"!!tbl-sort-by\" setTo=<<currentColumn>> class=\"tc-btn-invisible tc-tiddlylink\" >\n    <$action-setfield $tiddler={{!!title}} $field=\"tbl-sort-negate\" $value=\"false\"/>\n    <<currentColumn>>\n    <$list filter=\"[<currentTable>get[tbl-page-marker]]\" variable=\"hasMarker\">\n      <$set name=\"firstRecord\" filter=<<veryFirst>> value=<<firstRecord>> >\n      <$wikify name=\"firstRecord\" text=<<firstRecord>> mode=\"inline\">\n        <$action-setfield $tiddler={{!!title}} $field=\"tbl-page-marker\" $value=<<firstRecord>> />\n      </$wikify>\n      </$set>\n    </$list>\n  </$button>\n</th>\n</$list>\n<$list filter=\"[<currentTable>contains:tbl-sort-by<currentColumn>]\" >\n<th>\n  <$list filter=\"[<currentTable>get[tbl-sort-negate]remove[true]]\" variable=\"hasNegate\">\n    <$button set=\"!!tbl-sort-negate\" setTo=\"true\" class=\"tbl-sort-svg tc-btn-invisible tc-tiddlylink\" >\n      <<currentColumn>> {{$:/core/images/down-arrow}}\n      <$list filter=\"[<currentTable>get[tbl-page-marker]]\" variable=\"hasMarker\">\n      <$set name=\"lastRecord\" filter=<<veryLast>> value=<<lastRecord>> >\n      <$wikify name=\"lastRecord\" text=<<lastRecord>> mode=\"inline\">\n        <$action-setfield $tiddler={{!!title}} $field=\"tbl-page-marker\" $value=<<lastRecord>> /> \n      </$wikify>\n      </$set>\n      </$list>\n    </$button>\n  </$list>\n  <$list filter=\"[<currentTable>get[tbl-sort-negate]remove[false]]\" variable=\"hasNegate\">\n    <$button set=\"!!tbl-sort-negate\" setTo=\"false\" class=\"tbl-sort-svg tc-btn-invisible tc-tiddlylink\" >\n      <<currentColumn>> {{$:/core/images/up-arrow}}\n      <$list filter=\"[<currentTable>get[tbl-page-marker]]\" variable=\"hasMarker\">\n      <$set name=\"firstRecord\" filter=<<veryFirst>> value=<<firstRecord>> >\n      <$wikify name=\"firstRecord\" text=<<firstRecord>> mode=\"inline\">\n        <$action-setfield $tiddler={{!!title}} $field=\"tbl-page-marker\" $value=<<firstRecord>> />\n      </$wikify>\n      </$set>\n      </$list>\n    </$button>\n  </$list>\n</th>\n</$list>",
            "title": "$:/plugins/aaldrich/tables/template/footer/default",
            "tags": "$:/tags/table/FooterTemplate",
            "revision": "0",
            "modified": "20191208103208588",
            "created": "20170205234154520",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/title": {
            "text": "<td>\n<$link to=<<currentRecord>>>\n<$view tiddler=<<currentRecord>> field=\"title\"/><$list filter=\"[[$:/plugins/aaldrich/tables/defaults]get[tbl-title-type-show]]-false\">{{$:/plugins/aaldrich/tables/defaults!!tbl-title-type-code}}</$list>\n</$link>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/title",
            "tbl-noedit": "title",
            "tbl-column-list": "title",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191205205435926",
            "created": "20170128100357203",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/default": {
            "created": "20170128100543507",
            "text": "<td>\n  <$list filter=\"[<fieldOrIndex>]-index\">\n    <$transclude tiddler=<<currentRecord>> field=<<currentColumn>> mode=\"block\" />\n  </$list>\n  <$list filter=\"[<fieldOrIndex>]-field\">\n    <$transclude tiddler=<<currentRecord>> index=<<currentColumn>> mode=\"block\" />\n  </$list>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/default",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191206025142239",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/header/default": {
            "text": "<$list filter=\"[<currentTable>!contains:tbl-sort-by<currentColumn>]\" >\n<th>\n  <$button set=\"!!tbl-sort-by\" setTo=<<currentColumn>> class=\"tc-btn-invisible tc-tiddlylink\" >\n    <$action-setfield $tiddler={{!!title}} $field=\"tbl-sort-negate\" $value=\"false\"/>\n    <<currentColumn>>\n    <$list filter=\"[<currentTable>get[tbl-page-marker]]\" variable=\"hasMarker\">\n      <$set name=\"firstRecord\" filter=<<veryFirst>> value=<<firstRecord>> >\n      <$wikify name=\"firstRecord\" text=<<firstRecord>> mode=\"inline\">\n        <$action-setfield $tiddler={{!!title}} $field=\"tbl-page-marker\" $value=<<firstRecord>> />\n      </$wikify>\n      </$set>\n    </$list>\n  </$button>\n</th>\n</$list>\n<$list filter=\"[<currentTable>contains:tbl-sort-by<currentColumn>]\" >\n<th>\n  <$list filter=\"[<currentTable>get[tbl-sort-negate]remove[true]]\" variable=\"hasNegate\">\n    <$button set=\"!!tbl-sort-negate\" setTo=\"true\" class=\"tbl-sort-svg tc-btn-invisible tc-tiddlylink\" >\n      <<currentColumn>> {{$:/core/images/down-arrow}}\n      <$list filter=\"[<currentTable>get[tbl-page-marker]]\" variable=\"hasMarker\">\n      <$set name=\"lastRecord\" filter=<<veryLast>> value=<<lastRecord>> >\n      <$wikify name=\"lastRecord\" text=<<lastRecord>> mode=\"inline\">\n        <$action-setfield $tiddler={{!!title}} $field=\"tbl-page-marker\" $value=<<lastRecord>> /> \n      </$wikify>\n      </$set>\n      </$list>\n    </$button>\n  </$list>\n  <$list filter=\"[<currentTable>get[tbl-sort-negate]remove[false]]\" variable=\"hasNegate\">\n    <$button set=\"!!tbl-sort-negate\" setTo=\"false\" class=\"tbl-sort-svg tc-btn-invisible tc-tiddlylink\" >\n      <<currentColumn>> {{$:/core/images/up-arrow}}\n      <$list filter=\"[<currentTable>get[tbl-page-marker]]\" variable=\"hasMarker\">\n      <$set name=\"firstRecord\" filter=<<veryFirst>> value=<<firstRecord>> >\n      <$wikify name=\"firstRecord\" text=<<firstRecord>> mode=\"inline\">\n        <$action-setfield $tiddler={{!!title}} $field=\"tbl-page-marker\" $value=<<firstRecord>> />\n      </$wikify>\n      </$set>\n      </$list>\n    </$button>\n  </$list>\n</th>\n</$list>",
            "title": "$:/plugins/aaldrich/tables/template/header/default",
            "tags": "$:/tags/table/HeaderTemplate",
            "revision": "0",
            "modified": "20191208103157722",
            "created": "20170205223914688",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/edit": {
            "created": "20170209052300022",
            "text": "<td class=\"tbl-inpt-edit\">\n  <$list filter=\"[<fieldOrIndex>]-index\">\n    <$edit tiddler=<<currentRecord>> field=<<currentColumn>> />\n  </$list>\n  <$list filter=\"[<fieldOrIndex>]-field\">\n    <$edit tiddler=<<currentRecord>> index=<<currentColumn>> />\n  </$list>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/edit",
            "tbl-noedit": "tbl-edit",
            "tbl-column-list": "tbl-edit",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191206021611931",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/tags": {
            "text": "<td class=\"tbl-tag-template\">\n<$tiddler tiddler=<<currentRecord>>>{{||$:/core/ui/ViewTemplate/tags}}</$tiddler>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/tags",
            "tbl-noedit": "",
            "tbl-column-list": "tags",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191213071802838",
            "created": "20170128104241598",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/footer/disabled": {
            "text": "<th>\n<<currentColumn>>\n</th>",
            "title": "$:/plugins/aaldrich/tables/template/footer/disabled",
            "tbl-column-list": "ID id",
            "tags": "$:/tags/table/FooterTemplate",
            "revision": "0",
            "modified": "20191205210029064",
            "created": "20170205234107408",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/button": {
            "text": "<td style=\"width:1.4ch;text-align:center;\">\n  <$button class=\"tc-btn-invisible\" tooltip={{!!tbl-button-tip}} style=\"min-width:1.4ch\">\n    <<buttonIcon>>\n    <<buttonAction>>\n  </$button>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/button",
            "tbl-noedit": "tbl-button",
            "tbl-column-list": "tbl-button",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191215041903621",
            "created": "20170206022244360",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/header/button": {
            "text": "<th style=\"width:1.4ch;text-align:center;\">\n  <span>\n    <$button class=\"tc-btn-invisible\" tooltip={{!!tbl-button-tip}} style=\"min-width:1.4ch\">\n      <<buttonIcon>>\n      <$list filter=<<tableFilter>> variable=\"currentRecord\">\n        <<buttonAction>>\n      </$list>\n    </$button>\n  </span>\n</th>",
            "title": "$:/plugins/aaldrich/tables/template/header/button",
            "tbl-column-list": "tbl-button",
            "tags": "$:/tags/table/HeaderTemplate",
            "revision": "0",
            "modified": "20191215042023298",
            "created": "20170206022431198",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/header/checkbox": {
            "text": "<th style=\"width:1.4ch;text-align:center;\" class=\"tbl-inpt-check\">\n  <$set name=\"allSelected\" filter=<<checkboxFilter>> value=\"$:/plugins/aaldrich/tables/macro!!tbl-false\" emptyValue=\"$:/plugins/aaldrich/tables/macro!!tbl-true\">\n    <$reveal type=\"match\" state=<<allSelected>> text=\"false\">\n      <$button class=\"tc-btn-invisible\" tooltip={{!!tbl-checkbox-tip}}>\n        <$checkbox field=\"tbl-selall\" unchecked=\"closed\" default=\"closed\"/>\n          <$list filter=<<tableFilter>>variable=\"currentRecord\">\n            <$action-listops $tiddler=<<currentRecord>> $tags=\"+[append<checkTag>]\" />\n            <$action-setfield $tiddler=<<currentRecord>> $field=<<checkField>> $value=<<checkSel>>/>\n            <<checkActions>>\n          </$list>\n        </$button>\n      </$reveal>\n      <$reveal type=\"match\" state=<<allSelected>> text=\"true\">\n       <$button class=\"tc-btn-invisible\" tooltip={{!!tbl-checkbox-tip}}>\n         <$checkbox <$checkbox field=\"tbl-selall\" checked=\"open\" default=\"open\"/>\n         <$list filter=<<tableFilter>>variable=\"currentRecord\">\n           <$action-listops $tiddler=<<currentRecord>> $tags=\"+[remove<checkTag>]\" />\n           <$action-setfield $tiddler=<<currentRecord>> $field=<<checkField>> $value=<<checkUnsel>>/>\n           <<checkUnactions>>\n        </$list>\n      </$button>\n    </$reveal>\n  </$set>\n</th>",
            "title": "$:/plugins/aaldrich/tables/template/header/checkbox",
            "tbl-column-list": "tbl-checkbox",
            "tags": "$:/tags/table/HeaderTemplate",
            "revision": "0",
            "modified": "20191215042449992",
            "created": "20170206022431198",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/checkbox": {
            "created": "20170206082424723",
            "text": "<td style=\"width:1.4ch;text-align:center;\" class=\"tbl-inpt-check\">\n  <$set name=\"recordSelected\" filter=<<checkboxTest>> value=\"$:/plugins/aaldrich/tables/macro!!tbl-false\" emptyValue=\"$:/plugins/aaldrich/tables/macro!!tbl-true\">\n  <$reveal type=\"match\" state=<<recordSelected>> text=\"false\">\n    <$button class=\"tc-btn-invisible\" tooltip={{!!tbl-checkbox-tip}}>\n      <$checkbox field=\"tbl-selall\" unchecked=\"closed\" default=\"closed\"/>\n      <$action-listops $tiddler=<<currentRecord>> $tags=\"+[append<checkTag>]\" />\n      <$action-setfield $tiddler=<<currentRecord>> $field=<<checkField>> $value=<<checkSel>>/>\n      <<checkActions>>\n    </$button>\n  </$reveal>\n  <$reveal type=\"match\" state=<<recordSelected>> text=\"true\">\n    <$button class=\"tc-btn-invisible\" tooltip={{!!tbl-checkbox-tip}}>\n      <$checkbox field=\"tbl-selall\" checked=\"open\" default=\"open\"/>\n      <$action-listops $tiddler=<<currentRecord>> $tags=\"+[remove<checkTag>]\" />\n      <$action-setfield $tiddler=<<currentRecord>> $field=<<checkField>> $value=<<checkUnsel>>/>\n      <<checkUnactions>>\n    </$button>\n  </$reveal>\n  </$set>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/checkbox",
            "tbl-noedit": "tbl-checkbox",
            "tbl-column-list": "tbl-checkbox",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20200103012208099",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/header/expand": {
            "text": "<th style=\"width:1.4ch;text-align:center;\">\n  <$set name=\"isExpanded\" filter=\"[<tempTableExpand>indexes[]limit[1]]\" value=\"true\" emptyValue=\"false\">\n  <$list variable=\"showColAll\" filter=\"[<isExpanded>]-[[false]]\" >\n      <$button class=\"tc-btn-invisible\" tooltip=\"collapse all\" style=\"min-width:1.4ch\">{{$:/core/images/fold-button}}\n        <$action-setfield $tiddler=<<tempTableExpand>> text=\"\"/>\n      </$button>\n  </$list>\n<!--this is done so the column stays visible if the table is squished out of tiddler margin -->\n  <$list variable=\"hideColAll\" filter=\"[<isExpanded>]-[[true]]\" >\n      <$button class=\"tc-btn-invisible\" style=\"cursor:default;min-width:1.4ch\">{{$:/core/images/blank}}\n      </$button>\n  </$list>\n  </$set>\n</th>",
            "title": "$:/plugins/aaldrich/tables/template/header/expand",
            "tbl-column-list": "tbl-expand tbl-expand-one tbl-expand-many",
            "tags": "$:/tags/table/HeaderTemplate",
            "revision": "0",
            "modified": "20191215042036015",
            "created": "20170206022431198",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/expand-many": {
            "text": "<$reveal type=\"nomatch\" state=<<tempPathExpand>> text=\"show\" tag=\"td\" style=\"width:1.4ch;text-align:center;\">\n  <$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"expand\" style=\"min-width:1.4ch\">\n    <$action-setfield $tiddler=<<tempTableExpand>> $index=<<currentRecord>> $value=\"show\" />\n    <$set name=\"childTable\" filter=\"[all[tiddlers+shadows]title<currentTable>get[tbl-expand]]\" >\n      <$list filter=<<expandResetNested>>>\n        <$action-setfield $tiddler=<<tableExpand>> $field=\"tbl-page-marker\" $value=\"\"/>\n      </$list>\n    </$set>\n    {{$:/core/images/right-arrow}}\n  </$button>\n</$reveal>\n<$reveal type=\"match\" state=<<tempPathExpand>> text=\"show\" tag=\"td\" style=\"width:1.4ch;text-align:center;\">\n  <$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"collapse\" style=\"min-width:1.4ch\">\n    <$action-setfield $tiddler=<<tempTableExpand>> $index=<<currentRecord>>/>\n    {{$:/core/images/down-arrow}}\n  </$button>\n</$reveal>",
            "title": "$:/plugins/aaldrich/tables/template/body/expand-many",
            "tbl-noedit": "tbl-expand-many",
            "tbl-column-list": "tbl-expand-many",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191215041922693",
            "created": "20170206022244360",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/delete": {
            "text": "<td style=\"width:1.4ch;text-align:center;\">\n  <$button class=\"tc-btn-invisible\" tooltip=\"delete\" style=\"min-width:1.4ch\">\n    <$action-setfield $tiddler=<<tempTableStyle>> $index=<<currentRecord>> $value=\"\"/>\n    <$action-sendmessage $message=\"tm-delete-tiddler\" $param=<<currentRecord>>/>\n    {{$:/core/images/delete-button}}\n  </$button>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/delete",
            "tbl-noedit": "tbl-delete",
            "tbl-column-list": "tbl-delete",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191215041952847",
            "created": "20170212101814663",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/header/delete": {
            "text": "<th style=\"width:1.4ch;text-align:center;\">\n  <span>\n  <$button class=\"tc-btn-invisible\" tooltip=\"delete all\" style=\"min-width:1.4ch\">\n<$list filter=<<showDeleteConfirm>>>\n    <$action-setfield $tiddler=\"$:/temp/tables/delete-all\" text=<<currentTable>>/>\n</$list>\n    {{$:/core/images/delete-button}}\n  </$button>\n  </span>\n</th>",
            "title": "$:/plugins/aaldrich/tables/template/header/delete",
            "tbl-column-list": "tbl-delete",
            "tags": "$:/tags/table/HeaderTemplate",
            "revision": "0",
            "modified": "20191215042010684",
            "created": "20170212102107998",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/pagination": {
            "text": "<$vars filteredCount=\"\"\"<$count filter=<<tableFilter>>/>\"\"\" totalCount=\"\"\"<$count filter=<<inputFilter>>/>\"\"\" firstCount=\"\"\"<$count filter=<<getFirst>>/>\"\"\" lastCount=\"\"\"<$count filter=<<getLast>>/>\"\"\" pageSetting={{!!tbl-show-pagination}} >\n<$wikify name=\"totalCount\" text=<<totalCount>> mode=\"inline\">\n<$wikify name=\"filteredCount\" text=<<filteredCount>> mode=\"inline\">\n<$set name=\"pageReq\" filter=<<overLimit>> value=<<pageSetting>> emptyValue=\"true\" >\n<$wikify name=\"pageReq\" text=<<pageReq>> mode=\"inline\">\n<$reveal type=\"match\" state=\"$:/plugins/aaldrich/tables/macro!!tbl-true\" text=<<pageReq>> tag=\"div\" >\n<$set name=\"lastRecord\" filter=<<lastRec>> value=<<lastRecord>> emptyValue={{!!tbl-page-marker}} >\n<$wikify name=\"lastRecord\" text=<<lastRecord>> mode=\"inline\">\n<$set name=\"firstRecord\" filter=<<resetPagination>> value=<<firstRecord>> >\n<$wikify name=\"firstRecord\" text=<<firstRecord>> mode=\"inline\">\n<$wikify name=\"recordCount\" text=\"\"\"<$count filter=<<tableFilter>>/>\"\"\" mode=\"inline\">\n<$set name=\"previousPage\" filter=<<previousFirst>> value=<<previousPage>> emptyValue=<<firstRecord>>>\n<$wikify name=\"previousPage\" text=<<previousPage>> mode=\"inline\">\n<$set name=\"nextPage\" filter=<<nextFirst>> value=<<nextPage>> emptyValue={{!!tbl-page-marker}} >\n<$wikify name=\"nextPage\" text=<<nextPage>> mode=\"inline\">\n{{||$:/plugins/aaldrich/tables/template/pagination/default}}\n</$wikify>\n</$set>\n</$wikify>\n</$set>\n</$wikify>\n</$wikify>\n</$set>\n</$wikify>\n</$set>\n</$reveal>  \n</$wikify>\n</$set>  \n</$wikify>\n</$wikify>\n</$vars>",
            "title": "$:/plugins/aaldrich/tables/pagination",
            "tags": "",
            "modified": "20191208103301563",
            "created": "20170212033753546"
        },
        "$:/plugins/aaldrich/tables/readme": {
            "created": "20170207092135594",
            "text": "!!''~TiddlyTables'' is a plugin for ~TiddlyWiki to create advanced sortable tables.\n\nPut simply, a filter is used to return a list of tiddler titles, or ''records''. and a list of field/index names determines what ''columns'' to display. \n\nThe best way to explore the many features of ~TiddlyTables is to create a new table and start editing.\n\n#''Install'' - Drag this link into your ~TiddlyWiki: [[$:/plugins/aaldrich/tables]]\n#''Create'' - There are two ways to create a ~TiddlyTable.\n##Click the ''New Table'' button in the //Page Toolbar//: <h2>{{$:/plugins/aaldrich/tables/button/image}}</h2>\n##Manual method\n###Add ''``<<table \"My New Table\">>``'' to the text field of a new or existing tiddler. \n###Save tiddler. A button is rendered on the tiddler.\n###Click ''Reset Table'' button. This creates the required //tbl// fields and renders the table.\n###//Note: `<<table>>` with no title parameter will store its fields in the current tiddler.//\n#''Edit'' - There are two ways to edit the table.\n##Graphically (recommended)\n###Click the {{$:/core/images/options-button}} Button above the table to edit ''Table Options''.\n###Click the {{$:/core/images/edit-button}} Button above the table to toggle ''Edit Mode''.\n##Manually - Edit the tiddler and modify //tbl// fields.\n#''Customize'' - ~TiddlyTables are highly customizable.\n##''Defaults'' - [[$:/plugins/aaldrich/tables/defaults]]\n\n##''Themes'' (Stylesheet) - prefix ~$:/plugins/aaldrich/tables/style...\n###Tagged ~$:/tags/Stylesheet (required)\n###Field tbl-class-name (required)\n###Global default setting - tbl-class field\n\n##''Column Templates'' - determine how columns are rendered.\n\n###Each column has three template types:\n####''Header'' - prefix ~$:/plugins/aaldrich/tables/template/header...\n#####Tagged ~$:/tags/table/HeaderTemplate (required)\n#####Global default setting - tbl-temp-default-header field\n\n####''Body'' - prefix ~$:/plugins/aaldrich/tables/template/body...\n#####Tagged ~$:/tags/table/BodyTemplate (required)\n#####Global default setting - tbl-temp-default-body field\n\n####''Footer'' - prefix ~$:/plugins/aaldrich/tables/template/footer...\n#####Tagged ~$:/tags/table/FooterTemplate (required)\n#####Global default setting - tbl-temp-default-footer field\n\n###Add fields/index names to the field ''tbl-column-list'' of a template to assign them.\n###If a field/index is not assigned to a template of a particular type, the default template for that type is used.\n###New templates can be created or cloned from an existing one.\n\n##''Expand Templates'' - prefix ~$:/plugins/aaldrich/tables/template/expand...\n###Tagged ~$:/tags/table/ExpandTemplate (required)\n###Default setting - tbl-temp-default-expand field\n\n##''Pagination Template'' - ~$:/plugins/aaldrich/tables/template/pagination/default\n###No mechanism to change on per-table basis. No tag required.\n###No default setting\n###To modify, edit the default pagination template.",
            "title": "$:/plugins/aaldrich/tables/readme",
            "tags": "",
            "modified": "20191210033829409"
        },
        "$:/plugins/aaldrich/tables/defaults": {
            "text": "''all'' of a fundamental category: [all[tiddlers+shadows+tags+orphans+missing+current]]\n''backlinks'' to input: [backlinks[]]\n''contains'' - list field //contains// value ``!``: [contains:list[ENTER VALUE HERE]]\n''days'' in past/future ``!``: [days:modified[ENTER + OR - NUMBER OF DAYS HERE]]\n''field'' has value ``!``: [field:title[ENTER VALUE HERE]]\n''fields'' of input: [fields[]]\n''get'' value of field: [get[ENTER FIELD HERE]]\n''getindex'' value of property: [getindex[ENTER PROPERTY HERE]]\n''has'' field ``!``: [has[ENTER FIELD HERE]]\n''indexes'' of input: [indexes[]]\n''is'' a fundamental category ``!``: [is[current OR image OR missing OR orphan OR shadow OR tag OR tiddler OR variable OR blank]]\n''links'' of input: [links[]]\n''list'' titles of list field ``!``: [list[ENTER TIDDLER!!FIELD REFERENCE HERE]]\n''listed'' on field of input: [listed[ENTER OPTIONAL FIELD HERE]]\n''prefix'' on input titles ``!``: [prefix[ENTER TITLE PREFIX HERE]]\n''range'' of numbers ``!``: [range[1, 25, 5]]\n''regexp'' pattern ``!``: [regexp[ENTER REG EXP HERE]]\n''reverse'' order of input: [reverse[]]\n''sameday'' as field: [sameday:modified[ENTER YYYYMMDD HERE]]\n''search'' ``!``: [search:tags, text, title:literal,whitespace,regexp,words,casesensitive,anchored[ENTER SEARCH TEXT HERE]]\n''subfilter'' ``!``: [subfilter<ENTER VARIABLE OR REFERENCE HERE>]\n''suffix'' on input titles ``!``: [suffix[ENTER TITLE SUFFIX HERE]]\n''tag'' found on input ``!``: [tag[ENTER TAG NAME HERE]]\n''tagging'' matches input: [tagging[]]\n''tags'' of input: [tags[]]\n''untagged'' titles of input ``!``: [untagged[]]",
            "type": "application/x-tiddler-dictionary",
            "title": "$:/plugins/aaldrich/tables/defaults",
            "tbl-title-type-show": "true",
            "tbl-title-type-code": "<$list filter=\"[<currentRecord>is[shadow]]\">^^s^^</$list><$list filter=\"[<currentRecord>is[tiddler]is[shadow]]\">^^*^^</$list>",
            "tbl-temp-default-head": "$:/plugins/aaldrich/tables/template/header/default",
            "tbl-temp-default-foot": "$:/plugins/aaldrich/tables/template/footer/default",
            "tbl-temp-default-expand": "$:/plugins/aaldrich/tables/template/expand/transclude",
            "tbl-temp-default-body-edit": "$:/plugins/aaldrich/tables/template/body/edit-input",
            "tbl-temp-default-body": "$:/plugins/aaldrich/tables/template/body/default",
            "tbl-style-table": "width:100%;",
            "tbl-style-container": "",
            "tbl-style-colgroup": "",
            "tbl-sort-type": "nsort",
            "tbl-sort-negate": "false",
            "tbl-sort-by": "title",
            "tbl-show-pagination": "auto",
            "tbl-show-mode": "true",
            "tbl-show-header": "true",
            "tbl-show-footer": "false",
            "tbl-show-edit": "true",
            "tbl-show-colgroup": "false",
            "tbl-show-caption": "true",
            "tbl-page-marker": "",
            "tbl-mode": "normal",
            "tbl-limit-choices": "[[5]] [[10]] [[15]] [[20]] [[25]] [[30]] [[40]] [[50]]",
            "tbl-limit": "10",
            "tbl-filter": "[!is[system]search[]]",
            "tbl-expand": "",
            "tbl-default-title": "New Table",
            "tbl-default-date-format": "0MM/0DD/YY hh12:0mmAM",
            "tbl-columns": "title modified tags",
            "tbl-class": "tbl-style-default",
            "tbl-checkbox-value-unselected": "",
            "tbl-checkbox-value-selected": "",
            "tbl-checkbox-tip": "",
            "tbl-checkbox-tag": "",
            "tbl-checkbox-field": "",
            "tbl-checkbox-actions-unselected": "",
            "tbl-checkbox-actions-selected": "",
            "tbl-caption-mode": "inline",
            "tbl-caption": "''{{!!title}}''",
            "tbl-button-tip": "",
            "tbl-button-icon": "{{$:/core/images/menu-button}}",
            "tbl-button-actions": "",
            "tbl-anything": "",
            "tbl-add-records": "",
            "tags": "",
            "modified": "20191214043748895",
            "created": "20170207075434434"
        },
        "$:/plugins/aaldrich/tables/macro": {
            "created": "20170205053213873",
            "text": "\\define table(title:)\n<$set name=\"currentTable\" value=<<__title__>> emptyValue={{!!title}}>\n<$tiddler tiddler=<<currentTable>>>\n<!-- assign vars -->\n<$vars buttonAction={{!!tbl-button-actions}} buttonIcon={{!!tbl-button-icon}} anythingCode={{!!tbl-anything}} pageMarker={{!!tbl-page-marker}} enteredFilter={{!!tbl-filter}} enteredTitles={{!!tbl-add-records}} recordLimit={{!!tbl-limit}} sortBy={{!!tbl-sort-by}} sortType={{!!tbl-sort-type}} checkTag={{!!tbl-checkbox-tag}} checkSel={{!!tbl-checkbox-value-selected}} checkUnsel={{!!tbl-checkbox-value-unselected}} checkActions={{!!tbl-checkbox-actions-selected}} checkUnactions={{!!tbl-checkbox-actions-unselected}} >\n<$set name=\"tableExpand\" filter=\"[<currentTable>get[tbl-expand]]\" emptyValue={{$:/plugins/aaldrich/tables/defaults!!tbl-temp-default-expand}} value={{!!tbl-expand}}>\n<$set name=\"checkField\" filter=\"[<currentTable>get[tbl-checkbox-field]]\" emptyValue=\"modified\" value={{!!tbl-checkbox-field}}>\n<$set name=\"sortNeg\" filter=\"[<currentTable>field:tbl-sort-negate[true]]\" emptyValue=\"\" value=\"!\">\n<$set name=\"pageFilter\" filter=<<nextFirst>>  emptyValue=\"+[allafter{!!tbl-page-marker}]+[{!!tbl-page-marker}]\" value=\"+[allafter:including{!!tbl-page-marker}]\" >\n<$set name=\"includePage\" filter=\"[<currentTable>get[tbl-page-marker]]\"  emptyValue=\"\" value=<<pageFilter>> >\n<!-- check if table can be rendered properly -->\n<$set name=\"hideTable\" filter=<<currentTiddler>> value=<<currentTiddler>> emptyValue=\"$:/plugins/aaldrich/tables/template/expand/transclude\" >\n<$set name=\"hideTable\" filter=\"[<hideTable>]-[[$:/plugins/aaldrich/tables/template/expand/transclude]]-[[field]]+[limit[1]]\" value=\"false\" emptyValue=\"true\">\n<$reveal type=\"match\" state=\"$:/plugins/aaldrich/tables/macro!!tbl-true\" text=<<hideTable>>>\n''Table transclusion error: ''use //title// parameter: `<<table \"My Table\">>`.\n</$reveal>\n</$set>\n<$list filter=\"[<hideTable>]-[[$:/plugins/aaldrich/tables/template/expand/transclude]]-[[field]]+[limit[1]]\" variable=\"showTable\">\n<!-- reveal refresh table button that adds req fields to a table using default values -->\n<$reveal type=\"match\" state=\"!!tbl-columns\" text=\"\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" >{{$:/core/images/refresh-button}} Reset Table<$action-setfield \ntbl-add-records={{$:/plugins/aaldrich/tables/defaults!!tbl-add-records}}\ntbl-anything={{$:/plugins/aaldrich/tables/defaults!!tbl-anything}}\ntbl-button-actions={{$:/plugins/aaldrich/tables/defaults!!tbl-button-actions}}\ntbl-button-icon={{$:/plugins/aaldrich/tables/defaults!!tbl-button-icon}}\ntbl-button-tip={{$:/plugins/aaldrich/tables/defaults!!tbl-button-tip}}\ntbl-caption={{$:/plugins/aaldrich/tables/defaults!!tbl-caption}}\ntbl-checkbox-actions-selected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-actions-selected}}\ntbl-checkbox-actions-unselected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-actions-unselected}}\ntbl-checkbox-field={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-field}}\ntbl-checkbox-tag={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-tag}}\ntbl-checkbox-tip={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-tip}}\ntbl-checkbox-value-selected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-value-selected}}\ntbl-checkbox-value-unselected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-value-unselected}}\ntbl-class={{$:/plugins/aaldrich/tables/defaults!!tbl-class}}\ntbl-columns={{$:/plugins/aaldrich/tables/defaults!!tbl-columns}}\ntbl-expand={{$:/plugins/aaldrich/tables/defaults!!tbl-expand}}\ntbl-filter={{$:/plugins/aaldrich/tables/defaults!!tbl-filter}}\ntbl-show-caption={{$:/plugins/aaldrich/tables/defaults!!tbl-show-caption}}\ntbl-show-colgroup={{$:/plugins/aaldrich/tables/defaults!!tbl-show-colgroup}}\ntbl-show-edit={{$:/plugins/aaldrich/tables/defaults!!tbl-show-edit}}\ntbl-show-footer={{$:/plugins/aaldrich/tables/defaults!!tbl-show-footer}}\ntbl-show-header={{$:/plugins/aaldrich/tables/defaults!!tbl-show-header}}\ntbl-show-mode={{$:/plugins/aaldrich/tables/defaults!!tbl-show-mode}}\ntbl-show-pagination={{$:/plugins/aaldrich/tables/defaults!!tbl-show-pagination}}\ntbl-limit={{$:/plugins/aaldrich/tables/defaults!!tbl-limit}}\ntbl-mode={{$:/plugins/aaldrich/tables/defaults!!tbl-mode}}\ntbl-page-marker={{$:/plugins/aaldrich/tables/defaults!!tbl-page-marker}}\ntbl-sort-by={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-by}}\ntbl-sort-negate={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-negate}}\ntbl-sort-type={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-type}}\ntbl-style-colgroup={{$:/plugins/aaldrich/tables/defaults!!tbl-style-colgroup}}\ntbl-style-container={{$:/plugins/aaldrich/tables/defaults!!tbl-style-container}}\ntbl-style-table={{$:/plugins/aaldrich/tables/defaults!!tbl-style-table}}/>\n</$button>\n</$reveal>\n<!-- reveal table if req field (tbl-columns) exists -->\n<$reveal type=\"nomatch\" state=\"!!tbl-columns\" text=\"\" tag=\"div\" style={{!!tbl-style-container}} class={{!!tbl-class}}>\n{{||$:/plugins/aaldrich/tables/view}}\n</$reveal>\n</$list>\n</$set>\n</$set>\n</$set>\n</$set>\n</$set>\n</$set>\n</$vars>\n</$tiddler>\n</$set>\n\\end\n\n\\define inputFilter()\n$(enteredFilter)$[list[$(currentTable)$!!tbl-add-records]]\n\\end\n\n\\define resetPagination()\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[first[]]\n\\end\n\n\\define veryFirst()\n$(inputFilter)$+[$(sortType)$[title]$(sortType)$[$(currentColumn)$]]+[first[]]\n\\end\n\n\\define veryLast()\n$(inputFilter)$+[!$(sortType)$[title]$(sortType)$[$(currentColumn)$]]+[last[]]\n\\end\n\n\\define previousFirst()\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[allbefore[$(pageMarker)$]]+[last[$(recordLimit)$]]+[first[]]\n\\end\n\n\\define nextFirst()\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[allafter[$(pageMarker)$]]+[limit[$(recordLimit)$]]+[last[]]\n\\end\n\n\\define lastRec()\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[allafter:including[$(pageMarker)$]]+[limit[$(recordLimit)$]]+[last[]]\n\\end\n\n\\define getFirst()\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[allbefore[$(pageMarker)$]]+[prepend[1]]\n\\end\n\n\\define getLast()\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]+[allbefore:including[$(lastRecord)$]]\n\\end\n\n\\define tableFilter()\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]$(includePage)$+[limit[$(recordLimit)$]]\n\\end\n\n\\define showDeleteConfirm()\n$(tableFilter)$+[limit[1]]\n\\end\n\n\\define checkboxFilter()\n$(inputFilter)$+[$(sortType)$[title]$(sortNeg)$$(sortType)$[$(sortBy)$]]$(includePage)$+[limit[$(recordLimit)$]!tag[$(checkTag)$]!$(checkField)$[$(checkSel)$]]\n\\end\n\n\\define checkboxTest()\n[[$(currentRecord)$]!tag[$(checkTag)$]!$(checkField)$[$(checkSel)$]]\n\\end\n\n\\define overLimit()\n$(inputFilter)$+[limit[$(recordLimit)$]]+[nth[$(totalCount)$]addprefix[zzz]][[$(currentTable)$]get[tbl-show-pagination]]+[remove[auto]reverse[]][range[$(filteredCount)$]]+[butlast[$(totalCount)$]]\n\\end\n\n\\define tempTable()\n$:/temp/tables/$(currentTable)$\n\\end\n\n\\define tempTableExpand()\n$:/temp/tables/expand/$(currentTable)$\n\\end\n\n\\define tempTableStyle()\n$:/temp/tables/style/$(currentTable)$\n\\end\n\n\\define tempTagPopup()\n$(tempTable)$/$(currentRecord)$/$(currentTiddler)$\n\\end\n\n\\define tempRecord()\n$(tempTable)$/$(currentRecord)$\n\\end\n\n\\define tempPath()\n$(tempTable)$##$(currentRecord)$\n\\end\n\n\\define tempPathExpand()\n$(tempTableExpand)$##$(currentRecord)$\n\\end\n\n\\define tableExpandRender()\n{{$(tableExpand)$}}\n\\end\n\n\\define buttonIconPick()\n{{$(iconPickTitle)$}}\n\\end\n\n\\define expandClassFilter()\n[title[$(childTable)$]get[tbl-columns]]\n\\end\n\n\\define expandResetNested()\n[title[$(childTable)$]get[tbl-page-marker]]\n\\end\n\n\\define editorPreview()\n{{$(editorTarget)$}}\n\\end\n\n\\define tableFilterPick()\n$(existingTableFilter)$$(existingTableFilterPrefix)$$(filterValues)$\n\\end\n\n\\define getIndex()\n$(inputFilter)$+[$(sortType)$[title]]+[allbefore:including[$(currentRecord)$]count[]]\n\\end",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/plugins/aaldrich/tables/macro",
            "tbl-true": "true",
            "tbl-false": "false",
            "tags": "$:/tags/Macro",
            "revision": "0",
            "modified": "20200103011234341",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/style/dark": {
            "text": "{{||$:/plugins/aaldrich/tables/style/default}}",
            "title": "$:/plugins/aaldrich/tables/style/dark",
            "tbl-width-border": "1px",
            "tbl-size-icons": "{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}",
            "tbl-size-height": "{{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}}",
            "tbl-size-font": "{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}",
            "tbl-pad-tb-headfoot": "2px",
            "tbl-pad-tb-body": "1px",
            "tbl-pad-lr": "7px",
            "tbl-color-text-hover": "#FFFEE2",
            "tbl-color-text": "#FFFFFF",
            "tbl-color-row-odd": "#7A7A7A",
            "tbl-color-row-hover": "#46486B",
            "tbl-color-row-even": "#737373",
            "tbl-color-row-all": "#686868",
            "tbl-color-header": "#595959",
            "tbl-color-footer": "#595959",
            "tbl-color-caption": "#3D3D3D",
            "tbl-color-border": "#999999",
            "tbl-class-type": "child",
            "tbl-class-name": "tbl-style-dark",
            "tags": "$:/tags/Stylesheet",
            "modified": "20191205031607095",
            "created": "20190723034929272"
        },
        "$:/plugins/aaldrich/tables/style/invisible": {
            "text": "{{||$:/plugins/aaldrich/tables/style/default}}",
            "title": "$:/plugins/aaldrich/tables/style/invisible",
            "tbl-width-border": "0px",
            "tbl-size-icons": "{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}",
            "tbl-size-height": "{{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}}",
            "tbl-size-font": "{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}",
            "tbl-pad-tb-headfoot": "2px",
            "tbl-pad-tb-body": "1px",
            "tbl-pad-lr": "7px",
            "tbl-color-text-hover": "#001177",
            "tbl-color-text": "#000000",
            "tbl-color-row-odd": "transparent",
            "tbl-color-row-hover": "transparent",
            "tbl-color-row-even": "transparent",
            "tbl-color-row-all": "transparent",
            "tbl-color-header": "transparent",
            "tbl-color-footer": "transparent",
            "tbl-color-caption": "transparent",
            "tbl-color-border": "#000000",
            "tbl-class-type": "child",
            "tbl-class-name": "tbl-style-invisible",
            "tags": "$:/tags/Stylesheet",
            "modified": "20191205031632668",
            "created": "20190723040014559"
        },
        "$:/plugins/aaldrich/tables/template/body/date": {
            "text": "<td>\n  <$list filter=\"[<fieldOrIndex>]-index\">\n    <$view tiddler=<<currentRecord>> field=<<currentColumn>> format=\"date\" template={{$:/plugins/aaldrich/tables/defaults!!tbl-default-date-format}}/>\n  </$list>\n  <$list filter=\"[<fieldOrIndex>]-field\">\n    <$view tiddler=<<currentRecord>> index=<<currentColumn>> format=\"date\" template={{$:/plugins/aaldrich/tables/defaults!!tbl-default-date-format}}/>\n  </$list>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/date",
            "tbl-noedit": "created modified",
            "tbl-column-list": "created modified",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191207211809915",
            "created": "20170128100657312",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/style/standard": {
            "text": "{{||$:/plugins/aaldrich/tables/style/default}}",
            "title": "$:/plugins/aaldrich/tables/style/standard",
            "tbl-width-border": "1px",
            "tbl-size-icons": "{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}",
            "tbl-size-height": "{{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}}",
            "tbl-size-font": "{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}",
            "tbl-pad-tb-headfoot": "5px",
            "tbl-pad-tb-body": "3px",
            "tbl-pad-lr": "7px",
            "tbl-color-text-hover": "#001177",
            "tbl-color-text": "#000000",
            "tbl-color-row-odd": "#FFFFFF",
            "tbl-color-row-hover": "#f2f6ff",
            "tbl-color-row-even": "#FFFFFF",
            "tbl-color-row-all": "#FFFFFF",
            "tbl-color-header": "#E0E0E0",
            "tbl-color-footer": "#E0E0E0",
            "tbl-color-caption": "#c6c6c6",
            "tbl-color-border": "#a5a5a5",
            "tbl-class-type": "child",
            "tbl-class-name": "tbl-style-standard",
            "tags": "$:/tags/Stylesheet",
            "modified": "20191205031639271",
            "created": "20190723034800933"
        },
        "$:/plugins/aaldrich/tables/template/body/edit-textarea": {
            "created": "20170209052300022",
            "text": "<td class=\"tbl-inpt-edit\">\n  <$list filter=\"[<fieldOrIndex>]-index\">\n    <$edit-text tiddler=<<currentRecord>> field=<<currentColumn>> tag=\"textarea\" minHeight=10px rows=1/>\n  </$list>\n  <$list filter=\"[<fieldOrIndex>]-field\">\n    <$edit-text tiddler=<<currentRecord>> index=<<currentColumn>> tag=\"textarea\" minHeight=10px rows=1/>\n  </$list>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/edit-textarea",
            "tbl-noedit": "tbl-edit-textarea",
            "tbl-column-list": "tbl-edit-textarea",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191206021427822",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/expand-one": {
            "text": "<$reveal type=\"nomatch\" state=<<tempPathExpand>> text=\"show\" tag=\"td\" style=\"width:1.4ch;text-align:center;\">\n  <$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"expand\" style=\"min-width:1.4ch\">\n    <$action-setfield $tiddler=<<tempTableExpand>> $field=\"text\" $value=\"\"/>\n    <$action-setfield $tiddler=<<tempTableExpand>> $index=<<currentRecord>> $value=\"show\" />\n    <$set name=\"childTable\" filter=\"[all[tiddlers+shadows]title<currentTable>get[tbl-expand]]\" >\n      <$list filter=<<expandResetNested>>>\n        <$action-setfield $tiddler=<<tableExpand>> $field=\"tbl-page-marker\" $value=\"\"/>\n      </$list>\n    </$set>\n    {{$:/core/images/right-arrow}}\n  </$button>\n</$reveal>\n<$reveal type=\"match\" state=<<tempPathExpand>> text=\"show\" tag=\"td\" style=\"width:1.4ch;text-align:center;\">\n  <$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"collapse\" style=\"min-width:1.4ch\">\n    <$action-setfield $tiddler=<<tempTableExpand>> $field=\"text\" $value=\"\"/>\n    {{$:/core/images/down-arrow}}\n  </$button>\n</$reveal>",
            "title": "$:/plugins/aaldrich/tables/template/body/expand-one",
            "tbl-noedit": "tbl-expand tbl-expand-one",
            "tbl-column-list": "tbl-expand tbl-expand-one",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191215041940295",
            "created": "20170206022244360",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/index": {
            "text": "<td style=\"width:1.4ch;\">\n<$set name=\"currentIndex\" filter=<<getIndex>> >\n<<currentIndex>>\n</$set>\n</td>",
            "type": "",
            "title": "$:/plugins/aaldrich/tables/template/body/index",
            "tbl-noedit": "ID id tbl-index",
            "tbl-column-list": "ID id tbl-index",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191215045925271",
            "created": "20190714050106704",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/expand/transclude": {
            "created": "20190714035903654",
            "text": "<$tiddler tiddler=<<currentRecord>>>\n<$transclude tiddler=<<currentRecord>> field=\"text\" mode=\"block\" />\n</$tiddler>",
            "title": "$:/plugins/aaldrich/tables/template/expand/transclude",
            "tbl-template-name": "view",
            "tags": "$:/tags/table/ExpandTemplate",
            "modified": "20191210184939804"
        },
        "$:/plugins/aaldrich/tables/template/header/empty": {
            "text": "<th>\n</th>",
            "title": "$:/plugins/aaldrich/tables/template/header/empty",
            "tbl-column-list": "tbl-anything tbl-index tbl-radio",
            "tags": "$:/tags/table/HeaderTemplate",
            "revision": "0",
            "modified": "20191214044612648",
            "created": "20190714062216671",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/view": {
            "text": "<!-- reveals Edit Buttons-->\n{{||$:/plugins/aaldrich/tables/editor/open}}\n<!-- reveals deletion confirmation -->\n  <$reveal class=\"tbl-delete-confirm\" type=\"match\" state=\"$:/temp/tables/delete-all!!text\" text=<<currentTable>> tag=\"div\">\n    Delete all displayed records? \n    <$button class=\"tc-btn-invisible\">\n      <$action-deletetiddler $tiddler=\"$:/temp/tables/delete-all\"/>\n      <$list filter=<<tableFilter>> variable=\"currentRecord\">\n        <$action-setfield $tiddler=<<tempTableStyle>> $index=<<currentRecord>> $value=\"\"/>\n        <$action-deletetiddler $tiddler=<<currentRecord>>/>\n      </$list>\n      {{$:/core/images/delete-button}} ''yes'' \n    </$button> or \n    <$button class=\"tc-btn-invisible\">\n      <$action-deletetiddler $tiddler=\"$:/temp/tables/delete-all\"/>\n      {{$:/core/images/close-button}} ''no'' \n    </$button>\n  </$reveal>\n<table style={{!!tbl-style-table}}>\n<!-- reveals table caption -->\n  <$reveal type=\"match\" state=\"!!tbl-show-caption\" text=\"true\" tag=\"caption\">\n    <$transclude tiddler=<<currentTable>> field=\"tbl-caption\" mode={{$:/plugins/aaldrich/tables/defaults!!tbl-caption-mode}}/>\n  </$reveal>\n<!-- reveals column groups -->\n  <$reveal type=\"match\" state=\"!!tbl-show-colgroup\" text=\"true\" tag=\"colgroup\">\n    {{!!tbl-style-colgroup}}\n  </$reveal>\n<!-- reveal header -->\n  <$reveal type=\"match\" state=\"!!tbl-show-header\" text=\"true\" tag=\"thead\">\n    <tr>\n        <$list filter={{!!tbl-columns}} variable=\"currentColumn\">\n            <$set name=\"headerLookup\" filter=\"[all[tiddlers+shadows]tag[$:/tags/table/HeaderTemplate]tag<currentColumn>][all[tiddlers+shadows]tag[$:/tags/table/HeaderTemplate]contains:tbl-column-list<currentColumn>]+[limit[1]get[title]]\" value=<<headerLookup>> emptyValue={{$:/plugins/aaldrich/tables/defaults!!tbl-temp-default-head}}>\n              <$transclude tiddler=<<headerLookup>> field=\"text\" mode=\"inline\"/>\n            </$set>\n        </$list>\n    </tr>\n  </$reveal>\n<!-- reveal footer -->\n  <$reveal type=\"match\" state=\"!!tbl-show-footer\" text=\"true\" tag=\"tfoot\">\n    <tr>\n        <$list filter={{!!tbl-columns}} variable=\"currentColumn\">\n            <$set name=\"footerLookup\" filter=\"[all[tiddlers+shadows]tag[$:/tags/table/FooterTemplate]tag<currentColumn>][all[tiddlers+shadows]tag[$:/tags/table/FooterTemplate]contains:tbl-column-list<currentColumn>]+[limit[1]get[title]]\" value=<<footerLookup>> emptyValue={{$:/plugins/aaldrich/tables/defaults!!tbl-temp-default-foot}}>\n              <$transclude tiddler=<<footerLookup>> field=\"text\" mode=\"inline\"/>\n            </$set>\n        </$list>\n    </tr>\n  </$reveal>\n<!-- generate records -->\n  <tbody>\n    <$list filter=<<tableFilter>> variable=\"currentRecord\">\n    <$wikify name=\"rowStyle\" text=\"\"\"<$transclude tiddler=<<tempTableStyle>> index=<<currentRecord>> />\"\"\" mode=\"inline\">\n      <$list filter=\"[<currentTable>contains:tbl-mode[edit]]\" variable=\"tableModeEdit\">\n      <tr class=\"tbl-record-row\" style=<<rowStyle>>>\n        <$list filter={{!!tbl-columns}} variable=\"currentColumn\">\n          <$set name=\"hasIndex\" filter=\"[<currentRecord>indexes[]]-[<currentColumn>]+[count[]]-[<currentRecord>indexes[]count[]]\" value=index emptyValue=\"field\">\n          <$set name=\"fieldOrIndex\" filter=\"[<currentRecord>fields[]]-[<currentColumn>]+[count[]]-[<currentRecord>fields[]count[]]\" value=\"field\" emptyValue=<<hasIndex>>>\n          <$set name=\"bodyLookup\" filter=\"[all[tiddlers+shadows]tag[$:/tags/table/BodyTemplate]contains:tbl-noedit<currentColumn>limit[1]get[title]]\" value=<<bodyLookup>> emptyValue={{$:/plugins/aaldrich/tables/defaults!!tbl-temp-default-body-edit}}>\n            <$transclude tiddler=<<bodyLookup>> field=\"text\" mode=\"inline\"/>\n          </$set>\n          </$set>\n          </$set>\n        </$list>\n      </tr>\n      </$list>\n      <$list filter=\"[<currentTable>!contains:tbl-mode[edit]]\" variable=\"tableModeNormal\">\n      <tr class=\"tbl-record-row\" style=<<rowStyle>>>\n        <$list filter={{!!tbl-columns}} variable=\"currentColumn\">\n          <$set name=\"hasIndex\" filter=\"[<currentRecord>indexes[]]-[<currentColumn>]+[count[]]-[<currentRecord>indexes[]count[]]\" value=index emptyValue=\"field\">\n          <$set name=\"fieldOrIndex\" filter=\"[<currentRecord>fields[]]-[<currentColumn>]+[count[]]-[<currentRecord>fields[]count[]]\" value=\"field\" emptyValue=<<hasIndex>>>\n          <$set name=\"bodyLookup\" filter=\"[all[tiddlers+shadows]tag[$:/tags/table/BodyTemplate]tag<currentColumn>][all[tiddlers+shadows]tag[$:/tags/table/BodyTemplate]contains:tbl-column-list<currentColumn>]+[limit[1]get[title]]\" value=<<bodyLookup>> emptyValue={{$:/plugins/aaldrich/tables/defaults!!tbl-temp-default-body}}>\n            <$transclude tiddler=<<bodyLookup>> field=\"text\" mode=\"inline\"/>\n          </$set>\n          </$set>\n          </$set>\n        </$list>\n      </tr>\n      </$list>\n<!-- reveal expanded record-->\n      <$list variable=\"isExpanded\" filter=\"[<tempTableExpand>getindex<currentRecord>limit[1]]\">\n      <tr class=\"tbl-record-expand\" >\n        <$set name=\"childTable\" filter=\"[all[tiddlers+shadows]title<currentTable>get[tbl-expand]]\" >\n        <$set name=\"expandClass\" filter=<<expandClassFilter>> value=\"tbl-expand-nopad\"  emptyValue=\"tbl-expand-pad\">\n        <td colspan=\"999\" class=<<expandClass>> >\n\n          <<tableExpandRender>>\n\n        </td>\n        </$set>\n        </$set>\n      </tr>\n    </$list>\n    </$wikify>\n    </$list>\n  </tbody>\n</table>\n{{||$:/plugins/aaldrich/tables/pagination}}",
            "title": "$:/plugins/aaldrich/tables/view",
            "tags": "",
            "modified": "20191215053651054",
            "created": "20170205062652787"
        },
        "$:/plugins/aaldrich/tables/template/header/disabled": {
            "text": "<th>\n<<currentColumn>>\n</th>",
            "title": "$:/plugins/aaldrich/tables/template/header/disabled",
            "tbl-column-list": "ID id",
            "tags": "$:/tags/table/HeaderTemplate",
            "revision": "0",
            "modified": "20191205210234858",
            "created": "20170205233518589",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/footer/empty": {
            "text": "<th>\n</th>",
            "title": "$:/plugins/aaldrich/tables/template/footer/empty",
            "tbl-column-list": "tbl-expand tbl-expand-one tbl-expand-many tbl-anything tbl-index tbl-delete tbl-button tbl-checkbox tbl-radio",
            "tags": "$:/tags/table/FooterTemplate",
            "revision": "0",
            "modified": "20191214044407597",
            "created": "20170206022519162",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/pagination/default": {
            "text": "<$reveal type=\"nomatch\" style=\"text-align:center;\" state=\"!!tbl-page-marker\" text=\"\" tag=\"div\" class=\"tbl-page-footer\">\n    <$reveal type=\"nomatch\" style=\"float:left;\" state=\"!!tbl-page-marker\" text=<<previousPage>> tag=\"div\" class=\"tbl-page-prev\">\n        <$button class=\"tc-btn-invisible tc-tiddlylink\">\n        <$action-setfield tbl-page-marker=<<previousPage>>/>{{$:/core/images/chevron-left}} ''Prev''</$button>\n    </$reveal>\n    <$reveal type=\"match\" style=\"float:right;\" state=\"!!tbl-limit\" text=<<recordCount>> tag=\"div\" class=\"tbl-page-next\">\n        <$button class=\"tc-btn-invisible tc-tiddlylink\">\n        <$action-setfield tbl-page-marker=<<nextPage>>/>''Next'' {{$:/core/images/chevron-right}}</$button>\n    </$reveal>\nDisplaying <<firstCount>> through <<lastCount>> of <<totalCount>> Results&nbsp; |\n<$select tiddler=<<currentTable>> field=\"tbl-limit\" actions=\"\"\"<$action-setfield $tiddler=<<currentTable>> tbl-page-marker=<<firstRecord>>/>\"\"\">\n<$set name=\"limitFilter\" value={{$:/plugins/aaldrich/tables/defaults!!tbl-limit-choices}} >\n<$list filter=<<limitFilter>>>\n<option value={{!!title}}>Limit {{!!title}}</option>\n</$list>\n</$set>\n<option value=9999999>Show All</option>\n</$select>\n</$reveal>\n<$reveal type=\"match\" state=\"!!tbl-page-marker\" text=\"\" >\n  <$list filter=<<veryFirst>> >\n    <div class=\"tbl-page-refresh\">\n    <$button class=\"tc-btn-invisible tc-tiddlylink\">\n    <$action-setfield $tiddler=<<currentTable>> tbl-page-marker=<<firstRecord>>/>''Click to Enable Pagination''</$button>\n    </div>\n  </$list>\n</$reveal>",
            "title": "$:/plugins/aaldrich/tables/template/pagination/default",
            "tags": "",
            "modified": "20191208103154143",
            "created": "20190715072523828"
        },
        "$:/plugins/aaldrich/tables/style/tight": {
            "created": "20190726060145636",
            "text": "{{||$:/plugins/aaldrich/tables/style/default}}",
            "title": "$:/plugins/aaldrich/tables/style/tight",
            "tbl-width-border": "1px",
            "tbl-size-icons": "10pt",
            "tbl-size-height": "20px",
            "tbl-size-font": "10pt",
            "tbl-pad-tb-headfoot": "1px",
            "tbl-pad-tb-body": "1px",
            "tbl-pad-lr": "7px",
            "tbl-color-text-hover": "#001177",
            "tbl-color-text": "#000000",
            "tbl-color-row-odd": "#FFFFFF",
            "tbl-color-row-hover": "#FFFEE2",
            "tbl-color-row-even": "#FCFCFC",
            "tbl-color-row-all": "#FFFFFF",
            "tbl-color-header": "#F0F0F0",
            "tbl-color-footer": "#F0F0F0",
            "tbl-color-caption": "#DDDDDD",
            "tbl-color-border": "#DDDDDD",
            "tbl-class-type": "child",
            "tbl-class-name": "tbl-style-tight",
            "tags": "$:/tags/Stylesheet",
            "modified": "20191215061001950"
        },
        "$:/plugins/aaldrich/tables/style/default": {
            "created": "20190723034442800",
            "text": "<!-- CONTAINER/TABLE-->\n.{{!!tbl-class-name}} {  \n  text-shadow: none;\n  width:100%;\n  overflow:visible;\n}\n\n.{{!!tbl-class-name}} > table{  \n  text-shadow: none;\n  border-collapse: collapse;\n  caption-side: top;\n  table-layout:auto;\n  width:100%;\n  margin: 0 0 0 0;\n  border-top: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-bottom: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n}\n\n<!--CAPTION-->\n.{{!!tbl-class-name}} > table > caption {\n  margin: 0 0 0 0;\n  padding: {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}} {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}};\n  text-shadow: none;\n  color:{{!!tbl-color-text}};\n  background-color:{{!!tbl-color-caption}};\n  vertical-align: middle;\n  font-size: {{!!tbl-size-font}};\n  line-height: {{!!tbl-size-height}};\n  border-top: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-bottom: 0px solid {{!!tbl-color-border}};\n  border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  text-align:center;\n}\n\n.{{!!tbl-class-name}} > table > caption *,\n.{{!!tbl-class-name}} > table > caption > div *{\n  margin: 0 0 0 0;\n  padding: 0 0 0 0;\n  text-shadow: none;\n  color:{{!!tbl-color-text}};\n  fill:{{!!tbl-color-text}};\n}\n\n.{{!!tbl-class-name}} > table > caption > div > .tbl-hidden-edit{\n  background: transparent !important;\n  border: none;\n  color:{{!!tbl-color-text}}!important;\n}\n\n.{{!!tbl-class-name}} > table > caption > div > .tbl-hidden-edit-wide{\n  width: 100%;\n  background: transparent !important;\n  border: none;\n  color:{{!!tbl-color-text}}!important;\n}\n\n<!--HEADER-->\n  .{{!!tbl-class-name}} > table > thead {\n  text-shadow: none;\n}\n\n.{{!!tbl-class-name}} > table > thead > tr {\n  text-shadow: none;\n  background: {{!!tbl-color-header}};\n  vertical-align: middle;\n  font-size: {{!!tbl-size-font}};\n  line-height: {{!!tbl-size-height}};\n}\n\n.{{!!tbl-class-name}} > table > thead > tr > th {\n  text-shadow: none;\n  color:{{!!tbl-color-text}};\n  background: transparent;\n  margin: 0 0 0 0;\n  padding: {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}} {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}};\n  border-top: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-bottom: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  text-align: left;\n  vertical-align: middle;\n  font-size: {{!!tbl-size-font}};\n  line-height: {{!!tbl-size-height}};\n  white-space: nowrap;\n}\n\n.{{!!tbl-class-name}} > table > thead> tr > th p, \n.{{!!tbl-class-name}} > table > thead> tr > th a,\n.{{!!tbl-class-name}} > table > thead> tr > th button,\n.{{!!tbl-class-name}} > table > thead> tr > th .tc-tiddlylink {\n  text-shadow: none;\n  margin: 0 0 0 0;\n  padding: 0 0 0 0;\n  color:{{!!tbl-color-text}};\n  font-weight: bold;\n}\n\n.{{!!tbl-class-name}} > table > thead> tr > th > button > svg,\n.{{!!tbl-class-name}} > table > thead> tr > th > span > button > svg {\n  text-shadow: none;\n  fill:{{!!tbl-color-text}};\n  height:{{!!tbl-size-icons}};\n  padding:0 0 2px 0;\n}\n\n.{{!!tbl-class-name}} > table > thead> tr > th > button.tbl-sort-svg > svg {\n  text-shadow: none;\n  fill:{{!!tbl-color-text}};\n  height:10px;\n  padding:0 0 2px 0;\n}\n\n<!--FOOTER-->\n.{{!!tbl-class-name}} > table > tfoot {\n  text-shadow: none;\n}\n\n.{{!!tbl-class-name}} > table > tfoot > tr {\n  text-shadow: none;\n  background: {{!!tbl-color-footer}};\n  vertical-align: middle;\n  font-size: {{!!tbl-size-font}};\n  line-height: {{!!tbl-size-height}};\n}\n\n.{{!!tbl-class-name}} > table > tfoot > tr > th {\n  text-shadow: none;\n  color:{{!!tbl-color-text}};\n  background: transparent;\n  margin: 0 0 0 0;\n  padding: {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}} {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}};\n  border-top: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-bottom: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  text-align: left;\n  vertical-align: middle;\n  font-size: {{!!tbl-size-font}};\n  line-height: {{!!tbl-size-height}};\n  white-space: nowrap;\n}\n\n.{{!!tbl-class-name}} > table > tfoot> tr > th p, \n.{{!!tbl-class-name}} > table > tfoot> tr > th a,\n.{{!!tbl-class-name}} > table > tfoot> tr > th button,\n.{{!!tbl-class-name}} > table > tfoot> tr > th .tc-tiddlylink {\n  text-shadow: none;\n  margin: 0 0 0 0;\n  padding: 0 0 0 0;\n  color:{{!!tbl-color-text}};\n  font-weight: bold;\n}\n\n.{{!!tbl-class-name}} > table > tfoot> tr > th > button > svg,\n.{{!!tbl-class-name}} > table > tfoot> tr > th > span > button > svg {\n  text-shadow: none;\n  fill:{{!!tbl-color-text}};\n  height:{{!!tbl-size-icons}};\n  padding:0 0 2px 0;\n}\n\n.{{!!tbl-class-name}} > table > tfoot> tr > th > button.tbl-sort-svg > svg {\n  text-shadow: none;\n  fill:{{!!tbl-color-text}};\n  height:10px;\n  padding:0 0 2px 0;\n}\n\n<!--BODY-->\n.{{!!tbl-class-name}} > table > tbody {\n  text-shadow: none;\n}\n\n.{{!!tbl-class-name}} > table > tbody > tr {\n  text-shadow: none;\n  background: {{!!tbl-color-row-all}};\n  vertical-align: middle;\n  font-size: {{!!tbl-size-font}};\n  line-height: {{!!tbl-size-height}};\n}\n\n.{{!!tbl-class-name}} > table > tbody > tr > td {\n  text-shadow: none;\n  color:{{!!tbl-color-text}};\n  background: transparent;\n  margin: 0 0 0 0;\n  padding: {{!!tbl-pad-tb-body}} {{!!tbl-pad-lr}} {{!!tbl-pad-tb-body}} {{!!tbl-pad-lr}};\n  border-top: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-bottom: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  text-align: left;\n}\n\n.{{!!tbl-class-name}} > table > tbody > tr > td.tbl-tag-template > div > div.tc-tags-wrapper {\nmargin:0 0 0 0;\n}\n\n.{{!!tbl-class-name}} > table > tbody> tr > td > p > svg{\n  vertical-align: middle;\n  fill:{{!!tbl-color-text}};\n}\n\n.{{!!tbl-class-name}} > table > tbody> tr > td > a > sup{\n  -webkit-touch-callout: none;\n  -webkit-user-select: none;\n  -khtml-user-select: none;\n  -moz-user-select: none;\n  -ms-user-select: none;\n  user-select: none;\n}\n\n.{{!!tbl-class-name}} > table > tbody> tr > td > p,\n.{{!!tbl-class-name}} > table > tbody> tr > td > p > a, \n.{{!!tbl-class-name}} > table > tbody> tr > td > a,\n.{{!!tbl-class-name}} > table > tbody> tr > td > a > a,\n.{{!!tbl-class-name}} > table > tbody> tr > td > button, \n.{{!!tbl-class-name}} > table > tbody> tr > td > .tc-tiddlylink,\n.{{!!tbl-class-name}} > table > tbody> tr > td > a > a.tc-tiddlylink{\n  text-shadow: none;\n  margin:0 0 0 0;\n  color:{{!!tbl-color-text}};\n  background-color:transparent;\n  font-weight: normal;\n}\n\n.{{!!tbl-class-name}} > table > tbody> tr > td > button > svg {\n  text-shadow: none;\n  fill:{{!!tbl-color-text}};\n  height:{{!!tbl-size-icons}};\n  padding:0 0 2px 0;\n  align:center;\n}\n\n\n<!-- EVEN/ODD & ROW HIGHLIGHT -->\n.{{!!tbl-class-name}} > table > tbody > tr.tbl-record-row:nth-child(odd) {\n  background-color: {{!!tbl-color-row-odd}};\n}\n\n.{{!!tbl-class-name}} > table > tbody > tr.tbl-record-row:nth-child(even) {\n  background-color: {{!!tbl-color-row-even}};\n}\n\n<!--ROW HOVER-->\n.{{!!tbl-class-name}} > table > tbody > tr.tbl-record-row:hover {\n  background-color: {{!!tbl-color-row-hover}};\n}\n\n<!--LINK HOVER-->\n.{{!!tbl-class-name}} > table > caption a:hover,\n.{{!!tbl-class-name}} > table > caption > .tc-tiddlylink:hover {\n  color:{{!!tbl-color-text-hover}};\n  text-decoration: none;\n  font-weight: normal;\n}\n\n.{{!!tbl-class-name}} > table > thead > tr > th a:hover, \n.{{!!tbl-class-name}} > table > thead > tr > th button:hover,\n.{{!!tbl-class-name}} > table > thead> tr > th > .tc-tiddlylink:hover {\n  color: {{!!tbl-color-text}};\n  text-decoration: none;\n  font-weight: bold;\n}\n\n.{{!!tbl-class-name}} > table > tfoot > tr > th a:hover,\n.{{!!tbl-class-name}} > table > tfoot > tr > th button:hover,\n.{{!!tbl-class-name}} > table > tfoot> tr > th > .tc-tiddlylink:hover {\n  color: {{!!tbl-color-text}};\n  text-decoration: none;\n  font-weight: bold;\n}\n\n.{{!!tbl-class-name}} > table > tbody > tr > td a:hover,\n.{{!!tbl-class-name}} > table > tbody > tr > td > a > a:hover,\n.{{!!tbl-class-name}} > table > tbody > tr > td > .tc-tiddlylink:hover, \n.{{!!tbl-class-name}} > table > tbody > tr > td > a > .tc-tiddlylink:hover{\n  color:{{!!tbl-color-text-hover}};\n  text-decoration: none;\n  font-weight: normal;\n}\n\n.{{!!tbl-class-name}} > div a:hover,\n.{{!!tbl-class-name}} > div .tc-tiddlylink:hover {\n  color: {{!!tbl-color-text-hover}};\n  text-decoration: none;\n  font-weight: normal;\n}\n\n<!--INPUTS-->\n.{{!!tbl-class-name}} > table > tbody> tr > .tbl-inpt-edit > input[type=\"text\"],\n.{{!!tbl-class-name}} > table > tbody> tr > .tbl-inpt-edit > textarea {\n  width: 100%;\n  background-color: transparent;\n  border: none;\n  color: {{!!tbl-color-text}};\n}\n\n.{{!!tbl-class-name}} > table > tbody > tr > .tbl-inpt-check > span > button > label > input[type=\"checkbox\"],\n.{{!!tbl-class-name}} > table > thead > tr > .tbl-inpt-check > span > button > label > input[type=\"checkbox\"]{\n  vertical-align: middle;\n  margin: 0px 0px 2px 0px;\n}\n\n.{{!!tbl-class-name}} > table > tbody> tr > td > select {\n  background: transparent;\n  border: none;\n  color: {{!!tbl-color-text}};\n}\n\n.{{!!tbl-class-name}} > table > tbody> tr > td > select > option {\n  background: {{!!tbl-color-row-all}};\n  border: none;\n  color: {{!!tbl-color-text}};\n}\n\n<!--EXPAND-->\n.{{!!tbl-class-name}} > table > tbody> tr > td.tbl-expand-pad,\n.{{!!tbl-class-name}} > table > tbody> tr > td.tbl-expand-pad > p > pre {\n  background-color: transparent;\n  border: none;\n  color: {{!!tbl-color-text}};\n  padding: 5px 8px 5px 8px;\n}\n\n.{{!!tbl-class-name}} > table > tbody> tr > td.tbl-expand-nopad,\n.{{!!tbl-class-name}} > table > tbody> tr > td.tbl-expand-nopad > p,\n.{{!!tbl-class-name}} > table > tbody> tr > td.tbl-expand-nopad > p > pre {\n  background-color: transparent;\n  border: none;\n  color: {{!!tbl-color-text}};\n  margin: 0 0 0 0;\n  padding: 0 0 0 0;\n}\n\n.{{!!tbl-class-name}} > table > tbody> tr > td > p > .tbl-inpt-edit {\n  width: 100%;\n  background-color: transparent;\n  border: none;\n  color: {{!!tbl-color-text}};\n}\n\n.{{!!tbl-class-name}} > table > tbody> tr > td > canvas {\n  width: 100%;\n  background-color: transparent;\n  border: none;\n  color: ;\n  padding: 0 0 0 0;\n  margin: 0 0 0 0;\n}\n\n<!--PAGINATION-->\n.{{!!tbl-class-name}} > div > div.tbl-page-footer,\n.{{!!tbl-class-name}} > div > span > div.tbl-page-refresh {\n  text-align: center;\n  margin: 0 0 0 0;\n  padding: {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}} {{!!tbl-pad-tb-headfoot}} {{!!tbl-pad-lr}};\n  color:{{!!tbl-color-text}};\n  background-color:{{!!tbl-color-caption}};\n  font-size: {{!!tbl-size-font}};\n  line-height: {{!!tbl-size-height}};\n  border-top: 0px solid {{!!tbl-color-border}};\n  border-right: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-bottom: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n  border-left: {{!!tbl-width-border}} solid {{!!tbl-color-border}};\n}\n\n.{{!!tbl-class-name}} > div > span > div.tbl-page-refresh > button,\n.{{!!tbl-class-name}} > div > span > div.tbl-page-refresh > .tc-tiddlylink{\n  padding: 0 0 0 0;\n  margin: 0 0 0 0;\n  color:{{!!tbl-color-text}};\n  font-weight: normal;\n  font-size: {{!!tbl-size-font}};\n}\n\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-prev > button,\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-prev > .tc-tiddlylink{\n  padding: 0 0 0 0;\n  margin: 2px 0 0 0;\n  color:{{!!tbl-color-text}};\n  font-weight: normal;\n  font-size: {{!!tbl-size-font}};\n  float:left;\n}\n\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-next > button,\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-next > .tc-tiddlylink{\n  padding: 0 0 0 0;\n  margin: 2px 0 0 0;\n  color:{{!!tbl-color-text}};\n  font-weight: normal;\n  font-size: {{!!tbl-size-font}};\n  float:right;\n}\n\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > select {\n  padding: 0 0 0 0;\n  margin: 0 0 0 0;\n  background: transparent;\n  border: none;\n  color: {{!!tbl-color-text}};\n}\n\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-prev > button > svg,\n.{{!!tbl-class-name}} > div > div.tbl-page-footer > div.tbl-page-next > button > svg {\n  text-shadow: none;\n  fill:{{!!tbl-color-text}};\n  padding:0 0 3px 0;\n}\n\n<!--DELETE CONFIRMATION-->\n.tbl-delete-confirm {\n  color: white;\n  background-color:red;\n  padding: 8px;\n  margin: 0px;\n  text-align:center;\n}\n\n.tbl-delete-confirm > button {\n  color: white;\n  fill: white;\n}\n\n<!--EDIT MENU-->\n.tbl-edit-menu textarea{\n  width:100%;\n}\n.tbl-edit-wide{\n  width:94%;\n}",
            "title": "$:/plugins/aaldrich/tables/style/default",
            "tbl-width-border": "1px",
            "tbl-size-icons": "{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}",
            "tbl-size-height": "{{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}}",
            "tbl-size-font": "{{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}}",
            "tbl-pad-tb-headfoot": "4px",
            "tbl-pad-tb-body": "2px",
            "tbl-pad-lr": "7px",
            "tbl-color-text-hover": "#001177",
            "tbl-color-text": "#000000",
            "tbl-color-row-odd": "#FFFFFF",
            "tbl-color-row-hover": "#FFFEE2",
            "tbl-color-row-even": "#FCFCFC",
            "tbl-color-row-all": "#FFFFFF",
            "tbl-color-header": "#F0F0F0",
            "tbl-color-footer": "#F0F0F0",
            "tbl-color-caption": "#DDDDDD",
            "tbl-color-border": "#DDDDDD",
            "tbl-class-type": "parent",
            "tbl-class-name": "tbl-style-default",
            "tags": "$:/tags/Stylesheet",
            "modified": "20191215064245416"
        },
        "$:/plugins/aaldrich/tables/editor/open": {
            "created": "20190726023217378",
            "text": "<$reveal type=\"nomatch\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-target\" text={{!!title}} >\n<$reveal type=\"match\" state=\"!!tbl-show-edit\" text=\"true\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"table options\">\n  <$action-setfield $tiddler=\"$:/temp/tables/editor/settings-page-vars\" tbl-edit-target={{!!title}} />\n  <$action-setfield $tiddler=\"$:/temp/tables/editor/settings-page-vars\" tbl-edit-page=\"Records\" />\n  <$action-sendmessage $message=\"tm-modal\" $param=\"$:/plugins/aaldrich/tables/editor/view\" />\n{{$:/core/images/options-button}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"!!tbl-show-mode\" text=\"true\">\n<$reveal type=\"nomatch\" state=\"!!tbl-mode\" text=\"edit\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"edit mode\">\n  <$action-setfield $tiddler=<<currentTable>> tbl-mode=\"edit\" />\n{{$:/core/images/edit-button}}\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"!!tbl-mode\" text=\"edit\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" tooltip=\"normal mode\">\n  <$action-setfield $tiddler=<<currentTable>> tbl-mode=\"normal\" />\n{{$:/core/images/done-button}}\n</$button>\n</$reveal>\n</$reveal>\n</$reveal>",
            "title": "$:/plugins/aaldrich/tables/editor/open",
            "tags": "",
            "modified": "20191215055334115"
        },
        "$:/plugins/aaldrich/tables/button/image": {
            "text": "<svg class=\"tc-image-button\" viewBox=\"0 0 128 128\" width=\"22pt\" height=\"22pt\">\n    <rect x=\"0\" y=\"0\" width=\"128\" height=\"8\"></rect>\n    <rect x=\"0\" y=\"20\" width=\"128\" height=\"8\"></rect>\n    <rect x=\"0\" y=\"40\" width=\"128\" height=\"8\"></rect>\n    <rect x=\"0\" y=\"60\" width=\"128\" height=\"8\"></rect>\n    <rect x=\"0\" y=\"80\" width=\"128\" height=\"8\"></rect>\n    <rect x=\"0\" y=\"100\" width=\"128\" height=\"8\"></rect>\n    <rect x=\"0\" y=\"120\" width=\"128\" height=\"8\"></rect>\n    <rect x=\"0\" y=\"0\" width=\"8\" height=\"128\"></rect>\n    <rect x=\"40\" y=\"0\" width=\"8\" height=\"128\"></rect>\n    <rect x=\"80\" y=\"0\" width=\"8\" height=\"128\"></rect>\n    <rect x=\"120\" y=\"0\" width=\"8\" height=\"128\"></rect>\n</svg>",
            "title": "$:/plugins/aaldrich/tables/button/image",
            "tags": "[[ $:/tags/Image]]",
            "modified": "20190727005459045",
            "created": "20190725080524516"
        },
        "$:/plugins/aaldrich/tables/button": {
            "text": "\\define newTableText()\n<<table \"$(newTableTitle)$\">>\n\\end\n\n\\define makeNewTable()\n\n<$set name=\"newTableTitle\" value={{$:/temp/tables/button/generate-new-table-name}} >\n<$action-setfield $tiddler={{$:/temp/tables/button/generate-new-table-name}} text=<<newTableText>>/>\n</$set>\n<$action-navigate $to={{$:/temp/tables/button/generate-new-table-name}}/>\n<$action-deletetiddler $tiddler=\"$:/temp/tables/button/generate-new-table-name\"/>\n\\end\n\n<$button class=<<tv-config-toolbar-class>> tooltip=\"Create new table\" aria-label={{$:/plugins/aaldrich/tables/button!!caption}} actions=<<makeNewTable>>>\n<$list filter=\"[<tv-config-toolbar-icons>prefix[yes]]\">\n{{$:/plugins/aaldrich/tables/button/image}}\n</$list>\n<$list filter=\"[<tv-config-toolbar-text>prefix[yes]]\">\n<span class=\"tc-btn-text\"><$text text=\"new table\"/></span>\n</$list>\n<$action-createtiddler $basetitle={{$:/plugins/aaldrich/tables/defaults!!tbl-default-title}}\n$savetitle=\"$:/temp/tables/button/generate-new-table-name\"\ntbl-add-records={{$:/plugins/aaldrich/tables/defaults!!tbl-add-records}}\ntbl-anything={{$:/plugins/aaldrich/tables/defaults!!tbl-anything}}\ntbl-button-actions={{$:/plugins/aaldrich/tables/defaults!!tbl-button-actions}}\ntbl-button-icon={{$:/plugins/aaldrich/tables/defaults!!tbl-button-icon}}\ntbl-button-tip={{$:/plugins/aaldrich/tables/defaults!!tbl-button-tip}}\ntbl-caption={{$:/plugins/aaldrich/tables/defaults!!tbl-caption}}\ntbl-checkbox-actions-selected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-actions-selected}}\ntbl-checkbox-actions-unselected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-actions-unselected}}\ntbl-checkbox-field={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-field}}\ntbl-checkbox-tag={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-tag}}\ntbl-checkbox-tip={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-tip}}\ntbl-checkbox-value-selected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-value-selected}}\ntbl-checkbox-value-unselected={{$:/plugins/aaldrich/tables/defaults!!tbl-checkbox-value-unselected}}\ntbl-class={{$:/plugins/aaldrich/tables/defaults!!tbl-class}}\ntbl-columns={{$:/plugins/aaldrich/tables/defaults!!tbl-columns}}\ntbl-expand={{$:/plugins/aaldrich/tables/defaults!!tbl-expand}}\ntbl-filter={{$:/plugins/aaldrich/tables/defaults!!tbl-filter}}\ntbl-show-caption={{$:/plugins/aaldrich/tables/defaults!!tbl-show-caption}}\ntbl-show-colgroup={{$:/plugins/aaldrich/tables/defaults!!tbl-show-colgroup}}\ntbl-show-edit={{$:/plugins/aaldrich/tables/defaults!!tbl-show-edit}}\ntbl-show-footer={{$:/plugins/aaldrich/tables/defaults!!tbl-show-footer}}\ntbl-show-header={{$:/plugins/aaldrich/tables/defaults!!tbl-show-header}}\ntbl-show-mode={{$:/plugins/aaldrich/tables/defaults!!tbl-show-mode}}\ntbl-show-pagination={{$:/plugins/aaldrich/tables/defaults!!tbl-show-pagination}}\ntbl-limit={{$:/plugins/aaldrich/tables/defaults!!tbl-limit}}\ntbl-mode={{$:/plugins/aaldrich/tables/defaults!!tbl-mode}}\ntbl-page-marker={{$:/plugins/aaldrich/tables/defaults!!tbl-page-marker}}\ntbl-sort-by={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-by}}\ntbl-sort-negate={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-negate}}\ntbl-sort-type={{$:/plugins/aaldrich/tables/defaults!!tbl-sort-type}}\ntbl-style-colgroup={{$:/plugins/aaldrich/tables/defaults!!tbl-style-colgroup}}\ntbl-style-container={{$:/plugins/aaldrich/tables/defaults!!tbl-style-container}}\ntbl-style-table={{$:/plugins/aaldrich/tables/defaults!!tbl-style-table}}\n/>\n</$button>",
            "title": "$:/plugins/aaldrich/tables/button",
            "tags": "$:/tags/PageControls",
            "modified": "20191212071246997",
            "description": "Create a new table",
            "created": "20170205062652787",
            "caption": "{{$:/plugins/aaldrich/tables/button/image}} new table"
        },
        "$:/plugins/aaldrich/tables/editor/view": {
            "text": "<$keyboard actions=\"\"\"<$action-sendmessage $message=\"tm-close-tiddler\" /><$action-deletetiddler $tiddler=\"$:/temp/tables/editor/settings-page-vars\"/>\"\"\" key=\"ctrl-enter\">\n<span class=\"tbl-edit-menu\">\n<$set name=\"currentTable\" value={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} >\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Records\">\n\n''Query Records'' (tbl-filter) - filter syntax<br>\n<$edit-text  class=\"tbl-edit-wide\" tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-filter\"/>\n<span class=\"tc-popup-keep\">\n<$button popup=\"$:/state/tables/filter/preset-dropdown\" class=\"tc-btn-invisible\">\n&nbsp;{{$:/core/images/down-arrow}}\n</$button><br>\n</span>\n<$reveal class=\"tc-block-dropdown\" state=\"$:/state/tables/filter/preset-dropdown\" type=\"popup\" position=\"belowleft\" animate=\"yes\">\n<$list filter=\"[[$:/plugins/aaldrich/tables/defaults]indexes[]]\" variable=\"filterList\">\n<$list filter=\"[[$:/plugins/aaldrich/tables/defaults]getindex<filterList>]\" variable=\"filterValues\" >\n<$set name=\"existingTableFilter\" filter=\"[{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}get[tbl-filter]]\">\n<$set name=\"existingTableFilterPrefix\" filter=\"[{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}get[tbl-filter]]\" value=\"+\" emptyValue=\"\">\n<a style=\"margin:0 0 0 0;padding:0 0 0 0;\" ><$button style=\"display:block;width:100%;text-align:left;margin:0 0 0 0;padding:4px 4px 4px 4px;\" actions=\"\"\"<$action-setfield $tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} tbl-filter=<<tableFilterPick>> />\"\"\" class=\"tc-btn-invisible\"><<filterList>></$button></a>\n</$set>\n</$set>\n</$list>\n</$list>\n</$reveal><br>\n<$reveal type=\"nomatch\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-presets\" text=\"true\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-presets\" setTo=true >edit presets\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-presets\" text=\"true\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-presets\" setTo=false>close\n</$button><br>\n<$edit-text tiddler=\"$:/plugins/aaldrich/tables/defaults\" field=\"text\"/>\n</$reveal><br><br>\n''Enter Records Manually'' (tbl-add-records) - filter syntax<br>\n<$edit-text tag=textarea tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-add-records\"/>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Columns\">\n\n''Columns to Display'' (tbl-columns) - filter syntax<br>\n<$edit-text class=\"tbl-edit-wide\" tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-columns\"/>\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-columns\" text=\"true\">\n\n<$button class=\"tc-btn-invisible tc-tiddlylink\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-columns\" setTo=\"false\" >close</$button>\n\n!!''Assign/Modify Column Templates''\n\nUse the table below to assign fields/indexes to column templates by adding the field/index name to ''tbl-column-list''. \n\nUnassigned fields/indexes will inherit one of three default templates:\n\n*~$:/plugins/aaldrich/tables/template/header/default<br>\n*~$:/plugins/aaldrich/tables/template/body/default<br>\n*~$:/plugins/aaldrich/tables/template/footer/default<br>\n\n(Optional) Restrict a field/index from edit mode by adding the field/index name to ''tbl-noedit''.\n\n{{$:/plugins/aaldrich/tables/editor/templates}}\n\n''Note:'' Ensure each field/index name is only assigned to one of each template type - header, body and footer.<br><br>\n\n!!''Create New Column Template''<br>\n\n__''Create Blank Template''__<br>\n\n<$edit-text tiddler=\"$:/temp/tables/editor/settings-page-vars\" field=\"tbl-new-template-name\" placeholder=\"Template name (no spaces)...\" size=\"30\"/>\n<$set name=\"newTemplateTitle\" filter=\"[{$:/temp/tables/editor/settings-page-vars!!tbl-new-template-name}]+[addprefix[/]]+[addprefix{$:/temp/tables/editor/settings-page-vars!!tbl-new-template-type}]+[addprefix[$:/plugins/aaldrich/tables/template/]]\" value=<<newTemplateTitle>> noValue=\"\" >\n<$select tiddler=\"$:/temp/tables/editor/settings-page-vars\" field=\"tbl-new-template-type\" >\n<option>header</option>\n<option>body</option>\n<option>footer</option>\n</$select>\n<$reveal type=\"nomatch\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-new-template-name\" text=\"\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" >\n<$action-setfield $tiddler=<<newTemplateTitle>> tags=\"$:/tags/table/BodyTemplate\" tbl-column-list=\"\" tbl-noedit=\"\"/>\n<$action-setfield $tiddler=\"$:/temp/tables/editor/settings-page-vars\" tbl-new-template-name=\"\"/> create</$button>\n</$reveal>\n</$set>\n\n__''Create Template Manually''__<br>\n\n(Tip) One way to create a new template is to clone and modify an existing one.<br>\n\n''Required Tags:''<br>\n\n*''Header Templates'' - must be tagged with //''~$:/tags/table/HeaderTemplate''//<br>\n*''Body Templates'' - must be tagged with //''~$:/tags/table/BodyTemplate''//<br>\n*''Footer Templates'' - must be tagged with //''~$:/tags/table/FooterTemplate''//<br>\n\n''Required Fields:''<br>\n\n*//''tbl-column-list''// - used to assign fields/indexes to a column template\n*//''tbl-noedit''// - used to restrict fields/indexes from entering //edit mode// \n*//''text''// - template code (wikitext) - see below for useful macro parameters\n\n''Useful Macro Parameters''\n\n//Can be used anywhere inside the table container://\n\n*''current table:'' `<<currentTable>>`\n*''input filter:'' `<<inputFilter>>`\n*''processed filter:'' `<<tableFilter>>`\n*''temporary table tiddler:'' `<<tempTable>>`\n\n//Can only be used in //Header//, //Footer// or //Body// Templates://\n\n*''current column:'' `<<currentColumn>>`\n\n//Can only be used in //Body// Templates://\n\n*''current record:'' `<<currentRecord>>`\n*''temporary record tiddler:'' `<<tempRecord>>`\n*''numerical record index (filter):'' `<<getIndex>>`\n</$reveal>\n\n<$reveal type=\"nomatch\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-columns\" text=\"true\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-columns\" setTo=\"true\">manage column templates\n<$action-setfield $tiddler=\"$:/temp/tables/editor/settings-page-vars\" tbl-new-template-type=\"body\"/>\n</$button>\n</$reveal>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Sorting\">\n\n''Sort Type'' (tbl-sort-type)<br>\n<$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-sort-type\">\n<option>sort</option>\n<option>nsort</option>\n<option>sortcs</option>\n<option>nsortcs</option>\n<option>sortan</option>\n<option>sortby</option>\n</$select>\n\n''Sort By'' (tbl-sort-by)<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-sort-by\" size=22/>\n\n''Sort Negate (Invert Order)'' (tbl-sort-negate) <br>\n<$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-sort-negate\" checked=\"true\" unchecked=\"false\">\n<$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-sort-negate\" mode=\"inline\"/></$checkbox> \n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Limit\">\n\n''Limit'' (tbl-limit)<br>\n<$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-limit\" >\n<$set name=\"limitFilter\" value={{$:/plugins/aaldrich/tables/defaults!!tbl-limit-choices}} >\n<$list filter=<<limitFilter>>>\n<option value={{!!title}}>Limit {{!!title}}</option>\n</$list>\n</$set>\n<option value=9999999>Show All</option>\n</$select>\n\n''Show Pagination'' (tbl-show-pagination)<br>\n<$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-pagination\" actions=\"\"\"<$action-setfield $tiddler=<<currentTable>> tbl-page-marker=\"\"/><$list filter=\"[<currentTable>tbl-show-pagination[false]]\" ><$action-setfield $tiddler=<<currentTable>> tbl-limit=\"9999999\"/></$list>\"\"\">\n<option>true</option>\n<option>false</option>\n<option>auto</option>\n</$select>\n\n''Pagination Marker'' (tbl-page-marker)<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-page-marker\" size=50/>\n<$button class=\"tc-btn-invisible tc-tiddlylink\" >\n<$action-setfield $tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} $field=\"tbl-page-marker\" $value=\"\" />clear\n</$button>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Theme\">\n\n''Stylesheet'' (tbl-class)<br>\n<$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-class\">\n<optgroup label=\"Parent Themes\">\n<$list filter=\"[all[tiddlers+shadows]has[tbl-class-name]contains:tbl-class-type[parent]sort[title]]\">\n<option>{{!!tbl-class-name}}</option>\n</$list>\n</optgroup>\n<optgroup label=\"Child Themes\">\n<$list filter=\"[all[tiddlers+shadows]has[tbl-class-name]contains:tbl-class-type[child]sort[title]]\">\n<option>{{!!tbl-class-name}}</option>\n</$list>\n</optgroup>\n<optgroup label=\"Other\">\n<$list filter=\"[all[tiddlers+shadows]has[tbl-class-name]!contains:tbl-class-type[child]!contains:tbl-class-type[parent]sort[title]]\">\n<option>{{!!tbl-class-name}}</option>\n</$list>\n<option value=\"\" >inherit</option>\n</optgroup>\n</$select>\n<$set name=\"currentThemeClass\" filter=\"[{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}get[tbl-class]]\" value=<<currentThemeClass>> emptyValue=\"\" >\n<$set name=\"currentThemeTitle\" filter=\"[all[tiddlers+shadows]contains:tbl-class-name<currentThemeClass>limit[1]]\" value=<<currentThemeTitle>> emptyValue=\"Inheriting style from {{$:/theme}}.\" >\n<h2><<currentThemeTitle>> \n<$reveal type=\"nomatch\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-style-settings\" text=\"true\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-style-settings\" setTo=\"true\"> {{$:/core/images/edit-button}} </$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-style-settings\" text=\"true\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-style-settings\" setTo=\"false\" >{{$:/core/images/done-button}}</$button>\n</$reveal></h2>\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-style-settings\" text=\"true\">\n<table style=\"width:100%;border-collapse: collapse; border: none;vertical-align:top;\">\n  <tr style=\"border: none;vertical-align:top;\">\n    <td style=\"border: none;\">\n\n!!''Body''\n\n''All Rows Color:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-row-all\" tag=\"input\" type=\"color\"/><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-row-all\" tag=\"input\" size=\"8\"/><br><br>\n''Even Rows Color:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-row-even\" tag=\"input\" type=\"color\"/><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-row-even\" tag=\"input\" size=\"8\"/><br><br>\n''Odd Rows Color:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-row-odd\" tag=\"input\" type=\"color\"/><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-row-odd\" tag=\"input\" size=\"8\"/><br><br>\n''Row Hover Color:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-row-hover\" tag=\"input\" type=\"color\"/><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-row-hover\" tag=\"input\" size=\"8\"/>\n    </td>\n    <td style=\"border: none;\">\n\n!!''Header/Footer''\n\n''Header Color:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-header\" tag=\"input\" type=\"color\"/><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-header\" tag=\"input\" size=\"8\"/><br><br>\n''Footer Color:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-footer\" tag=\"input\" type=\"color\"/><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-footer\" tag=\"input\" size=\"8\"/><br><br>\n\n!!''Caption''\n\n''Caption Color:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-caption\" tag=\"input\" type=\"color\"/><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-caption\" tag=\"input\" size=\"8\"/>\n    </td>\n    <td style=\"border: none;\">\n\n!!''Padding''\n\n__''Header/Footer''__\n\n''Padding Top/Bottom:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-pad-tb-headfoot\" tag=\"input\" size=\"16\"/>\n\n__''Body''__\n\n''Left/Right:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-pad-lr\" tag=\"input\" size=\"16\"/><br><br>\n''Top/Bottom:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-pad-tb-body\" tag=\"input\" size=\"16\"/>\n    </td>\n    <td style=\"border: none;\">\n\n!!''Text/Icons''\n\n''Text Color:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-text\" tag=\"input\" type=\"color\"/><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-text\" tag=\"input\" size=\"8\"/><br><br>\n''Text Hover Color:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-text-hover\" tag=\"input\" type=\"color\"/><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-text-hover\" tag=\"input\" size=\"8\"/><br><br>\n''Font Size:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-size-font\" tag=\"input\" size=\"16\"/><br><br>\n''Icon Size:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-size-icons\" tag=\"input\" size=\"16\"/>\n    </td>\n    <td style=\"border: none;\">\n\n!!''Border''\n\n''Border Width:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-width-border\" tag=\"input\" size=\"16\"/><br><br>\n''Border Color:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-border\" tag=\"input\" type=\"color\"/><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-color-border\" tag=\"input\" size=\"8\" /><br><br>\n\n!!''Other''\n\n''Line Height:''<br><$edit-text tiddler=<<currentThemeTitle>> field=\"tbl-size-height\" tag=\"input\" size=\"16\"/>\n    </td>\n  </tr>\n</table>\n<h2>''Stylesheet:'' \n<$reveal type=\"nomatch\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-stylesheet\" text=\"true\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-stylesheet\" setTo=\"true\">{{$:/core/images/edit-button}}</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-stylesheet\" text=\"true\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-stylesheet\" setTo=\"false\" >{{$:/core/images/done-button}}</$button>\n</$reveal></h2>\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-stylesheet\" text=\"true\">\n<$edit-text tiddler=<<currentThemeTitle>> field=\"text\" tag=\"textarea\"/>\n</$reveal>\n\n<$reveal type=\"nomatch\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-theme-delete-confirm\" text=<<currentThemeTitle>>>\n<$button style=\"color:red;fill:red;\" class=\"tc-btn-invisible\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-theme-delete-confirm\" setTo=<<currentThemeTitle>> >{{$:/core/images/delete-button}}'' delete theme''</$button>\n</$reveal>\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-theme-delete-confirm\" text=<<currentThemeTitle>>>\n delete this theme? <$button class=\"tc-btn-invisible\"><$action-deletetiddler $tiddler=<<currentThemeTitle>>/><$action-setfield $tiddler=\"$:/temp/tables/editor/settings-page-vars\" tbl-theme-delete-confirm=\"\" />'' yes ''</$button> / <$button class=\"tc-btn-invisible\"><$action-setfield $tiddler=\"$:/temp/tables/editor/settings-page-vars\" tbl-theme-delete-confirm=\"\" />'' no ''</$button>\n</$reveal>\n\n</$reveal>\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-styles\" text=\"true\">\n\n<$button class=\"tc-btn-invisible tc-tiddlylink\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-styles\" setTo=\"false\" >close</$button><br>\n\n!!''Create New Theme''\n\n__''Clone Current Theme''__\n\n<$edit-text tiddler=\"$:/temp/tables/editor/settings-page-vars\" field=\"tbl-new-theme-class\" placeholder=\"Enter a class name (no spaces)...\" size=\"30\"/>\n<$reveal type=\"nomatch\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-new-theme-class\" text=\"\">\n<$button class=\"tc-btn-invisible tc-tiddlylink\" >\n<$set name=\"newThemeTitle\" filter=\"[{$:/temp/tables/editor/settings-page-vars!!tbl-new-theme-class}]+[addprefix[$:/plugins/aaldrich/tables/style/]]\" value=<<newThemeTitle>> noValue=\"\" >\n<$action-setfield $tiddler=<<newThemeTitle>> title=<<newThemeTitle>>  />\n<$list variable=\"themeFields\" filter=\"[<currentThemeTitle>fields[]]-[[title]]-[[modified]]-[[created]]-[[tbl-class-type]]-[[text]]\">\n<$set name=\"themeFieldValues\" filter=\"[<currentThemeTitle>get<themeFields>]\" value=<<themeFieldValues>> noValue=\"\">\n<$action-setfield $tiddler=<<newThemeTitle>> $field=<<themeFields>> $value=<<themeFieldValues>> />\n</$set>\n</$list>\n<$action-setfield $tiddler=<<newThemeTitle>> tbl-class-name={{$:/temp/tables/editor/settings-page-vars!!tbl-new-theme-class}} tbl-class-type=\"child\" text=\"{{||$:/plugins/aaldrich/tables/style/default}}\"/>\n<$action-setfield $tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} tbl-class={{$:/temp/tables/editor/settings-page-vars!!tbl-new-theme-class}} />\n<$action-setfield $tiddler=\"$:/temp/tables/editor/settings-page-vars\" tbl-new-theme-class=\"\" />\n</$set>\n clone</$button>\n</$reveal>\n\n__''Create Theme Manually''__\n\n''Required Tags:''\n\n*//''~$:/tags/Stylesheet''//\n\n''Required Fields:''\n\n*//''tbl-class-name''// - css class name (no spaces)\n*//''tbl-class-type''// - parent or child (child themes inherit their css from a parent)\n*//''text''// - stylesheet (wikitext)\n**//parent theme// - uses css code\n**//child theme// - uses a parent theme's code\n</$reveal>\n<$reveal type=\"nomatch\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-styles\" text=\"true\">\n\n<$button class=\"tc-btn-invisible tc-tiddlylink\" set=\"$:/temp/tables/editor/settings-page-vars!!tbl-show-styles\" setTo=\"true\">more themes\n</$button>\n</$reveal>\n</$set>\n</$set>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Override\">\n\n''Container'' (tbl-style-container) - css properties for the ``<div>`` element containing the table<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-style-container\" tag=\"textarea\"/>\n\n''Table'' (tbl-style-table) - css properties for the ``<table>`` element<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-style-table\" tag=\"textarea\"/>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Colgroups\">\n\n''Show Colgroup'' (tbl-show-colgroup)<br>\n<$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-colgroup\" checked=\"true\" unchecked=\"false\">\n<$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-colgroup\" mode=\"inline\"/></$checkbox>\n\n''Colgroup Elements'' (tbl-style-colgroup) - series of ``<col>`` elements to be included in the ``<colgroup>`` element<br> \n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-style-colgroup\" tag=\"textarea\"/>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Advanced Styles\">\n\n!!''Row Styling''<br>\n\nStyle can be applied to individual records using a button or checkbox. CSS properties should be stored in tiddler: ``<<tempTableStyle>>`` in the index: ``<<currentRecord>>``.\n\nFor example, add the ''tbl-checkbox'' column to a table and set the ''check actions'' to:\n\n`<$action-setfield $tiddler=<<tempTableStyle>> $index=<<currentRecord>> $value=\"background-color:green;\"/>`\n\nThen set the ''uncheck actions'' to:\n\n`<$action-setfield $tiddler=<<tempTableStyle>> $index=<<currentRecord>> $value=\"\"/>`\n\nThis will cause the row's background to change to green when the checkbox is checked.\n\n!!''Column Styling''<br>\n\nUse the ''Column Group'' options page to specify styles for individual columns using `<col>` elements.\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Header/Footer\">\n\n''Show Header'' (tbl-show-header)<br>\n<$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-header\" checked=\"true\" unchecked=\"false\">\n<$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-header\" mode=\"inline\"/></$checkbox>\n\n''Show Footer'' (tbl-show-footer)<br>\n<$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-footer\" checked=\"true\" unchecked=\"false\">\n<$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-footer\" mode=\"inline\"/></$checkbox>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Caption\">\n\n''Show Caption'' (tbl-show-caption)<br>\n<$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-caption\" checked=\"true\" unchecked=\"false\">\n<$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-caption\" mode=\"inline\"/></$checkbox>\n\n''Caption'' (tbl-caption) - wikitext ({{$:/plugins/aaldrich/tables/defaults!!tbl-caption-mode}})<br>\n<$edit-text tag=textarea tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-caption\"/>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Edit\">\n\n''Show Editor Button'' (tbl-show-edit)<br>\n<$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-edit\" checked=\"true\" unchecked=\"false\">\n<$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-edit\" mode=\"inline\"/></$checkbox><br>\n''Attention:'' This will hide the {{$:/core/images/options-button}} button. To restore, manually set field ''tbl-show-edit'' to ''true''.<br><br>\n\n''Show Mode Button'' (tbl-show-mode)<br>\n<$checkbox tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-mode\" checked=\"true\" unchecked=\"false\">\n<$transclude tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-show-mode\" mode=\"inline\"/></$checkbox><br><br>\n\n''Mode'' (tbl-mode)<br>\n<$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-mode\" >\n<option>normal</option>\n<option>edit</option>\n</$select>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Defaults\">\n\n!!''Modify Table/Global Defaults''\nDefault settings are stored here: ''~$:/plugins/aaldrich/tables/defaults''<br>\n\n__''Table defaults:''__\n\n*All default table parameters can be modified.\n\n__''Global defaults:''__\n\n*''tbl-caption-mode'' - set caption to //inline// or //block// mode.<br>\n*''tbl-default-date-format'' - set default date format.<br>\n*''tbl-default-title'' - set default new table name.<br>\n*''tbl-temp-default-expand'' - set default expand column template.<br>\n*''tbl-limit-choices'' - set drop-down values for //limit// control.<br>\n*''tbl-temp-default-body'' - set the default body template for non-custom columns.<br>\n*''tbl-temp-default-body-edit'' - set the default body template for edit mode.<br>\n*''tbl-temp-default-foot'' - set the default footer template for non-custom columns.<br>\n*''tbl-temp-default-head'' - set the default header template for non-custom columns.<br>\n*''tbl-title-type-code'' - code to indicate the tiddler //type// in the title column.<br>\n*''tbl-title-type-show'' - show the tiddler //type// in the title column (true/false).<br>\n*''text'' - filter presets (data dictionary format)<br>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Expand\">\n\n''To use:'' Add column: ''tbl-expand'' or ''tbl-expand-one'' to expand one row at a time.<br>\nAdd column: ''tbl-expand-many'' to expand multiple rows at a time.\n\n''Expand Target'' (tbl-expand) - text reference (spaces allowed, no quotes)<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-expand\" size=50/>\n<$select tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-expand\">\n<option value=\"\">default</option>\n<option value=\"$:/plugins/aaldrich/tables/template/expand/transclude\">transclude text</option>\n<option value=\"$:/plugins/aaldrich/tables/template/expand/edit\">edit text</option>\n</$select>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Button\">\n\n''To use:'' Add column: ''tbl-button'' \n\n''Button Icon'' (tbl-button-icon) - wikitext<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-button-icon\" size=50/> <h3><$list filter=\"[title<currentTable>get[tbl-button-icon]]\">{{!!title}}</$list></h3>\n\n<$list variable=\"iconPickTitle\" filter=\"[all[shadows]prefix[$:/core/images/]]\">\n<$button class=\"tc-btn-invisible\" actions=\"\"\"<$action-setfield $tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} tbl-button-icon=<<buttonIconPick>>/>\"\"\" ><<buttonIconPick>></$button>\n</$list>\n\n''Button Actions'' (tbl-button-actions) - series of action widgets<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-button-actions\" tag=\"textarea\"/>\n\n''Button Tooltip'' (tbl-button-tip) - plain text<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-button-tip\" size=50/>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Checkbox\">\n\n''To use:'' Add column: ''tbl-checkbox'' \n\n''Add/Remove Tag'' (tbl-checkbox-tag)<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-checkbox-tag\" size=22/>\n\n''Target Field'' (tbl-checkbox-field)<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-checkbox-field\" size=22/>\n\n''Select Value'' (tbl-checkbox-value-selected)<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-checkbox-value-selected\" size=22/>\n\n''Unselect Value'' (tbl-checkbox-value-unselected)<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-checkbox-value-unselected\" size=22/>\n\n''Select Actions'' (tbl-checkbox-actions-selected) - series of action widgets<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-checkbox-actions-selected\" tag=\"textarea\"/>\n\n''Unselect Actions'' (tbl-checkbox-actions-unselected) - series of action widgets<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-checkbox-actions-unselected\" tag=\"textarea\"/>\n\n''Checkbox Tooltip'' (tbl-checkbox-tip) - plain text<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-checkbox-tip\" size=50/>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Anything\">\n\n''To use:'' Add column: ''tbl-anything'' \n\n''Code'' (tbl-anything) - wikitext<br>\n<$edit-text tiddler={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}} field=\"tbl-anything\" tag=\"textarea\"/>\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"Getting Started\">\n\n{{$:/plugins/aaldrich/tables/readme}}\n</$reveal>\n\n\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/settings-page-vars!!tbl-edit-page\" text=\"About\">\n\n!''~TiddlyTables''\n!!Version {{$:/plugins/aaldrich/tables!!version}}\n!!!created by {{$:/plugins/aaldrich/tables!!author}}\nlast modified {{$:/plugins/aaldrich/tables!!modified}}\n\n__TiddlyWiki version {{$:/plugins/aaldrich/tables!!core-version}} or greater required.__\n\n//This plugin is free to use, modify and share. \nWith special thanks to Jeremy Ruston and the entire ~TiddlyWiki community.//\n</$reveal>\n\n<br>\n''Show Preview''<br>\n<$checkbox tiddler=\"$:/temp/tables/editor/persist-vars\" field=\"tbl-show-preview\" checked=\"true\" unchecked=\"false\" default=\"false\">\n<$transclude tiddler=\"$:/temp/tables/editor/persist-vars\" field=\"tbl-show-preview\" mode=\"inline\"/></$checkbox><br><br>\n<$reveal type=\"match\" state=\"$:/temp/tables/editor/persist-vars!!tbl-show-preview\" text=\"true\">\n<$set name=editorTarget value={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}}>\n<<editorPreview>>\n</$set>\n</$reveal>\n</$set>\n</span>\n</$keyboard>",
            "title": "$:/plugins/aaldrich/tables/editor/view",
            "tags": "",
            "subtitle": "<h2>''<$text text={{$:/temp/tables/editor/settings-page-vars!!tbl-edit-target}}/>''</h2>{{||$:/plugins/aaldrich/tables/editor/navigation}}",
            "revision": "0",
            "modified": "20191212071106904",
            "footer": "<$button class=\"tc-btn-invisible tc-tiddlylink\" style=\"padding:0 0 0 6px;\">   <$action-sendmessage $message=\"tm-close-tiddler\" />   <$action-deletetiddler $tiddler=\"$:/temp/tables/editor/settings-page-vars\"/> ''Close'' </$button>",
            "created": "20190722221724072",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/expand/edit": {
            "created": "20190714035903654",
            "text": "<$edit class=\"tbl-inpt-edit\" tiddler=<<currentRecord>> field=text tag=textarea/>",
            "title": "$:/plugins/aaldrich/tables/template/expand/edit",
            "tbl-template-name": "edit",
            "tags": "$:/tags/table/ExpandTemplate",
            "modified": "20190816062006055"
        },
        "$:/plugins/aaldrich/tables/editor/navigation": {
            "text": "''<$select tiddler=\"$:/temp/tables/editor/settings-page-vars\" field=\"tbl-edit-page\">\n<optgroup label=\"Data\">\n<option>Records</option>\n<option>Columns</option>\n<option>Sorting</option>\n<option value=\"Limit\">Limit/Pagination</option>\n</optgroup>\n<optgroup label=\"Style\">\n<option value=\"Theme\">Theme (Stylesheet)</option>\n<option value=\"Override\">Override (Inline Styles)</option>\n<option value=\"Colgroups\">Column Groups</option>\n<option>Advanced Styles</option>\n</optgroup>\n<optgroup label=\"Features\">\n<option>Header/Footer</option>\n<option>Caption</option>\n<option value=\"Edit\">Editor/Mode</option>\n<option>Defaults</option>\n</optgroup>\n<optgroup label=\"Special Columns\">\n<option>Expand</option>\n<option>Button</option>\n<option>Checkbox</option>\n<option>Anything</option>\n</optgroup>\n<optgroup label=\"Help\">\n<option>Getting Started</option>\n<option>About</option>\n</optgroup>\n</$select>''\n<$button class=\"tc-btn-invisible tc-tiddlylink\" style=\"padding:0 0 0 6px;\">\n  <$action-sendmessage $message=\"tm-close-tiddler\" />\n  <$action-deletetiddler $tiddler=\"$:/temp/tables/editor/settings-page-vars\"/> ''Close''\n</$button>",
            "title": "$:/plugins/aaldrich/tables/editor/navigation",
            "tags": "",
            "modified": "20191208103316562",
            "created": "20190727082624393"
        },
        "$:/plugins/aaldrich/tables/template/body/anything": {
            "text": "<td style=\"width:1.4ch;\">\n    <<anythingCode>>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/anything",
            "tbl-noedit": "tbl-anything",
            "tbl-column-list": "tbl-anything",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191215042443693",
            "created": "20170206022244360",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/template/body/edit-input": {
            "created": "20191205063124704",
            "text": "<td class=\"tbl-inpt-edit\">\n  <$list filter=\"[<fieldOrIndex>]-index\">\n    <$edit-text tiddler=<<currentRecord>> field=<<currentColumn>> tag=\"input\" type=\"text\"/>\n  </$list>\n  <$list filter=\"[<fieldOrIndex>]-field\">\n    <$edit-text tiddler=<<currentRecord>> index=<<currentColumn>> tag=\"input\" type=\"text\"/>\n  </$list>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/edit-input",
            "tbl-noedit": "tbl-edit-input",
            "tbl-column-list": "tbl-edit-input",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191206021441510",
            "bag": "default"
        },
        "$:/plugins/aaldrich/tables/editor/templates": {
            "text": "<<table>>",
            "title": "$:/plugins/aaldrich/tables/editor/templates",
            "tbl-style-table": "width:100%;",
            "tbl-style-container": "",
            "tbl-style-colgroup": "",
            "tbl-sort-type": "nsort",
            "tbl-sort-negate": "false",
            "tbl-sort-by": "title",
            "tbl-show-pagination": "auto",
            "tbl-show-header": "true",
            "tbl-show-footer": "false",
            "tbl-show-edit": "false",
            "tbl-show-colgroup": "false",
            "tbl-show-caption": "false",
            "tbl-page-marker": "",
            "tbl-mode": "edit",
            "tbl-limit": "9999999",
            "tbl-filter": "[all[shadows+tiddlers]tag[$:/tags/table/BodyTemplate]][all[shadows+tiddlers]tag[$:/tags/table/HeaderTemplate]][all[shadows+tiddlers]tag[$:/tags/table/FooterTemplate]]-[[$:/plugins/aaldrich/tables/template/body/default]]-[[$:/plugins/aaldrich/tables/template/header/default]]-[[$:/plugins/aaldrich/tables/template/footer/default]]",
            "tbl-expand": "$:/plugins/aaldrich/tables/template/expand/edit",
            "tbl-columns": "tbl-expand title tbl-column-list tbl-noedit",
            "tbl-class": "tbl-style-tight",
            "tbl-checkbox-value-unselected": "",
            "tbl-checkbox-value-selected": "",
            "tbl-checkbox-tip": "",
            "tbl-checkbox-tag": "",
            "tbl-checkbox-field": "",
            "tbl-checkbox-actions-unselected": "",
            "tbl-checkbox-actions-selected": "",
            "tbl-caption": "''Column Templates''",
            "tbl-button-tip": "clone template",
            "tbl-button-icon": "{{$:/core/images/clone-button}}",
            "tbl-button-actions": "<$action-sendmessage $message=\"tm-new-tiddler\" $param=<<currentRecord>>/>",
            "tbl-anything": "",
            "tbl-add-records": "",
            "modified": "20191208062747162",
            "created": "20191205205444801"
        },
        "$:/plugins/aaldrich/tables/template/body/radio": {
            "text": "<td style=\"width:1.4ch;text-align:center;\">\n<$radio tiddler=<<currentTable>> field=\"tbl-selected-record\" value=<<currentRecord>>></$radio>\n</td>",
            "title": "$:/plugins/aaldrich/tables/template/body/radio",
            "tbl-noedit": "tbl-radio",
            "tbl-column-list": "tbl-radio",
            "tags": "$:/tags/table/BodyTemplate",
            "revision": "0",
            "modified": "20191215045742495",
            "created": "20170206022244360",
            "bag": "default"
        }
    }
}
.matched {background-color:#ffc;}
.tw-context {
  border:0px solid #eee;background-color:#eee;
  word-break: break-all; word-wrap: break-word;}
{
    "tiddlers": {
        "$:/plugins/danielo515/ContextPlugin/widgets/context.js": {
            "created": "20140418153435777",
            "creator": "danielo",
            "modified": "20140530231943517",
            "modifier": "danielo",
            "module-type": "widget",
            "title": "$:/plugins/danielo515/ContextPlugin/widgets/context.js",
            "type": "application/javascript",
            "text": "/*\\\\\ntitle: $:/core/modules/widgets/danielo/context-widget.js\ntype: application/javascript\nmodule-type: widget\n\nEdit-text widget\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar contextWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n};\n\n/*\nInherit from the base widget class\n*/\ncontextWidget.prototype = new Widget();\n\n/*\nRender this widget into the DOM\n*/\ncontextWidget.prototype.render = function(parent,nextSibling) {\n   // Save the parent dom node\n\tthis.parentDomNode = parent;\n\t// Compute our attributes\n\tthis.computeAttributes();\n\t// Execute our logic\n\tthis.execute();\n    \n  if(this.term && this.term.length>3){\n     \n      this.createRegexp();\n      var matches = this.executeRegexp();\n\t  if(matches.length > 0){ \n        this.domNode = this.document.createElement(this.element);\n        this.domNode.className=\"tw-context\";\n        this.composeResults( matches ); //this appends to domNode        \n      \t// Insert element\n      \tparent.insertBefore(this.domNode,nextSibling);\n      \tthis.renderChildren(this.domNode,null);\n\t  \tthis.domNodes.push(this.domNode);\n      }\n  }\n\t\n};\n\n/*\nCompute the internal state of the widget\n*/\ncontextWidget.prototype.execute = function() {\n\t// Get the parameters from the attributes\n    this.matchedClass = this.getAttribute(\"matchClass\",\"matched\");\n\tthis.tiddler = this.getAttribute( \"tiddler\",this.getVariable(\"currentTiddler\") );\n    this.term =  this.getAttribute(\"term\",this.getAttribute(\"searchTerm\"));\n\tthis.contextLength = this.getAttribute(\"length\",50);\n    this.before = this.getAttribute(\"before\",this.contextLength);\n    this.after = this.getAttribute(\"after\",this.contextLength);\n    this.maxMatches = this.getAttribute(\"maxMatches\",10);\n    this.element = this.getAttribute(\"element\",\"pre\");\n\tthis.makeChildWidgets();\n};\n\n  /*Create the regular expression*/\ncontextWidget.prototype.createRegexp = function()\n{\n  var regString = \"(\\\\w+[\\\\s\\\\S]{0,#before#})?(#term#)([\\\\s\\\\S]{0,#after#}\\\\w+)?\";\n\n  var regString = regString.replace(\"#before#\",this.before).replace(\"#term#\", $tw.utils.escapeRegExp(this.term) ) .replace(\"#after#\",this.after);\n  this.regexp = new RegExp(regString,\"ig\");\n  //console.log(regString);\n};\n/*\nexecute the regular expresion\n*/\ncontextWidget.prototype.executeRegexp = function()\n{\n  var text = this.wiki.getTiddlerText(this.tiddler), match,results = new Array();\n  while( (match = this.regexp.exec( text ) ) && (results.length < this.maxMatches) )\n      { results.push(match) }\n  //console.log(\"matches\",results);\n  return results;\n};\n\n/*\ncompose the results\nmatches : array of match objects from regular expression execute\n*/\ncontextWidget.prototype.composeResults = function(matches){\n var result=[], self=this, node = this.domNode,\n dots = textNode(\"...\\n\"),\n span = matchedNode( this.term );\n\n  for(var i=0; i < matches.length; i++){\n   processMatch( matches[i] );\n }\n  \n  function processMatch(match){\n    if( match.index !== 0) node.appendChild( dots.cloneNode(true) );\n    for( var i=1;i<match.length;i++ ) {//match[0] full matched text (all groups together)\n      if( match[i] ) {\n        if ( match[i].toLowerCase() == self.term.toLowerCase() ) \n          node.appendChild( match[i] == self.term ? span.cloneNode(true) : matchedNode( match[i] ) )\n          else\n            node.appendChild( textNode( match[i]) )\n      }\n    }\n    if( match.index + match[0].length < match.input.length) node.appendChild( dots.cloneNode(true) );\n  }\n  \n  function textNode(text){ return self.document.createTextNode(text) }\n  function matchedNode(text) { \n    var node = self.document.createElement(\"span\"); node.appendChild( textNode(text) );  node.className = self.matchedClass;\n    return node }\n  \n};\n/*\nSelectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering\n*/\ncontextWidget.prototype.refresh = function(changedTiddlers) {\n\tvar changedAttributes = this.computeAttributes();\n\tif(changedAttributes.tiddler || changedAttributes.term || changedAttributes.length || changedAttributes.matchedClass) {\n\t\tthis.refreshSelf();\n\t\treturn true;\n\t}\n    return this.refreshChildren(changedTiddlers);\n};\n\nexports.context = contextWidget;\n\n})();"
        },
        "$:/plugins/danielo515/ContextPlugin/visualizer": {
            "title": "$:/plugins/danielo515/ContextPlugin/visualizer",
            "tags": "$:/tags/SearchResults",
            "caption": "Context",
            "text": "<$list filter=\"[!is[system]search{$:/temp/search}sort[title]limit[250]]\">\r\n  {{!!title||$:/core/ui/ListItemTemplate}}\r\n  <$context term={{$:/temp/search}} />\r\n</$list>\r\n"
        },
        "$:/plugins/danielo515/ContextPlugin/Stylesheet/results": {
            "created": "20140529162823729",
            "tags": "$:/tags/Stylesheet contextPlugin",
            "title": "$:/plugins/danielo515/ContextPlugin/Stylesheet/results",
            "type": "text/css",
            "text": ".matched{background-color:yellow}\n.tw-context {/*border:1px solid;\n  /*word-break: break-all; word-wrap: break-word*/}"
        },
        "$:/plugins/danielo515/ContextPlugin/Caption": {
            "created": "20140530174219263",
            "tags": "contextPlugin",
            "title": "$:/plugins/danielo515/ContextPlugin/Caption",
            "type": "text/vnd.tiddlywiki",
            "text": "Context search"
        },
        "Context Search": {
            "caption": "{{$:/plugins/danielo515/ContextPlugin/Caption}}",
            "created": "20140530173407542",
            "tags": "$:/tags/AdvancedSearch",
            "title": "Context Search",
            "type": "text/vnd.tiddlywiki",
            "text": "\\define lingo-base() $:/language/Search/\n<$linkcatcher to=\"$:/temp/advancedsearch\">\n\n<<lingo Standard/Hint>>\n\n<div class=\"tw-search\"><$edit-text tiddler=\"$:/temp/advancedsearch\" type=\"search\" tag=\"input\"/><$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\"> <$link to=\"\" class=\"btn-invisible\">{{$:/core/images/close-button}}</$link></$reveal></div>\n\n</$linkcatcher>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"nomatch\" text=\"\">\n<div class=\"tw-search-results\">\n\n<<lingo Standard/Matches>>\n\n<$list filter=\"[!is[system]search{$:/temp/advancedsearch}sort[title]limit[250]]\">\n{{!!title||$:/core/ui/ListItemTemplate}}\n<$context term={{$:/temp/advancedsearch}}/>\n</$list>\n\n</div>\n\n</$reveal>\n\n<$reveal state=\"$:/temp/advancedsearch\" type=\"match\" text=\"\">\n\n</$reveal>\n"
        },
        "$:/plugins/danielo515/ContextPlugin/readme": {
            "title": "$:/plugins/danielo515/ContextPlugin/readme",
            "text": "!Usage\n\nAfter installing the plugin you will have a new tab in [[$:/AdvancedSearch]] called [[Context Search]]. If you want this functionality in other places you will have to edit the desired tiddler yourself adding the ''context widget''. For more details about using the widget see the section below.\n\n!!Using the widget\n\nThe very basic usage of the widget is the following:\n\n```\r\n<$context term=\"lorem\"/>\r\n```\r\nWhich will render as:\r\n<$context term=\"lorem\"/>\n\nThe widgets will search inside the current tiddler by default. Because that you see the same content twice here. This example is not very useful. Other more meaningful would be:\n\n```\r\n<$list filter=\"[search{$:/temp/advancedsearch}sort[title]limit[250]]\">\r\n{{!!title||$:/core/ui/ListItemTemplate}}\r\n<$context term={{$:/temp/advancedsearch}}/>\r\n</$list>\r\n```\n\nThat will search for tiddlers containing the text specified in [[$:/temp/advancedsearch]] and will display a link to the matching tiddlers plus a preview of the matching content. Something very similar is used in [[Context Search]]. Below you can find a complete list of parameters and their default values.\n\n|! parameter |! description | !default |\r\n| term | The term you want to search ||\r\n| searchTerm | An alias for the previous one ||\r\n| tiddler | The tiddler's name to look into | current tiddler |\r\n| length | Number of context characters to show | 50 |\r\n| before | Number of characters before the matched term to show | the value of the length parameter |\r\n| after | Number of characters after the matched term to show | the value of the length parameter |\r\n| maxMatches | maximun number of matched elements to show. Incrementing this can cause several performance issues | 10 |\r\n| element | Node element to create. This element will contain the results of the search. If you want to style it its class is `tw-context` | `<pre>` |\r\n| matchClass | The css class to assign to the matched terms in the results. This is used to highlight the results | matched |\n\n!Customizing the output\r\nThere are not many ways to customize the output of this widget. You can specify ''what type of node you want to create'' to wrap the results (div,span...). The default is `<pre>`. This container is created with the class `tw-context` so you can easily apply styles to it. Something similar happens to the ''highlighted'' words. You can specify the name of the class to assign to it and also you can apply styles to that class.\n\nA very basic example of customization could be:\n\n# Create a tiddler, for example [[$/plugins/danielo515/context/css]]\r\n# Paste the following text or any css rule you want: \"\"\"\n\n<pre>\r\n.matched{background-color:yellow}\r\n.tw-context {\r\n  border:1px solid blue;\r\n  word-break: break-all; word-wrap: break-word;}\r\n</pre>\r\n\"\"\"\r\n# Tag it with `$:/tags/stylesheet`\r\n# Save the tiddler"
        }
    }
}
Context search
/*\\
title: $:/core/modules/widgets/danielo/context-widget.js
type: application/javascript
module-type: widget

Edit-text widget

\*/
(function(){

/*jslint node: true, browser: true */
/*global $tc: false */
"use strict";

var Widget = require("$:/core/modules/widgets/widget.js").widget;
var contextWidget = function(parseTreeNode,options) {
	this.initialise(parseTreeNode,options);
};

/*
Inherit from the base widget class
*/
contextWidget.prototype = new Widget();

/*
Render this widget into the DOM
*/
contextWidget.prototype.render = function(parent,nextSibling) {
   // Save the parent dom node
	this.parentDomNode = parent;
	// Compute our attributes
	this.computeAttributes();
	// Execute our logic
	this.execute();
    
  if(this.term && this.term.length>3){
     
      this.createRegexp();
      var matches = this.executeRegexp();
	  if(matches.length > 0){ 
        this.domNode = this.document.createElement(this.element);
        this.domNode.className="tw-context";
        this.composeResults( matches ); //this appends to domNode        
      	// Insert element
      	parent.insertBefore(this.domNode,nextSibling);
      	this.renderChildren(this.domNode,null);
	  	this.domNodes.push(this.domNode);
      }
  }
	
};

/*
Compute the internal state of the widget
*/
contextWidget.prototype.execute = function() {
	// Get the parameters from the attributes
    this.matchedClass = this.getAttribute("matchClass","matched");
	this.tiddler = this.getAttribute( "tiddler",this.getVariable("currentTiddler") );
    this.term =  this.getAttribute("term",this.getAttribute("searchTerm"));
	this.contextLength = this.getAttribute("length",50);
    this.before = this.getAttribute("before",this.contextLength);
    this.after = this.getAttribute("after",this.contextLength);
    this.maxMatches = this.getAttribute("maxMatches",10);
    this.element = this.getAttribute("element","pre");
	this.makeChildWidgets();
};

  /*Create the regular expression*/
contextWidget.prototype.createRegexp = function()
{
  var regString = "(\\w+[\\s\\S]{0,#before#})?(#term#)([\\s\\S]{0,#after#}\\w+)?";

  var regString = regString.replace("#before#",this.before).replace("#term#", $tw.utils.escapeRegExp(this.term) ) .replace("#after#",this.after);
  this.regexp = new RegExp(regString,"ig");
  //console.log(regString);
};
/*
execute the regular expresion
*/
contextWidget.prototype.executeRegexp = function()
{
  var text = this.wiki.getTiddlerText(this.tiddler), match,results = new Array();
  while( (match = this.regexp.exec( text ) ) && (results.length < this.maxMatches) )
      { results.push(match) }
  //console.log("matches",results);
  return results;
};

/*
compose the results
matches : array of match objects from regular expression execute
*/
contextWidget.prototype.composeResults = function(matches){
 var result=[], self=this, node = this.domNode,
 dots = textNode("...\n"),
 span = matchedNode( this.term );

  for(var i=0; i < matches.length; i++){
   processMatch( matches[i] );
 }
  
  function processMatch(match){
    if( match.index !== 0) node.appendChild( dots.cloneNode(true) );
    for( var i=1;i<match.length;i++ ) {//match[0] full matched text (all groups together)
      if( match[i] ) {
        if ( match[i].toLowerCase() == self.term.toLowerCase() ) 
          node.appendChild( match[i] == self.term ? span.cloneNode(true) : matchedNode( match[i] ) )
          else
            node.appendChild( textNode( match[i]) )
      }
    }
    if( match.index + match[0].length < match.input.length) node.appendChild( dots.cloneNode(true) );
  }
  
  function textNode(text){ return self.document.createTextNode(text) }
  function matchedNode(text) { 
    var node = self.document.createElement("span"); node.appendChild( textNode(text) );  node.className = self.matchedClass;
    return node }
  
};
/*
Selectively refreshes the widget if needed. Returns true if the widget or any of its children needed re-rendering
*/
contextWidget.prototype.refresh = function(changedTiddlers) {
	var changedAttributes = this.computeAttributes();
	if(changedAttributes.tiddler || changedAttributes.term || changedAttributes.length || changedAttributes.matchedClass) {
		this.refreshSelf();
		return true;
	}
    return this.refreshChildren(changedTiddlers);
};

exports.context = contextWidget;

})();
{
    "tiddlers": {
        "$:/plugins/flibbles/relink/js/bulkops.js": {
            "text": "/*\\\nmodule-type: startup\n\nReplaces the relinkTiddler defined in $:/core/modules/wiki-bulkops.js\n\nThis is a startup instead of a wikimethods module-type because it's the only\nway to ensure this runs after the old relinkTiddler method is applied.\n\n\\*/\n(function(){\n\n/*jslint node: false, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar language = require('$:/plugins/flibbles/relink/js/language.js');\n\nexports.name = \"redefine-relinkTiddler\";\nexports.synchronous = true;\n// load-modules is when wikimethods are applied in\n// ``$:/core/modules/startup/load-modules.js``\nexports.after = ['load-modules'];\n\nexports.startup = function() {\n\t$tw.Wiki.prototype.relinkTiddler = relinkTiddler;\n};\n\n/** Walks through all relinkable tiddlers and relinks them.\n *  This replaces the existing function in core Tiddlywiki.\n */\nfunction relinkTiddler(fromTitle, toTitle, options) {\n\toptions = options || {};\n\tvar failures = [];\n\tvar records = this.getRelinkReport(fromTitle, toTitle, options);\n\tfor (var title in records) {\n\t\tvar entries = records[title];\n\t\tvar changes = Object.create(null);\n\t\tvar update = false;\n\t\tfor (var field in entries) {\n\t\t\tvar entry = entries[field];\n\t\t\tlanguage.eachImpossible(entry, function() {\n\t\t\t\tfailures.push(title);\n\t\t\t});\n\t\t\tlanguage.logAll(entry, title, fromTitle, toTitle, options);\n\t\t\tif (entry && entry.output) {\n\t\t\t\tchanges[field] = entry.output;\n\t\t\t\tupdate = true;\n\t\t\t}\n\t\t}\n\t\t// If any fields changed, update tiddler\n\t\tif (update) {\n\t\t\tvar tiddler = this.getTiddler(title);\n\t\t\tvar newTiddler = new $tw.Tiddler(tiddler,changes,this.getModificationFields())\n\t\t\tnewTiddler = $tw.hooks.invokeHook(\"th-relinking-tiddler\",newTiddler,tiddler);\n\t\t\tthis.addTiddler(newTiddler);\n\t\t\t// If the title changed, we need to perform a nested rename\n\t\t\tif (newTiddler.fields.title !== title) {\n\t\t\t\tthis.deleteTiddler(title);\n\t\t\t\tthis.relinkTiddler(title, newTiddler.fields.title,options);\n\t\t\t}\n\t\t}\n\t};\n\tif (failures.length > 0) {\n\t\tvar options = $tw.utils.extend(\n\t\t\t{ variables: {to: toTitle, from: fromTitle},\n\t\t\t  wiki: this},\n\t\t\toptions );\n\t\tlanguage.reportFailures(failures, options);\n\t}\n};\n\n})();\n",
            "module-type": "startup",
            "title": "$:/plugins/flibbles/relink/js/bulkops.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/language.js": {
            "text": "/*\\\nmodule-type: library\n\nThis handles all logging and alerts Relink emits.\n\n\\*/\n\nvar prettylink = require(\"$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/prettylink.js\");\nvar Placeholder = require(\"$:/plugins/flibbles/relink/js/utils/placeholder.js\");\n\nexports.eachImpossible = function(rootEntry, method) {\n\tif (rootEntry.eachChild) {\n\t\trootEntry.eachChild(function(child) {\n\t\t\texports.eachImpossible.call(this, child, method);\n\t\t});\n\t}\n\tif (rootEntry.impossible) {\n\t\tmethod(rootEntry);\n\t}\n};\n\nexports.logAll = function(entry, title, from, to) {\n\tvar report = entry.report();\n\tfor (var i = 0; i < report.length; i++) {\n\t\tconsole.log(logRelink(report[i], title, from, to));\n\t}\n};\n\nexports.getString = function(title, options) {\n\ttitle = \"$:/plugins/flibbles/relink/language/\" + title;\n\treturn options.wiki.renderTiddler(\"text/plain\", title, options);\n};\n\nvar logger;\n\nexports.reportFailures = function(failureList, options) {\n\tif (!logger) {\n\t\tlogger = new $tw.utils.Logger(\"Relinker\");\n\t}\n\tvar alertString = this.getString(\"Error/ReportFailedRelinks\", options)\n\tvar placeholder = new Placeholder(options);\n\tvar phOptions = $tw.utils.extend({placeholder: placeholder}, options);\n\tvar alreadyReported = Object.create(null);\n\tvar reportList = [];\n\t$tw.utils.each(failureList, function(f) {\n\t\tif (!alreadyReported[f]) {\n\t\t\tif ($tw.browser) {\n\t\t\t\treportList.push(\"\\n* \" + prettylink.makeLink(f, undefined, phOptions));\n\t\t\t} else {\n\t\t\t\treportList.push(\"\\n* \" + f);\n\t\t\t}\n\t\t\talreadyReported[f] = true;\n\t\t}\n\t});\n\tlogger.alert(placeholder.getPreamble() + alertString + \"\\n\" + reportList.join(\"\"));\n};\n\nfunction logRelink(raw, title, from, to) {\n\treturn \"Renaming '\"+from+\"' to '\"+to+\"' in '\" + title + \"': \"+raw;\n};\n",
            "module-type": "library",
            "title": "$:/plugins/flibbles/relink/js/language.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/mangler.js": {
            "text": "/*\\\nmodule-type: widget\n\nCreates a mangler widget for field validation. This isn't meant to be used\nby the user. It's only used in Relink configuration.\n\n\\*/\n\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\nvar language = require('$:/plugins/flibbles/relink/js/language.js');\nvar settings = require('$:/plugins/flibbles/relink/js/settings.js');\n\nvar RelinkManglerWidget = function(parseTreeNode,options) {\n\tthis.initialise(parseTreeNode,options);\n\tthis.addEventListeners([\n\t\t{type: \"relink-add-field\", handler: \"handleAddFieldEvent\"},\n\t\t{type: \"relink-add-operator\", handler: \"handleAddOperatorEvent\"},\n\t\t{type: \"relink-add-parameter\", handler: \"handleAddParameterEvent\"},\n\t\t{type: \"relink-add-attribute\", handler: \"handleAddAttributeEvent\"}\n\t]);\n};\n\nexports.relinkmangler = RelinkManglerWidget;\n\nRelinkManglerWidget.prototype = new Widget();\n\n// This wraps alert so it can be monkeypatched during testing.\nRelinkManglerWidget.prototype.alert = function(message) {\n\talert(message);\n};\n\nRelinkManglerWidget.prototype.handleAddFieldEvent = function(event) {\n\tvar param = event.paramObject;\n\tif (typeof param !== \"object\" || !param.field) {\n\t\t// Can't handle it.\n\t\treturn true;\n\t}\n\tvar trimmedName = param.field.toLowerCase().trim();\n\tif (!trimmedName) {\n\t\t// Still can't handle it, but don't warn.\n\t\treturn true;\n\t}\n\tif(!$tw.utils.isValidFieldName(trimmedName)) {\n\t\tthis.alert($tw.language.getString(\n\t\t\t\"InvalidFieldName\",\n\t\t\t{variables:\n\t\t\t\t{fieldName: trimmedName}\n\t\t\t}\n\t\t));\n\t} else {\n\t\tadd(this.wiki, \"fields\", trimmedName);\n\t}\n\treturn true;\n};\n\n/**Not much validation, even though there are definitely illegal\n * operator names. If you input on, Relink won't relink it, but it\n * won't choke on it either. Tiddlywiki will...\n */\nRelinkManglerWidget.prototype.handleAddOperatorEvent = function(event) {\n\tvar param = event.paramObject;\n\tif (param) {\n\t\tadd(this.wiki, \"operators\", param.operator);\n\t}\n\treturn true;\n};\n\nRelinkManglerWidget.prototype.handleAddParameterEvent = function(event) {\n\tvar param = event.paramObject;\n\tif (param && param.macro && param.parameter) {\n\t\tif (/\\s/.test(param.macro.trim())) {\n\t\t\tthis.alert(language.getString(\n\t\t\t\t\"Error/InvalidMacroName\",\n\t\t\t\t{ variables: {macroName: param.macro},\n\t\t\t\t  wiki: this.wiki\n\t\t\t\t}\n\t\t\t));\n\t\t} else if (/[ \\/]/.test(param.parameter.trim())) {\n\t\t\tthis.alert(language.getString(\n\t\t\t\t\"Error/InvalidParameterName\",\n\t\t\t\t{ variables: {parameterName: param.parameter},\n\t\t\t\t  wiki: this.wiki\n\t\t\t\t}\n\t\t\t));\n\t\t} else {\n\t\t\tadd(this.wiki, \"macros\", param.macro, param.parameter);\n\t\t}\n\t}\n\treturn true;\n};\n\nRelinkManglerWidget.prototype.handleAddAttributeEvent = function(event) {\n\tvar param = event.paramObject;\n\tif (param && param.element && param.attribute) {\n\t\tif (/[ \\/]/.test(param.element.trim())) {\n\t\t\tthis.alert(language.getString(\n\t\t\t\t\"Error/InvalidElementName\",\n\t\t\t\t{ variables: {elementName: param.element},\n\t\t\t\t  wiki: this.wiki\n\t\t\t\t}\n\t\t\t));\n\t\t} else if (/[ \\/]/.test(param.attribute.trim())) {\n\t\t\tthis.alert(language.getString(\n\t\t\t\t\"Error/InvalidAttributeName\",\n\t\t\t\t{ variables: {attributeName: param.attribute},\n\t\t\t\t  wiki: this.wiki\n\t\t\t\t}\n\t\t\t));\n\t\t} else {\n\t\t\tadd(this.wiki, \"attributes\", param.element, param.attribute);\n\t\t}\n\t}\n\treturn true;\n};\n\nfunction add(wiki, category/*, path parts*/) {\n\tvar path = \"$:/config/flibbles/relink/\" + category;\n\tfor (var x = 2; x < arguments.length; x++) {\n\t\tvar part = arguments[x];\n\t\t// Abort if it's falsy, or only whitespace. Also, trim spaces\n\t\tif (!part || !(part = part.trim())) {\n\t\t\treturn;\n\t\t}\n\t\tpath = path + \"/\" + part;\n\t}\n\tvar def = settings.getDefaultType(wiki);\n\twiki.addTiddler({title: path, text: def});\n};\n",
            "module-type": "widget",
            "title": "$:/plugins/flibbles/relink/js/mangler.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/settings.js": {
            "text": "/*\\\nmodule-type: library\n\nThis handles the fetching and distribution of relink settings.\n\n\\*/\n\nvar fieldTypes = Object.create(null);\nvar surveyors = [];\nvar prefix = \"$:/config/flibbles/relink/\";\n\n$tw.modules.forEachModuleOfType(\"relinkfieldtype\", function(title, exports) {\n\tfunction NewType() {};\n\tNewType.prototype = exports;\n\tNewType.typeName = exports.name;\n\tfieldTypes[exports.name] = NewType;\n\t// For legacy reasons, some of the field types can go by other names\n\tif (exports.aliases) {\n\t\t$tw.utils.each(exports.aliases, function(alias) {\n\t\t\tfieldTypes[alias] = NewType;\n\t\t});\n\t}\n});\n\n$tw.modules.forEachModuleOfType(\"relinksurveyor\", function(title, exports) {\n\tif (exports.survey) {\n\t\tsurveyors.push(exports);\n\t}\n});\n\nfunction Settings(wiki) {\n\tthis.settings = compileSettings(wiki);\n\tthis.wiki = wiki;\n};\n\nmodule.exports = Settings;\n\n/**Returns a specific relinker.\n * This is useful for wikitext rules which need to parse a filter or a list\n */\nSettings.getType = function(name) {\n\tvar Handler = fieldTypes[name];\n\treturn Handler ? new Handler() : undefined;\n};\n\nSettings.getTypes = function() {\n\t// We don't return fieldTypes, because we don't want it modified,\n\t// and we need to filter out legacy names.\n\tvar rtn = Object.create(null);\n\tfor (var type in fieldTypes) {\n\t\tvar typeObject = fieldTypes[type];\n\t\trtn[typeObject.typeName] = typeObject;\n\t}\n\treturn rtn;\n};\n\nSettings.getDefaultType = function(wiki) {\n\tvar tiddler = wiki.getTiddler(\"$:/config/flibbles/relink/settings/default-type\");\n\tvar defaultType = tiddler && tiddler.fields.text;\n\t// make sure the default actually exists, otherwise default\n\treturn fieldTypes[defaultType] ? defaultType : \"title\";\n};\n\nSettings.prototype.survey = function(text, fromTitle, options) {\n\tif (text) {\n\t\tfor (var i = 0; i < surveyors.length; i++) {\n\t\t\tif (surveyors[i].survey(text, fromTitle, options)) {\n\t\t\t\treturn true;\n\t\t\t}\n\t\t}\n\t}\n\treturn false;\n};\n\nSettings.prototype.getAttribute = function(elementName) {\n\treturn this.settings.attributes[elementName];\n};\n\nSettings.prototype.getAttributes = function() {\n\treturn flatten(this.settings.attributes);\n};\n\n\nSettings.prototype.getFields = function() {\n\treturn this.settings.fields;\n};\n\nSettings.prototype.getOperators = function() {\n\treturn this.settings.operators;\n};\n\nSettings.prototype.getMacro = function(macroName) {\n\treturn this.settings.macros[macroName];\n};\n\nSettings.prototype.getMacros = function() {\n\treturn flatten(this.settings.macros);\n};\n\nSettings.prototype.refresh = function(changes) {\n\tfor (var title in changes) {\n\t\tif (title.substr(0, prefix.length) === prefix) {\n\t\t\tthis.settings = compileSettings(this.wiki);\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false;\n};\n\n/**Factories define methods that create settings given config tiddlers.\n * for factory method 'example', it will be called once for each:\n * \"$:/config/flibbles/relink/example/...\" tiddler that exists.\n * the argument \"key\" will be set to the contents of \"...\"\n *\n * The reason I build relink settings in this convoluted way is to minimize\n * the number of times tiddlywiki has to run through EVERY tiddler looking\n * for relink config tiddlers.\n *\n * Also, by exporting \"factories\", anyone who extends relink can patch in\n * their own factory methods to create settings that are generated exactly\n * once per rename.\n */\nexports.factories = {\n\tattributes: function(attributes, data, key) {\n\t\tvar elem = root(key);\n\t\tvar attr = key.substr(elem.length+1);\n\t\tattributes[elem] = attributes[elem] || Object.create(null);\n\t\tattributes[elem][attr] = data;\n\t},\n\tfields: function(fields, data, name) {\n\t\tfields[name] = data;\n\t},\n\tmacros: function(macros, data, key) {\n\t\t// We take the last index, not the first, because macro\n\t\t// parameters can't have slashes, but macroNames can.\n\t\tvar name = dir(key);\n\t\tvar arg = key.substr(name.length+1);\n\t\tmacros[name] = macros[name] || Object.create(null);\n\t\tmacros[name][arg] = data;\n\t},\n\toperators: function(operators, data, name) {\n\t\toperators[name] = data;\n\t}\n};\n\nfunction compileSettings(wiki) {\n\tvar settings = Object.create(null);\n\tfor (var name in exports.factories) {\n\t\tsettings[name] = Object.create(null);\n\t}\n\twiki.eachShadowPlusTiddlers(function(tiddler, title) {\n\t\tif (title.substr(0, prefix.length) === prefix) {\n\t\t\tvar remainder = title.substr(prefix.length);\n\t\t\tvar category = root(remainder);\n\t\t\tvar factory = exports.factories[category];\n\t\t\tif (factory) {\n\t\t\t\tvar name = remainder.substr(category.length+1);\n\t\t\t\tvar Handler = fieldTypes[tiddler.fields.text];\n\t\t\t\tif (Handler) {\n\t\t\t\t\tvar data = new Handler();\n\t\t\t\t\tdata.source = title;\n\t\t\t\t\t// Secret feature. You can access a config tiddler's\n\t\t\t\t\t// fields from inside the fieldtype handler. Cool\n\t\t\t\t\t// tricks can be done with this.\n\t\t\t\t\tdata.fields = tiddler.fields;\n\t\t\t\t\tfactory(settings[category], data, name);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t});\n\treturn settings;\n};\n\n/* Returns first bit of a path. path/to/tiddler -> path\n */\nfunction root(string) {\n\tvar index = string.indexOf('/');\n\tif (index >= 0) {\n\t\treturn string.substr(0, index);\n\t}\n};\n\n/* Returns all but the last bit of a path. path/to/tiddler -> path/to\n */\nfunction dir(string) {\n\tvar index = string.lastIndexOf('/');\n\tif (index >= 0) {\n\t\treturn string.substr(0, index);\n\t}\n}\n\nfunction flatten(set) {\n\tvar signatures = Object.create(null);\n\tfor (var outerName in set) {\n\t\tvar setItem = set[outerName];\n\t\tfor (var innerName in setItem) {\n\t\t\tsignatures[outerName + \"/\" + innerName] = setItem[innerName];\n\t\t}\n\t}\n\treturn signatures;\n};\n",
            "module-type": "library",
            "title": "$:/plugins/flibbles/relink/js/settings.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/wikimethods.js": {
            "text": "/*\\\nmodule-type: wikimethod\n\nIntroduces some utility methods used by Relink.\n\n\\*/\n\nvar MacroSettings = require('$:/plugins/flibbles/relink/js/utils/macroConfig.js');\nvar Settings = require(\"$:/plugins/flibbles/relink/js/settings.js\");\n\nvar relinkOperations = Object.create(null);\n$tw.modules.applyMethods('relinkoperator', relinkOperations);\n\n/** Returns a pair like this,\n *  { title: {field: entry, ... }, ... }\n */\nexports.getRelinkReport = function(fromTitle, toTitle, options) {\n\tvar cache = this.getGlobalCache(\"relink-\"+fromTitle, function() {\n\t\treturn Object.create(null);\n\t});\n\tif (!cache[toTitle]) {\n\t\tcache[toTitle] = getFreshRelinkReport(this, fromTitle, toTitle, options);\n\t}\n\treturn cache[toTitle];\n};\n\nfunction getFreshRelinkReport(wiki, fromTitle, toTitle, options) {\n\toptions = options || {};\n\toptions.wiki = options.wiki || wiki;\n\toptions.settings = wiki.getRelinkConfig();\n\tfromTitle = (fromTitle || \"\").trim();\n\ttoTitle = (toTitle || \"\").trim();\n\tvar changeList = Object.create(null);\n\tif(fromTitle && toTitle) {\n\t\tvar tiddlerList = wiki.getRelinkableTitles();\n\t\tfor (var i = 0; i < tiddlerList.length; i++) {\n\t\t\tvar title = tiddlerList[i];\n\t\t\tvar tiddler = wiki.getTiddler(title);\n\t\t\t// Don't touch plugins or JavaScript modules\n\t\t\tif(tiddler\n\t\t\t&& !tiddler.fields[\"plugin-type\"]\n\t\t\t&& tiddler.fields.type !== \"application/javascript\") {\n\t\t\t\ttry {\n\t\t\t\t\tvar entries = Object.create(null);\n\t\t\t\t\tfor (var operation in relinkOperations) {\n\t\t\t\t\t\trelinkOperations[operation](tiddler, fromTitle, toTitle, entries, options);\n\t\t\t\t\t}\n\t\t\t\t\tfor (var field in entries) {\n\t\t\t\t\t\t// So long as there is one key,\n\t\t\t\t\t\t// add it to the change list.\n\t\t\t\t\t\tchangeList[title] = entries;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t} catch (e) {\n\t\t\t\t\t// Should we test for instanceof Error instead?: yes\n\t\t\t\t\t// Does that work in the testing environment?: no\n\t\t\t\t\tif (e.message) {\n\t\t\t\t\t\te.message = e.message + \"\\nWhen relinking '\" + title + \"'\";\n\t\t\t\t\t}\n\t\t\t\t\tthrow e;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn changeList;\n};\n\nexports.getRelinkableTitles = function() {\n\tvar toUpdate = \"$:/config/flibbles/relink/to-update\";\n\tvar self = this;\n\treturn this.getCacheForTiddler(toUpdate, \"relink-toUpdate\", function() {\n\t\tvar tiddler = self.getTiddler(toUpdate);\n\t\tif (tiddler) {\n\t\t\treturn self.compileFilter(tiddler.fields.text);\n\t\t} else {\n\t\t\treturn self.allTitles;\n\t\t}\n\t})();\n};\n\n\nexports.getRelinkConfig = function() {\n\tif (this._relinkConfig === undefined) {\n\t\tvar settings = new Settings(this);\n\t\tvar config = new MacroSettings(this, settings);\n\t\tconfig.import( \"[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]\");\n\t\t// All this below is just wiki.addEventListener, only it\n\t\t// puts the event in front, because we need to refresh our\n\t\t// relink settings before updating tiddlers.\n\t\tthis.eventListeners = this.eventListeners || {};\n\t\tthis.eventListeners.change = this.eventListeners.change || [];\n\t\tthis.eventListeners.change.unshift(function(changes) {\n\t\t\tconfig.refresh(changes);\n\t\t});\n\t\tthis._relinkConfig = config;\n\t}\n\treturn this._relinkConfig;\n};\n",
            "module-type": "wikimethod",
            "title": "$:/plugins/flibbles/relink/js/wikimethods.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/filteroperators/all_relinkable.js": {
            "text": "/*\\\nmodule-type: allfilteroperator\n\nFilter function for [all[relinkable]].\nReturns all tiddlers subject to relinking.\n\n\\*/\n\n(function() {\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports.relinkable = function(source,prefix,options) {\n\treturn options.wiki.getRelinkableTitles();\n};\n\n})();\n",
            "module-type": "allfilteroperator",
            "title": "$:/plugins/flibbles/relink/js/filteroperators/all_relinkable.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/filteroperators/impossible.js": {
            "text": "/*\\\nmodule-type: relinkfilteroperator\n\nThis filter is meant for internal Relink use only, thus it's\nundocumented and subject to change. Also, it's really not great.\n\nGiven an input of targets, (possibly just one), outputs all the tiddlers in\nwhich Relink would fail to update <<currentTiddler>> to the operand in ALL\ncases.\n\n`[all[tiddlers+system]relink:impossible<toTiddler>]`\n\n\\*/\n\nvar language = require(\"$:/plugins/flibbles/relink/js/language.js\");\n\nexports.impossible = function(source,operator,options) {\n\tvar from = options.widget && options.widget.getVariable(\"currentTiddler\");\n\tvar to = operator.operand,\n\t\tresults = [];\n\tif (from) {\n\t\tvar records = options.wiki.getRelinkReport(\n\t\t\tfrom, to, options);\n\t\tsource(function(tiddler, title) {\n\t\t\tvar fields = records[title];\n\t\t\tif (fields) {\n\t\t\t\tvar impossible = false;\n\t\t\t\tfor (var field in fields) {\n\t\t\t\t\tlanguage.eachImpossible(fields[field], function() {\n\t\t\t\t\t\timpossible = true;\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t\tif (impossible) {\n\t\t\t\t\tresults.push(title);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n",
            "module-type": "relinkfilteroperator",
            "title": "$:/plugins/flibbles/relink/js/filteroperators/impossible.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/filteroperators/references.js": {
            "text": "/*\\\nmodule-type: relinkfilteroperator\n\nGiven a title as an operand, returns all non-shadow tiddlers that have any\nsort of updatable reference to it.\n\n\n`relink:references[fromTiddler]]`\n\nReturns all tiddlers that reference `fromTiddler` somewhere inside them.\n\nInput is ignored. Maybe it shouldn't do this.\nAlso, maybe it should properly recon, instead of fake replacing the title with\n`__relink_dummy__`\n\\*/\n\nexports.references = function(source,operator,options) {\n\tvar fromTitle = operator.operand,\n\t\tresults = [];\n\tif (fromTitle) {\n\t\tvar records = options.wiki.getRelinkReport(\n\t\t\tfromTitle, \"$:/plugins/flibbles/relink/dummy\", options);\n\t\tfor (var title in records) {\n\t\t\tresults.push(title);\n\t\t}\n\t}\n\treturn results;\n};\n",
            "module-type": "relinkfilteroperator",
            "title": "$:/plugins/flibbles/relink/js/filteroperators/references.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/filteroperators/relink.js": {
            "text": "/*\\\nmodule-type: filteroperator\n\nThis filter acts as a namespace for several small, simple filters, such as\n\n`[relink:impossible[]]`\n\n\\*/\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar language = require('$:/plugins/flibbles/relink/js/language.js');\n\nvar relinkFilterOperators;\n\nfunction getRelinkFilterOperators() {\n\tif(!relinkFilterOperators) {\n\t\trelinkFilterOperators = {};\n\t\t$tw.modules.applyMethods(\"relinkfilteroperator\",\n\t\t                         relinkFilterOperators);\n\t}\n\treturn relinkFilterOperators;\n}\n\nexports.relink = function(source,operator,options) {\n\tvar suffixPair = parseSuffix(operator.suffix);\n\tvar relinkFilterOperator = getRelinkFilterOperators()[suffixPair[0]];\n\tif (relinkFilterOperator) {\n\t\tvar newOperator = $tw.utils.extend({}, operator);\n\t\tnewOperator.suffix = suffixPair[1];\n\t\treturn relinkFilterOperator(source, newOperator, options);\n\t} else {\n\t\treturn [language.getString(\"Error/RelinkFilterOperator\", options)];\n\t}\n};\n\nfunction parseSuffix(suffix) {\n\tvar index = suffix? suffix.indexOf(\":\"): -1;\n\tif (index >= 0) {\n\t\treturn [suffix.substr(0, index), suffix.substr(index+1)];\n\t} else {\n\t\treturn [suffix];\n\t}\n}\n",
            "module-type": "filteroperator",
            "title": "$:/plugins/flibbles/relink/js/filteroperators/relink.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/filteroperators/report.js": {
            "text": "/*\\\nmodule-type: relinkfilteroperator\n\nGiven a title as an operand, returns a string for each occurrence of that title\nwithin each input title.\n\n[[title]] +[relink:report[fromTiddler]]`\n\nReturns string representation of fromTiddler occurrences in title.\n\\*/\n\nexports.report = function(source,operator,options) {\n\tvar fromTitle = operator.operand,\n\t\tresults = [],\n\t\trecords = options.wiki.getRelinkReport(\n\t\t\tfromTitle, fromTitle, options);\n\tif (fromTitle) {\n\t\tsource(function(tiddler, title) {\n\t\t\tvar affectedFields = records[title];\n\t\t\tif (affectedFields) {\n\t\t\t\tfor (var field in affectedFields) {\n\t\t\t\t\tvar entry = affectedFields[field];\n\t\t\t\t\tvar signatures = entry.report();\n\t\t\t\t\tresults = results.concat(signatures);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t}\n\treturn results;\n};\n",
            "module-type": "relinkfilteroperator",
            "title": "$:/plugins/flibbles/relink/js/filteroperators/report.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/filteroperators/signatures.js": {
            "text": "/*\\\nmodule-type: relinkfilteroperator\n\nThis filter returns all input tiddlers which are a source of\nrelink configuration.\n\n`[all[tiddlers+system]relink:source[macros]]`\n\n\\*/\n\nvar settings = require('$:/plugins/flibbles/relink/js/settings.js');\n\nexports.signatures = function(source,operator,options) {\n\tvar plugin = operator.operand || null;\n\tvar set = getSet(options);\n\tif (plugin === \"$:/core\") {\n\t\t// Core doesn't actually have any settings. We mean Relink\n\t\tplugin = \"$:/plugins/flibbles/relink\";\n\t}\n\tvar signatures = [];\n\tfor (var signature in set) {\n\t\tvar source = set[signature].source;\n\t\tif (options.wiki.getShadowSource(source) === plugin) {\n\t\t\tsignatures.push(signature);\n\t\t}\n\t}\n\treturn signatures;\n};\n\nexports.type = function(source,operator,options) {\n\tvar results = [];\n\tvar set = getSet(options);\n\tsource(function(tiddler, signature) {\n\t\tif (set[signature]) {\n\t\t\tresults.push(set[signature].name);\n\t\t}\n\t});\n\treturn results;\n};\n\nexports.types = function(source,operator,options) {\n\tvar def = settings.getDefaultType(options.wiki);\n\tvar types = Object.keys(settings.getTypes());\n\ttypes.sort();\n\t// move default to front\n\ttypes.sort(function(x,y) { return x === def ? -1 : y === def ? 1 : 0; });\n\treturn types;\n};\n\nexports.source = function(source,operator,options) {\n\tvar results = [];\n\tvar category = operator.suffix;\n\tvar set = getSet(options);\n\tsource(function(tiddler, signature) {\n\t\tif (set[signature]) {\n\t\t\tresults.push(set[signature].source);\n\t\t}\n\t});\n\treturn results;\n};\n\nfunction getSet(options) {\n\treturn options.wiki.getGlobalCache(\"relink-signatures\", function() {\n\t\tvar config = options.wiki.getRelinkConfig();\n\t\tvar set = Object.create(null);\n\t\tvar categories = {\n\t\t\tattributes: config.getAttributes(),\n\t\t\tfields: config.getFields(),\n\t\t\tmacros: config.getMacros(),\n\t\t\toperators: config.getOperators()};\n\t\t$tw.utils.each(categories, function(list, category) {\n\t\t\t$tw.utils.each(list, function(item, key) {\n\t\t\t\tset[category + \"/\" + key] = item;\n\t\t\t});\n\t\t});\n\t\treturn set;\n\t});\n};\n",
            "module-type": "relinkfilteroperator",
            "title": "$:/plugins/flibbles/relink/js/filteroperators/signatures.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/filteroperators/splitafter.js": {
            "text": "/*\\\ntitle: $:/core/modules/filters/splitbefore.js\ntype: application/javascript\nmodule-type: relinkfilteroperator\n\nFilter operator that splits each result on the last occurance of the specified separator and returns the last bit.\n\nWhat does this have to do with relink? Nothing. I need this so I can render\nthe configuration menu. I //could// use [splitregexp[]], but then I'd be\nlimited to Tiddlywiki v5.1.20 or later.\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n/*\nExport our filter function\n*/\nexports.splitafter = function(source,operator,options) {\n\tvar results = [];\n\tsource(function(tiddler,title) {\n\t\tvar index = title.lastIndexOf(operator.operand);\n\t\tif(index < 0) {\n\t\t\t$tw.utils.pushTop(results,title);\n\t\t} else {\n\t\t\t$tw.utils.pushTop(results,title.substr(index+1));\n\t\t}\n\t});\n\treturn results;\n};\n\n})();\n\n",
            "title": "$:/plugins/flibbles/relink/js/filteroperators/splitafter.js",
            "type": "application/javascript",
            "module-type": "relinkfilteroperator"
        },
        "$:/plugins/flibbles/relink/js/fieldtypes/filter.js": {
            "text": "/*\\\nThis specifies logic for updating filters to reflect title changes.\n\\*/\n\nvar refHandler = require(\"$:/plugins/flibbles/relink/js/fieldtypes/reference\");\nvar Rebuilder = require(\"$:/plugins/flibbles/relink/js/utils/rebuilder\");\nvar EntryNode = require('$:/plugins/flibbles/relink/js/utils/entry');\n\nexports.name = \"filter\";\n\nvar FilterEntry = EntryNode.newType(\"filter\");\n\nFilterEntry.prototype.report = function() {\n\treturn this.children.map(function(child) {\n\t\tif (!child.report) {\n\t\t\treturn \"\";\n\t\t}\n\t\treturn child.report();\n\t});\n};\n\nfunction OperatorEntry(operandEntry) { this.entry = operandEntry; };\nOperatorEntry.prototype.name = \"operator\";\n\nOperatorEntry.prototype.eachChild = function(method) { method(this.entry); }\n\nOperatorEntry.prototype.report = function() {\n\tvar operand = \"\";\n\tif (this.entry.report) {\n\t\toperand = this.entry.report();\n\t}\n\tvar op = this.operator;\n\tvar brackets = '[]';\n\tif (this.type === \"indirect\") {\n\t\toperand = \"{\" + operand + \"}\";\n\t} else {\n\t\toperand = \"[\" + operand + \"]\";\n\t}\n\tvar suffix = '';\n\tif (op.suffix) {\n\t\tsuffix = \":\" + op.suffix;\n\t}\n\treturn \"[\" + (op.prefix || '') + op.operator + suffix + operand + \"]\";\n};\n\n/**Returns undefined if no change was made.\n */\nexports.relink = function(filter, fromTitle, toTitle, options) {\n\tif (!options.settings.survey(filter, fromTitle, options)) {\n\t\treturn undefined;\n\t}\n\tvar filterEntry = new FilterEntry();\n\tvar relinker = new Rebuilder(filter);\n\tvar whitelist = options.settings.getOperators();\n\tvar p = 0, // Current position in the filter string\n\t\tmatch, noPrecedingWordBarrier,\n\t\twordBarrierRequired=false;\n\tvar whitespaceRegExp = /\\s+/mg,\n\t\toperandRegExp = /((?:\\+|\\-|~|=)?)(?:(\\[)|(?:\"([^\"]*)\")|(?:'([^']*)')|([^\\s\\[\\]]+))/mg;\n\twhile(p < filter.length) {\n\t\t// Skip any whitespace\n\t\twhitespaceRegExp.lastIndex = p;\n\t\tmatch = whitespaceRegExp.exec(filter);\n\t\tnoPrecedingWordBarrier = false;\n\t\tif(match && match.index === p) {\n\t\t\tp = p + match[0].length;\n\t\t} else if (p != 0) {\n\t\t\tif (wordBarrierRequired) {\n\t\t\t\trelinker.add(' ', p, p);\n\t\t\t\twordBarrierRequired = false;\n\t\t\t} else {\n\t\t\t\tnoPrecedingWordBarrier = true;\n\t\t\t}\n\t\t}\n\t\t// Match the start of the operation\n\t\tif(p < filter.length) {\n\t\t\tvar val;\n\t\t\toperandRegExp.lastIndex = p;\n\t\t\tmatch = operandRegExp.exec(filter);\n\t\t\tif(!match || match.index !== p) {\n\t\t\t\t// It's a bad filter\n\t\t\t\treturn undefined;\n\t\t\t}\n\t\t\tif(match[1]) { // prefix\n\t\t\t\tp++;\n\t\t\t}\n\t\t\tif(match[2]) { // Opening square bracket\n\t\t\t\t// We check if this is a standalone title,\n\t\t\t\t// like `[[MyTitle]]`. We treat those like\n\t\t\t\t// `\"MyTitle\"` or `MyTitle`. Not like a run.\n\t\t\t\tvar standaloneTitle = /\\[\\[([^\\]]+)\\]\\]/g;\n\t\t\t\tstandaloneTitle.lastIndex = p;\n\t\t\t\tvar alone = standaloneTitle.exec(filter);\n\t\t\t\tif (!alone || alone.index != p) {\n\t\t\t\t\t// It's a legit run\n\t\t\t\t\tp =parseFilterOperation(relinker,fromTitle,toTitle,filterEntry,filter,p,whitelist,options);\n\t\t\t\t\tif (p === undefined) {\n\t\t\t\t\t\t// The filter is malformed\n\t\t\t\t\t\t// We do nothing.\n\t\t\t\t\t\treturn undefined;\n\t\t\t\t\t}\n\t\t\t\t\tcontinue;\n\t\t\t\t}\n\t\t\t\tbracketTitle = alone[1];\n\t\t\t\toperandRegExp.lastIndex = standaloneTitle.lastIndex;\n\t\t\t\tval = alone[1];\n\t\t\t} else {\n\t\t\t\t// standalone Double quoted string, single\n\t\t\t\t// quoted string, or noquote ahead.\n\t\t\t\tval = match[3] || match[4] || match[5];\n\t\t\t}\n\t\t\t// From here on, we're dealing with a standalone title\n\t\t\t// expression. like `\"MyTitle\"` or `[[MyTitle]]`\n\t\t\t// We're much more flexible about relinking these.\n\t\t\tvar preference = undefined;\n\t\t\tif (match[3]) {\n\t\t\t\tpreference = '\"';\n\t\t\t} else if (match[4]) {\n\t\t\t\tpreference = \"'\";\n\t\t\t} else if (match[5]) {\n\t\t\t\tpreference = '';\n\t\t\t}\n\t\t\tif (val === fromTitle) {\n\t\t\t\tvar entry = {name: \"title\"};\n\t\t\t\tvar newVal = wrapTitle(toTitle, preference);\n\t\t\t\tif (newVal === undefined || (options.inBraces && newVal.indexOf('}}}') >= 0)) {\n\t\t\t\t\tif (!options.placeholder) {\n\t\t\t\t\t\tentry.impossible = true;\n\t\t\t\t\t\tfilterEntry.add(entry);\n\t\t\t\t\t\tp = operandRegExp.lastIndex;\n\t\t\t\t\t\tcontinue;\n\t\t\t\t\t}\n\n\t\t\t\t\tnewVal = \"[<\"+options.placeholder.getPlaceholderFor(toTitle,undefined,options)+\">]\";\n\t\t\t\t}\n\t\t\t\tif (newVal[0] != '[') {\n\t\t\t\t\t// not bracket enclosed\n\t\t\t\t\t// this requires whitespace\n\t\t\t\t\t// arnound it\n\t\t\t\t\tif (noPrecedingWordBarrier && !match[1]) {\n\t\t\t\t\t\trelinker.add(' ', p, p);\n\t\t\t\t\t}\n\t\t\t\t\twordBarrierRequired = true;\n\t\t\t\t}\n\t\t\t\tentry.output = toTitle;\n\t\t\t\tentry.operator = {operator: \"title\"};\n\t\t\t\tentry.quotation = preference;\n\t\t\t\tfilterEntry.add(entry);\n\t\t\t\trelinker.add(newVal,p,operandRegExp.lastIndex);\n\t\t\t}\n\t\t\tp = operandRegExp.lastIndex;\n\t\t}\n\t}\n\tif (filterEntry.children.length > 0) {\n\t\tfilterEntry.output = relinker.results();\n\t\treturn filterEntry;\n\t}\n\treturn undefined;\n};\n\n/* Same as this.relink, except this has the added constraint that the return\n * value must be able to be wrapped in curly braces. (i.e. '{{{...}}}')\n */\nexports.relinkInBraces = function(filter, fromTitle, toTitle, options) {\n\tvar braceOptions = $tw.utils.extend({inBraces: true}, options);\n\tvar entry = this.relink(filter, fromTitle, toTitle, braceOptions);\n\tif (entry && entry.output && !canBeInBraces(entry.output)) {\n\t\t// It was possible, but it won't fit in braces, so we must give up\n\t\tdelete entry.output;\n\t\tentry.impossible = true;\n\t}\n\treturn entry;\n};\n\nfunction wrapTitle(value, preference) {\n\tvar choices = {\n\t\t\"\": function(v) {return /^[^\\s\\[\\]]*[^\\s\\[\\]\\}]$/.test(v); },\n\t\t\"[\": canBePrettyOperand,\n\t\t\"'\": function(v) {return v.indexOf(\"'\") < 0; },\n\t\t'\"': function(v) {return v.indexOf('\"') < 0; }\n\t};\n\tvar wrappers = {\n\t\t\"\": function(v) {return v; },\n\t\t\"[\": function(v) {return \"[[\"+v+\"]]\"; },\n\t\t\"'\": function(v) {return \"'\"+v+\"'\"; },\n\t\t'\"': function(v) {return '\"'+v+'\"'; }\n\t};\n\tif (choices[preference]) {\n\t\tif (choices[preference](value)) {\n\t\t\treturn wrappers[preference](value);\n\t\t}\n\t}\n\tfor (var quote in choices) {\n\t\tif (choices[quote](value)) {\n\t\t\treturn wrappers[quote](value);\n\t\t}\n\t}\n\t// No quotes will work on this\n\treturn undefined;\n}\n\nfunction parseFilterOperation(relinker, fromTitle, toTitle, logger, filterString, p, whitelist, options) {\n\tvar nextBracketPos, operator;\n\t// Skip the starting square bracket\n\tif(filterString.charAt(p++) !== \"[\") {\n\t\t// Missing [ in filter expression\n\t\treturn undefined;\n\t}\n\t// Process each operator in turn\n\tdo {\n\t\toperator = {};\n\t\t// Check for an operator prefix\n\t\tif(filterString.charAt(p) === \"!\") {\n\t\t\toperator.prefix = \"!\";\n\t\t\tp++;\n\t\t}\n\t\t// Get the operator name\n\t\tnextBracketPos = filterString.substring(p).search(/[\\[\\{<\\/]/);\n\t\tif(nextBracketPos === -1) {\n\t\t\t// Missing [ in filter expression\n\t\t\treturn undefined;\n\t\t}\n\t\tnextBracketPos += p;\n\t\tvar bracket = filterString.charAt(nextBracketPos);\n\t\toperator.operator = filterString.substring(p,nextBracketPos);\n\n\t\t// Any suffix?\n\t\tvar colon = operator.operator.indexOf(':');\n\t\tif(colon > -1) {\n\t\t\toperator.suffix = operator.operator.substring(colon + 1);\n\t\t\toperator.operator = operator.operator.substring(0,colon) || \"field\";\n\t\t}\n\t\t// Empty operator means: title\n\t\telse if(operator.operator === \"\") {\n\t\t\toperator.operator = \"title\";\n\t\t}\n\n\t\tvar entry = undefined, type;\n\n\t\tp = nextBracketPos + 1;\n\t\tswitch (bracket) {\n\t\t\tcase \"{\": // Curly brackets\n\t\t\t\ttype = \"indirect\";\n\t\t\t\tnextBracketPos = filterString.indexOf(\"}\",p);\n\t\t\t\tvar operand = filterString.substring(p,nextBracketPos);\n\t\t\t\tentry = refHandler.relinkInBraces(operand, fromTitle, toTitle, options);\n\t\t\t\tif (entry && entry.output) {\n\t\t\t\t\t// We don't check the whitelist.\n\t\t\t\t\t// All indirect operands convert.\n\t\t\t\t\trelinker.add(entry.output,p,nextBracketPos);\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t\tcase \"[\": // Square brackets\n\t\t\t\ttype = \"string\";\n\t\t\t\tnextBracketPos = filterString.indexOf(\"]\",p);\n\t\t\t\tvar operand = filterString.substring(p,nextBracketPos);\n\t\t\t\t// Check if this is a relevant operator\n\t\t\t\tvar handler = fieldType(whitelist, operator);\n\t\t\t\tif (!handler) {\n\t\t\t\t\t// This operator isn't managed. Bye.\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tentry = handler.relink(operand, fromTitle, toTitle, options);\n\t\t\t\tif (!entry) {\n\t\t\t\t\t// The fromTitle wasn't in the operand.\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tif (!entry.output) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\tvar wrapped;\n\t\t\t\tif (!canBePrettyOperand(entry.output) || (options.inBraces && entry.output.indexOf('}}}') >= 0)) {\n\t\t\t\t\tif (!options.placeholder) {\n\t\t\t\t\t\tdelete entry.output;\n\t\t\t\t\t\tentry.impossible = true;\n\t\t\t\t\t\tbreak;\n\t\t\t\t\t}\n\t\t\t\t\tvar ph = options.placeholder.getPlaceholderFor(entry.output, handler.name, options);\n\t\t\t\t\twrapped = \"<\"+ph+\">\";\n\t\t\t\t} else {\n\t\t\t\t\twrapped = \"[\"+entry.output+\"]\";\n\t\t\t\t}\n\t\t\t\trelinker.add(wrapped, p-1, nextBracketPos+1);\n\t\t\t\tbreak;\n\t\t\tcase \"<\": // Angle brackets\n\t\t\t\tnextBracketPos = filterString.indexOf(\">\",p);\n\t\t\t\tbreak;\n\t\t\tcase \"/\": // regexp brackets\n\t\t\t\tvar rex = /^((?:[^\\\\\\/]*|\\\\.)*)\\/(?:\\(([mygi]+)\\))?/g,\n\t\t\t\t\trexMatch = rex.exec(filterString.substring(p));\n\t\t\t\tif(rexMatch) {\n\t\t\t\t\tnextBracketPos = p + rex.lastIndex - 1;\n\t\t\t\t}\n\t\t\t\telse {\n\t\t\t\t\t// Unterminated regular expression\n\t\t\t\t\treturn undefined;\n\t\t\t\t}\n\t\t\t\tbreak;\n\t\t}\n\t\tif (entry) {\n\t\t\tvar operatorEntry = new OperatorEntry(entry);\n\t\t\toperatorEntry.operator = operator;\n\t\t\toperatorEntry.type = type;\n\t\t\tlogger.add(operatorEntry);\n\t\t}\n\n\t\tif(nextBracketPos === -1) {\n\t\t\t// Missing closing bracket in filter expression\n\t\t\t// return undefined;\n\t\t}\n\t\tp = nextBracketPos + 1;\n\n\t} while(filterString.charAt(p) !== \"]\");\n\t// Skip the ending square bracket\n\tif(filterString.charAt(p++) !== \"]\") {\n\t\t// Missing ] in filter expression\n\t\treturn undefined;\n\t}\n\t// Return the parsing position\n\treturn p;\n}\n\n// Returns the relinker needed for a given operator, or returns undefined.\nfunction fieldType(whitelist, operator) {\n\treturn (operator.suffix &&\n\t        whitelist[operator.operator + \":\" + operator.suffix]) ||\n\t        whitelist[operator.operator];\n};\n\nfunction canBePrettyOperand(value) {\n\treturn value.indexOf(']') < 0;\n};\n\nfunction canBeInBraces(value) {\n\treturn value.indexOf(\"}}}\") < 0 && value.substr(value.length-2) !== '}}';\n};\n",
            "module-type": "relinkfieldtype",
            "title": "$:/plugins/flibbles/relink/js/fieldtypes/filter.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/fieldtypes/list.js": {
            "text": "/*\\\nThis manages replacing titles that occur within stringLists, like,\n\nTiddlerA [[Tiddler with spaces]] [[Another Title]]\n\\*/\n\nexports.name = \"list\";\n\n/**Returns undefined if no change was made.\n * Parameter: value can literally be a list. This can happen for builtin\n *            types 'list' and 'tag'. In those cases, we also return list.\n */\nexports.relink = function(value, fromTitle, toTitle, options) {\n\tvar isModified = false,\n\t\tactualList = false,\n\t\tlist;\n\tif (typeof value !== \"string\") {\n\t\t// Not a string. Must be a list.\n\t\t// clone it, since we may make changes to this possibly\n\t\t// frozen list.\n\t\tlist = (value || []).slice(0);\n\t\tactualList = true;\n\t} else {\n\t\tlist = $tw.utils.parseStringArray(value || \"\");\n\t}\n\t$tw.utils.each(list,function (title,index) {\n\t\tif(title === fromTitle) {\n\t\t\tlist[index] = toTitle;\n\t\t\tisModified = true;\n\t\t}\n\t});\n\tif (isModified) {\n\t\tvar entry = {name: \"list\"};\n\t\t// It doesn't parse correctly alone, it won't\n\t\t// parse correctly in any list.\n\t\tif (!canBeListItem(toTitle)) {\n\t\t\tentry.impossible = true;\n\t\t} else if (actualList) {\n\t\t\tentry.output = list;\n\t\t} else {\n\t\t\tentry.output = $tw.utils.stringifyList(list);\n\t\t}\n\t\treturn entry;\n\t}\n\treturn undefined;\n};\n\nfunction canBeListItem(value) {\n\tvar regexp = /\\]\\][^\\S\\xA0]/m;\n\treturn !regexp.test(value);\n};\n",
            "module-type": "relinkfieldtype",
            "title": "$:/plugins/flibbles/relink/js/fieldtypes/list.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/fieldtypes/reference.js": {
            "text": "/*\\\nThis manages replacing titles that occur inside text references,\n\ntiddlerTitle\ntiddlerTitle!!field\n!!field\ntiddlerTitle##propertyIndex\n\\*/\n\nexports.name = \"reference\";\n\nfunction ReferenceEntry(reference) {\n\tthis.reference = reference;\n};\nReferenceEntry.prototype.name = \"reference\";\n\nReferenceEntry.prototype.report = function() {\n\tif (this.reference.field) {\n\t\treturn [\"!!\" + this.reference.field];\n\t}\n\tif (this.reference.index) {\n\t\treturn [\"##\" + this.reference.index];\n\t}\n\treturn [\"\"];\n};\n\nexports.relink = function(value, fromTitle, toTitle, options) {\n\tvar entry;\n\tif (value) {\n\t\tvar reference = $tw.utils.parseTextReference(value);\n\t\tif (reference.title === fromTitle) {\n\t\t\tentry = new ReferenceEntry(reference);\n\t\t\tif (!exports.canBePretty(toTitle)) {\n\t\t\t\tentry.impossible = true;\n\t\t\t} else {\n\t\t\t\treference.title = toTitle;\n\t\t\t\tentry.output = exports.toString(reference);\n\t\t\t}\n\t\t}\n\t}\n\treturn entry;\n};\n\n/* Same as this.relink, except this has the added constraint that the return\n * value must be able to be wrapped in curly braces.\n */\nexports.relinkInBraces = function(value, fromTitle, toTitle, options) {\n\tvar log = this.relink(value, fromTitle, toTitle, options);\n\tif (log && log.output && toTitle.indexOf(\"}\") >= 0) {\n\t\tdelete log.output;\n\t\tlog.impossible = true;\n\t}\n\treturn log;\n};\n\nexports.toString = function(textReference) {\n\tvar title = textReference.title || '';\n\tif (textReference.field) {\n\t\treturn title + \"!!\" + textReference.field;\n\t} else if (textReference.index) {\n\t\treturn title + \"##\" + textReference.index;\n\t}\n\treturn title;\n};\n\nexports.canBePretty = function(title)  {\n\treturn !title || (title.indexOf(\"!!\") < 0 && title.indexOf(\"##\") < 0);\n};\n",
            "module-type": "relinkfieldtype",
            "title": "$:/plugins/flibbles/relink/js/fieldtypes/reference.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/fieldtypes/title.js": {
            "text": "/*\\\nThis specifies logic for replacing a single-tiddler field. This is the\nsimplest kind of field type. One title swaps out for the other.\n\\*/\n\n// NOTE TO MODDERS: If you're making your own field types, the name must be\n//                  alpha characters only.\nexports.name = 'title';\n\n/**Returns undefined if no change was made.\n */\nexports.relink = function(value, fromTitle, toTitle, options) {\n\tif (value === fromTitle) {\n\t\treturn {name: \"title\", output: toTitle};\n\t}\n\treturn undefined;\n};\n\n// This is legacy support for when 'title' was known as 'field'\nexports.aliases = ['field', 'yes'];\n",
            "module-type": "relinkfieldtype",
            "title": "$:/plugins/flibbles/relink/js/fieldtypes/title.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/fieldtypes/wikitext.js": {
            "text": "/*\\\nThis specifies logic for updating filters to reflect title changes.\n\\*/\n\nexports.name = \"wikitext\";\n\nvar type = 'text/vnd.tiddlywiki';\n\nvar WikiParser = require(\"$:/core/modules/parsers/wikiparser/wikiparser.js\")[type];\nvar Rebuilder = require(\"$:/plugins/flibbles/relink/js/utils/rebuilder.js\");\nvar EntryNode = require('$:/plugins/flibbles/relink/js/utils/entry');\n\nvar WikitextEntry = EntryNode.newType(\"wikitext\");\n\nfunction collectRules() {\n\tvar rules = Object.create(null);\n\t$tw.modules.forEachModuleOfType(\"relinkwikitextrule\", function(title, exports) {\n\t\tvar names = exports.name;\n\t\tif (typeof names === \"string\") {\n\t\t\tnames = [names];\n\t\t}\n\t\tif (names !== undefined) {\n\t\t\tfor (var i = 0; i < names.length; i++) {\n\t\t\t\trules[names[i]] = exports;\n\t\t\t}\n\t\t}\n\t});\n\treturn rules;\n}\n\nfunction WikiRelinker(type, text, fromTitle, toTitle, options) {\n\tthis.entry = new WikitextEntry();\n\tthis.builder = new Rebuilder(text);\n\tthis.options = options;\n\tif (!this.relinkMethodsInjected) {\n\t\tvar rules = collectRules();\n\t\t$tw.utils.each([this.pragmaRuleClasses, this.blockRuleClasses, this.inlineRuleClasses], function(classList) {\n\t\t\tfor (var name in classList) {\n\t\t\t\tif (rules[name]) {\n\t\t\t\t\tdelete rules[name].name;\n\t\t\t\t\t$tw.utils.extend(classList[name].prototype, rules[name]);\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t\tWikiRelinker.prototype.relinkMethodsInjected = true;\n\t}\n\tthis.fromTitle = fromTitle;\n\tthis.toTitle = toTitle;\n\tWikiParser.call(this, type, text, options);\n};\n\nWikiRelinker.prototype = Object.create(WikiParser.prototype);\n\nWikiRelinker.prototype.parsePragmas = function() {\n\twhile (true) {\n\t\tthis.skipWhitespace();\n\t\tif (this.pos >= this.sourceLength) {\n\t\t\tbreak;\n\t\t}\n\t\tvar nextMatch = this.findNextMatch(this.pragmaRules, this.pos);\n\t\tif (!nextMatch || nextMatch.matchIndex !== this.pos) {\n\t\t\tbreak;\n\t\t}\n\t\tthis.relinkRule(nextMatch);\n\t}\n\treturn [];\n};\n\nWikiRelinker.prototype.parseInlineRunUnterminated = function(options) {\n\tvar nextMatch = this.findNextMatch(this.inlineRules, this.pos);\n\twhile (this.pos < this.sourceLength && nextMatch) {\n\t\tif (nextMatch.matchIndex > this.pos) {\n\t\t\tthis.pos = nextMatch.matchIndex;\n\t\t}\n\t\tthis.relinkRule(nextMatch);\n\t\tnextMatch = this.findNextMatch(this.inlineRules, this.pos);\n\t}\n\tthis.pos = this.sourceLength;\n};\n\nWikiRelinker.prototype.parseInlineRunTerminated = function(terminatorRegExp,options) {\n\toptions = options || {};\n\tterminatorRegExp.lastIndex = this.pos;\n\tvar terminatorMatch = terminatorRegExp.exec(this.source);\n\tvar inlineRuleMatch = this.findNextMatch(this.inlineRules,this.pos);\n\twhile(this.pos < this.sourceLength && (terminatorMatch || inlineRuleMatch)) {\n\t\tif (terminatorMatch) {\n\t\t\tif (!inlineRuleMatch || inlineRuleMatch.matchIndex >= terminatorMatch.index) {\n\t\t\t\tthis.pos = terminatorMatch.index;\n\t\t\t\tif (options.eatTerminator) {\n\t\t\t\t\tthis.pos += terminatorMatch[0].length;\n\t\t\t\t}\n\t\t\t\treturn [];\n\t\t\t}\n\t\t}\n\t\tif (inlineRuleMatch) {\n\t\t\tif (inlineRuleMatch.matchIndex > this.pos) {\n\t\t\t\tthis.pos = inlineRuleMatch.matchIndex;\n\t\t\t}\n\t\t\tthis.relinkRule(inlineRuleMatch);\n\t\t\tinlineRuleMatch = this.findNextMatch(this.inlineRules, this.pos);\n\t\t\tterminatorRegExp.lastIndex = this.pos;\n\t\t\tterminatorMatch = terminatorRegExp.exec(this.source);\n\t\t}\n\t}\n\tthis.pos = this.sourceLength;\n\treturn [];\n\n};\n\nWikiRelinker.prototype.parseBlock = function(terminatorRegExp) {\n\tvar terminatorRegExp = /(\\r?\\n\\r?\\n)/mg;\n\tthis.skipWhitespace();\n\tif (this.pos >= this.sourceLength) {\n\t\treturn [];\n\t}\n\tvar nextMatch = this.findNextMatch(this.blockRules, this.pos);\n\tif(nextMatch && nextMatch.matchIndex === this.pos) {\n\t\treturn this.relinkRule(nextMatch);\n\t}\n\treturn this.parseInlineRun(terminatorRegExp);\n};\n\nWikiRelinker.prototype.relinkRule = function(ruleInfo) {\n\tif (ruleInfo.rule.relink) {\n\t\tvar newEntry = ruleInfo.rule.relink(this.source, this.fromTitle, this.toTitle, this.options);\n\t\tif (newEntry !== undefined) {\n\t\t\tthis.entry.add(newEntry);\n\t\t\tif (newEntry.output) {\n\t\t\t\tthis.builder.add(newEntry.output, ruleInfo.matchIndex, this.pos);\n\t\t\t}\n\t\t}\n\t} else {\n\t\tif (ruleInfo.rule.matchRegExp !== undefined) {\n\t\t\tthis.pos = ruleInfo.rule.matchRegExp.lastIndex;\n\t\t} else {\n\t\t\t// We can't easily determine the end of this\n\t\t\t// rule match. We'll \"parse\" it so that\n\t\t\t// parser.pos gets updated, but we throw away\n\t\t\t// the results.\n\t\t\truleInfo.rule.parse();\n\t\t}\n\t}\n};\n\nWikiRelinker.prototype.amendRules = function(type, names) {\n\tvar only;\n\tWikiParser.prototype.amendRules.call(this, type, names);\n\tif (type === \"only\") {\n\t\tonly = true;\n\t} else if (type === \"except\") {\n\t\tonly = false;\n\t} else {\n\t\treturn;\n\t}\n\tif (only !== (names.indexOf(\"macrodef\") >= 0)) {\n\t\tthis.options.placeholder = undefined\n\t}\n\tif (only !== (names.indexOf(\"html\") >= 0)) {\n\t\tthis.options.noWidgets = true;\n\t}\n\tif (only !== (names.indexOf(\"prettylink\") >= 0)) {\n\t\tthis.options.noPrettylinks = true;\n\t}\n};\n\nexports.relink = function(wikitext, fromTitle, toTitle, options) {\n\t// fromTitle doesn't even show up plaintext. No relinking to do.\n\tif (!options.settings.survey(wikitext, fromTitle, options)) {\n\t\treturn undefined;\n\t}\n\tvar matchingRule,\n\t\tnewOptions = $tw.utils.extend({}, options);\n\tnewOptions.settings = options.settings.createChildLibrary(options.currentTiddler);\n\tvar parser = new WikiRelinker(options.type, wikitext, fromTitle, toTitle, newOptions);\n\tif (parser.entry.children.length > 0) {\n\t\tparser.entry.output = parser.builder.results();\n\t\treturn parser.entry;\n\t}\n\treturn undefined;\n};\n",
            "module-type": "relinkfieldtype",
            "title": "$:/plugins/flibbles/relink/js/fieldtypes/wikitext.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/fields.js": {
            "text": "/*\\\n\nHandles all fields specified in the plugin configuration. Currently, this\nonly supports single-value fields.\n\n\\*/\n\n/*jslint node: false, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar settings = require('$:/plugins/flibbles/relink/js/settings.js');\nvar EntryNode = require('$:/plugins/flibbles/relink/js/utils/entry');\n\nvar FieldEntry = EntryNode.newType(\"field\");\n\nFieldEntry.prototype.report = function() {\n\tvar self = this;\n\tvar output = [];\n\t$tw.utils.each(this.children, function(child) {\n\t\tif (child.report) {\n\t\t\t$tw.utils.each(child.report(), function(report) {\n\t\t\t\tif (report) {\n\t\t\t\t\toutput.push(self.field + \": \" + report);\n\t\t\t\t} else {\n\t\t\t\t\toutput.push(self.field);\n\t\t\t\t}\n\t\t\t});\n\t\t} else {\n\t\t\toutput.push(self.field);\n\t\t}\n\t});\n\treturn output;\n};\n\nexports['fields'] = function(tiddler, fromTitle, toTitle, changes, options) {\n\tvar fields = options.settings.getFields();\n\t$tw.utils.each(fields, function(handler, field) {\n\t\tvar input = tiddler.fields[field];\n\t\tvar entry = handler.relink(input, fromTitle, toTitle, options);\n\t\tif (entry !== undefined) {\n\t\t\tvar fieldEntry = new FieldEntry();\n\t\t\tfieldEntry.field = field;\n\t\t\tfieldEntry.output = entry.output;\n\t\t\tfieldEntry.add(entry);\n\t\t\tchanges[field] = fieldEntry;\n\t\t}\n\t});\n};\n",
            "module-type": "relinkoperator",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/fields.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text.js": {
            "text": "/*\\\n\nDepending on the tiddler type, this will apply textOperators which may\nrelink titles within the body.\n\n\\*/\n\n/*jslint node: false, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar defaultOperator = \"text/vnd.tiddlywiki\";\n\nvar textOperators = Object.create(null);\n$tw.modules.applyMethods('relinktextoperator', textOperators);\n\n// $:/DefaultTiddlers is a tiddler which has type \"text/vnd.tiddlywiki\",\n// but it lies. It doesn't contain wikitext. It contains a filter, so\n// we pretend it has a filter type.\n// If you want to be able to add more exceptions for your plugin, let me know.\nvar exceptions = {\n\t\"$:/DefaultTiddlers\": \"text/x-tiddler-filter\"\n};\n\nexports['text'] = function(tiddler, fromTitle, toTitle, changes, options) {\n\tvar fields = tiddler.fields;\n\tif (fields.text) {\n\t\tvar type = exceptions[fields.title] || fields.type || defaultOperator;\n\t\tif (textOperators[type]) {\n\t\t\tvar entry = textOperators[type].call(this, tiddler, fromTitle, toTitle, options);\n\t\t\tif (entry) {\n\t\t\t\tchanges.text = entry;\n\t\t\t}\n\t\t}\n\t}\n};\n",
            "module-type": "relinkoperator",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/filtertext.js": {
            "text": "/*\\\n\nThis relinks tiddlers which contain filters in their body, as oppose to\nwikitext.\n\n\\*/\n\n/*jslint node: false, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar filterHandler = require(\"$:/plugins/flibbles/relink/js/settings\").getType('filter');\n\nexports['text/x-tiddler-filter'] = function(tiddler, fromTitle, toTitle, options) {\n\treturn filterHandler.relink(tiddler.fields.text, fromTitle, toTitle, options)\n};\n",
            "module-type": "relinktextoperator",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/filtertext.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext.js": {
            "text": "/*\\\n\nChecks for fromTitle in a tiddler's text. If found, sees if it's relevant,\nand tries to swap it out if it is.\n\n\\*/\n\n/*jslint node: false, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar type = 'text/vnd.tiddlywiki';\nvar Placeholder = require(\"$:/plugins/flibbles/relink/js/utils/placeholder.js\");\nvar settings = require('$:/plugins/flibbles/relink/js/settings.js');\nvar wikitextHandler = settings.getType('wikitext');\n\nexports[type] = function(tiddler, fromTitle, toTitle, options) {\n\tvar placeholder = new Placeholder();\n\tvar currentOptions = $tw.utils.extend(\n\t\t{\n\t\t\tcurrentTiddler: tiddler.fields.title,\n\t\t\tplaceholder: placeholder\n\t\t}, options);\n\tvar entry = wikitextHandler.relink(tiddler.fields.text, fromTitle, toTitle, currentOptions);\n\tif (entry && entry.output) {\n\t\t// If there's output, we've also got to prepend any macros\n\t\t// that the placeholder defined.\n\t\tvar preamble = placeholder.getPreamble();\n\t\tentry.output = preamble + entry.output;\n\t}\n\treturn entry;\n}\n",
            "module-type": "relinktextoperator",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/code.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles code blocks. Or rather //doesn't// handle them, since we should\nignore their contents.\n\n\"`` [[Renamed Title]] ``\" will remain unchanged.\n\n\\*/\n\nexports.name = [\"codeinline\", \"codeblock\"];\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar reEnd;\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// I'm lazy. This relink method works for both codeblock and codeinline\n\tif (this.match[0].length > 2) {\n\t\t// Must be a codeblock\n\t\treEnd = /\\r?\\n```$/mg;\n\t} else {\n\t\t// Must be a codeinline\n\t\treEnd = new RegExp(this.match[1], \"mg\");\n\t}\n\treEnd.lastIndex = this.parser.pos;\n\tvar match = reEnd.exec(text);\n\tif (match) {\n\t\tthis.parser.pos = match.index + match[0].length;\n\t} else {\n\t\tthis.parser.pos = this.parser.sourceLength;\n\t}\n\treturn undefined;\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/code.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/comment.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles comment blocks. Or rather //doesn't// handle them, since we should\nignore their contents.\n\n\"<!-- [[Renamed Title]] -->\" will remain unchanged.\n\n\\*/\n\nexports.name = [\"commentinline\", \"commentblock\"];\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tthis.parser.pos = this.endMatchRegExp.lastIndex;\n\treturn undefined;\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/comment.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/filteredtransclude.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles replacement of filtered transclusions in wiki text like,\n\n{{{ [tag[docs]] }}}\n{{{ [tag[docs]] |tooltip}}}\n{{{ [tag[docs]] ||TemplateTitle}}}\n{{{ [tag[docs]] |tooltip||TemplateTitle}}}\n{{{ [tag[docs]] }}width:40;height:50;}.class.class\n\nThis renames both the list and the template field.\n\n\\*/\n\nexports.name = ['filteredtranscludeinline', 'filteredtranscludeblock'];\n\nvar filterHandler = require(\"$:/plugins/flibbles/relink/js/settings\").getType('filter');\nvar utils = require(\"./utils.js\");\nvar EntryNode = require('$:/plugins/flibbles/relink/js/utils/entry');\n\nvar FilteredTranscludeEntry = EntryNode.newType(\"filteredtransclude\");\n\nFilteredTranscludeEntry.prototype.report = function() {\n\tvar output = [];\n\tvar self = this;\n\t$tw.utils.each(this.children, function(child) {\n\t\tif (child.name === \"filter\") {\n\t\t\tvar append = \"}}}\";\n\t\t\tif (self.template) {\n\t\t\t\tappend = \"||\" + self.template + append;\n\t\t\t}\n\t\t\t$tw.utils.each(child.report(), function(report) {\n\t\t\t\toutput.push(\"{{{\" + report + append);\n\t\t\t});\n\t\t} else {\n\t\t\t// Must be the template\n\t\t\toutput.push(\"{{{\" + self.filter + \"||}}}\");\n\t\t}\n\t});\n\treturn output;\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar m = this.match;\n\t\tfilter = m[1],\n\t\ttooltip = m[2],\n\t\ttemplate = m[3],\n\t\tstyle = m[4],\n\t\tclasses = m[5],\n\t\tparser = this.parser,\n\t\tentry = new FilteredTranscludeEntry();\n\tparser.pos = this.matchRegExp.lastIndex;\n\tvar modified = false;\n\n\tvar filterEntry = filterHandler.relink(filter, fromTitle, toTitle, options);\n\tif (filterEntry !== undefined) {\n\t\tentry.add(filterEntry);\n\t\tif (filterEntry.output) {\n\t\t\tmodified = true;\n\t\t\tfilter = filterEntry.output;\n\t\t}\n\t}\n\n\tif ($tw.utils.trim(template) === fromTitle) {\n\t\t// preserves user-inputted whitespace\n\t\ttemplate = template.replace(fromTitle, toTitle);\n\t\tentry.add({name: \"title\", output: template});\n\t\tmodified = true;\n\t}\n\tif (!modified) {\n\t\tif (entry.children.length <= 0) {\n\t\t\treturn undefined;\n\t\t}\n\t} else {\n\t\tvar output = this.makeFilteredtransclude(filter, tooltip, template, style, classes, options);\n\t\tif (output === undefined) {\n\t\t\tentry.impossible = true;\n\t\t} else {\n\t\t\t// By copying over the ending newline of the original\n\t\t\t// text if present, thisrelink method thus works for\n\t\t\t// both the inline and block rule\n\t\t\tentry.output = output + utils.getEndingNewline(m[0]);\n\t\t}\n\t\tentry.filter = filter;\n\t}\n\tentry.template = template;\n\treturn entry;\n};\n\nexports.makeFilteredtransclude = function(filter, tooltip, template, style, classes, options) {\n\tif (canBePretty(filter) && canBePrettyTemplate(template)) {\n\t\treturn prettyList(filter, tooltip, template, style, classes);\n\t} else if (!options.noWidgets) {\n\t\treturn widget(filter, tooltip, template, style, classes, options);\n\t}\n\treturn undefined;\n};\n\nfunction prettyList(filter, tooltip, template, style, classes) {\n\tif (tooltip === undefined) {\n\t\ttooltip = '';\n\t} else {\n\t\ttooltip = \"|\" + tooltip;\n\t}\n\tif (template === undefined) {\n\t\ttemplate = '';\n\t} else {\n\t\ttemplate = \"||\" + template;\n\t}\n\tif (classes === undefined) {\n\t\tclasses = '';\n\t} else {\n\t\tclasses = \".\" + classes;\n\t}\n\tstyle = style || '';\n\treturn \"{{{\"+filter+tooltip+template+\"}}\"+style+\"}\"+classes;\n};\n\n/** Returns a filtered transclude as a string of a widget.\n */\nfunction widget(filter, tooltip, template, style, classes, options) {\n\tvar cannotDo = false;\n\tif (classes !== undefined) {\n\t\tclasses = classes.split('.').join(' ');\n\t}\n\tfunction wrap(name, value, treatAsTitle) {\n\t\tif (!value) {\n\t\t\treturn '';\n\t\t}\n\t\tvar wrappedValue = utils.wrapAttributeValue(value);\n\t\tif (wrappedValue === undefined) {\n\t\t\tif (!options.placeholder) {\n\t\t\t\tcannotDo = true;\n\t\t\t\treturn undefined;\n\t\t\t}\n\t\t\tvar category = treatAsTitle ? undefined : name;\n\t\t\twrappedValue = \"<<\"+options.placeholder.getPlaceholderFor(value,category,options)+\">>\";\n\t\t}\n\t\treturn \" \"+name+\"=\"+wrappedValue;\n\t};\n\tvar widget = [\n\t\t\"<$list\",\n\t\twrap(\"filter\", filter),\n\t\twrap(\"tooltip\", tooltip),\n\t\twrap(\"template\", template, true),\n\t\twrap(\"style\", style),\n\t\twrap(\"itemClass\", classes),\n\t\t\"/>\"\n\t];\n\tif (cannotDo) {\n\t\treturn undefined;\n\t}\n\treturn widget.join('');\n};\n\nfunction canBePretty(filter) {\n\treturn filter.indexOf('|') < 0 && filter.indexOf('}}') < 0;\n};\n\nfunction canBePrettyTemplate(template) {\n\treturn !template || (\n\t\ttemplate.indexOf('|') < 0\n\t\t&& template.indexOf('{') < 0\n\t\t&& template.indexOf('}') < 0);\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/filteredtransclude.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles replacement in attributes of widgets and html elements\nThis is configurable to select exactly which attributes of which elements\nshould be changed.\n\n<$link to=\"TiddlerTitle\" />\n\n\\*/\n\nvar utils = require(\"./utils.js\");\nvar Rebuilder = require(\"$:/plugins/flibbles/relink/js/utils/rebuilder\");\nvar settings = require('$:/plugins/flibbles/relink/js/settings.js');\nvar refHandler = settings.getType('reference');\nvar filterHandler = settings.getType('filter');\nvar macrocall = require(\"./macrocall.js\");\nvar EntryNode = require('$:/plugins/flibbles/relink/js/utils/entry');\n\nexports.name = \"html\";\n\nvar HtmlEntry = EntryNode.newCollection(\"html\");\n\nHtmlEntry.prototype.forEachChildReport = function(report, attribute, type) {\n\tvar rtn = attribute;\n\tif (type === \"filtered\") {\n\t\trtn += \"={{{\" + report + \"}}}\";\n\t} else if (type === \"indirect\") {\n\t\trtn += \"={{\" + report + \"}}\";\n\t} else if (type === \"macro\") {\n\t\trtn += \"=\"+report;\n\t} else{\n\t\t// must be string.\n\t\tif (report.length > 0) {\n\t\t\trtn += '=\"' + report + '\"';\n\t\t}\n\t}\n\treturn \"<\" + this.element + \" \" + rtn + \" />\";\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar managedElement = options.settings.getAttribute(this.nextTag.tag),\n\t\tbuilder = new Rebuilder(text, this.nextTag.start);\n\tvar importFilterAttr;\n\tvar widgetEntry = new HtmlEntry();\n\twidgetEntry.attributes = Object.create(null);\n\twidgetEntry.element = this.nextTag.tag;\n\tfor (var attributeName in this.nextTag.attributes) {\n\t\tvar attr = this.nextTag.attributes[attributeName];\n\t\tvar nextEql = text.indexOf('=', attr.start);\n\t\t// This is the rare case of changing tiddler\n\t\t// \"true\" to something else when \"true\" is\n\t\t// implicit, like <$link to /> We ignore those.\n\t\tif (nextEql < 0 || nextEql > attr.end) {\n\t\t\tcontinue;\n\t\t}\n\t\tif (this.nextTag.tag === \"$importvariables\" && attributeName === \"filter\") {\n\t\t\timportFilterAttr = attr;\n\t\t}\n\t\tvar oldLength, quotedValue = undefined, entry;\n\t\tif (attr.type === \"string\") {\n\t\t\tvar handler = getAttributeHandler(this.nextTag, attributeName, options);\n\t\t\tif (!handler) {\n\t\t\t\t// We don't manage this attribute. Bye.\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tentry = handler.relink(attr.value, fromTitle, toTitle, options);\n\t\t\tif (entry === undefined) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tif (entry.output) {\n\t\t\t\tvar quote = utils.determineQuote(text, attr);\n\t\t\t\toldLength = attr.value.length + (quote.length * 2);\n\t\t\t\tquotedValue = utils.wrapAttributeValue(entry.output,quote);\n\t\t\t\tif (quotedValue === undefined) {\n\t\t\t\t\t// The value was unquotable. We need to make\n\t\t\t\t\t// a macro in order to replace it.\n\t\t\t\t\tif (!options.placeholder) {\n\t\t\t\t\t\t// but we can't...\n\t\t\t\t\t\tentry.impossible = true;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tvar value = options.placeholder.getPlaceholderFor(entry.output,handler.name,options)\n\t\t\t\t\t\tquotedValue = \"<<\"+value+\">>\";\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t} else if (attr.type === \"indirect\") {\n\t\t\tentry = refHandler.relinkInBraces(attr.textReference, fromTitle, toTitle, options);\n\t\t\tif (entry === undefined) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tif (entry.output) {\n\t\t\t\t// +4 for '{{' and '}}'\n\t\t\t\toldLength = attr.textReference.length + 4;\n\t\t\t\tquotedValue = \"{{\"+entry.output+\"}}\";\n\t\t\t}\n\t\t} else if (attr.type === \"filtered\") {\n\t\t\tentry = filterHandler.relinkInBraces(attr.filter, fromTitle, toTitle, options);\n\t\t\tif (entry === undefined) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tif (entry.output) {\n\t\t\t\t// +6 for '{{{' and '}}}'\n\t\t\t\toldLength = attr.filter.length + 6;\n\t\t\t\tquotedValue = \"{{{\"+ entry.output +\"}}}\";\n\t\t\t}\n\t\t} else if (attr.type === \"macro\") {\n\t\t\tvar macro = attr.value;\n\t\t\tentry = macrocall.relinkAttribute(macro, text, fromTitle, toTitle, options);\n\t\t\tif (entry === undefined) {\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tif (!entry.impossible) {\n\t\t\t\t// already includes '<<' and '>>'\n\t\t\t\toldLength = macro.end-macro.start;\n\t\t\t\tquotedValue = entry.output;\n\t\t\t}\n\t\t}\n\t\twidgetEntry.addChild(entry, attributeName, attr.type);\n\t\tif (quotedValue === undefined) {\n\t\t\tcontinue;\n\t\t}\n\t\tif (this.nextTag.tag === \"$importvariables\" && attributeName === \"filter\") {\n\t\t\t// If this is an import variable filter, we gotta\n\t\t\t// remember this new value when we import lower down.\n\t\t\timportFilterAttr = quotedValue;\n\t\t}\n\t\t// We count backwards from the end to preserve whitespace\n\t\tvar valueStart = attr.end - oldLength;\n\t\tbuilder.add(quotedValue, valueStart, attr.end);\n\t}\n\tif (importFilterAttr) {\n\t\tprocessImportFilter(importFilterAttr, options);\n\t}\n\tthis.parser.pos = this.nextTag.end;\n\tif (widgetEntry.hasChildren()) {\n\t\twidgetEntry.output = builder.results(this.nextTag.end);\n\t\treturn widgetEntry;\n\t}\n\treturn undefined;\n};\n\n/** Returns the field handler for the given attribute of the given widget.\n *  If this returns undefined, it means we don't handle it. So skip.\n */\nfunction getAttributeHandler(widget, attributeName, options) {\n\tif (widget.tag === \"$macrocall\") {\n\t\tvar nameAttr = widget.attributes[\"$name\"];\n\t\tif (nameAttr) {\n\t\t\tvar macro = options.settings.getMacro(nameAttr.value);\n\t\t\tif (macro) {\n\t\t\t\treturn macro[attributeName];\n\t\t\t}\n\t\t}\n\t} else {\n\t\tvar element = options.settings.getAttribute(widget.tag);\n\t\tif (element) {\n\t\t\treturn element[attributeName];\n\t\t}\n\t}\n\treturn undefined;\n};\n\nfunction computeAttribute(attribute, options) {\n\tvar value;\n\tif(attribute.type === \"filtered\") {\n\t\tvar parentWidget = options.settings.getVariableWidget();\n\t\tvalue = options.wiki.filterTiddlers(attribute.filter,parentWidget)[0] || \"\";\n\t} else if(attribute.type === \"indirect\") {\n\t\tvar parentWidget = options.settings.getVariableWidget();\n\t\tvalue = options.wiki.getTextReference(attribute.textReference,\"\",parentWidget.variables.currentTiddler.value);\n\t} else if(attribute.type === \"macro\") {\n\t\tvar parentWidget = options.settings.getVariableWidget();\n\t\tvalue = parentWidget.getVariable(attribute.value.name,{params: attribute.value.params});\n\t} else { // String attribute\n\t\tvalue = attribute.value;\n\t}\n\treturn value;\n};\n\n// This processes a <$importvariables> filter attribute and adds any new\n// variables to our parser.\nfunction processImportFilter(importAttribute, options) {\n\tif (typeof importAttribute === \"string\") {\n\t\t// It was changed. Reparse it. It'll be a quoted\n\t\t// attribute value. Add a dummy attribute name.\n\t\timportAttribute = $tw.utils.parseAttribute(\"p=\"+importAttribute, 0)\n\t}\n\tvar importFilter = computeAttribute(importAttribute, options);\n\toptions.settings.import(importFilter);\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/html.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/image.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles replacement in wiki text inline rules, like,\n\n[img[tiddler.jpg]]\n\n[img width=23 height=24 [Description|tiddler.jpg]]\n\n\\*/\n\nvar Rebuilder = require(\"$:/plugins/flibbles/relink/js/utils/rebuilder\");\nvar refHandler = require(\"$:/plugins/flibbles/relink/js/fieldtypes/reference\");\nvar filterHandler = require(\"$:/plugins/flibbles/relink/js/settings\").getType('filter');\nvar macrocall = require(\"./macrocall.js\");\nvar utils = require(\"./utils.js\");\nvar EntryNode = require('$:/plugins/flibbles/relink/js/utils/entry');\n\nexports.name = \"image\";\n\nvar ImageEntry = EntryNode.newCollection(\"image\");\n\nImageEntry.prototype.forEachChildReport = function(report, attribute, type) {\n\tvar value;\n\tif (attribute === \"source\") {\n\t\tif (this.tooltip) {\n\t\t\tvalue = \"[img[\" + this.tooltip.value + \"]]\";\n\t\t} else {\n\t\t\tvalue = \"[img[]]\";\n\t\t}\n\t} else {\n\t\tif (type === \"indirect\") {\n\t\t\tvalue = \"{{\" + report + \"}}\";\n\t\t} else if (type === \"filtered\") {\n\t\t\tvalue = \"{{{\" + report + \"}}}\";\n\t\t} else if (type === \"macro\") {\n\t\t\t// angle brackets already added...\n\t\t\tvalue = report;\n\t\t}\n\t\tvalue = \"[img \" + attribute + \"=\"+ value + \"]\";\n\t}\n\treturn value;\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar ptr = this.nextImage.start;\n\tvar builder = new Rebuilder(text, ptr);\n\tvar makeWidget = false;\n\tvar skipSource = false;\n\tvar imageEntry = new ImageEntry();\n\timageEntry.attributes = Object.create(null);\n\tif (this.nextImage.attributes.source.value === fromTitle && !canBePretty(toTitle, this.nextImage.attributes.tooltip)) {\n\t\tif (!options.noWidgets && (utils.wrapAttributeValue(toTitle) || options.placeholder)) {\n\t\t\tmakeWidget = true;\n\t\t\tbuilder.add(\"<$image\", ptr, ptr+4);\n\t\t} else {\n\t\t\t// We won't be able to make a placeholder to replace\n\t\t\t// the source attribute. We check now so we don't\n\t\t\t// prematurely convert into a widget.\n\t\t\t// Keep going in case other attributes need replacing.\n\t\t\tskipSource = true;\n\t\t}\n\t}\n\tptr += 4; //[img\n\tvar inSource = false;\n\tfor (var attributeName in this.nextImage.attributes) {\n\t\tvar attr = this.nextImage.attributes[attributeName];\n\t\tif (attributeName === \"source\" || attributeName === \"tooltip\") {\n\t\t\tif (inSource) {\n\t\t\t\tptr = text.indexOf('|', ptr);\n\t\t\t} else {\n\t\t\t\tptr = text.indexOf('[', ptr);\n\t\t\t\tinSource = true;\n\t\t\t}\n\t\t\tif (makeWidget) {\n\t\t\t\tif (\" \\t\\n\".indexOf(text[ptr-1]) >= 0) {\n\t\t\t\t\tbuilder.add('', ptr, ptr+1);\n\t\t\t\t} else {\n\t\t\t\t\tbuilder.add(' ', ptr, ptr+1);\n\t\t\t\t}\n\t\t\t}\n\t\t\tptr += 1;\n\t\t}\n\t\tif (attributeName === \"source\") {\n\t\t\tptr = text.indexOf(attr.value, ptr);\n\t\t\tif (attr.value === fromTitle) {\n\t\t\t\tvar entry = {name: \"title\"};\n\t\t\t\tif (makeWidget) {\n\t\t\t\t\tvar quotedValue = utils.wrapAttributeValue(toTitle);\n\t\t\t\t\tif (quotedValue === undefined) {\n\t\t\t\t\t\tvar key = options.placeholder.getPlaceholderFor(toTitle, undefined, options);\n\t\t\t\t\t\tbuilder.add(\"source=<<\"+key+\">>\", ptr, ptr+fromTitle.length);\n\t\t\t\t\t} else {\n\t\t\t\t\t\tbuilder.add(\"source=\"+quotedValue, ptr, ptr+fromTitle.length);\n\t\t\t\t\t}\n\t\t\t\t} else if (!skipSource) {\n\t\t\t\t\tbuilder.add(toTitle, ptr, ptr+fromTitle.length);\n\t\t\t\t} else {\n\t\t\t\t\tentry.impossible = true;\n\t\t\t\t}\n\t\t\t\timageEntry.addChild(entry, attributeName, \"string\");\n\t\t\t}\n\t\t\tptr = text.indexOf(']]', ptr);\n\t\t\tif (makeWidget) {\n\t\t\t\tbuilder.add(\"/>\", ptr, ptr+2);\n\t\t\t}\n\t\t\tptr += 2;\n\t\t} else if (attributeName === \"tooltip\") {\n\t\t\tif (makeWidget) {\n\t\t\t\tptr = text.indexOf(attr.value, ptr);\n\t\t\t\tvar quotedValue = utils.wrapAttributeValue(attr.value);\n\t\t\t\tbuilder.add(\"tooltip=\"+quotedValue, ptr, ptr+attr.value.length);\n\t\t\t}\n\t\t\timageEntry.tooltip = this.nextImage.attributes.tooltip;\n\t\t} else {\n\t\t\tptr = relinkAttribute(attr, builder, fromTitle, toTitle, imageEntry, options);\n\t\t}\n\t}\n\tthis.parser.pos = ptr;\n\tif (imageEntry.hasChildren()) {\n\t\timageEntry.output = builder.results(ptr);\n\t\treturn imageEntry;\n\t}\n\treturn undefined;\n};\n\nfunction relinkAttribute(attribute, builder, fromTitle, toTitle, entry, options) {\n\tvar text = builder.text;\n\tvar ptr = text.indexOf(attribute.name, attribute.start);\n\tvar end;\n\tptr += attribute.name.length;\n\tptr = text.indexOf('=', ptr);\n\tif (attribute.type === \"string\") {\n\t\tptr = text.indexOf(attribute.value, ptr)\n\t\tvar quote = utils.determineQuote(text, attribute);\n\t\t// ignore first quote. We already passed it\n\t\tend = ptr + quote.length + attribute.value.length;\n\t} else if (attribute.type === \"indirect\") {\n\t\tptr = text.indexOf('{{', ptr);\n\t\tvar end = ptr + attribute.textReference.length + 4;\n\t\tvar ref = refHandler.relinkInBraces(attribute.textReference, fromTitle, toTitle, options);\n\t\tif (ref) {\n\t\t\tentry.addChild(ref, attribute.name, \"indirect\");\n\t\t\tif (ref.output) {\n\t\t\t\tbuilder.add(\"{{\"+ref.output+\"}}\", ptr, end);\n\t\t\t}\n\t\t}\n\t} else if (attribute.type === \"filtered\") {\n\t\tptr = text.indexOf('{{{', ptr);\n\t\tvar end = ptr + attribute.filter.length + 6;\n\t\tvar filter = filterHandler.relinkInBraces(attribute.filter, fromTitle, toTitle, options);\n\t\tif (filter !== undefined) {\n\t\t\tentry.addChild(filter, attribute.name, \"filtered\");\n\t\t\tif (filter.output) {\n\t\t\t\tvar quoted = \"{{{\"+filter.output+\"}}}\";\n\t\t\t\tbuilder.add(quoted, ptr, end);\n\t\t\t}\n\t\t}\n\t} else if (attribute.type === \"macro\") {\n\t\tptr = text.indexOf(\"<<\", ptr);\n\t\tvar end = attribute.value.end;\n\t\tvar macro = attribute.value;\n\t\toldValue = attribute.value;\n\t\tvar macroEntry = macrocall.relinkAttribute(macro, text, fromTitle, toTitle, options);\n\t\tif (macroEntry !== undefined) {\n\t\t\tentry.addChild(macroEntry, attribute.name, \"macro\");\n\t\t\tif (macroEntry.output) {\n\t\t\t\tbuilder.add(macroEntry.output, ptr, end);\n\t\t\t}\n\t\t}\n\t}\n\treturn end;\n};\n\nfunction canBePretty(title, tooltip) {\n\treturn title.indexOf(']') < 0 && (tooltip || title.indexOf('|') < 0);\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/image.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/import.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles import pragmas\n\n\\import [tag[MyTiddler]]\n\\*/\n\nvar settings = require(\"$:/plugins/flibbles/relink/js/settings.js\");\nvar filterRelinker = settings.getType('filter');\n\nexports.name = \"import\";\n\nfunction ImportEntry(filterEntry) {\n\tthis.filter = filterEntry;\n};\nImportEntry.prototype.name = \"import\";\nImportEntry.prototype.eachChild = function(block) { return block(this.filter);};\nImportEntry.prototype.report = function() {\n\treturn this.filter.report().map(function(report) {\n\t\tif (report.length > 0) {\n\t\t\treturn \"\\\\import \" + report;\n\t\t} else {\n\t\t\treturn \"\\\\import\";\n\t\t}\n\t});\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\t// In this one case, I'll let the parser parse out the filter and move\n\t// the ptr.\n\tvar start = this.matchRegExp.lastIndex;\n\tvar parseTree = this.parse();\n\tvar filter = parseTree[0].attributes.filter.value;\n\tvar entry = undefined;\n\tvar filterEntry = filterRelinker.relink(filter, fromTitle, toTitle, options);\n\tif (filterEntry !== undefined) {\n\t\tentry = new ImportEntry(filterEntry);\n\t\tvar newline = text.substring(start+filter.length, this.parser.pos);\n\t\tif (filterEntry.output) {\n\t\t\tfilter = filterEntry.output;\n\t\t\tentry.output = \"\\\\import \" + filter + newline;\n\t\t}\n\t}\n\n\t// Before we go, we need to actually import the variables\n\t// it's calling for, and any /relink pragma\n\toptions.settings.import(filter);\n\n\treturn entry;\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/import.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrocall.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles macro calls.\n\n<<myMacro '[[MyFilter]]' 'myTitle'>>\n\n\\*/\n\nvar utils = require(\"./utils.js\");\nvar Rebuilder = require(\"$:/plugins/flibbles/relink/js/utils/rebuilder\");\nvar settings = require('$:/plugins/flibbles/relink/js/settings.js');\nvar EntryNode = require('$:/plugins/flibbles/relink/js/utils/entry');\n\nexports.name = [\"macrocallinline\", \"macrocallblock\"];\n\n// Error thrown when a macro's definition is needed, but can't be found.\nfunction CannotFindMacroDef() {};\nCannotFindMacroDef.prototype.impossible = true;\nCannotFindMacroDef.prototype.name = \"macroparam\";\n// Failed relinks due to missing definitions aren't reported for now.\n// I may want to do something special later on.\nCannotFindMacroDef.prototype.report = function() { return []; };\n\nvar MacrocallEntry = EntryNode.newCollection(\"macrocall\");\n\nMacrocallEntry.prototype.forEachChildReport = function(report, parameter, type) {\n\tvar rtn;\n\tif (report.length > 0) {\n\t\trtn = parameter + ': \"' + report + '\"';\n\t} else {\n\t\trtn = parameter;\n\t}\n\treturn \"<<\" + this.macro + \" \" + rtn + \">>\";\n};\n\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\t// Get all the details of the match\n\tvar macroName = this.match[1],\n\t\tparamString = this.match[2],\n\t\tmacroText = this.match[0];\n\t// Move past the macro call\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tif (!options.settings.survey(macroText, fromTitle, options)) {\n\t\treturn undefined;\n\t}\n\tvar start = this.matchRegExp.lastIndex - this.match[0].length;\n\tvar managedMacro = options.settings.getMacro(macroName);\n\tif (!managedMacro) {\n\t\t// We don't manage this macro. Bye.\n\t\treturn undefined;\n\t}\n\tvar offset = macroName.length+2;\n\toffset = $tw.utils.skipWhiteSpace(macroText, offset);\n\tvar params = parseParams(paramString, offset+start);\n\tvar macroInfo = {\n\t\tname: macroName,\n\t\tstart: start,\n\t\tend: this.matchRegExp.lastIndex,\n\t\tparams: params\n\t};\n\tvar mayBeWidget = !options.noWidgets;\n\tvar names = getParamNames(macroInfo.name, macroInfo.params, options);\n\tif (names === undefined) {\n\t\t// Needed the definition, and couldn't find it. So if a single\n\t\t// parameter needs to placeholder, just fail.\n\t\tmayBeWidget = false;\n\t}\n\tvar entry = relinkMacroInvocation(macroInfo, text, fromTitle, toTitle, mayBeWidget, options);\n\tif (entry && entry.output) {\n\t\tentry.output =macroToString(entry.output, text, names, options);\n\t}\n\treturn entry;\n};\n\n/** Relinks macros that occur as attributes, like <$element attr=<<...>> />\n *  Processes the same, except it can't downgrade into a widget if the title\n *  is complicated.\n */\nexports.relinkAttribute = function(macro, text, fromTitle, toTitle, options) {\n\tvar entry = relinkMacroInvocation(macro, text, fromTitle, toTitle, false, options);\n\tif (entry && entry.output) {\n\t\tentry.output = macroToStringMacro(entry.output, text, options);\n\t}\n\treturn entry;\n};\n\n/**Processes the given macro,\n * macro: {name:, params:, start:, end:}\n * each parameters: {name:, end:, value:}\n * Macro invocation returned is the same, but relinked, and may have new keys:\n * parameters: {type: macro, start:, newValue: (quoted replacement value)}\n * Output of the returned entry isn't a string, but a macro object. It needs\n * to be converted.\n */\nfunction relinkMacroInvocation(macro, text, fromTitle, toTitle, mayBeWidget, options) {\n\tvar managedMacro = options.settings.getMacro(macro.name);\n\tvar modified = false;\n\tif (!managedMacro) {\n\t\t// We don't manage this macro. Bye.\n\t\treturn undefined;\n\t}\n\tif (macro.params.every(function(p) {\n\t\treturn !options.settings.survey(p.value, fromTitle, options);\n\t})) {\n\t\t// We cut early if the fromTitle doesn't even appear\n\t\t// anywhere in the title. This is to avoid any headache\n\t\t// about finding macro definitions (and any resulting\n\t\t// exceptions if there isn't even a title to replace.\n\t\treturn undefined;\n\t}\n\tvar outMacro = $tw.utils.extend({}, macro);\n\tvar macroEntry = new MacrocallEntry();\n\tmacroEntry.parameters = Object.create(null);\n\toutMacro.params = macro.params.slice();\n\tfor (var managedArg in managedMacro) {\n\t\tvar index;\n\t\ttry {\n\t\t\tindex = getParamIndexWithinMacrocall(macro.name, managedArg, macro.params, options);\n\t\t} catch (e) {\n\t\t\tif (e instanceof CannotFindMacroDef) {\n\t\t\t\tmacroEntry.addChild(e);\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t}\n\t\tif (index < 0) {\n\t\t\t// this arg either was not supplied, or we can't find\n\t\t\t// the definition, so we can't tie it to an anonymous\n\t\t\t// argument. Either way, move on to the next.\n\t\t\tcontinue;\n\t\t}\n\t\tvar param = macro.params[index];\n\t\tvar handler = managedMacro[managedArg];\n\t\tvar entry = handler.relink(param.value, fromTitle, toTitle, options);\n\t\tif (entry === undefined) {\n\t\t\tcontinue;\n\t\t}\n\t\t// Macro parameters can only be string parameters, not\n\t\t// indirect, or macro, or filtered\n\t\tmacroEntry.addChild(entry, managedArg, \"string\");\n\t\tif (!entry.output) {\n\t\t\tcontinue;\n\t\t}\n\t\tvar quote = utils.determineQuote(text, param);\n\t\tvar quoted = utils.wrapParameterValue(entry.output, quote);\n\t\tvar newParam = $tw.utils.extend({}, param);\n\t\tif (quoted === undefined) {\n\t\t\tif (!mayBeWidget || !options.placeholder) {\n\t\t\t\tentry.impossible = true;\n\t\t\t\tcontinue;\n\t\t\t}\n\t\t\tvar ph = options.placeholder.getPlaceholderFor(entry.output,handler.name, options);\n\t\t\tnewParam.newValue = \"<<\"+ph+\">>\";\n\t\t\tnewParam.type = \"macro\";\n\t\t} else {\n\t\t\tnewParam.start = newParam.end - (newParam.value.length + (quote.length*2));\n\t\t\tnewParam.value = entry.output;\n\t\t\tnewParam.newValue = quoted;\n\t\t}\n\t\toutMacro.params[index] = newParam;\n\t\tmodified = true;\n\t}\n\tif (macroEntry.hasChildren()) {\n\t\tmacroEntry.macro = macro.name;\n\t\tif (modified) {\n\t\t\tmacroEntry.output = outMacro;\n\t\t}\n\t\treturn macroEntry;\n\t}\n\treturn undefined;\n};\n\nfunction mustBeAWidget(macro) {\n\tfor (var i = 0; i < macro.params.length; i++) {\n\t\tif (macro.params[i].type === \"macro\") {\n\t\t\treturn true;\n\t\t}\n\t}\n\treturn false\n};\n\n/**Given a macro object ({name:, params:, start: end:}), and the text where\n * it was parsed from, returns a new macro that maintains any syntactic\n * structuring.\n */\nfunction macroToString(macro, text, names, options) {\n\tif (mustBeAWidget(macro)) {\n\t\tvar attrs = [];\n\t\tfor (var i = 0; i < macro.params.length; i++) {\n\t\t\tvar p = macro.params[i];\n\t\t\tvar val;\n\t\t\tif (p.newValue) {\n\t\t\t\tval = p.newValue;\n\t\t\t} else {\n\t\t\t\tval = utils.wrapAttributeValue(p.value);\n\t\t\t}\n\t\t\tattrs.push(\" \"+names[i]+\"=\"+val);\n\t\t}\n\t\treturn \"<$macrocall $name=\"+utils.wrapAttributeValue(macro.name)+attrs.join('')+\"/>\";\n\t} else {\n\t\treturn macroToStringMacro(macro, text, options);\n\t}\n};\n\nfunction macroToStringMacro(macro, text, options) {\n\tvar builder = new Rebuilder(text, macro.start);\n\tfor (var i = 0; i < macro.params.length; i++) {\n\t\tvar param = macro.params[i];\n\t\tif (param.newValue) {\n\t\t\tbuilder.add(param.newValue, param.start, param.end);\n\t\t}\n\t}\n\treturn builder.results(macro.end);\n};\n\n/** Returns -1 if param definitely isn't in macrocall.\n */\nfunction getParamIndexWithinMacrocall(macroName, param, params, options) {\n\tvar index, i, anonsExist = false;\n\tfor (i = 0; i < params.length; i++) {\n\t\tvar name = params[i].name;\n\t\tif (name === param) {\n\t\t\treturn i;\n\t\t}\n\t\tif (name === undefined) {\n\t\t\tanonsExist = true;\n\t\t}\n\t}\n\tif (!anonsExist) {\n\t\t// If no anonymous parameters are present, and we didn't find\n\t\t// it among the named ones, it must not be there.\n\t\treturn -1;\n\t}\n\tvar expectedIndex = indexOfParameterDef(macroName, param, options);\n\t// We've got to skip over all the named parameter instances.\n\tif (expectedIndex >= 0) {\n\t\tvar anonI = 0;\n\t\tfor (i = 0; i < params.length; i++) {\n\t\t\tif (params[i].name === undefined) {\n\t\t\t\tif (anonI === expectedIndex) {\n\t\t\t\t\treturn i;\n\t\t\t\t}\n\t\t\t\tanonI++;\n\t\t\t} else {\n\t\t\t\tvar indexOfOther = indexOfParameterDef(macroName, params[i].name, options);\n\t\t\t\tif (indexOfOther < expectedIndex) {\n\t\t\t\t\tanonI++;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\treturn -1;\n};\n\n// Looks up the definition of a macro, and figures out what the expected index\n// is for the given parameter.\nfunction indexOfParameterDef(macroName, paramName, options) {\n\tvar def = options.settings.getMacroDefinition(macroName);\n\tif (def === undefined) {\n\t\tthrow new CannotFindMacroDef();\n\t}\n\tvar params = def.params || [];\n\tfor (var i = 0; i < params.length; i++) {\n\t\tif (params[i].name === paramName) {\n\t\t\treturn i;\n\t\t}\n\t}\n\treturn -1;\n};\n\nfunction getParamNames(macroName, params, options) {\n\tvar used = Object.create(null);\n\tvar rtn = new Array(params.length);\n\tvar anonsExist = false;\n\tvar i;\n\tfor (i = 0; i < params.length; i++) {\n\t\tvar name = params[i].name;\n\t\tif (name) {\n\t\t\trtn[i] = name;\n\t\t\tused[name] = true;\n\t\t} else {\n\t\t\tanonsExist = true;\n\t\t}\n\t}\n\tif (anonsExist) {\n\t\tvar def = options.settings.getMacroDefinition(macroName);\n\t\tif (def === undefined) {\n\t\t\t// If there are anonymous parameters, and we can't\n\t\t\t// find the definition, then we can't hope to create\n\t\t\t// a widget.\n\t\t\treturn undefined;\n\t\t}\n\t\tvar defParams = def.params || [];\n\t\tvar defPtr = 0;\n\t\tfor (i = 0; i < params.length; i++) {\n\t\t\tif (rtn[i] === undefined) {\n\t\t\t\twhile(defPtr < defParams.length && used[defParams[defPtr].name]) {\n\t\t\t\t\tdefPtr++;\n\t\t\t\t}\n\t\t\t\tif (defPtr >= defParams.length) {\n\t\t\t\t\tbreak;\n\t\t\t\t}\n\t\t\t\trtn[i] = defParams[defPtr].name;\n\t\t\t\tused[defParams[defPtr].name] = true;\n\t\t\t}\n\t\t}\n\t}\n\treturn rtn;\n};\n\nfunction parseParams(paramString, pos) {\n\tvar params = [],\n\t\treParam = /\\s*(?:([A-Za-z0-9\\-_]+)\\s*:)?(?:\\s*(?:\"\"\"([\\s\\S]*?)\"\"\"|\"([^\"]*)\"|'([^']*)'|\\[\\[([^\\]]*)\\]\\]|([^\"'\\s]+)))/mg,\n\t\tparamMatch = reParam.exec(paramString);\n\twhile(paramMatch) {\n\t\t// Process this parameter\n\t\tvar paramInfo = {\n\t\t\tvalue: paramMatch[2] || paramMatch[3] || paramMatch[4] || paramMatch[5] || paramMatch[6]\n\t\t};\n\t\tif(paramMatch[1]) {\n\t\t\tparamInfo.name = paramMatch[1];\n\t\t}\n\t\t//paramInfo.start = pos;\n\t\tparamInfo.end = reParam.lastIndex + pos;\n\t\tparams.push(paramInfo);\n\t\t// Find the next match\n\t\tparamMatch = reParam.exec(paramString);\n\t}\n\treturn params;\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrocall.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrodef.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles pragma macro definitions. Except we only update placeholder macros\nthat we may have previously install.\n\n\\define relink-?() Tough title\n\n\\*/\n\nvar settings = require(\"$:/plugins/flibbles/relink/js/settings\");\n\nexports.name = \"macrodef\";\n\nfunction MacrodefEntry(macroName, bodyEntry) {\n\tthis.macro = macroName;\n\tthis.body = bodyEntry;\n};\nMacrodefEntry.prototype.name = \"macrodef\";\nMacrodefEntry.prototype.eachChild = function(block) { return block(this.body);};\nMacrodefEntry.prototype.report = function() {\n\tvar macroStr = \"\\\\define \" + this.macro + \"()\";\n\tif (this.body.report) {\n\t\treturn this.body.report().map(function(report) {\n\t\t\treturn macroStr + \" \" + report;\n\t\t});\n\t} else {\n\t\treturn [macroStr];\n\t}\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar setParseTreeNode = this.parse(),\n\t\tmacroEntry,\n\t\tm = this.match,\n\t\twhitespace;\n\toptions.settings.addMacroDefinition(setParseTreeNode[0]);\n\t// Parse set the pos pointer, but we don't want to skip the macro body.\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\t// m[3] means it's a multiline macrodef\n\tif (m[3]) {\n\t\tvalueRegExp = /\\r?\\n\\\\end[^\\S\\n\\r]*(?:\\r?\\n|$)/mg;\n\t\twhitespace = '';\n\t} else {\n\t\tvar newPos = $tw.utils.skipWhiteSpace(text, this.parser.pos);\n\t\tvalueRegExp = /(?:\\r?\\n|$)/mg;\n\t\twhitespace = text.substring(this.parser.pos, newPos);\n\t\tthis.parser.pos = newPos;\n\t}\n\tvar valueRegExp;\n\tvalueRegExp.lastIndex = this.parser.pos;\n\tvar match = valueRegExp.exec(text);\n\tif (match) {\n\t\tvar value = text.substring(this.parser.pos, match.index),\n\t\t\tplaceholder = /^relink-(?:(\\w+)-)?(\\d+)$/.exec(m[1]),\n\t\t// normal macro or special placeholder?\n\t\t\ttype = (placeholder && m[2] === '')? placeholder[1] || 'title' : 'wikitext',\n\t\t\thandler = settings.getType(type);\n\t\tif (handler) {\n\t\t\tvar entry = handler.relink(value, fromTitle, toTitle, options);\n\t\t}\n\t\tif (entry !== undefined) {\n\t\t\tmacroEntry = new MacrodefEntry(m[1], entry);\n\t\t\tif (entry.output) {\n\t\t\t\tmacroEntry.output = m[0] + whitespace + entry.output + match[0];\n\t\t\t}\n\t\t}\n\t\tthis.parser.pos = match.index + match[0].length;\n\t}\n\treturn macroEntry;\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/macrodef.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/prettylink.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles replacement in wiki text inline rules, like,\n\n[[Introduction]]\n\n[[link description|TiddlerTitle]]\n\n\\*/\n\nvar utils = require(\"./utils.js\");\n\nfunction PrettyLinkEntry() {};\nPrettyLinkEntry.prototype.name = \"prettylink\";\nPrettyLinkEntry.prototype.report = function() {\n\treturn [\"[[\" + (this.caption || this.link) + \"]]\"];\n};\n\nexports.name = \"prettylink\";\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar caption, m = this.match;\n\tif (m[2] === fromTitle) {\n\t\t// format is [[caption|MyTiddler]]\n\t\tcaption = m[1];\n\t} else if (m[2] !== undefined || m[1] !== fromTitle) {\n\t\t// format is [[MyTiddler]], and it doesn't match\n\t\treturn undefined;\n\t}\n\tvar entry = new PrettyLinkEntry();\n\tentry.caption = caption;\n\tentry.link = fromTitle;\n\tentry.output = this.makeLink(toTitle, caption, options);\n\tif (entry.output === undefined) {\n\t\tentry.impossible = true;\n\t}\n\treturn entry;\n};\n\nexports.makeLink = function(tiddler, caption, options) {\n\tvar output, quoted;\n\tif (!options.noPrettylinks && this.canBePretty(tiddler, !!caption)) {\n\t\toutput = prettyLink(tiddler, caption);\n\t} else if (options.noWidgets) {\n\t\t// We aren't allowed to make widgets. Gotta fail.\n\t\toutput = undefined;\n\t} else if (caption === undefined) {\n\t\tif (exports.shorthandSupported(options)) {\n\t\t\tquoted = utils.wrapAttributeValue(tiddler);\n\t\t\tif (!quoted) {\n\t\t\t\tif (!options.placeholder) {\n\t\t\t\t\treturn undefined;\n\t\t\t\t}\n\t\t\t\tquoted = \"<<\" + options.placeholder.getPlaceholderFor(tiddler,undefined,options) + \">>\";\n\t\t\t}\n\t\t\toutput = \"<$link to=\"+quoted+\"/>\";\n\t\t} else {\n\t\t\t// If we don't have a caption, we must resort to\n\t\t\t// placeholders anyway to prevent link/caption desync\n\t\t\t// from later relinks.\n\t\t\t// It doesn't matter whether the tiddler is quotable.\n\t\t\tif (options.placeholder) {\n\t\t\t\tvar ph = options.placeholder.getPlaceholderFor(tiddler, undefined, options);\n\t\t\t\toutput = \"<$link to=<<\"+ph+\">>><$text text=<<\"+ph+\">>/></$link>\";\n\t\t\t}\n\t\t}\n\t} else if (quoted = utils.wrapAttributeValue(tiddler)) {\n\t\tvar safeCaption = sanitizeCaption(caption, options);\n\t\tif (safeCaption !== undefined) {\n\t\t\toutput = \"<$link to=\"+quoted+\">\"+safeCaption+\"</$link>\";\n\t\t}\n\t} else if (options.placeholder) {\n\t\tvar ph = options.placeholder.getPlaceholderFor(tiddler, undefined, options);\n\t\t// We don't test if caption is undefined here, because it\n\t\t// never will be. options.placeholder exists.\n\t\tvar safeCaption = sanitizeCaption(caption, options);\n\t\toutput = \"<$link to=<<\"+ph+\">>>\"+safeCaption+\"</$link>\";\n\t}\n\treturn output;\n};\n\n/**Return true if value can be used inside a prettylink.\n */\nexports.canBePretty = function(value, customCaption) {\n\treturn value.indexOf(\"]]\") < 0 && value[value.length-1] !== ']' && (customCaption || value.indexOf('|') < 0);\n};\n\n/**In version 5.1.20, Tiddlywiki made it so <$link to\"something\" /> would\n * use \"something\" as a caption. This is preferable. However, Relink works\n * going back to 5.1.14, so we need to have different handling for both\n * cases.\n */\nvar _supported;\nexports.shorthandSupported = function(options) {\n\tif (_supported === undefined) {\n\t\tvar test = options.wiki.renderText(\"text/plain\", \"text/vnd.tiddlywiki\", \"<$link to=test/>\");\n\t\t_supported = (test === \"test\");\n\t}\n\treturn _supported;\n};\n\nfunction sanitizeCaption(caption, options) {\n\tvar plaintext = options.wiki.renderText(\"text/plain\", \"text/vnd.tiddlywiki\", caption);\n\tif (plaintext === caption && caption.indexOf(\"</$link>\") <= 0) {\n\t\treturn caption;\n\t} else {\n\t\tvar wrapped = utils.wrapAttributeValue(caption);\n\t\tif (wrapped) {\n\t\t\treturn \"<$text text=\"+wrapped+\"/>\";\n\t\t} else if (options.placeholder) {\n\t\t\tvar ph = options.placeholder.getPlaceholderFor(caption, \"caption\", options);\n\t\t\treturn \"<$text text=<<\"+ph+\">>/>\";\n\t\t} else {\n\t\t\treturn undefined;\n\t\t}\n\t}\n};\n\nfunction prettyLink(title, caption) {\n\tif (caption) {\n\t\treturn \"[[\" + caption + \"|\" + title + \"]]\";\n\t} else {\n\t\treturn \"[[\" + title + \"]]\";\n\t}\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/prettylink.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/relink.js": {
            "text": "/*\\\nmodule-type: wikirule\n\nThis defines the \\relink inline pragma used to locally declare\nrelink rules for macros.\n\nIt takes care of providing its own relink and report rules.\n\n\\*/\n\nvar settings = require('$:/plugins/flibbles/relink/js/settings.js');\nvar language = require('$:/plugins/flibbles/relink/js/language.js');\n\nexports.name = \"relink\";\nexports.types = {pragma: true};\n\nexports.init = function(parser) {\n\tthis.parser = parser;\n\tthis.matchRegExp = /^\\\\relink[^\\S\\n]+([^(\\s]+)([^\\r\\n]*)(\\r?\\n)?/mg;\n};\n\n/**This makes the widget that the macro library will later parse to determine\n * new macro relink state.\n *\n * It's a <$set> widget so it can appear BEFORE \\define pragma and not\n * prevent that pragma from being scooped up by importvariables.\n * (importvariables stops scooping as soon as it sees something besides $set) */\nexports.parse = function() {\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar macroName;\n\tvar macroParams = Object.create(null);\n\tvar error = undefined;\n\tvar rtn = [];\n\tvar self = this;\n\tthis.interpretSettings(function(macro, parameter, type) {\n\t\tmacroName = macro;\n\t\tif (type && !settings.getType(type)) {\n\t\t\terror = language.getString(\"Error/UnrecognizedType\",\n\t\t\t\t{variables: {type: type}, wiki: self.parser.wiki});\n\t\t}\n\t\tmacroParams[parameter] = type;\n\t});\n\t// If no macroname. Return nothing, this rule will be ignored by parsers\n\tif (macroName) {\n\t\tvar relink = Object.create(null);\n\t\trelink[macroName] = macroParams;\n\t\trtn.push({\n\t\t\ttype: \"set\",\n\t\t\tattributes: {\n\t\t\t\tname: {type: \"string\", value: \"\"}\n\t\t\t},\n\t\t\tchildren: [],\n\t\t\tisMacroDefinition: true,\n\t\t\trelink: relink});\n\t}\n\tif (error) {\n\t\trtn.push({\n\t\t\ttype: \"element\", tag: \"span\", attributes: {\n\t\t\t\t\"class\": {\n\t\t\t\t\ttype: \"string\",\n\t\t\t\t\tvalue: \"tc-error tc-relink-error\"\n\t\t\t\t}\n\t\t\t}, children: [\n\t\t\t\t{type: \"text\", text: error}\n\t\t\t]});\n\t}\n\treturn rtn;\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tvar self = this;\n\tthis.interpretSettings(function(macro, parameter, type) {\n\t\toptions.settings.addSetting(macro, parameter, type, options.currentTiddler);\n\t});\n\t// Return nothing, because this rule is ignored by the parser\n\treturn undefined;\n};\n\nexports.interpretSettings = function(block) {\n\tvar paramString = this.match[2];\n\tif (paramString !== \"\") {\n\t\tvar macro = this.match[1];\n\t\tvar reParam = /\\s*([A-Za-z0-9\\-_]+)(?:\\s*:\\s*([^\\s]+))?/mg;\n\t\tvar paramMatch = reParam.exec(paramString);\n\t\twhile (paramMatch) {\n\t\t\tvar parameter = paramMatch[1];\n\t\t\tvar type = paramMatch[2];\n\t\t\tblock(macro, parameter, type);\n\t\t\tparamMatch = reParam.exec(paramString);\n\t\t}\n\t}\n};\n",
            "module-type": "wikirule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/relink.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/rules.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nParses and acknowledges any pragma rules a tiddler has.\n\n\\rules except html wikilink\n\n\\*/\n\nexports.name = \"rules\";\n\n/**This is all we have to do. The rules rule doesn't parse. It just amends\n * the rules, which is exactly what I want it to do too.\n * It also takes care of moving the pos pointer forward.\n */\nexports.relink = function() {\n\tthis.parse();\n\treturn undefined;\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/rules.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/syslink.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles sys links\n\n$:/sys/link\n\nbut not:\n\n~$:/sys/link\n\n\\*/\n\nvar utils = require(\"./utils.js\");\nvar prettylink = require('$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/prettylink.js');\n\nexports.name = \"syslink\";\n\nfunction SyslinkEntry() {};\nSyslinkEntry.prototype.name = \"syslink\";\nSyslinkEntry.prototype.report = function() {\n\treturn [\"~\" + this.link];\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar entry = undefined;\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tif (this.match[0] === fromTitle && this.match[0][0] !== \"~\") {\n\t\tentry = new SyslinkEntry();\n\t\tentry.link = fromTitle;\n\t\tentry.output = this.makeSyslink(toTitle, options);\n\t\tif (entry.output === undefined) {\n\t\t\tentry.impossible = true;\n\t\t}\n\t}\n\treturn entry;\n};\n\nexports.makeSyslink = function(title, options) {\n\tvar match = title.match(this.matchRegExp);\n\tif (match && match[0] === title && title[0] !== \"~\") {\n\t\treturn title;\n\t} else {\n\t\treturn prettylink.makeLink(title, undefined, options);\n\t}\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/syslink.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/transclude.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles replacement of transclusions in wiki text like,\n\n{{RenamedTiddler}}\n{{RenamedTiddler||TemplateTitle}}\n\nThis renames both the tiddler and the template field.\n\n\\*/\n\nvar refHandler = require(\"$:/plugins/flibbles/relink/js/fieldtypes/reference\");\nvar utils = require(\"./utils.js\");\n\nexports.name = ['transcludeinline', 'transcludeblock'];\n\nvar TranscludeEntry = function() {};\nTranscludeEntry.prototype.name = \"transclude\";\nTranscludeEntry.prototype.report = function() {\n\tvar ref = this.reference || {};\n\tvar output = [];\n\tif (this.referenceChanged) {\n\t\tvar suffix = \"\";\n\t\tif (ref.field) {\n\t\t\tsuffix = \"!!\" + ref.field;\n\t\t}\n\t\tif (ref.index) {\n\t\t\tsuffix = \"##\" + ref.index;\n\t\t}\n\t\tif (this.template) {\n\t\t\tsuffix = suffix + \"||\" + this.template;\n\t\t}\n\t\toutput.push(\"{{\" + suffix + \"}}\");\n\t}\n\tif (this.templateChanged) {\n\t\t// Must be template\n\t\tvar refString = refHandler.toString(ref);\n\t\toutput.push(\"{{\" + refString + \"||}}\");\n\t}\n\treturn output;\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar m = this.match,\n\t\treference = $tw.utils.parseTextReference(m[1]),\n\t\ttemplate = m[2],\n\t\tentry = new TranscludeEntry(),\n\t\tmodified = false;\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tif ($tw.utils.trim(reference.title) === fromTitle) {\n\t\t// preserve user's whitespace\n\t\treference.title = reference.title.replace(fromTitle, toTitle);\n\t\tmodified = true;\n\t\tentry.referenceChanged = true;\n\t}\n\tif ($tw.utils.trim(template) === fromTitle) {\n\t\ttemplate = template.replace(fromTitle, toTitle);\n\t\tmodified = true;\n\t\tentry.templateChanged = true;\n\t}\n\tif (modified) {\n\t\tentry.reference = reference;\n\t\tentry.template = template;\n\t\tvar output = this.makeTransclude(reference, template, options);\n\t\tif (output) {\n\t\t\t// Adding any newline that might have existed is\n\t\t\t// what allows this relink method to work for both\n\t\t\t// the block and inline filter wikitext rule.\n\t\t\toutput = output + utils.getEndingNewline(m[0]);\n\t\t\tentry.output = output;\n\t\t} else {\n\t\t\tentry.impossible = true;\n\t\t}\n\t\treturn entry;\n\t}\n\treturn undefined;\n};\n\n/** This converts a reference and a template into a string representation\n *  of a transclude.\n */\nexports.makeTransclude = function(reference, template, options) {\n\tvar rtn;\n\tif (!canBePrettyTemplate(template)) {\n\t\tif (!options.noWidgets) {\n\t\t\tvar resultTemplate = wrap(template, options);\n\t\t\tif (resultTemplate !== undefined) {\n\t\t\t\tif (reference.title) {\n\t\t\t\t\tvar resultTitle = wrap(reference.title, options);\n\t\t\t\t\tvar attrs = transcludeAttributes(reference.field, reference.index, options);\n\t\t\t\t\tif (resultTitle !== undefined && attrs !== undefined) {\n\t\t\t\t\t\trtn = \"<$tiddler tiddler=\"+resultTitle+\"><$transclude tiddler=\"+resultTemplate+attrs+\"/></$tiddler>\";\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\trtn = \"<$transclude tiddler=\"+resultTemplate+\"/>\";\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t} else if (!canBePrettyTitle(reference.title)) {\n\t\tif (!options.noWidgets) {\n\t\t\t// This block and the next account for the 1%...\n\t\t\tvar resultTitle = wrap(reference.title, options);\n\t\t\tif (resultTitle !== undefined) {\n\t\t\t\tvar reducedRef = {field: reference.field, index: reference.index};\n\t\t\t\trtn = \"<$tiddler tiddler=\"+resultTitle+\">\"+prettyTransclude(reducedRef, template)+\"</$tiddler>\";\n\t\t\t}\n\t\t}\n\t} else {\n\t\t// This block takes care of 99% of all cases\n\t\trtn = prettyTransclude(reference, template);\n\t}\n\treturn rtn;\n};\n\nfunction wrap(tiddler, options) {\n\ttiddler = $tw.utils.trim(tiddler);\n\tvar result = utils.wrapAttributeValue(tiddler);\n\tif (result === undefined) {\n\t\tif (options.placeholder) {\n\t\t\tresult = \"<<\" + options.placeholder.getPlaceholderFor(tiddler, undefined, options) + \">>\";\n\t\t}\n\t}\n\treturn result;\n};\n\nfunction canBePrettyTitle(value) {\n\treturn refHandler.canBePretty(value) && canBePrettyTemplate(value);\n};\n\nfunction canBePrettyTemplate(value) {\n\treturn !value || (value.indexOf('}') < 0 && value.indexOf('{') < 0 && value.indexOf('|') < 0);\n};\n\n/**Returns attributes for a transclude widget.\n * only field or index should be used, not both, but both will return\n * the intuitive (albeit useless) result.\n */\nfunction transcludeAttributes(field, index, options) {\n\tvar rtn = [\n\t\twrapAttribute(\"field\", field, options),\n\t\twrapAttribute(\"index\", index, options)\n\t];\n\tif (rtn[0] === undefined || rtn[1] === undefined) {\n\t\t// This can only happen if the transclude is using an\n\t\t// illegal key.\n\t\treturn undefined;\n\t}\n\treturn rtn.join('');\n};\n\nfunction wrapAttribute(name, value, options) {\n\tif (value) {\n\t\tvar wrappedValue = utils.wrapAttributeValue(value);\n\t\tif (wrappedValue === undefined) {\n\t\t\tif (!options.placeholder) {\n\t\t\t\treturn undefined;\n\t\t\t}\n\t\t\twrappedValue = \"<<\"+options.placeholder.getPlaceholderFor(value, name, options)+\">>\";\n\t\t}\n\t\treturn \" \"+name+\"=\"+wrappedValue;\n\t}\n\treturn '';\n};\n\nfunction prettyTransclude(textReference, template) {\n\tif (typeof textReference !== \"string\") {\n\t\ttextReference = refHandler.toString(textReference);\n\t}\n\tif (!textReference) {\n\t\ttextReference = '';\n\t}\n\tif (template !== undefined) {\n\t\treturn \"{{\"+textReference+\"||\"+template+\"}}\";\n\t} else {\n\t\treturn \"{{\"+textReference+\"}}\";\n\t}\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/transclude.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/utils.js": {
            "text": "/*\\\nmodule-type: library\n\nUtility methods for the wikitext relink rules.\n\n\\*/\n\n/**Finds an appropriate quote mark for a given value.\n *\n *Tiddlywiki doesn't have escape characters for attribute values. Instead,\n * we just have to find the type of quotes that'll work for the given title.\n * There exist titles that simply can't be quoted.\n * If it can stick with the preference, it will.\n *\n * return: Returns the wrapped value, or undefined if it's impossible to wrap\n */\nexports.wrapAttributeValue = function(value, preference) {\n\tvar whitelist = [\"\", \"'\", '\"', '\"\"\"'];\n\tvar choices = {\n\t\t\"\": function(v) {return !/([\\/\\s<>\"'=])/.test(v); },\n\t\t\"'\": function(v) {return v.indexOf(\"'\") < 0; },\n\t\t'\"': function(v) {return v.indexOf('\"') < 0; },\n\t\t'\"\"\"': function(v) {return v.indexOf('\"\"\"') < 0 && v[v.length-1] != '\"';}\n\t};\n\tif (choices[preference] && choices[preference](value)) {\n\t\treturn wrap(value, preference);\n\t}\n\tfor (var i = 0; i < whitelist.length; i++) {\n\t\tvar quote = whitelist[i];\n\t\tif (choices[quote](value)) {\n\t\t\treturn wrap(value, quote);\n\t\t}\n\t}\n\t// No quotes will work on this\n\treturn undefined;\n};\n\n/**Like wrapAttribute value, except for macro parameters, not attributes.\n *\n * These are more permissive. Allows brackets,\n * and slashes and '<' in unquoted values.\n */\nexports.wrapParameterValue = function(value, preference) {\n\tvar whitelist = [\"\", \"'\", '\"', '[[', '\"\"\"'];\n\tvar choices = {\n\t\t\"\": function(v) {return !/([\\s>\"'=])/.test(v); },\n\t\t\"'\": function(v) {return v.indexOf(\"'\") < 0; },\n\t\t'\"': function(v) {return v.indexOf('\"') < 0; },\n\t\t\"[[\": exports.canBePrettyOperand,\n\t\t'\"\"\"': function(v) {return v.indexOf('\"\"\"') < 0 && v[v.length-1] != '\"';}\n\t};\n\tif (choices[preference] && choices[preference](value)) {\n\t\treturn wrap(value, preference);\n\t}\n\tfor (var i = 0; i < whitelist.length; i++) {\n\t\tvar quote = whitelist[i];\n\t\tif (choices[quote](value)) {\n\t\t\treturn wrap(value, quote);\n\t\t}\n\t}\n\t// No quotes will work on this\n\treturn undefined;\n};\n\nfunction wrap(value, wrapper) {\n\tvar wrappers = {\n\t\t\"\": function(v) {return v; },\n\t\t\"'\": function(v) {return \"'\"+v+\"'\"; },\n\t\t'\"': function(v) {return '\"'+v+'\"'; },\n\t\t'\"\"\"': function(v) {return '\"\"\"'+v+'\"\"\"'; },\n\t\t\"[[\": function(v) {return \"[[\"+v+\"]]\"; }\n\t};\n\tvar chosen = wrappers[wrapper];\n\tif (chosen) {\n\t\treturn chosen(value);\n\t} else {\n\t\treturn undefined;\n\t}\n};\n\nexports.canBePrettyOperand = function(value) {\n\treturn value.indexOf(']') < 0;\n};\n\n/**Given some text, and a param or  attribute within that text, this returns\n * what type of quotation that attribute is using.\n *\n * param: An object in the form {end:, ...}\n */\nexports.determineQuote = function(text, param) {\n\tvar pos = param.end-1;\n\tif (text[pos] === \"'\") {\n\t\treturn \"'\";\n\t}\n\tif (text[pos] === '\"') {\n\t\tif (text.substr(pos-2, 3) === '\"\"\"') {\n\t\t\treturn '\"\"\"';\n\t\t} else {\n\t\t\treturn '\"';\n\t\t}\n\t}\n\tif (text.substr(pos-1,2) === ']]' && text.substr((pos-param.value.length)-3, 2) === '[[') {\n\t\treturn \"[[\";\n\t}\n\treturn '';\n};\n\n// Finds the newline at the end of a string and returns it. Empty string if\n// none exists.\nexports.getEndingNewline = function(string) {\n\tvar l = string.length;\n\tif (string[l-1] === '\\n') {\n\t\treturn (string[l-2] === '\\r') ? \"\\r\\n\" : \"\\n\";\n\t}\n\treturn \"\";\n};\n",
            "module-type": "library",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/utils.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/wikilink.js": {
            "text": "/*\\\nmodule-type: relinkwikitextrule\n\nHandles CamelCase links\n\nWikiLink\n\nbut not:\n\n~WikiLink\n\n\\*/\n\nvar utils = require(\"./utils.js\");\nvar prettylink = require('$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/prettylink.js');\n\nexports.name = \"wikilink\";\n\nfunction WikilinkEntry() {};\nWikilinkEntry.prototype.name = \"wikilink\";\nWikilinkEntry.prototype.report = function() {\n\treturn [$tw.config.textPrimitives.unWikiLink + this.link];\n};\n\nexports.relink = function(text, fromTitle, toTitle, options) {\n\tvar entry = undefined;\n\tthis.parser.pos = this.matchRegExp.lastIndex;\n\tif (this.match[0] === fromTitle && this.match[0][0] !== $tw.config.textPrimitives.unWikiLink) {\n\t\tentry = new WikilinkEntry();\n\t\tentry.link = fromTitle;\n\t\tentry.output = this.makeWikilink(toTitle, options);\n\t\tif (entry.output === undefined) {\n\t\t\tentry.impossible = true;\n\t\t}\n\t}\n\treturn entry;\n};\n\nexports.makeWikilink = function(title, options) {\n\tif (title.match(this.matchRegExp) && title[0] !== $tw.config.textPrimitives.unWikiLink) {\n\t\treturn title;\n\t} else {\n\t\treturn prettylink.makeLink(title, undefined, options);\n\t}\n};\n",
            "module-type": "relinkwikitextrule",
            "title": "$:/plugins/flibbles/relink/js/relinkoperations/text/wikitext/wikilink.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/surveyors/raw.js": {
            "text": "/*\\\n\nThis looks at text and sees if fromTitle is inside of it. That's all.\n\nSURVEYORS\n\nSurveyors are an optimization. They are way of quick-discarding text so it\ndoesn't have to be interpreted by the wikitext parser, the filter parser,\netc...\n\nThe reason I split this off into a module type is in case anyone wants to\nrelink patterns which might NOT contain the fromTitle in raw text.\n\nThey return false for \"no\", and true for \"maybe\". If any surveyor returns\n\"maybe\", the text in question is fully parsed.\n\nSee the documentation for more details.\n\n\\*/\n\nexports.survey = function(text, fromTitle, options) {\n\treturn text.indexOf(fromTitle) >= 0;\n};\n",
            "module-type": "relinksurveyor",
            "title": "$:/plugins/flibbles/relink/js/surveyors/raw.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/utils/entry.js": {
            "text": "function EntryNode() {\n\tthis.children = [];\n};\n\nmodule.exports = EntryNode;\n\n/**  PURE VIRTUAL\n * EntryNode.prototype.report = function() -> [\"string\", ...]\n */\n\nEntryNode.newType = function(name) {\n\tfunction NewEntry() {\n\t\tEntryNode.apply(this, arguments);\n\t};\n\tNewEntry.prototype = Object.create(EntryNode.prototype);\n\tNewEntry.prototype.name = name;\n\treturn NewEntry;\n};\n\nEntryNode.prototype.eachChild = function(method) {\n\tif (this.children) {\n\t\tfor (var i = 0; i < this.children.length; i++) {\n\t\t\tmethod(this.children[i]);\n\t\t}\n\t}\n};\n\nEntryNode.prototype.add = function(entry) {\n\tthis.children.push(entry);\n};\n\nEntryNode.prototype.report = function() {\n\tvar output = [];\n\t$tw.utils.each(this.children, function(child) {\n\t\t// All wikitext children should be able to report\n\t\t$tw.utils.each(child.report(), function(report) {\n\t\t\toutput.push(report);\n\t\t});\n\t});\n\treturn output;\n};\n\nfunction EntryCollection() {\n\tthis.children = Object.create(null);\n\tthis.types = Object.create(null);\n};\n\nEntryNode.newCollection = function(name) {\n\tfunction NewCollection() {\n\t\tEntryCollection.apply(this, arguments);\n\t};\n\tNewCollection.prototype = Object.create(EntryCollection.prototype);\n\tNewCollection.prototype.name = name;\n\treturn NewCollection;\n};\n\nEntryCollection.prototype.eachChild = function(method) {\n\tfor (var child in this.children) {\n\t\tmethod(this.children[child]);\n\t}\n};\n\nEntryCollection.prototype.addChild = function(child, name, type) {\n\tthis.children[name] = child;\n\tthis.types[name] = type;\n};\n\nEntryCollection.prototype.report = function() {\n\tvar output = [];\n\tfor (var name in this.children) {\n\t\tvar child = this.children[name];\n\t\tvar type = this.types[name];\n\t\tif (child.report) {\n\t\t\tvar reports = child.report();\n\t\t\tfor (var i = 0; i < reports.length; i++) {\n\t\t\t\toutput.push(this.forEachChildReport(reports[i], name, type));\n\t\t\t}\n\t\t} else {\n\t\t\toutput.push(this.forEachChildReport('', name, type));\n\n\t\t}\n\t}\n\treturn output;\n};\n\nEntryCollection.prototype.hasChildren = function() {\n\treturn Object.keys(this.children).length > 0;\n};\n",
            "module-type": "library",
            "title": "$:/plugins/flibbles/relink/js/utils/entry.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/utils/macroConfig.js": {
            "text": "/*\\\nmodule-type: library\n\nThis handles the fetching and distribution of relink settings.\n\n\\*/\n\nvar settings = require('$:/plugins/flibbles/relink/js/settings.js');\nvar Widget = require(\"$:/core/modules/widgets/widget.js\").widget;\n\nfunction MacroConfig(wiki, parent, title) {\n\tthis.macros = Object.create(null);\n\tthis.parent = parent;\n\tthis.title = title;\n\tthis.wiki = wiki;\n\tthis.widgetList = [];\n\tthis.reservedmacroNames = Object.create(null);\n};\n\nmodule.exports = MacroConfig;\n\nMacroConfig.prototype.import = function(filter) {\n\tvar parentWidget;\n\tif (this.parent) {\n\t\tparentWidget = this.getVariableWidget();\n\t}\n\tvar importWidget = createImportWidget(filter, this.wiki, parentWidget);\n\tthis._compileList(importWidget.tiddlerList);\n\tthis.widgetList.push(importWidget);\n\t// This only works if only one filter is imported\n\tthis.addWidget(importWidget);\n};\n\nMacroConfig.prototype.refresh = function(changes) {\n\tthis.parent.refresh(changes);\n\tif (this.widget.refresh(changes)) {\n\t\tthis.macros = Object.create(null);\n\t\t// Recompile all our widgets in the same order\n\t\tfor (var i = 0; i < this.widgetList.length; i++) {\n\t\t\tthis._compileList(this.widgetList[i].tiddlerList );\n\t\t}\n\t\treturn true;\n\t}\n\treturn false;\n};\n\n// So fieldtypes can access settings through options.settings, instead of\n// including this file, which they can't, because that'd be cyclical dependency\nMacroConfig.prototype.getType = function(name) {\n\treturn settings.getType(name);\n};\n\n// This class does no special handling of fields, operators, or attributes.\n// we pass it along to the parent.\nMacroConfig.prototype.getFields = function() {\n\treturn this.parent.getFields();\n};\n\nMacroConfig.prototype.getOperators = function() {\n\treturn this.parent.getOperators();\n};\n\nMacroConfig.prototype.getAttributes = function() {\n\treturn this.parent.getAttributes();\n};\n\nMacroConfig.prototype.survey = function(text, fromTitle, options) {\n\treturn this.parent.survey(text, fromTitle, options);\n};\n\nMacroConfig.prototype.getAttribute = function(elementName) {\n\treturn this.parent.getAttribute(elementName);\n};\n\nMacroConfig.prototype.getMacros = function() {\n\tvar signatures = this.parent.getMacros();\n\tfor (var macroName in this.macros) {\n\t\tvar macro = this.macros[macroName];\n\t\tfor (var param in macro) {\n\t\t\tsignatures[macroName + \"/\" + param] = macro[param];\n\t\t}\n\t}\n\treturn signatures;\n};\n\n// But macro we handle differently.\nMacroConfig.prototype.getMacro = function(macroName) {\n\tvar theseSettings = this.macros[macroName];\n\tvar parentSettings;\n\tif (this.parent) {\n\t\tparentSettings = this.parent.getMacro(macroName);\n\t}\n\tif (theseSettings && parentSettings) {\n\t\t// gotta merge them without changing either. This is expensive,\n\t\t// but it'll happen rarely.\n\t\tvar rtnSettings = $tw.utils.extend(Object.create(null), theseSettings, parentSettings);\n\t\treturn rtnSettings;\n\t}\n\treturn theseSettings || parentSettings;\n};\n\nMacroConfig.prototype.addSetting = function(macroName, parameter, type, sourceTitle) {\n\tvar macro = this.macros[macroName];\n\ttype = type || settings.getDefaultType(this.wiki);\n\tif (macro === undefined) {\n\t\tmacro = this.macros[macroName] = Object.create(null);\n\t}\n\tvar handler = settings.getType(type);\n\tif (handler) {\n\t\thandler.source = sourceTitle;\n\t\t// We attach the fields of the defining tiddler for the benefit\n\t\t// of any 3rd party field types that want access to them.\n\t\tvar tiddler = this.wiki.getTiddler(sourceTitle);\n\t\thandler.fields = tiddler.fields;\n\t\tmacro[parameter] = handler;\n\t}\n};\n\nMacroConfig.prototype.createChildLibrary = function(title) {\n\treturn new MacroConfig(this.wiki, this, title);\n};\n\nMacroConfig.prototype.addWidget = function(widget) {\n\tthis.widget = widget;\n\twhile (this.widget.children.length > 0) {\n\t\tthis.widget = this.widget.children[0];\n\t}\n};\n\nMacroConfig.prototype.getVariableWidget = function() {\n\tif (!this.widget) {\n\t\tvar varWidget = this.parent && this.parent.widget;\n\t\tvar parentWidget = new Widget({}, {parentWidget: varWidget});\n\t\tparentWidget.setVariable(\"currentTiddler\", this.title);\n\t\tvar widget = new Widget({}, {parentWidget: parentWidget});\n\t\tthis.addWidget(widget);\n\t}\n\treturn this.widget;\n};\n\n/**This takes macros, specifically relink placeholders, and remembers them\n * It creates a dummy object for them, since we'll never need the definition\n */\nMacroConfig.prototype.reserveMacroName = function(variableName) {\n\tthis.reservedmacroNames[variableName] = {\n\t\tvalue: \"\",\n\t\tparams: []};\n};\n\nMacroConfig.prototype.addMacroDefinition = function(setParseTreeNode) {\n\tvar bottomWidget = this.getVariableWidget();\n\tvar setWidget = bottomWidget.makeChildWidget(setParseTreeNode);\n\tsetWidget.computeAttributes();\n\tsetWidget.execute();\n\tthis.addWidget(setWidget);\n};\n\nMacroConfig.prototype.getMacroDefinition = function(variableName) {\n\treturn this.getVariableWidget().variables[variableName] || $tw.macros[variableName] || this.reservedmacroNames[variableName];\n};\n\nfunction createImportWidget(filter, wiki, parent) {\n\tvar widget = wiki.makeWidget( { tree: [{\n\t\ttype: \"importvariables\",\n\t\tattributes: {\n\t\t\t\"filter\": {\n\t\t\t\ttype: \"string\",\n\t\t\t\tvalue: filter\n\t\t\t}\n\t\t}\n\t}] }, { parentWidget: parent} );\n\twidget.execute();\n\twidget.renderChildren();\n\tvar importWidget = widget.children[0];\n\treturn importWidget;\n};\n\nMacroConfig.prototype._compileList = function(titleList) {\n\tfor (var i = 0; i < titleList.length; i++) {\n\t\tvar parser = this.wiki.parseTiddler(titleList[i]);\n\t\tif (parser) {\n\t\t\tvar parseTreeNode = parser.tree[0];\n\t\t\twhile (parseTreeNode && parseTreeNode.type === \"set\") {\n\t\t\t\tif (parseTreeNode.relink) {\n\t\t\t\t\tfor (var macroName in parseTreeNode.relink) {\n\t\t\t\t\t\tvar parameters = parseTreeNode.relink[macroName];\n\t\t\t\t\t\tfor (paramName in parameters) {\n\t\t\t\t\t\t\tthis.addSetting(macroName, paramName, parameters[paramName], titleList[i]);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tparseTreeNode = parseTreeNode.children && parseTreeNode.children[0];\n\t\t\t}\n\t\t}\n\t}\n};\n",
            "module-type": "library",
            "title": "$:/plugins/flibbles/relink/js/utils/macroConfig.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/utils/placeholder.js": {
            "text": "/*\\\n\nA method which doles out placeholders when requested, and constructs\nthe necessary supporting pragma when requested.\n\n\\*/\n\nfunction Placeholder() {\n\tthis.placeholders = Object.create(null);\n\tthis.reverseMap = Object.create(null);\n};\n\nmodule.exports = Placeholder;\n\nPlaceholder.prototype.getPlaceholderFor = function(value, category, options) {\n\tvar placeholder = this.reverseMap[value];\n\tvar config = options.settings || options.wiki.getRelinkConfig();\n\tif (placeholder) {\n\t\treturn placeholder;\n\t}\n\tvar number = 0;\n\tvar prefix = \"relink-\"\n\tif (category && category !== \"title\") {\n\t\t// I don't like \"relink-title-1\". \"relink-1\" should be for\n\t\t// titles. lists, and filters can have descriptors though.\n\t\tprefix += category + \"-\";\n\t}\n\tdo {\n\t\tnumber += 1;\n\t\tplaceholder = prefix + number;\n\t} while (config.getMacroDefinition(placeholder));\n\tconfig.reserveMacroName(placeholder);\n\tthis.placeholders[placeholder] = value;\n\tthis.reverseMap[value] = placeholder;\n\treturn placeholder;\n};\n\nPlaceholder.prototype.getPreamble = function() {\n\tvar results = [];\n\tfor (var name in this.placeholders) {\n\t\tvar val = this.placeholders[name];\n\t\tresults.push(\"\\\\define \"+name+\"() \"+val+\"\\n\");\n\t}\n\treturn results.join('');\n};\n\n",
            "module-type": "library",
            "title": "$:/plugins/flibbles/relink/js/utils/placeholder.js",
            "type": "application/javascript"
        },
        "$:/plugins/flibbles/relink/js/utils/rebuilder.js": {
            "text": "/*\\\n\nThis helper class aids in reconstructing an existing string with new parts.\n\n\\*/\n\nfunction Rebuilder(text, start) {\n\tthis.text = text;\n\tthis.index = start || 0;\n\tthis.pieces = [];\n};\n\nmodule.exports = Rebuilder;\n\n/**Pieces must be added consecutively.\n * Start and end are the indices in the old string specifying where to graft\n * in the new piece.\n */\nRebuilder.prototype.add = function(value, start, end) {\n\tthis.pieces.push(this.text.substring(this.index, start), value);\n\tthis.index = end;\n};\n\nRebuilder.prototype.changed = function() {\n\treturn this.pieces.length > 0;\n};\n\nRebuilder.prototype.results = function(end) {\n\tif (this.changed()) {\n\t\tthis.pieces.push(this.text.substring(this.index, end));\n\t\treturn this.pieces.join('');\n\t}\n\treturn undefined;\n};\n",
            "module-type": "library",
            "title": "$:/plugins/flibbles/relink/js/utils/rebuilder.js",
            "type": "application/javascript"
        },
        "$:/config/flibbles/relink/attributes/$button/set": {
            "title": "$:/config/flibbles/relink/attributes/$button/set",
            "text": "reference"
        },
        "$:/config/flibbles/relink/attributes/$button/setTo": {
            "title": "$:/config/flibbles/relink/attributes/$button/setTo",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$button/to": {
            "title": "$:/config/flibbles/relink/attributes/$button/to",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$checkbox/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$checkbox/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$checkbox/tag": {
            "title": "$:/config/flibbles/relink/attributes/$checkbox/tag",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$count/filter": {
            "title": "$:/config/flibbles/relink/attributes/$count/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/attributes/$draggable/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$draggable/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$draggable/filter": {
            "title": "$:/config/flibbles/relink/attributes/$draggable/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/attributes/$edit-bitmap/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$edit-bitmap/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$edit-text/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$edit-text/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$edit/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$edit/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$encrypt/filter": {
            "title": "$:/config/flibbles/relink/attributes/$encrypt/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/attributes/$fieldmangler/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$fieldmangler/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$fields/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$fields/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$image/source": {
            "title": "$:/config/flibbles/relink/attributes/$image/source",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$importvariables/filter": {
            "title": "$:/config/flibbles/relink/attributes/$importvariables/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/attributes/$linkcatcher/to": {
            "title": "$:/config/flibbles/relink/attributes/$linkcatcher/to",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$linkcatcher/set": {
            "title": "$:/config/flibbles/relink/attributes/$linkcatcher/set",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$link/to": {
            "title": "$:/config/flibbles/relink/attributes/$link/to",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$list/filter": {
            "title": "$:/config/flibbles/relink/attributes/$list/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/attributes/$list/template": {
            "title": "$:/config/flibbles/relink/attributes/$list/template",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$list/editTemplate": {
            "title": "$:/config/flibbles/relink/attributes/$list/editTemplate",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$list/emptyMessage": {
            "title": "$:/config/flibbles/relink/attributes/$list/emptyMessage",
            "text": "wikitext"
        },
        "$:/config/flibbles/relink/attributes/$list/history": {
            "title": "$:/config/flibbles/relink/attributes/$list/history",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$navigator/story": {
            "title": "$:/config/flibbles/relink/attributes/$navigator/story",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$navigator/history": {
            "title": "$:/config/flibbles/relink/attributes/$navigator/history",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$radio/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$radio/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$range/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$range/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$reveal/stateTitle": {
            "title": "$:/config/flibbles/relink/attributes/$reveal/stateTitle",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$select/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$select/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$setvariable/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$setvariable/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$setvariable/subtiddler": {
            "title": "$:/config/flibbles/relink/attributes/$setvariable/subtiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$setvariable/filter": {
            "title": "$:/config/flibbles/relink/attributes/$setvariable/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/attributes/$set/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$set/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$set/subtiddler": {
            "title": "$:/config/flibbles/relink/attributes/$set/subtiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$set/filter": {
            "title": "$:/config/flibbles/relink/attributes/$set/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/attributes/$tiddler/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$tiddler/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$transclude/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$transclude/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$transclude/subtiddler": {
            "title": "$:/config/flibbles/relink/attributes/$transclude/subtiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$view/tiddler": {
            "title": "$:/config/flibbles/relink/attributes/$view/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/attributes/$view/subtiddler": {
            "title": "$:/config/flibbles/relink/attributes/$view/subtiddler",
            "text": "title"
        },
        "$:/plugins/flibbles/relink/configuration": {
            "title": "$:/plugins/flibbles/relink/configuration",
            "text": "<div class=\"tc-control-panel\">\n<<tabs \"[all[shadows+tiddlers]tag[$:/tags/flibbles/relink/Configuration]!has[draft.of]]\" \"$:/plugins/flibbles/relink/ui/configuration/Fields\">>\n</div>\n"
        },
        "$:/config/flibbles/relink/fields/caption": {
            "title": "$:/config/flibbles/relink/fields/caption",
            "text": "wikitext"
        },
        "$:/config/flibbles/relink/fields/filter": {
            "title": "$:/config/flibbles/relink/fields/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/fields/list": {
            "title": "$:/config/flibbles/relink/fields/list",
            "text": "list"
        },
        "$:/config/flibbles/relink/fields/list-after": {
            "title": "$:/config/flibbles/relink/fields/list-after",
            "text": "title"
        },
        "$:/config/flibbles/relink/fields/list-before": {
            "title": "$:/config/flibbles/relink/fields/list-before",
            "text": "title"
        },
        "$:/config/flibbles/relink/fields/tags": {
            "title": "$:/config/flibbles/relink/fields/tags",
            "text": "list"
        },
        "$:/plugins/flibbles/relink/language/PluginLibrary": {
            "title": "$:/plugins/flibbles/relink/language/PluginLibrary",
            "text": "//Relink// Library"
        },
        "$:/plugins/flibbles/relink/language/PluginLibrary/Hint": {
            "title": "$:/plugins/flibbles/relink/language/PluginLibrary/Hint",
            "text": "The //Relink// library contains //Relink// as well as its supplemental plugins. It is maintained by Flibbles. See the <a href={{$:/plugins/flibbles/relink!!source}}>github page</a> for more information."
        },
        "$:/plugins/flibbles/relink/language/Buttons/Delete/Hint": {
            "title": "$:/plugins/flibbles/relink/language/Buttons/Delete/Hint",
            "text": "delete"
        },
        "$:/plugins/flibbles/relink/language/Buttons/LinkToInline/Hint": {
            "title": "$:/plugins/flibbles/relink/language/Buttons/LinkToInline/Hint",
            "text": "go to defining tiddler"
        },
        "$:/plugins/flibbles/relink/language/Buttons/NewAttribute/Hint": {
            "title": "$:/plugins/flibbles/relink/language/Buttons/NewAttribute/Hint",
            "text": "Specify a new widget/element attribute to be updated whenever a tiddler is renamed"
        },
        "$:/plugins/flibbles/relink/language/Buttons/NewAttribute/Caption": {
            "title": "$:/plugins/flibbles/relink/language/Buttons/NewAttribute/Caption",
            "text": "add"
        },
        "$:/plugins/flibbles/relink/language/Buttons/NewField/Hint": {
            "title": "$:/plugins/flibbles/relink/language/Buttons/NewField/Hint",
            "text": "Specify a new field to be updated whenever a tiddler is renamed"
        },
        "$:/plugins/flibbles/relink/language/Buttons/NewField/Caption": {
            "title": "$:/plugins/flibbles/relink/language/Buttons/NewField/Caption",
            "text": "add"
        },
        "$:/plugins/flibbles/relink/language/Buttons/NewOperator/Hint": {
            "title": "$:/plugins/flibbles/relink/language/Buttons/NewOperator/Hint",
            "text": "Specify a new filter operator to be considered whenever a tiddler is renamed"
        },
        "$:/plugins/flibbles/relink/language/Buttons/NewOperator/Caption": {
            "title": "$:/plugins/flibbles/relink/language/Buttons/NewOperator/Caption",
            "text": "add"
        },
        "$:/plugins/flibbles/relink/language/Buttons/NewParameter/Hint": {
            "title": "$:/plugins/flibbles/relink/language/Buttons/NewParameter/Hint",
            "text": "Specify a new macro parameter to be updated whenever a tiddler is renamed"
        },
        "$:/plugins/flibbles/relink/language/Buttons/NewParameter/Caption": {
            "title": "$:/plugins/flibbles/relink/language/Buttons/NewParameter/Caption",
            "text": "add"
        },
        "$:/plugins/flibbles/relink/language/Error/InvalidAttributeName": {
            "title": "$:/plugins/flibbles/relink/language/Error/InvalidAttributeName",
            "text": "Illegal characters in attribute name \"<$text text=<<attributeName>>/>\". Attributes cannot contain slashes ('/'), closing angle or square brackets ('>' or ']'), quotes or apostrophes ('\"' or \"'\"), equals ('='), or whitespace"
        },
        "$:/plugins/flibbles/relink/language/Error/InvalidElementName": {
            "title": "$:/plugins/flibbles/relink/language/Error/InvalidElementName",
            "text": "Illegal characters in element/widget name \"<$text text=<<elementName>>/>\". Element tags can only contain letters and the characters hyphen (`-`) and dollar sign (`$`)"
        },
        "$:/plugins/flibbles/relink/language/Error/InvalidMacroName": {
            "title": "$:/plugins/flibbles/relink/language/Error/InvalidMacroName",
            "text": "Illegal characters in macro name \"<$text text=<<macroName>>/>\". Macros cannot contain whitespace"
        },
        "$:/plugins/flibbles/relink/language/Error/InvalidParameterName": {
            "title": "$:/plugins/flibbles/relink/language/Error/InvalidParameterName",
            "text": "Illegal characters in parameter name \"<$text text=<<parameterName>>/>\". Parameters can only contain letters, digits, and the characters underscore (`_`) and hyphen (`-`)"
        },
        "$:/plugins/flibbles/relink/language/Error/RelinkFilterOperator": {
            "title": "$:/plugins/flibbles/relink/language/Error/RelinkFilterOperator",
            "text": "Filter Error: Unknown suffix for the 'relink' filter operator"
        },
        "$:/plugins/flibbles/relink/language/Error/ReportFailedRelinks": {
            "title": "$:/plugins/flibbles/relink/language/Error/ReportFailedRelinks",
            "text": "Relink could not update '<<from>>' to '<<to>>' inside the following tiddlers:"
        },
        "$:/plugins/flibbles/relink/language/Error/UnrecognizedType": {
            "title": "$:/plugins/flibbles/relink/language/Error/UnrecognizedType",
            "text": "Relink parse error: Unrecognized field type '<<type>>'"
        },
        "$:/plugins/flibbles/relink/language/Help/Attributes": {
            "title": "$:/plugins/flibbles/relink/language/Help/Attributes",
            "text": "See the <a href={{{[{$:/plugins/flibbles/relink!!demo}addsuffix[#Attributes]]}}}>Attributes documentation page</a> for details."
        },
        "$:/plugins/flibbles/relink/language/Help/Fields": {
            "title": "$:/plugins/flibbles/relink/language/Help/Fields",
            "text": "See the <a href={{{[{$:/plugins/flibbles/relink!!demo}addsuffix[#Fields]]}}}>Fields documentation page</a> for details."
        },
        "$:/plugins/flibbles/relink/language/Help/Macros": {
            "title": "$:/plugins/flibbles/relink/language/Help/Macros",
            "text": "See the <a href={{{[{$:/plugins/flibbles/relink!!demo}addsuffix[#Macros]]}}}>Macros documentation page</a> for details."
        },
        "$:/plugins/flibbles/relink/language/Help/Operators": {
            "title": "$:/plugins/flibbles/relink/language/Help/Operators",
            "text": "See the <a href={{{[{$:/plugins/flibbles/relink!!demo}addsuffix[#Operators]]}}}>Operators documentation page</a> for details."
        },
        "$:/plugins/flibbles/relink/language/TiddlerInfo/References/Empty": {
            "title": "$:/plugins/flibbles/relink/language/TiddlerInfo/References/Empty",
            "text": "No tiddlers contain any fields, links, macros, transclusions, or widgets referencing this one"
        },
        "$:/plugins/flibbles/relink/language/TiddlerInfo/References/Description": {
            "title": "$:/plugins/flibbles/relink/language/TiddlerInfo/References/Description",
            "text": "The following tiddlers contain fields, links, macros, transclusions, or widgets referencing this one:"
        },
        "$:/plugins/flibbles/relink/language/TiddlerInfo/References/Caption": {
            "title": "$:/plugins/flibbles/relink/language/TiddlerInfo/References/Caption",
            "text": "//Relink// References"
        },
        "$:/plugins/flibbles/relink/language/ui/Attributes/Caption": {
            "title": "$:/plugins/flibbles/relink/language/ui/Attributes/Caption",
            "text": "Attributes"
        },
        "$:/plugins/flibbles/relink/language/ui/Fields/Caption": {
            "title": "$:/plugins/flibbles/relink/language/ui/Fields/Caption",
            "text": "Fields"
        },
        "$:/plugins/flibbles/relink/language/ui/Macros/Caption": {
            "title": "$:/plugins/flibbles/relink/language/ui/Macros/Caption",
            "text": "Macros"
        },
        "$:/plugins/flibbles/relink/language/ui/Operators/Caption": {
            "title": "$:/plugins/flibbles/relink/language/ui/Operators/Caption",
            "text": "Operators"
        },
        "$:/plugins/flibbles/relink/license": {
            "title": "$:/plugins/flibbles/relink/license",
            "type": "text/vnd.tiddlywiki",
            "text": "<a href={{$:/plugins/flibbles/relink!!demo}}>Relink Plugin</a> Copyright (c) 2019-<<now YYYY>> Cameron Fischer\n\n[[BSD 3-Clause License|https://raw.githubusercontent.com/flibbles/tw5-relink/master/LICENSE]]\n"
        },
        "$:/config/flibbles/relink/macros/csvtiddlers/filter": {
            "title": "$:/config/flibbles/relink/macros/csvtiddlers/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/macros/datauri/title": {
            "title": "$:/config/flibbles/relink/macros/datauri/title",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/jsontiddler/title": {
            "title": "$:/config/flibbles/relink/macros/jsontiddler/title",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/jsontiddlers/filter": {
            "title": "$:/config/flibbles/relink/macros/jsontiddlers/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/macros/list-links/filter": {
            "title": "$:/config/flibbles/relink/macros/list-links/filter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/macros/list-links-draggable/tiddler": {
            "title": "$:/config/flibbles/relink/macros/list-links-draggable/tiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/list-links-draggable/itemTemplate": {
            "title": "$:/config/flibbles/relink/macros/list-links-draggable/itemTemplate",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/list-tagged-draggable/tag": {
            "title": "$:/config/flibbles/relink/macros/list-tagged-draggable/tag",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/list-tagged-draggable/itemTemplate": {
            "title": "$:/config/flibbles/relink/macros/list-tagged-draggable/itemTemplate",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/tabs/buttonTemplate": {
            "title": "$:/config/flibbles/relink/macros/tabs/buttonTemplate",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/tabs/default": {
            "title": "$:/config/flibbles/relink/macros/tabs/default",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/tabs/tabsList": {
            "title": "$:/config/flibbles/relink/macros/tabs/tabsList",
            "text": "filter"
        },
        "$:/config/flibbles/relink/macros/tabs/template": {
            "title": "$:/config/flibbles/relink/macros/tabs/template",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/tag/tag": {
            "title": "$:/config/flibbles/relink/macros/tag/tag",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/tag-pill/tag": {
            "title": "$:/config/flibbles/relink/macros/tag-pill/tag",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/timeline/subfilter": {
            "title": "$:/config/flibbles/relink/macros/timeline/subfilter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/macros/toc/tag": {
            "title": "$:/config/flibbles/relink/macros/toc/tag",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/toc/itemClassFilter": {
            "title": "$:/config/flibbles/relink/macros/toc/itemClassFilter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/macros/toc-expandable/tag": {
            "title": "$:/config/flibbles/relink/macros/toc-expandable/tag",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/toc-expandable/itemClassFilter": {
            "title": "$:/config/flibbles/relink/macros/toc-expandable/itemClassFilter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/macros/toc-expandable/exclude": {
            "title": "$:/config/flibbles/relink/macros/toc-expandable/exclude",
            "text": "list"
        },
        "$:/config/flibbles/relink/macros/toc-selective-expandable/tag": {
            "title": "$:/config/flibbles/relink/macros/toc-selective-expandable/tag",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/toc-selective-expandable/itemClassFilter": {
            "title": "$:/config/flibbles/relink/macros/toc-selective-expandable/itemClassFilter",
            "text": "filter"
        },
        "$:/config/flibbles/relink/macros/toc-selective-expandable/exclude": {
            "title": "$:/config/flibbles/relink/macros/toc-selective-expandable/exclude",
            "text": "list"
        },
        "$:/config/flibbles/relink/macros/toc-tabbed-external-nav/tag": {
            "title": "$:/config/flibbles/relink/macros/toc-tabbed-external-nav/tag",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/toc-tabbed-external-nav/selectedTiddler": {
            "title": "$:/config/flibbles/relink/macros/toc-tabbed-external-nav/selectedTiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/toc-tabbed-external-nav/unselectedText": {
            "title": "$:/config/flibbles/relink/macros/toc-tabbed-external-nav/unselectedText",
            "text": "wikitext"
        },
        "$:/config/flibbles/relink/macros/toc-tabbed-external-nav/missingText": {
            "title": "$:/config/flibbles/relink/macros/toc-tabbed-external-nav/missingText",
            "text": "wikitext"
        },
        "$:/config/flibbles/relink/macros/toc-tabbed-external-nav/template": {
            "title": "$:/config/flibbles/relink/macros/toc-tabbed-external-nav/template",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/tag": {
            "title": "$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/tag",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/selectedTiddler": {
            "title": "$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/selectedTiddler",
            "text": "title"
        },
        "$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/unselectedText": {
            "title": "$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/unselectedText",
            "text": "wikitext"
        },
        "$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/missingText": {
            "title": "$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/missingText",
            "text": "wikitext"
        },
        "$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/template": {
            "title": "$:/config/flibbles/relink/macros/toc-tabbed-internal-nav/template",
            "text": "title"
        },
        "$:/config/flibbles/relink/operators/list": {
            "title": "$:/config/flibbles/relink/operators/list",
            "text": "reference"
        },
        "$:/config/flibbles/relink/operators/tag": {
            "title": "$:/config/flibbles/relink/operators/tag",
            "text": "title"
        },
        "$:/config/flibbles/relink/operators/title": {
            "title": "$:/config/flibbles/relink/operators/title",
            "text": "title"
        },
        "$:/config/flibbles/relink/operators/field:title": {
            "title": "$:/config/flibbles/relink/operators/field:title",
            "text": "title"
        },
        "$:/language/EditTemplate/Title/Impossibles/Prompt": {
            "title": "$:/language/EditTemplate/Title/Impossibles/Prompt",
            "text": "''Warning:'' Not all references in the following tiddlers can be updated by //Relink// due to the complexity of the new title:"
        },
        "$:/language/EditTemplate/Title/References/Prompt": {
            "title": "$:/language/EditTemplate/Title/References/Prompt",
            "text": "The following tiddlers will be updated if relinking:"
        },
        "$:/language/EditTemplate/Title/Relink/Prompt": {
            "title": "$:/language/EditTemplate/Title/Relink/Prompt",
            "text": "Use //Relink// to update ''<$text text=<<fromTitle>>/>'' to ''<$text text=<<toTitle>>/>'' across all other tiddlers"
        },
        "$:/core/ui/EditTemplate/title": {
            "title": "$:/core/ui/EditTemplate/title",
            "tags": "$:/tags/EditTemplate",
            "text": "<$edit-text field=\"draft.title\" class=\"tc-titlebar tc-edit-texteditor\" focus=\"true\" tabindex={{$:/config/EditTabIndex}}/>\n\n<$reveal state=\"!!draft.title\" type=\"nomatch\" text={{!!draft.of}} tag=\"div\">\n\n<$vars pattern=\"\"\"[\\|\\[\\]{}]\"\"\" bad-chars=\"\"\"`| [ ] { }`\"\"\">\n\n<$list filter=\"[all[current]regexp:draft.title<pattern>]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/BadCharacterWarning}}\n\n</div>\n\n</$list>\n\n</$vars>\n\n<$list filter=\"[{!!draft.title}!is[missing]]\" variable=\"listItem\">\n\n<div class=\"tc-message-box\">\n\n{{$:/core/images/warning}} {{$:/language/EditTemplate/Title/Exists/Prompt}}\n\n</div>\n\n</$list>\n\n<$list filter=\"[{!!draft.of}!is[missing]]\" variable=\"listItem\">\n\n<$vars fromTitle={{!!draft.of}} toTitle={{!!draft.title}}>\n\n<$checkbox tiddler=\"$:/config/RelinkOnRename\" field=\"text\" checked=\"yes\" unchecked=\"no\" default=\"no\"> {{$:/language/EditTemplate/Title/Relink/Prompt}}</$checkbox>\n\n<$list filter=\"[all[relinkable]relink:references<fromTitle>limit[1]]\" variable=\"listItem\">\n\n<$vars stateTiddler=<<qualify \"$:/state/edit/references\">> >\n\n<$tiddler tiddler=<<fromTitle>> >\n\n<$set\n\tname=\"prompt\"\n\tfilter=\"[all[relinkable]relink:impossible<toTitle>]\"\n\tvalue=\"EditTemplate/Title/Impossibles/Prompt\"\n\temptyValue=\"EditTemplate/Title/References/Prompt\" >\n<$reveal type=\"nomatch\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"show\" class=\"tc-btn-invisible\">{{$:/core/images/right-arrow}}\n<$macrocall $name=lingo title=<<prompt>> />\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$button set=<<stateTiddler>> setTo=\"hide\" class=\"tc-btn-invisible\">{{$:/core/images/down-arrow}}\n<$macrocall $name=lingo title=<<prompt>> />\n</$button>\n</$reveal>\n</$set>\n\n<$reveal type=\"match\" state=<<stateTiddler>> text=\"show\">\n<$list variable=\"listItem\" filter=\"[all[relinkable]!title[$:/StoryList]relink:references<fromTitle>sort[title]]\" template=\"$:/plugins/flibbles/relink/ui/ListItemTemplate\">\n</$list>\n</$reveal>\n</$tiddler>\n\n</$vars>\n\n</$list>\n\n</$vars>\n\n</$list>\n\n</$reveal>\n"
        },
        "$:/config/flibbles/relink/PluginLibrary": {
            "title": "$:/config/flibbles/relink/PluginLibrary",
            "caption": "{{$:/plugins/flibbles/relink/language/PluginLibrary}}",
            "url": "https://flibbles.github.io/tw5-relink/library/index.html",
            "tags": "$:/tags/PluginLibrary",
            "text": "{{$:/plugins/flibbles/relink/language/PluginLibrary/Hint}}\n"
        },
        "$:/plugins/flibbles/relink/readme": {
            "title": "$:/plugins/flibbles/relink/readme",
            "type": "text/vnd.tiddlywiki",
            "text": "When renaming a tiddler, Relink can update the fields, filters, and widgets\nof all other tiddlers. However, it works through whitelisting.\n\nIt's already configured to update tiddler titles for all core widgets, filters,\nand fields, but the whitelists can be customized for each of this in the\nconfiguration panel.\n\nSee <a href={{$:/plugins/flibbles/relink!!source}}>the tw5-relink website</a> for more details and examples.\n"
        },
        "$:/config/flibbles/relink/settings/default-type": {
            "title": "$:/config/flibbles/relink/settings/default-type",
            "text": "title"
        },
        "$:/plugins/flibbles/relink/ui/ListItemTemplate": {
            "title": "$:/plugins/flibbles/relink/ui/ListItemTemplate",
            "text": "<$set\n\tname=\"classes\"\n\tfilter=\"[<listItem>relink:impossible<toTitle>]\"\n\tvalue=\"tc-menu-list-item tc-relink-impossible\"\n\temptyValue=\"tc-menu-list-item\">\n<div class=<<classes>>>\n<$link to=<<listItem>>><$text text=<<listItem>> /></$link>\n</div>\n</$set>\n"
        },
        "$:/plugins/flibbles/relink/ui/TiddlerInfo/References": {
            "title": "$:/plugins/flibbles/relink/ui/TiddlerInfo/References",
            "caption": "{{$:/plugins/flibbles/relink/language/TiddlerInfo/References/Caption}}",
            "tags": "$:/tags/TiddlerInfo",
            "text": "\\define lingo-base() $:/plugins/flibbles/relink/language/TiddlerInfo/\n\\define filter() [relink:references<currentTiddler>!title[$:/StoryList]!prefix[$:/temp/]sort[title]]\n<$list filter=\"[subfilter<filter>first[]]\">\n\n<<lingo References/Description>>\n</$list>\n\n<table class=\"tc-relink-references-table\">\n<tbody>\n<$list filter=<<filter>> emptyMessage=<<lingo References/Empty>> variable=\"listItem\" template=\"$:/plugins/flibbles/relink/ui/TiddlerInfo/ReferencesTemplate\" />\n</tbody>\n</table>\n"
        },
        "$:/plugins/flibbles/relink/ui/TiddlerInfo/ReferencesTemplate": {
            "title": "$:/plugins/flibbles/relink/ui/TiddlerInfo/ReferencesTemplate",
            "text": "<tr class=\"tc-relink-references\">\n<td class=\"tc-relink-references-title\">\n<$link to=<<listItem>>/>\n</td>\n<td class=\"tc-relink-references-report\">\n<$list filter=\"[<listItem>relink:report<currentTiddler>]\">\n\n<$text text=<<currentTiddler>> />\n</$list>\n\n</td>\n</tr>\n"
        },
        "$:/plugins/flibbles/relink/ui/components/button-delete": {
            "title": "$:/plugins/flibbles/relink/ui/components/button-delete",
            "text": "\\define lingo-base() $:/plugins/flibbles/relink/language/Buttons/\n\\define prefix() $:/config/flibbles/relink/\n\n<$list filter=\"[all[current]prefix<prefix>]\" >\n<$button class=\"tc-btn-invisible\" tooltip={{$:/plugins/flibbles/relink/language/Buttons/Delete/Hint}}><$list filter=\"[all[current]is[tiddler]]\">\n<$action-deletetiddler $tiddler=<<currentTiddler>> />\n</$list><$list filter=\"[all[current]is[shadow]]\">\n<$action-setfield $tiddler=<<tiddlerName>> text=\"\" />\n</$list>\n{{$:/core/images/delete-button}}\n</$button>\n</$list><$list filter=\"[all[current]!prefix<prefix>]\">\n<$link><$button class=\"tc-btn-invisible\" tooltip={{$:/plugins/flibbles/relink/language/Buttons/LinkToInline/Hint}}>{{$:/core/images/link}}</$button></$link>\n</$list>\n"
        },
        "$:/plugins/flibbles/relink/ui/components/select-fieldtype": {
            "title": "$:/plugins/flibbles/relink/ui/components/select-fieldtype",
            "text": "\\define prefix() $:/config/flibbles/relink/\n\n<$vars type={{{ [<signature>relink:type[]] }}} >\n<$list filter=\"[all[current]prefix<prefix>]\" >\n<$select tiddler=<<currentTiddler>> >\n<$list variable=\"option\" filter=\"[relink:types[]]\">\n<option><$text text=<<option>> /></option>\n</$list>\n</$select>\n</$list><$list filter=\"[all[current]!prefix<prefix>]\">\n<$text text=<<type>> />\n</$list>\n</$vars>\n"
        },
        "$:/plugins/flibbles/relink/ui/components/tables": {
            "title": "$:/plugins/flibbles/relink/ui/components/tables",
            "text": "\\define .make-table(title, plugin, default-table-state:yes)\n\n<$list variable=\"render\" filter=\"[relink:signatures<__plugin__>prefix<__category__>first[]]\">\n<$set name=\"table-state\" value=<<qualify \"\"\"$:/state/flibbles/relink/tables/$title$\"\"\">>>\n<tr><th class=\"tc-relink-header-plugin\" colspan=<<column-count>> >\n<$reveal type=\"nomatch\" state=<<table-state>> text=\"yes\" default=\"\"\"$default-table-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<table-state>> setTo=\"yes\">\n{{$:/core/images/right-arrow}} ''$title$''\n</$button>\n</$reveal>\n<$reveal type=\"match\" state=<<table-state>> text=\"yes\" default=\"\"\"$default-table-state$\"\"\">\n<$button class=\"tc-btn-invisible tc-btn-dropdown\" set=<<table-state>> setTo=\"no\">\n{{$:/core/images/down-arrow}} ''$title$''\n</$button>\n</$reveal>\n</th></tr>\n<$list\n\tvariable=\"signature\"\n\tfilter=\"[relink:signatures<__plugin__>prefix<__category__>sort[]]\">\n<$vars key={{{ [<signature>removeprefix<__category__>removeprefix[/]] }}} >\n<$tiddler tiddler={{{[<signature>relink:source[]]}}} >\n<$reveal tag=\"tr\" type=\"match\" state=<<table-state>> text=\"yes\" default=\"\"\"$default-table-state$\"\"\">\n<$macrocall $name=<<__list-row-macro__>> signature=<<signature>> />\n<td class=\"tc-relink-column-type\">{{||$:/plugins/flibbles/relink/ui/components/select-fieldtype}}</td>\n<td class=\"tc-relink-column-delete\">{{||$:/plugins/flibbles/relink/ui/components/button-delete}}</td>\n</$reveal>\n</$tiddler>\n</$vars>\n</$list>\n</$set>\n</$list>\n\\end\n\n\\define tables(category, list-row-macro, header-list)\n<$vars\n\tcolumn-count={{{[enlist<__header-list__>] [[DeleteColumn]] +[count[]]}}}>\n\n<table class=\"tc-relink-whitelist\"><tbody>\n<tr>\n<$list variable=\"header\" filter=\"[enlist<__header-list__>butlast[]]\"><th><<header>></th></$list>\n<!-- We have the last column extend into the delete/link column, which is unlabeled. -->\n<th colspan=2><$text text={{{ [enlist<__header-list__>last[]] }}} /></th>\n</tr>\n\n<<.make-table Custom \"\" yes>>\n\n<$list\n\tfilter=\"[plugin-type[plugin]![$:/core]![$:/plugins/flibbles/relink]]\">\n<$set name=\"subtitle\" value={{!!description}} emptyValue={{!!title}} >\n<$macrocall $name=\".make-table\" title=<<subtitle>> plugin=<<currentTiddler>> />\n</$set>\n</$list>\n\n<<.make-table Core \"$:/plugins/flibbles/relink\">>\n\n</tbody></table>\n</$vars>\n\\end\n"
        },
        "$:/plugins/flibbles/relink/ui/configuration/Attributes": {
            "title": "$:/plugins/flibbles/relink/ui/configuration/Attributes",
            "caption": "{{$:/plugins/flibbles/relink/language/ui/Attributes/Caption}}",
            "tags": "$:/tags/flibbles/relink/Configuration",
            "text": "\\import $:/plugins/flibbles/relink/ui/components/tables\n\\define prefix-attr() $:/config/flibbles/relink/attributes/\n\\define lingo-base() $:/plugins/flibbles/relink/language/Buttons/\n\\define element-name-tiddler() $:/state/flibbles/relink/element-name\n\\define attribute-name-tiddler() $:/state/flibbles/relink/attribute-name\n\n\\define row()\n<$set name=\"element\"\n      filter=\"[<key>splitbefore[/]removesuffix[/]]\">\n<$set name=\"attribute\"\n      filter=\"[<key>removeprefix<element>removeprefix[/]]\">\n<td><$text text=<<element>> /></td>\n<td><$text text=<<attribute>> /></td>\n</$set></$set>\n\\end\n\\define body()\n\n{{$:/plugins/flibbles/relink/language/Help/Attributes}}\n\n<em class=\"tc-edit\">Add a new attribute:</em>\n<$edit-text\n\ttiddler=<<element-name-tiddler>>\n\ttag=\"input\"\n\tdefault=\"\"\n\tplaceholder=\"widget/element\" />\n<$edit-text\n\ttiddler=<<attribute-name-tiddler>>\n\ttag=\"input\"\n\tdefault=\"\"\n\tplaceholder=\"attribute\" />\n<$reveal type=\"nomatch\" text=\"\" state=<<element-name-tiddler>> >\n<$reveal type=\"nomatch\" text=\"\" state=<<attribute-name-tiddler>> >\n<$relinkmangler>\n<$button\n\ttooltip={{$(lingo-base)$NewAttribute/Hint}}\n\taria-label={{$(lingo-base)$NewAttribute/Caption}}>\n<$action-sendmessage\n\t$message=\"relink-add-attribute\"\n\telement={{$(element-name-tiddler)$}}\n\tattribute={{$(attribute-name-tiddler)$}} />\n<$action-deletetiddler $tiddler=<<attribute-name-tiddler>> />\n<$action-deletetiddler $tiddler=<<element-name-tiddler>> />\n<$text text={{$(lingo-base)$NewAttribute/Caption}}/>\n</$button>\n</$relinkmangler>\n</$reveal>\n<$reveal type=\"match\" text=\"\" state=<<attribute-name-tiddler>> >\n<$button>\n<$text text={{$(lingo-base)$NewAttribute/Caption}}/>\n</$button>\n</$reveal>\n</$reveal>\n<$reveal type=\"match\" text=\"\" state=<<element-name-tiddler>> >\n<$button>\n<$text text={{$(lingo-base)$NewAttribute/Caption}}/>\n</$button>\n</$reveal>\n\n<$macrocall\n\t$name=tables\n\tcategory=\"attributes\"\n\theader-list=\"[[Widget/HTML Element]] Attribute Type\"\n\tlist-row-macro=\"row\" />\n\\end\n\n<<body>>\n"
        },
        "$:/plugins/flibbles/relink/ui/configuration/Fields": {
            "title": "$:/plugins/flibbles/relink/ui/configuration/Fields",
            "caption": "{{$:/plugins/flibbles/relink/language/ui/Fields/Caption}}",
            "tags": "$:/tags/flibbles/relink/Configuration",
            "text": "\\import $:/plugins/flibbles/relink/ui/components/tables\n\\define lingo-base() $:/plugins/flibbles/relink/language/Buttons/\n\\define field-name-tiddler() $:/state/flibbles/relink/field-name\n\n\\define row()\n<td><$text text=<<key>> /></td>\n\\end\n\\define body()\n\n{{$:/plugins/flibbles/relink/language/Help/Fields}}\n\n<em class=\"tc-edit\">Add a new field:</em>\n<$edit-text\n\ttiddler=<<field-name-tiddler>>\n\ttag=\"input\"\n\tdefault=\"\"\n\tplaceholder=\"field name\" />\n<$reveal type=\"nomatch\" text=\"\" state=<<field-name-tiddler>> >\n<$relinkmangler>\n<$button\n\ttooltip={{$(lingo-base)$NewField/Hint}}\n\taria-label={{$(lingo-base)$NewField/Caption}}>\n<$action-sendmessage\n\t$message=\"relink-add-field\"\n\tfield={{$(field-name-tiddler)$}} />\n<$action-deletetiddler $tiddler=<<field-name-tiddler>> />\n<$text text={{$(lingo-base)$NewField/Caption}}/>\n</$button>\n</$relinkmangler>\n</$reveal>\n<$reveal type=\"match\" text=\"\" state=<<field-name-tiddler>> >\n<$button>\n<$text text={{$(lingo-base)$NewField/Caption}}/>\n</$button>\n</$reveal>\n\n\n<$macrocall\n\t$name=tables\n\tcategory=\"fields\"\n\theader-list=\"[[Field Name]] [[Field Type]]\"\n\tlist-row-macro=\"row\" />\n\\end\n\n<<body>>\n"
        },
        "$:/plugins/flibbles/relink/ui/configuration/Macros": {
            "title": "$:/plugins/flibbles/relink/ui/configuration/Macros",
            "caption": "{{$:/plugins/flibbles/relink/language/ui/Macros/Caption}}",
            "tags": "$:/tags/flibbles/relink/Configuration",
            "text": "\\import $:/plugins/flibbles/relink/ui/components/tables\n\\define prefix-macro() $:/config/flibbles/relink/macros/\n\\define lingo-base() $:/plugins/flibbles/relink/language/Buttons/\n\\define macro-name-tiddler() $:/state/flibbles/relink/macro-name\n\\define parameter-name-tiddler() $:/state/flibbles/relink/parameter-name\n\n\\define row()\n<$set name=\"parameter\"\n      filter=\"[<key>relink:splitafter[/]]\">\n<$set name=\"macro\"\n      filter=\"[<key>removesuffix<parameter>removesuffix[/]]\">\n<td><$text text=<<macro>> /></td>\n<td><$text text=<<parameter>> /></td>\n</$set></$set>\n\\end\n\\define body()\n\n{{$:/plugins/flibbles/relink/language/Help/Macros}}\n\n<em class=\"tc-edit\">Add a new macro parameter:</em>\n<$edit-text\n\ttiddler=<<macro-name-tiddler>>\n\ttag=\"input\"\n\tdefault=\"\"\n\tplaceholder=\"macro\" />\n<$edit-text\n\ttiddler=<<parameter-name-tiddler>>\n\ttag=\"input\"\n\tdefault=\"\"\n\tplaceholder=\"parameter\" />\n<$reveal type=\"nomatch\" text=\"\" state=<<macro-name-tiddler>> >\n<$reveal type=\"nomatch\" text=\"\" state=<<parameter-name-tiddler>> >\n<$relinkmangler>\n<$button\n\ttooltip={{$(lingo-base)$NewParameter/Hint}}\n\taria-label={{$(lingo-base)$NewParameter/Caption}}>\n<$action-sendmessage\n\t$message=\"relink-add-parameter\"\n\tmacro={{$(macro-name-tiddler)$}}\n\tparameter={{$(parameter-name-tiddler)$}} />\n<$action-deletetiddler $tiddler=<<parameter-name-tiddler>> />\n<$action-deletetiddler $tiddler=<<macro-name-tiddler>> />\n<$text text={{$(lingo-base)$NewParameter/Caption}}/>\n</$button>\n</$relinkmangler>\n</$reveal>\n<$reveal type=\"match\" text=\"\" state=<<parameter-name-tiddler>> >\n<$button>\n<$text text={{$(lingo-base)$NewParameter/Caption}}/>\n</$button>\n</$reveal>\n</$reveal>\n<$reveal type=\"match\" text=\"\" state=<<macro-name-tiddler>> >\n<$button>\n<$text text={{$(lingo-base)$NewParameter/Caption}}/>\n</$button>\n</$reveal>\n\n\n<$macrocall\n\t$name=tables\n\tcategory=\"macros\"\n\theader-list=\"Macro Parameter Type\"\n\tlist-row-macro=\"row\" />\n\\end\n\n<<body>>\n"
        },
        "$:/plugins/flibbles/relink/ui/configuration/Operators": {
            "title": "$:/plugins/flibbles/relink/ui/configuration/Operators",
            "caption": "{{$:/plugins/flibbles/relink/language/ui/Operators/Caption}}",
            "tags": "$:/tags/flibbles/relink/Configuration",
            "text": "\\import $:/plugins/flibbles/relink/ui/components/tables\n\\define lingo-base() $:/plugins/flibbles/relink/language/Buttons/\n\\define operator-name-tiddler() $:/state/flibbles/relink/operator-name\n\n\\define row()\n<td><$text text=<<key>> /></td>\n\\end\n\\define body()\n\n{{$:/plugins/flibbles/relink/language/Help/Operators}}\n\n<em class=\"tc-edit\">Add a new filter operator:</em>\n<$edit-text\n\ttiddler=<<operator-name-tiddler>>\n\ttag=\"input\"\n\tdefault=\"\"\n\tplaceholder=\"operator name\" />\n<$reveal type=\"nomatch\" text=\"\" state=<<operator-name-tiddler>>>\n<$relinkmangler>\n<$button\n\ttooltip={{$(lingo-base)$NewOperator/Hint}}\n\taria-label={{$(lingo-base)$NewOperator/Caption}}>\n<$action-sendmessage\n\t$message=\"relink-add-operator\"\n\toperator={{$(operator-name-tiddler)$}} />\n<$action-deletetiddler $tiddler=<<operator-name-tiddler>> />\n<$text text={{$(lingo-base)$NewOperator/Caption}}/>\n</$button>\n</$relinkmangler>\n</$reveal>\n<$reveal type=\"match\" text=\"\" state=<<operator-name-tiddler>>>\n<$button>\n<$text text={{$(lingo-base)$NewOperator/Caption}}/>\n</$button>\n</$reveal>\n\n<$macrocall\n\t$name=tables\n\tcategory=\"operators\"\n\theader-list=\"[[Filter Operator]] [[Operand Type]]\"\n\tlist-row-macro=\"row\" />\n\\end\n\n<<body>>\n"
        },
        "$:/plugins/flibbles/relink/ui/stylesheet.css": {
            "title": "$:/plugins/flibbles/relink/ui/stylesheet.css",
            "text": ".tc-relink-references {\n}\n\n.tc-relink-references-table {\n\twidth: 100%;\n\tborder: none;\n}\n\n.tc-relink-references-table td {\n\tborder-left: none;\n}\n\n.tc-relink-references-table tr:first-child td {\n\tborder-top: none;\n}\n\n.tc-relink-references-title {\n\ttext-align: left;\n\tvertical-align: top;\n}\n\n.tc-relink-references-occurrence {\n\tfont-style: italic;\n\ttext-align: left;\n\tfont-weight: 200;\n\tpadding-left: 25px;\n\tvertical-align: top;\n}\n\n.tc-relink-header-plugin {\n\ttext-align: left;\n}\n\n.tc-relink-header-plugin button {\n\twidth: 100%\n}\n\n.tc-relink-column-type {\n\twidth: 8em;\n}\n\n.tc-relink-column-type select {\n\twidth: 100%;\n}\n\n.tc-relink-column-delete {\n\tborder-left: none;\n\ttext-align: left;\n}\n\n.tc-relink-column-delete button {\n\tpadding-left: 1em;\n}\n\n.tc-relink-impossible a.tc-tiddlylink {\n\tcolor: red;\n}\n",
            "tags": "$:/tags/Stylesheet",
            "type": "text/css"
        }
    }
}
{
    "tiddlers": {
        "$:/plugins/snowgoon88/edit-comptext/config": {
            "title": "$:/plugins/snowgoon88/edit-comptext/config",
            "type": "application/json",
            "text": "{\n  \"configuration\": {\n      \"caseSensitive\" : false,\n      \"maxMatch\" : 8,\n      \"minPatLength\" : 2,\n      \"triggerKeyCombination\" : \"^ \"\n  },\n  \"template\": [{\n      \"pattern\": \"[[\",\n      \"filter\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[\",\n      \"end\": \"]]\"\n      }\n  ]\n}\n"
        },
        "$:/plugins/snowgoon88/edit-comptext/edit-comptext.js": {
            "title": "$:/plugins/snowgoon88/edit-comptext/edit-comptext.js",
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/edit-comptext.js\ntype: application/javascript\nmodule-type: widget\n\nTaken from original Edit-text widget\nVersion 5.1.13 of TW5\nAdd link-to-tiddler completion in framed.js and simple.js\n\nTODO : CHECK usefull, and particularly save_changes after every input ??\nTODO : where should popupNode be created in the DOM ?\nTODO : check that options are valid (numeric ?)\nvar isNumeric = function(n) {\n  return !isNaN(parseFloat(n)) && isFinite(n);\n};\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar editTextWidgetFactory = require(\"$:/core/modules/editor/factory.js\").editTextWidgetFactory,\n\tFramedCompEngine = require(\"$:/plugins/snowgoon88/edit-comptext/framed.js\").FramedCompEngine,\n\tSimpleCompEngine = require(\"$:/plugins/snowgoon88/edit-comptext/simple.js\").SimpleCompEngine;\n\nexports[\"edit-comptext\"] = editTextWidgetFactory(FramedCompEngine,SimpleCompEngine);\n\n})();\n",
            "type": "application/javascript",
            "module-type": "widget"
        },
        "$:/plugins/snowgoon88/edit-comptext/examples": {
            "title": "$:/plugins/snowgoon88/edit-comptext/examples",
            "text": "The configuration file [[$:/plugins/snowgoon88/edit-comptext/config]] allow you to use the completion plugin for various usages. Here are some examples...\n\n!! Link Completion\nThe basic and default usage. Completion is triggered by `[[`, the search is among all non-system tiddlers. When selected, the `title` of the tiddler is inserted in the text, surrounded by `[[` and `]]`. This gives the following Completion Template.\n\n\n```\n{\n      \"pattern\": \"[[\",\n      \"title\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[\",\n      \"end\": \"]]\"\n}\t     \n```\n\n\n!! Special macro completion\nI have a 'pnjin' macro that is invoked by `<<pnjin \"TiddlerPNJName\">>` where 'TiddlerPNJName is a tiddler that hold data about a PNJ. I use tiddlywiki to organise my Role Playing Games campaigns. So, I want `<p` to trigger the completion. The search is among all non-system tiddlers tagged `PNJ` and, once selected, the title of the tiddler must be inserted surrouned by `<<pnjin \\\"` and `\\\">>`. So...\n\n```\n{\n\t\"pattern\": \"<p\",\n      \t\"title\": \"[tag[PNJ]!is[system]]\",\n      \t\"start\": \"<<pnjin  \\\"\",\n      \t\"end\": \"\\\">>\"\n}\n```\n\n!! Insert some templates or stamp or snippets into text.\nI frequently use some text pattern and I want to insert them easily. So, I could create several tiddlers, tagged '$:stamp' and in their body are the piece of texte I want to insert. The titles of these tiddlers always start with `$:/config/stamp/` (i.e. $:/config/stamp/macro, $:/config/stamp/list1, $:/config/stamp/list2). I want to trigger the completion by using `<<`, then I only want to chose among the last part of the titles of tiddlers tagged `$:stamp` so I use a mask (`$:/config/stamp/`) to only display the last part of the tiddlers title. When selectected, the `body` of the tiddler is inserted, with no surrounding strings. As a results, the Completion Template is (notice the `body` field):\n\n```\n{\n      \"pattern\": \"<<\",\n      \"body\": \"[tag[$:stamp]]\",\n      \"mask\" : \"$:/config/stamp/\",\n      \"start\": \"\",\n      \"end\": \"\"\n}\n```\n\n!! And you ?\nIf you have funny usages of completion, let me know. If you'd like to do something that is not yet possible, let me know...\n\nmail : snowgoon88(AT)gmail(DOT)com"
        },
        "$:/plugins/snowgoon88/edit-comptext/framed.js": {
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/framed.js\ntype: application/javascript\nmodule-type: library\n\nTaken from $:/core/modules/editor/engines/framed.js\nText editor engine based on a simple input or textarea within an iframe. This is done so that the selection is preserved even when clicking away from the textarea\n\n\\*/\n(function(){\n\n/*jslint node: true,browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\n// Configuration tiddler\nvar COMPLETION_OPTIONS = \"$:/plugins/snowgoon88/edit-comptext/config\";\nvar Completion = require(\"$:/plugins/snowgoon88/edit-comptext/completion.js\").Completion;\n\t\nfunction FramedCompEngine(options) {\n       //DEBUG console.log( \"==FramedCompEngine::creation\" );\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\n\t// Completion\n\t// Load Completion configuration as JSON\n    this._configOptions = $tw.wiki.getTiddlerData( COMPLETION_OPTIONS, {} );\n\t\n\t// Create our hidden dummy text area for reading styles\n\tthis.dummyTextArea = this.widget.document.createElement(\"textarea\");\n\tif(this.widget.editClass) {\n\t\tthis.dummyTextArea.className = this.widget.editClass;\n\t}\n\tthis.dummyTextArea.setAttribute(\"hidden\",\"true\");\n\tthis.parentNode.insertBefore(this.dummyTextArea,this.nextSibling);\n\tthis.widget.domNodes.push(this.dummyTextArea);\n\t// Create dummy popup for reading its styles\n\t//this._dummyCompletion = new Completion( this.widget, this.dummyTextArea, this._configOptions);\n\t//REMOVEthis._dummyCompletion.setAttribute(\"hidden\",\"true\");\n\t\n\t// Create the iframe\n\tthis.iframeNode = this.widget.document.createElement(\"iframe\");\n\tthis.parentNode.insertBefore(this.iframeNode,this.nextSibling);\n\tthis.iframeDoc = this.iframeNode.contentWindow.document;\n\t// (Firefox requires us to put some empty content in the iframe)\n\tthis.iframeDoc.open();\n\tthis.iframeDoc.write(\"\");\n\tthis.iframeDoc.close();\n\t// Style the iframe\n\tthis.iframeNode.className = this.dummyTextArea.className;\n\tthis.iframeNode.style.border = \"none\";\n\tthis.iframeNode.style.padding = \"0\";\n\tthis.iframeNode.style.resize = \"none\";\n\tthis.iframeDoc.body.style.margin = \"0\";\n\tthis.iframeDoc.body.style.padding = \"0\";\n\tthis.widget.domNodes.push(this.iframeNode);\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.iframeDoc.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.iframeDoc.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\t// Copy the styles from the dummy textarea\n\tthis.copyStyles();\n\t// Add event listeners\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"input\",handlerObject: this,handlerMethod: \"handleInputEvent\"},\n\t\t{name: \"keydown\",handlerObject: this.widget,handlerMethod: \"handleKeydownEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.iframeDoc.body.appendChild(this.domNode);\n\n\t// add Completion popup\n    this._completion = new Completion( this.widget, this.domNode, this._configOptions, this.dummyTextArea, this.iframeNode.offsetTop, this.iframeNode.offsetLeft );\n\t// print iframe offset\n\t//DEBUG console.log( \"  __iframe.offsetLeft: \"+this.iframeNode.offsetLeft );\n    //DEBUG console.log( \"  __iframe.offsetTop: \"+this.iframeNode.offsetTop );\n    \n\t// Copy all styles from dummyCompletion\n\t//$tw.utils.copyStyles(this._dummyCompletion._popNode, this._completion._popNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\t//this._completion._popNode.style.display = \"block\";\n\t//this._completion._popNode.style.width = \"100%\";\n\t//this._completion._popNode.style.margin = \"0\";\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\t//this._completion._popNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n     \n}\n\n/*\nCopy styles from the dummy text area to the textarea in the iframe\n*/\nFramedCompEngine.prototype.copyStyles = function() {\n\t// Copy all styles\n\t$tw.utils.copyStyles(this.dummyTextArea,this.domNode);\n\t// Override the ones that should not be set the same as the dummy textarea\n\tthis.domNode.style.display = \"block\";\n\tthis.domNode.style.width = \"100%\";\n\tthis.domNode.style.margin = \"0\";\n\t// In Chrome setting -webkit-text-fill-color overrides the placeholder text colour\n\tthis.domNode.style[\"-webkit-text-fill-color\"] = \"currentcolor\";\n};\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nFramedCompEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode) {\n\t\t\tthis.domNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nGet the text of the engine\n*/\nFramedCompEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nFramedCompEngine.prototype.fixHeight = function() {\n\t// Make sure styles are updated\n\tthis.copyStyles();\n\t// Adjust height\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\tvar newHeight = $tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t\tthis.iframeNode.style.height = (newHeight + 14) + \"px\"; // +14 for the border on the textarea\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t\tthis.iframeNode.style.height = (fixedHeight + 14) + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nFramedCompEngine.prototype.focus  = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nFramedCompEngine.prototype.handleInputEvent = function(event) {\n        //DEBUG console.log( \"__framed.js::handleInputEvent\");\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nFramedCompEngine.prototype.createTextOperation = function() {\n\tvar operation = {\n\t\ttext: this.domNode.value,\n\t\tselStart: this.domNode.selectionStart,\n\t\tselEnd: this.domNode.selectionEnd,\n\t\tcutStart: null,\n\t\tcutEnd: null,\n\t\treplacement: null,\n\t\tnewSelStart: null,\n\t\tnewSelEnd: null\n\t};\n\toperation.selection = operation.text.substring(operation.selStart,operation.selEnd);\n\treturn operation;\n};\n\n/*\nExecute a text operation\n*/\nFramedCompEngine.prototype.executeTextOperation = function(operation) {\n\t// Perform the required changes to the text area and the underlying tiddler\n\tvar newText = operation.text;\n\tif(operation.replacement !== null) {\n\t\tnewText = operation.text.substring(0,operation.cutStart) + operation.replacement + operation.text.substring(operation.cutEnd);\n\t\t// Attempt to use a execCommand to modify the value of the control\n\t\tif(this.iframeDoc.queryCommandSupported(\"insertText\") && this.iframeDoc.queryCommandSupported(\"delete\") && !$tw.browser.isFirefox) {\n\t\t\tthis.domNode.focus();\n\t\t\tthis.domNode.setSelectionRange(operation.cutStart,operation.cutEnd);\n\t\t\tif(operation.replacement === \"\") {\n\t\t\t\tthis.iframeDoc.execCommand(\"delete\",false,\"\");\n\t\t\t} else {\n\t\t\t\tthis.iframeDoc.execCommand(\"insertText\",false,operation.replacement);\n\t\t\t}\n\t\t} else {\n\t\t\tthis.domNode.value = newText;\n\t\t}\n\t\tthis.domNode.focus();\n\t\tthis.domNode.setSelectionRange(operation.newSelStart,operation.newSelEnd);\n\t}\n\tthis.domNode.focus();\n\treturn newText;\n};\n\nexports.FramedCompEngine = FramedCompEngine;\n\n})();\n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/framed.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/simple.js": {
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/simple.js\ntype: application/javascript\nmodule-type: library\n\nTaken from $:/core/modules/editor/engines/simple.js\nText editor engine based on a simple input or textarea tag\n\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nvar HEIGHT_VALUE_TITLE = \"$:/config/TextEditor/EditorHeight/Height\";\n\n// Configuration tiddler\nvar COMPLETION_OPTIONS = \"$:/plugins/snowgoon88/edit-comptext/config\";\nvar Completion = require(\"$:/plugins/snowgoon88/edit-comptext/completion.js\").Completion;\n\nfunction SimpleCompEngine(options) {\n\t// Save our options\n\toptions = options || {};\n\tthis.widget = options.widget;\n\tthis.value = options.value;\n\tthis.parentNode = options.parentNode;\n\tthis.nextSibling = options.nextSibling;\n\n    // Completion\n\t// Load Completion configuration as JSON\n    this._configOptions = $tw.wiki.getTiddlerData( COMPLETION_OPTIONS, {} );\n\t\n\t// Construct the textarea or input node\n\tvar tag = this.widget.editTag;\n\tif($tw.config.htmlUnsafeElements.indexOf(tag) !== -1) {\n\t\ttag = \"input\";\n\t}\n\tthis.domNode = this.widget.document.createElement(tag);\n\t// Set the text\n\tif(this.widget.editTag === \"textarea\") {\n\t\tthis.domNode.appendChild(this.widget.document.createTextNode(this.value));\n\t} else {\n\t\tthis.domNode.value = this.value;\n\t}\n\t// Set the attributes\n\tif(this.widget.editType) {\n\t\tthis.domNode.setAttribute(\"type\",this.widget.editType);\n\t}\n\tif(this.widget.editPlaceholder) {\n\t\tthis.domNode.setAttribute(\"placeholder\",this.widget.editPlaceholder);\n\t}\n\tif(this.widget.editSize) {\n\t\tthis.domNode.setAttribute(\"size\",this.widget.editSize);\n\t}\n\tif(this.widget.editRows) {\n\t\tthis.domNode.setAttribute(\"rows\",this.widget.editRows);\n\t}\n\tif(this.widget.editClass) {\n\t\tthis.domNode.className = this.widget.editClass;\n\t}\n\t// Add an input event handler\n\t$tw.utils.addEventListeners(this.domNode,[\n\t\t{name: \"focus\", handlerObject: this, handlerMethod: \"handleFocusEvent\"},\n\t\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInputEvent\"}\n\t]);\n\t// Insert the element into the DOM\n\tthis.parentNode.insertBefore(this.domNode,this.nextSibling);\n\tthis.widget.domNodes.push(this.domNode);\n\n\t// add Completion popup\n    this._completion = new Completion( this.widget, this.domNode, this._configOptions );\n}\n\n/*\nSet the text of the engine if it doesn't currently have focus\n*/\nSimpleCompEngine.prototype.setText = function(text,type) {\n\tif(!this.domNode.isTiddlyWikiFakeDom) {\n\t\tif(this.domNode.ownerDocument.activeElement !== this.domNode) {\n\t\t\tthis.domNode.value = text;\n\t\t}\n\t\t// Fix the height if needed\n\t\tthis.fixHeight();\n\t}\n};\n\n/*\nGet the text of the engine\n*/\nSimpleCompEngine.prototype.getText = function() {\n\treturn this.domNode.value;\n};\n\n/*\nFix the height of textarea to fit content\n*/\nSimpleCompEngine.prototype.fixHeight = function() {\n\tif(this.widget.editTag === \"textarea\") {\n\t\tif(this.widget.editAutoHeight) {\n\t\t\tif(this.domNode && !this.domNode.isTiddlyWikiFakeDom) {\n\t\t\t\t$tw.utils.resizeTextAreaToFit(this.domNode,this.widget.editMinHeight);\n\t\t\t}\n\t\t} else {\n\t\t\tvar fixedHeight = parseInt(this.widget.wiki.getTiddlerText(HEIGHT_VALUE_TITLE,\"400px\"),10);\n\t\t\tfixedHeight = Math.max(fixedHeight,20);\n\t\t\tthis.domNode.style.height = fixedHeight + \"px\";\n\t\t}\n\t}\n};\n\n/*\nFocus the engine node\n*/\nSimpleCompEngine.prototype.focus  = function() {\n\tif(this.domNode.focus && this.domNode.select) {\n\t\tthis.domNode.focus();\n\t\tthis.domNode.select();\n\t}\n};\n\n/*\nHandle a dom \"input\" event which occurs when the text has changed\n*/\nSimpleCompEngine.prototype.handleInputEvent = function(event) {\n\tconsole.log( \"__simple.js::handleInputEvent\");\n\tthis.widget.saveChanges(this.getText());\n\tthis.fixHeight();\n\treturn true;\n};\n\n/*\nHandle a dom \"focus\" event\n*/\nSimpleCompEngine.prototype.handleFocusEvent = function(event) {\n\tif(this.widget.editFocusPopup) {\n\t\t$tw.popup.triggerPopup({\n\t\t\tdomNode: this.domNode,\n\t\t\ttitle: this.widget.editFocusPopup,\n\t\t\twiki: this.widget.wiki,\n\t\t\tforce: true\n\t\t});\n\t}\n\treturn true;\n};\n\n/*\nCreate a blank structure representing a text operation\n*/\nSimpleCompEngine.prototype.createTextOperation = function() {\n\treturn null;\n};\n\n/*\nExecute a text operation\n*/\nSimpleCompEngine.prototype.executeTextOperation = function(operation) {\n};\n\nexports.SimpleCompEngine = SimpleCompEngine;\n\n})();\n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/simple.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/cursor-position.js": {
            "text": "/*\\\nModule that compute the pixel position of the cursor of a text\nements.\n\nTaken from https://github.com/component/textarea-caret-position\n\n(as https://github.com/kir/js_cursor_position is not updated any more)\n\\*/\n// Fonction anonyme executée immediatement\n( function(){\n \n// The properties that we copy into a mirrored div.\n// Note that some browsers, such as Firefox,\n// do not concatenate properties, i.e. padding-top, bottom etc. -> padding,\n// so we have to do every single property specifically.\nvar properties = [\n  'direction',  // RTL support\n  'boxSizing',\n  'width',  // on Chrome and IE, exclude the scrollbar, so the mirror div wraps exactly as the textarea does\n  'height',\n  'overflowX',\n  'overflowY',  // copy the scrollbar for IE\n\n  'borderTopWidth',\n  'borderRightWidth',\n  'borderBottomWidth',\n  'borderLeftWidth',\n  'borderStyle',\n\n  'paddingTop',\n  'paddingRight',\n  'paddingBottom',\n  'paddingLeft',\n\n  // https://developer.mozilla.org/en-US/docs/Web/CSS/font\n  'fontStyle',\n  'fontVariant',\n  'fontWeight',\n  'fontStretch',\n  'fontSize',\n  'fontSizeAdjust',\n  'lineHeight',\n  'fontFamily',\n\n  'textAlign',\n  'textTransform',\n  'textIndent',\n  'textDecoration',  // might not make a difference, but better be safe\n\n  'letterSpacing',\n  'wordSpacing',\n\n  'tabSize',\n  'MozTabSize'\n\n];\nvar isFirefox = false;\nif($tw.browser) {\n    isFirefox = window.mozInnerScreenX != null;\n}\n\nfunction getCaretCoordinates(element, position, options) {\n\n  var debug = options && options.debug || false;\n  if (debug) {\n    var el = document.querySelector('#input-textarea-caret-position-mirror-div');\n    if ( el ) { el.parentNode.removeChild(el); }\n  }\n\n  // mirrored div\n  var div = document.createElement('div');\n  div.id = 'input-textarea-caret-position-mirror-div';\n  document.body.appendChild(div);\n\n  var style = div.style;\n  var computed;\n  if($tw.browser) {\n      computed = window.getComputedStyle? getComputedStyle(element) : element.currentStyle;  // currentStyle for IE < 9\n  } \n  else {\n      computed = element.currentStyle;\n  }\n    \n\n  // default textarea styles\n  style.whiteSpace = 'pre-wrap';\n  if (element.nodeName !== 'INPUT')\n    style.wordWrap = 'break-word';  // only for textarea-s\n\n  // position off-screen\n  style.position = 'absolute';  // required to return coordinates properly\n  if (!debug)\n    style.visibility = 'hidden';  // not 'display: none' because we want rendering\n\n  // transfer the element's properties to the div\n  properties.forEach(function (prop) {\n    style[prop] = computed[prop];\n  });\n\n  if (isFirefox) {\n    // Firefox lies about the overflow property for textareas: https://bugzilla.mozilla.org/show_bug.cgi?id=984275\n    if (element.scrollHeight > parseInt(computed.height))\n      style.overflowY = 'scroll';\n  } else {\n    style.overflow = 'hidden';  // for Chrome to not render a scrollbar; IE keeps overflowY = 'scroll'\n  }\n\n  div.textContent = element.value.substring(0, position);\n  // the second special handling for input type=\"text\" vs textarea: spaces need to be replaced with non-breaking spaces - http://stackoverflow.com/a/13402035/1269037\n  if (element.nodeName === 'INPUT')\n    div.textContent = div.textContent.replace(/\\s/g, \"\\u00a0\");\n\n  var span = document.createElement('span');\n  // Wrapping must be replicated *exactly*, including when a long word gets\n  // onto the next line, with whitespace at the end of the line before (#7).\n  // The  *only* reliable way to do that is to copy the *entire* rest of the\n  // textarea's content into the <span> created at the caret position.\n  // for inputs, just '.' would be enough, but why bother?\n  span.textContent = element.value.substring(position) || '.';  // || because a completely empty faux span doesn't render at all\n  div.appendChild(span);\n\n  var coordinates = {\n    top: span.offsetTop + parseInt(computed['borderTopWidth']),\n    left: span.offsetLeft + parseInt(computed['borderLeftWidth'])\n  };\n\n  if (debug) {\n    span.style.backgroundColor = '#aaa';\n  } else {\n    document.body.removeChild(div);\n  }\n\n  return coordinates;\n}\n\n// Exporte as a module of node.js otherwise set as global\nif (typeof module != \"undefined\" && typeof module.exports != \"undefined\") {\n  module.exports = getCaretCoordinates;\n} else {\n  window.getCaretCoordinates = getCaretCoordinates;\n}\n\n})();\n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/cursor-position.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/completion.js": {
            "text": "/*\\\ntitle: $:/plugins/snowgoon88/edit-comptext/completion.js\ntype: application/javascript\nmodule-type: library\n\nTry to make self-contained completion module.\n\nTo use this 'module', you need a `widget` with a kind of `editarea` node.\nI do not know the exacte prerequisites of this editarea node for the module to\nwork, but mostly one should be able to attach the following `eventHandler` to\nit:\n - input\n - keydown\n - keypress\n - keyup\nThe `widget` is needed because I use:\n - widget.document\n - widget.wiki.filterTiddlers(...)\n\nFrom the Widget, once you have a proper editarea, you just have to call\n - var completion = new Completion( theWidget, theEditAreaNode, configObject);\nwhere `configObject` is expected to have the following fields. if a field is missing, a default value will be given.\nOne can have many `elements' in the template array.\n\n{\n  \"configuration\": {\n      \"caseSensitive\" : false,\n      \"maxMatch\" : 8,\n      \"minPatLength\" : 2,\n      \"triggerKeyCombination\" : \"^ \"\n  },\n  \"template\": [{\n      \"pattern\": \"[[\",\n      \"filter\": \"[all[tiddlers]!is[system]]\",\n      \"start\": \"[[\",\n      \"end\": \"]]\"\n      }\n  ]\n}\n\nTODO : CHECK if needed\n\\*/\n\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\n// To compute pixel coordinates of cursor\nvar getCaretCoordinates = require(\"$:/plugins/snowgoon88/edit-comptext/cursor-position.js\");\n\n/** Default Completion Attributes */\nvar DEFATT = { maxMatch: 5, minPatLength: 2, caseSensitive: false, triggerKeyCombination: \"^ \" };\n\n/** \n * Struct for generic Completion Templates.\n * <ul>\n * <li>pat : pattern searched for.</li>\n * <li>filter : filter operation used to find the list of completion options</li>\n * <li>mask: replaced by \"\" when presenting completion options</li>\n * </ul>\n */\nvar Template = function( pat, filter, mask, field, start, end  ) {\n    this.pat = pat;\n    this.filter = filter;\n    this.mask = \"^\"+regExpEscape(mask);\n    this.field = field;\n    this.start = start;\n    this.end = end;\n    this.pos = 0;\n};\n/**\n * Struct for storing completion options, as we need to memorise \n * the titles of the tiddlers when masked and when body must be displayed.\n */\nvar OptCompletion = function( title, str ) {\n    this.title = title;\n    this.str = str;\n};\n\nvar keyMatchGenerator = function(combination) {\n\tlet singleMatchGenerator = function(character) {\n\t\tif (character === '^') {\n\t\t\treturn event => event.ctrlKey;\n\t\t}\n\t\telse if (character === '+') {\n\t\t\treturn event => event.shiftKey;\n\t\t}\n\t\telse if (character === '!') {\n\t\t\treturn event => event.altKey;\n\t\t}\n\t\telse {\n\t\t\treturn event => (event.keyCode || event.which) === character.charCodeAt(0);\n\t\t}\n\t};\n\n\tlet matchers = [];\n\tfor (let i = 0; i < combination.length; i++) {\n\t\tmatchers.push(singleMatchGenerator(combination[i]));\n\t}\n\n\treturn event => {\n\t\tfor (let i = 0; i < matchers.length; i++) {\n\t\t\tif (!matchers[i](event)) {\n\t\t\t\treturn false;\n\t\t\t}\n\t\t}\n\t\treturn true;\n\t};\n};\n\n/**\n * Widget is needed in creating popupNode.\n * - widget.document\n * - widget.wiki.filterTiddlers(...)\n * - sibling : where to create the popup in the DOM.\n */\n\tvar Completion = function( editWidget, areaNode, param, sibling, offTop, offLeft ) {\n\tconsole.log( \"==Completion::creation\" );\n\n    // About underlying Widget\n    this._widget = editWidget;\n\tthis._areaNode = areaNode;\n\tthis._sibling  = (typeof sibling !== 'undefined') ?  sibling : this._areaNode;\n\tthis._offTop = (typeof offTop !== 'undefined') ?  offTop : 0;\n\tthis._offLeft = (typeof offLeft !== 'undefined') ?  offLeft : 0;\t\n\t\t\n    // Completions attributes\n    /** State */\n    this._state = \"VOID\";\n    this._template = undefined;\n    /** Best matches */\n    this._bestMatches = []; // An array of OptCompletion\n    this._idxChoice = -1;\n    /** Param */\n    // maximum nb of match displayed\n    this._maxMatch     = param.configuration.maxMatch || DEFATT.maxMatch;   \n    this._minPatLength = param.configuration.minPatLength || DEFATT.minPatLength;\n    this._caseSensitive= param.configuration.caseSensitive || DEFATT.caseSensitive;\n    this._triggerKeyMatcher = keyMatchGenerator(param.configuration.triggerKeyCombination || DEFATT.triggerKeyCombination);\n    /** Input information */\n    this._lastChar = \"\";\n    this._hasInput = false;\n    /** List of Completion Templates */\n    this._listTemp = [];\n    \n    // Read templates from Param\n    if( param.template ) {\n    \tvar idT;\n    \tfor( idT=0; idT<param.template.length; idT++ ) {\n    \t    var temp = param.template[idT];\n\t    // field 'body' ou 'title' (default)\n\t    if( temp.body ) {\t\t\n    \t\tthis._listTemp.push( \n    \t\t    new Template( temp.pattern, temp.body,\n\t\t\t\t  temp.mask ? temp.mask : \"\",\n\t\t\t\t  \"body\",\n    \t\t\t\t  temp.start, temp.end )\n    \t\t);\n\t    }\n\t    else {\n    \t\tthis._listTemp.push( \n    \t\t    new Template( temp.pattern, \n\t\t\t\t  temp.title ? temp.title : temp.filter,\n\t\t\t\t  temp.mask ? temp.mask : \"\",\n\t\t\t\t  \"title\",\n    \t\t\t\t  temp.start, temp.end )\n    \t\t);\n\t    }\n\t    //DEBUG temp = this._listTemp[this._listTemp.length-1];\n\t    //DEBUG console.log( \"__CONF : \"+temp.pattern+\":\"+temp.filter+\":\"+temp.mask+\":\"+temp.field+\":\"+temp.start+\":\"+temp.end );\n    \t}\n    }\n    // or defaut template\n    else {\n    \tthis._listTemp = [\n    \t    new Template( \"[[\", \"[all[tiddlers]!is[system]]\", \n\t\t\t  \"\", \"title\",\n\t\t\t  \"[[\", \"]]\" )\n    \t];\n    }\n    // Create Popup\n\t//this._popNode = createPopup(this._widget, this._areaNode );\n\tthis._popNode = createPopup(this._widget, this._sibling );\t\n    \n    // Listen to the Keyboard\n    $tw.utils.addEventListeners( this._areaNode,[\n\t{name: \"input\", handlerObject: this, handlerMethod: \"handleInput\"},\n\t{name: \"keydown\", handlerObject: this, handlerMethod: \"handleKeydown\"},\n\t{name: \"keypress\", handlerObject: this, handlerMethod: \"handleKeypress\"},\n    \t{name: \"keyup\", handlerObject: this, handlerMethod: \"handleKeyup\"}\n    ]);\n   \n    /** \n     * Find the bestMatches among listChoice with given pattern\n     * @param listChoice : array of String\n     * @change : this._bestMatches => array of OptCompletion\n     */\n    this._findBestMatches = function( listChoice, pattern, nbMax) {\n\t// regexp search pattern, case sensitive\n\tvar flagSearch = this._caseSensitive ? \"\" : \"i\" ;\n\tvar regpat = RegExp( regExpEscape(pattern), flagSearch );\n\tvar regpat_start = RegExp( \"^\"+regExpEscape(pattern), flagSearch );\n\tvar regMask = RegExp( this._template.mask ? this._template.mask : \"\",\"\");\n\tvar nbMatch = 0;\n\t// nbMax set to _maxMatch if no value given\n\tnbMax = nbMax !== undefined ? nbMax : this._maxMatch;\n\n\t//DEBUG console.log( \"__FIND masked=\"+regMask+\" regPat=\"+regpat);\n\n\tthis._bestMatches= [];\n\tvar otherMatches = [];\n\t// We test every possible choice\n\tfor( var i=0; i< listChoice.length; i++ ) {\n\t    // apply mask over potential choice\n\t    var maskedChoice = listChoice[i].replace( regMask, \"\");\n\t    // Test first if pattern is found at START of the maskedChoice\n\t    // THEN added to BestMatches\n \t    if( regpat_start.test( maskedChoice )) {\n\t\tif (nbMatch >= nbMax) {\n\t\t    this._bestMatches.push( new OptCompletion(\"\",\"...\") );\n\t\t    return;\n\t\t} else {\n\t\t    this._bestMatches.push( new OptCompletion(listChoice[i],maskedChoice) );\n\t\t    nbMatch += 1;\n\t\t}\n\t    }\n\t    // then if pattern is found WITHIN the maskedChoice\n\t    // added AFTER the choices that starts with pattern\n\t    else if( regpat.test( maskedChoice ) ) {\n\t\tif (nbMatch >= nbMax) {\n\t\t    // add all otherMatches to _bestMatches\n\t\t    this._bestMatches.push( new OptCompletion(\"\",\"<hr>\") ) ; //separator\n\t\t    this._bestMatches = this._bestMatches.concat( otherMatches );\n\t\t    this._bestMatches.push( new OptCompletion(\"\",\"...\") );\n\t\t    return;\n\t\t} else {\n\t\t    otherMatches.push( new OptCompletion(listChoice[i],maskedChoice) );\n\t\t    nbMatch += 1;\n\t\t}\n\t    }\n\t}\n\t// Here, must add the otherMatches\n\tthis._bestMatches.push( new OptCompletion(\"\",\"<hr>\") ) ; //separator\n\tthis._bestMatches = this._bestMatches.concat( otherMatches );\n    };\n    /**\n     * Change Selected Status of Items\n     */\n    this._next = function (node) {\n\tvar count = node.children.length;\n\t//DEBUG console.log( \"__NEXT: co=\"+count+\" nbMatch=\"+this._bestMatches.length);\n\tif( this._bestMatches.length > 0 ) \n\t    this._goto( node, this._idxChoice < count - 1 ? this._idxChoice + 1 : -1);\n\t//DEBUG this._logStatus( \"NexT\" );\n    };\n    this._previous = function (node) {\n\tvar count = node.children.length;\n\tvar selected = this._idxChoice > -1;\n\t//DEBUG console.log( \"__PREV: co=\"+count+\" nbMatch=\"+this._bestMatches.length);\n\tif( this._bestMatches.length > 0 ) \n\t    this._goto( node, selected ? this._idxChoice - 1 : count - 1);\n\t//DEBUG this._logStatus( \"PreV\" );\n    };\n    // Should not be used, highlights specific item without any checks!\n    this._goto = function (node, idx) {\n\tvar lis = node.children;\n\tvar selected = this._idxChoice > -1;\n\tif (selected) {\n\t    lis[this._idxChoice].setAttribute(\"patt-selected\", \"false\");\n\t}\n\n\tthis._idxChoice = idx;\n    \n\tif (idx > -1 && lis.length > 0) {\n\t    lis[idx].setAttribute(\"patt-selected\", \"true\");\n\t}\n    };\n    /**\n     * Abort pattern and undisplay.\n     */\n    this._abortPattern = function (displayNode) {\n\tthis._state = \"VOID\";\n\tthis._bestChoices = [];\n\tthis._idxChoice = -1;\n\tthis._undisplay( displayNode );\n\tthis._template = undefined;\n    };\n    /**\n     * Display popupNode at the cursor position in areaNode.\n     */\n    this._display = function( areaNode, popupNode ) {\n\tif ( popupNode.style.display == 'none' ) {\n\t    // Must get coordinate\n\t    // Cursor coordinates within area + area coordinates + scroll\n            var coord = getCaretCoordinates(areaNode, areaNode.selectionEnd);\n            var styleSize = getComputedStyle(areaNode).getPropertyValue('font-size');\n            var fontSize = parseFloat(styleSize); \n\t\t\n\t    popupNode.style.left = (this._offLeft+areaNode.offsetLeft-areaNode.scrollLeft+coord.left) + 'px';\n\t    popupNode.style.top = (this._offTop+areaNode.offsetTop-areaNode.scrollTop+coord.top+fontSize*2) + 'px';\n\t    popupNode.style.display = 'block';\n\t}\n    };\n    /**\n     * Undisplay someNode\n     */\n    this._undisplay = function( displayNode ) {\n\tif ( displayNode.style.display != 'none' ) {\n\t    displayNode.style.display = 'none';\n\t}\n    };\n\n     /**\n     * Used for debug\n     */\n    this._logStatus = function(msg) {\n\tconsole.log( \"__STATUS: \"+this._state+\":-\"+msg+\"- idx=\"+this._idxChoice );\n    };\n\n};\n// **************************************************************************\n// ******************************************************************eventCbk\n// **************************************************************************\n/**\n * Disable the *effects* of ENTER / UP / DOWN / ESC when needed.\n * Set _hasInput to false.\n */\nCompletion.prototype.handleKeydown = function(event) {\n    // key \n    var key = event.keyCode;\n    this._hasInput = false;\n    \n    //DEBUG console.log( \"__KEYDOWN (\"+key+\") hasI=\"+this._hasInput);\n    \n    // ENTER while selecting\n    if( (this._state === \"PATTERN\" || this._state === \"SELECT\") && key === 13 ) {\n    \tevent.preventDefault();\n    \tevent.stopPropagation();\n    }\n    // ESC while selecting\n    if( (this._state === \"PATTERN\" || this._state === \"SELECT\") && key === 27 ) {\n    \tevent.preventDefault();\n    \tevent.stopPropagation();\n    }\n    // UP/DOWN while a pattern is extracted\n    if( (key===38 || key===40) && \n\t(this._state === \"PATTERN\" || this._state === \"SELECT\") ) {\n\tevent.preventDefault();\n    }\n};\n/**\n * Means that something has been added/deleted => set _hasInput\n */\nCompletion.prototype.handleInput = function(event) {\n    this._hasInput = true;\n    //DEBUG console.log( \"__INPUT hasI=\"+this._hasInput );\n};\n\t\n/**\n * Set _lastChar, detects CTRL+SPACE.\n */\nCompletion.prototype.handleKeypress = function(event) {\n    var curPos = this._areaNode.selectionStart;  // cursor position\n    var val = this._areaNode.value;   // text in the area\n    // key \n    var key = event.keyCode || event.which;\n\t\n    this._lastChar = String.fromCharCode(key);\n    //DEBUG console.log( \"__KEYPRESS (\"+key+\") hasI=\"+this._hasInput+\" char=\"+this._lastChar );\n    //DEBUG this._logStatus( \"KEYPRESS\" );\n    \n    // Detect Ctrl+Space\n    if( this._triggerKeyMatcher(event) && this._state === \"VOID\" ) {\n\t//Find a proper Template\n\t// first from which we can extract a pattern\n\tif( this._template === undefined ) {\n\t    //DEBUG console.log(\"__SPACE : find a Template\" );\n\t    var idT, res;\n\t    for( idT=0; idT < this._listTemp.length; idT++ ) {\n\t\tres = extractPattern( val, curPos, this._listTemp[idT] );\n\t\t//DEBUG console.log(\"  t=\"+this._listTemp[idT].pat+\" res=\"+res);\n\t\t// res is not undefined => good template candidate\n\t\tif( res ) {\n\t\t    this._template = this._listTemp[idT];\n\t\t    this._state = \"PATTERN\";\n\t\t    break;\n\t\t}\n\t    }\n\t}\n\telse {\n\t    //DEBUG console.log(\"__SPACE : already a template\" );\n\t    this._state = \"PATTERN\";\n\t}\n    }\n};\n/**\n * ESC -> abort; \n * Detect [ -> VOID switch to _state=PATTERN\n * PATTERN || SELECT : ENTER -> insertText\n *                     UP/DOWN -> previous/next\n *                     pattern.length > _minPatternLength -> display  \n */\nCompletion.prototype.handleKeyup = function(event) {\n    var curPos = this._areaNode.selectionStart;  // cursor position\n    var val = this._areaNode.value;   // text in the area\n    // key a\n    var key = event.keyCode;\n    \n    //DEBUG console.log( \"__KEYUP (\"+key+\") hasI=\"+this._hasInput );\n    \n    // ESC\n    if( key === 27 ) {\n\tthis._abortPattern( this._popNode );\n\t//DEBUG this._logStatus( \"\" );\n    }\n    // Check for every template\n    if( this._hasInput && this._state === \"VOID\" ) {\n\t// check every template's pattern\n\tvar idT, template;\n\tfor( idT=0; idT < this._listTemp.length; idT++ ) {\n\t    template = this._listTemp[idT];\n\t    if( this._lastChar === template.pat[template.pos] ) {\n\t\ttemplate.pos += 1;\n\t\t//DEBUG console.log( \"__CHECK : pat=\"+template.pat+\" pos=\"+template.pos );\n\t\t// Pattern totaly matched ?\n\t\tif( template.pos === template.pat.length ) {\n\t\t    //DEBUG console.log( \"__CHECK => found \"+template.pat );\n\t\t    this._state = \"PATTERN\";\n\t\t    this._template = template;\n\t\t    \n\t\t    break; // get out of loop\n\t\t}\n\t    }\n\t    else {\n\t\ttemplate.pos = 0;\n\t\t//DEBUG console.log( \"__CHECK : pat=\"+template.pat+\" pos=\"+template.pos );\n\t    }\n\t}\n    }\n    // a pattern\n    else if( this._state === \"PATTERN\" || this._state === \"SELECT\" ) {\n\t// Pattern below cursor : undefined if no pattern\n\tvar pattern = extractPattern( val, curPos, this._template );\n\tif( key === 13 ) { // ENTER\n\t    //DEBUG console.log( \"KEY : Enter\" );\n    \t    // Choice made in the displayNode ?\n    \t    var selected = this._idxChoice > -1 && this._idxChoice !== this._maxMatch;\n    \t    //DEBUG console.log( \"   > sel=\"+selected+\" len=\"+this._bestChoices.length );\n    \t    if( selected ) {\n    \t\t//DEBUG console.log( \"   > selected\" );\n\t\tvar temp = this._bestMatches[this._idxChoice];\n\t\tvar str = temp.str;\n\t\tif( this._template.field === \"body\" ) {\n\t\t    str = $tw.wiki.getTiddlerText( temp.title );\n\t\t}\n    \t\tinsertInto( this._areaNode,\n\t\t\t    str,\n\t\t\t    pattern.start, curPos, this._template );\n\t\t// save this new content\n\t\tthis._widget.saveChanges( this._areaNode.value );\n\t    }\n\t    // otherwise take the first choice (if exists)\n\t    else if( this._bestMatches.length > 0 ) {\n    \t\t//DEBUG console.log( \"   > take first one\" );\n\t\tvar temp = this._bestMatches[0];\n\t\tvar str = temp.str;\n\t\tif( this._template.field === \"body\" ) {\n\t\t    str = $tw.wiki.getTiddlerText( temp.title );\n\t\t}\n    \t\tinsertInto( this._areaNode,\n\t\t\t    str,\n\t\t\t    pattern.start, curPos, this._template );\n\t\t// save this new content\n\t\tthis._widget.saveChanges( this._areaNode.value );\n\t    }\n\t    this._abortPattern( this._popNode );\n\t\t//DEBUG this._logStatus( \"\" );\n    \t    }\n\t    else if( key === 38 && this._hasInput === false) { // up\n\t\tthis._state = \"SELECT\";\n    \t\tevent.preventDefault();\n    \t\tthis._previous( this._popNode );\n\t\t//DEBUG this._logStatus( pattern.text );\n    \t\t//event.stopPropagation();\n    \t    }\n    \t    else if( key === 40 && this._hasInput === false) { // down\n\t\tthis._state = \"SELECT\";\n    \t\tevent.preventDefault();\n    \t\tthis._next( this._popNode );\n\t\t//DEBUG this._logStatus( pattern.text );\n    \t\t//event.stopPropagation();\n    \t    }\n    \t    else if( pattern ) { // pattern changed by keypressed\n\t\tthis._idxChoice = -1;\n    \t\t// log\n\t\t//DEBUG this._logStatus( pattern.text );\n    \t\t// Popup with choices if pattern at least minPatLength letters long\n\t\tif( pattern.text.length > (this._minPatLength-1) ) {\n\t\t    // compute listOptions from templateFilter\n\t\t    var allOptions;\n\t\t    if( this._template )\n\t\t\tallOptions = this._widget.wiki.filterTiddlers( this._template.filter );\n\t\t    else\n\t\t\tallOptions = this._widget.wiki.filterTiddlers(\"[all[tiddlers]]\");\n\t\t    this._findBestMatches( allOptions, pattern.text );\n    \t\t    this._popNode.innerHTML = \"\";\n    \t\t    //console.log( \"BC \"+ this._pattern + \" => \" + choice );\n    \t\t    if (this._bestMatches.length > 0) {\n\t\t\tfor( var i=0; i<this._bestMatches.length; i++) {\n    \t\t\t    this._popNode.appendChild( \n\t\t\t\titemHTML(this._bestMatches[i].str,\n\t\t\t\t\t pattern.text));\n    \t\t\t}\n\t\t\tthis._display( this._areaNode, this._popNode );\t\t\t\n    \t\t    }\n\t\t    else { // no matches\n\t\t\tthis._state = \"PATTERN\";\n\t\t\tthis._undisplay( this._popNode );\n\t\t    }\n\t\t}\n    \t    }\n\t    else { // no pattern detected\n\t\tthis._abortPattern( this._popNode );\n\t    }\n\t}\n\t// to ensure that one MUST add an input (through onInput())\n\tthis._hasInput = false;\n};\n// **************************************************************************\n// ******************************************************** private functions\n// **************************************************************************\n/**\n * Create popup element.\n */\nvar createPopup = function( widget, node ) {\n    // Insert a special \"div\" element for poping up\n    // Its 'display' property in 'style' control its visibility\n    var popupNode = widget.document.createElement(\"div\");\n    popupNode.setAttribute( \"style\", \"display:none; position: absolute;\");\n    popupNode.className = \"tc-block-dropdown ect-block-dropdown\";\n    // Insert the element into the DOM\n    node.parentNode.insertBefore(popupNode,node.nextSibling);\n    //CHECK the domNodes is a attribute of Widget [widget.js]\n    //CHECK this.domNodes.push(popupNode);\n    \n    return popupNode;\n};\n/**\n * Extract Pattern from text at a given position.\n *\n * Between previous template.pat (or '[[') and pos\n * \n * If no pattern -> undefined\n */\nvar extractPattern = function( text, pos, template ) {\n    // Detect previous and next ]]=>STOP or [[=>START\n    var sPat = template.pat ? template.pat : '[[';\n    var pos_prevOpen = text.lastIndexOf( sPat, pos );\n    var ePat = template.end ? template.end : ']]';\n    var pos_prevClosed = text.lastIndexOf( ePat, pos );\n    var pos_nextClosed = text.indexOf( ePat, pos  );\n    //DEBUG console.log(\"__CALC st=\"+sPat+\" -> en=\"+ePat );\n    //DEBUG console.log(\"__CALC po=\"+pos_prevOpen+\" pc=\"+pos_prevClosed+\" nc=\"+pos_nextClosed+\" pos=\"+pos);\n    pos_nextClosed = (pos_nextClosed >= 0) ? pos_nextClosed : pos;\n    \n    if( (pos_prevOpen >= 0) &&                 // must be opened\n\t((pos_prevOpen > pos_prevClosed ) ||  // not closed yet\n\t (pos_prevClosed === pos))) {          // closed at cursor\n\t//DEBUG console.log(\"     pat=\"+text.slice( pos_prevOpen+sPat.length, pos) );\n\treturn { text: text.slice( pos_prevOpen+sPat.length, pos ),\n\t\t start: pos_prevOpen,\n\t\t end: pos_nextClosed\n\t       };\n    }\n};\n/**\n * Controls how list items are generated.\n * Function that takes two parameters :\n *  - text : suggestion text\n *  - input : the user’s input\n * Returns : list item. \n * Generates list items with the user’s input highlighted via <mark>.\n */\nvar itemHTML = function (text, input ) {\n    // text si input === ''\n    // otherwise, build RegExp that is global (g) and case insensitive (i)\n    // to replace with <mark>$&</mark> where \"$&\" is the matched pattern\n    var html = input === '' ? text : text.replace(RegExp(regExpEscape(input.trim()), \"gi\"), \"<mark>$&</mark>\");\n    return create(\"li\", {\n\tinnerHTML: html,\n\t\"patt-selected\": \"false\"\n    });\n};\n/**\n * Insert text into a textarea node, \n * enclosing in 'template.start..template.end'\n *\n * - posBefore : where the 'template.pat+pattern' starts\n * - posAfter : where the cursor currently is\n */\nvar insertInto = function(node, text, posBefore, posAfter, template ) {\n    //DEBUG console.log( \"__INSERT : \"+template.pattern+\":\"+template.filter+\":\"+template.mask+\":\"+template.field+\":\"+template.start+\":\"+template.end );\n    var val = node.value;\n    var sStart = template.start !== undefined ? template.start : '[[';\n    var sEnd = template.end !== undefined ? template.end : ']]';\n    var newVal = val.slice(0, posBefore) + sStart + text + sEnd + val.slice(posAfter);\n    //console.log(\"__INSERT s=\"+sStart+\" e=\"+sEnd);\n    //console.log (\"__INSERT pb=\"+posBefore+\" pa=\"+posAfter+\" txt=\"+text);\n    //console.log( \"NEW VAL = \"+newVal );\n    // WARN : Directly modifie domNode.value.\n    // Not sure it does not short-circuit other update methods of the domNode....\n    // i.e. could use widget.updateEditor(newVal) from edit-comptext widget.\n    //      but how to be sure that cursor is well positionned ?\n    node.value = newVal;\n    node.setSelectionRange(posBefore+text.length+sStart.length+sEnd.length, posBefore+text.length+sStart.length+sEnd.length );\n};\n/**\n * Add an '\\' in front of -\\^$*+?.()|[]{}\n */\nvar regExpEscape = function (s) {\n    return s.replace(/[-\\\\^$*+?.()|[\\]{}]/g, \"\\\\$&\");\n};\n/**\n * Add an element in the DOM.\n */\nvar create = function(tag, o) {\n    var element = document.createElement(tag);\n    \n    for (var i in o) {\n\tvar val = o[i];\n\t\n\tif (i === \"inside\") {\n\t    $(val).appendChild(element);\n\t}\n\telse if (i === \"around\") {\n\t    var ref = $(val);\n\t    ref.parentNode.insertBefore(element, ref);\n\t    element.appendChild(ref);\n\t}\n\telse if (i in element) {\n\t    element[i] = val;\n\t}\n\telse {\n\t    element.setAttribute(i, val);\n\t}\n    }\n    \n    return element;\n};\n\n\nexports.Completion = Completion;\n\n})();\n\n    \n",
            "type": "application/javascript",
            "title": "$:/plugins/snowgoon88/edit-comptext/completion.js",
            "module-type": "library"
        },
        "$:/plugins/snowgoon88/edit-comptext/edit-comptext.css": {
            "text": "\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\n\n/* The \\rules pragma at the top of the tiddler restricts the WikiText \n * to just allow macros and transclusion. This avoids mistakenly \n * triggering unwanted WikiText processing.\n * \n * MUST not save as text/css for macro to be processed\n*/\n\n.ect-block-dropdown li {\n    display: block;\n    padding: 4px 14px 4px 14px;\n    text-decoration: none;\n    color: <<colour tiddler-link-foreground>>; /*#5778d8;*/ \n    background: transparent;\n}\n.ect-block-dropdown li[patt-selected=\"true\"] {\n    color: <<colour tiddler-link-background>>; /*#ffffff; */\n    background-color: <<colour tiddler-link-foreground>>; /*#5778d8; */\n}\n.ect-block-dropdown li[patt-selected=\"true\"] mark {\n    background: hsl(86, 100%, 21%);\n    color: inherit;\n}\n\n",
            "type": "text/vnd.tiddlywiki",
            "title": "$:/plugins/snowgoon88/edit-comptext/edit-comptext.css",
            "tags": "[[$:/tags/Stylesheet]]"
        },
        "$:/plugins/snowgoon88/edit-comptext/readme": {
            "title": "$:/plugins/snowgoon88/edit-comptext/readme",
            "text": "!! What ?\nThis plugin adds ''completion'' when editing the body of a tiddler.\n\n* Enter completion-mode by typing `[[` or `CTRL+SPACE`\n* A list of tiddlers with a title that matches the pattern between `[[` and cursor appears\n* `UP/DOWN` keys can select a tiddler, `ENTER` to validate\n* If there is only one match, `ENTER` selects it.\n* `NEW` : you can specify you own trigger pattern and the list of possible completions. See [[$:/plugins/snowgoon88/edit-comptext/usage]] for more details.\n\n\n!! To try it or get the latest news\nSee [[http://snowgoon88.github.io/TW5-extendedit]]\n\n!! Install \n\nTo add the plugin to your own TiddlyWiki5, just drag this link to the browser window:\n\n[[$:/plugins/snowgoon88/edit-comptext]]\n\nSometime, a small configuration step is then needed\n\nin `$:/ControlPanel -> Advanced -> Editor Type -> text/vnd.tiddlywiki` you must chose `comptext` instead of `text`.\n\nReload and « voilà »...\n\nThis plugin is quite mature now :o)\n\n!! Old version\n\n* A version compatible with 5.0.8 to 5.1.11 : [[http://snowgoon88.github.io/TW5-extendedit/index_5.1.11.html]]\n\n!! Source code\nOn github [[https://github.com/snowgoon88/TW5-extendedit]]\n\nGet in touch : snowgoon88(AT)gmail(DOT)com\n"
        },
        "$:/plugins/snowgoon88/edit-comptext/usage": {
            "title": "$:/plugins/snowgoon88/edit-comptext/usage",
            "text": "''Important'' : be sure that in `$:/ControlPanel -> Advanced -> Editor Type -> text/vnd.tiddlywiki` you have chosen `comptext` instead of `text`.\n\nConfiguration of the edit-comptext plugin can be done through the tiddler [[$:/plugins/snowgoon88/edit-comptext/config]]. Use a JSON tiddler (do not forget to set the type to `application/json`. See some examples at [[$:/plugins/snowgoon88/edit-comptext/examples]]\n\nIn the `configuration` object you can set :\n\n* `caseSensitive`: `true`/`false` (is search case sensitive ?)\n* `maxMatch` : an `integer` (max number of match displayed)\n* `minPatLength` : an `integer` (minimal length of a pattern to trigger completion search)\n* `triggerKeyCombination ` : a `string` representing the key combination that triggers the autocompletion popup. To use modifier keys in your combination, use following conversions : `ctrl` -> `^`, `alt` -> `!`, `shift` -> `+`. Note: ` ` (literally a whitespace) represents the `space` key.\n\nIn the `template` array you can specify the various completion templates that will be used. Every template can have the following members.\n\n* `pattern` : `string` (pattern that triggers a completion, default \"[[\" )\n* `title` or `body`: `string` (the filter operators that gives the list of valid completions, default \"[all[tiddlers]!is[system]]\"). If you specify `body`, then the body of the tiddler will be inserted on selection.\n* `start` : `string` (when completion is chosen, start is put before the completion, default \"[[\")\n* `end` : `string` (when completion is chosen, end is put after the completion, default \"]]\")\n\n!! Current body of Config Tiddler\n\n{{$:/plugins/snowgoon88/edit-comptext/config}}\n\n"
        }
    }
}
{
  "configuration": {
      "caseSensitive" : false,
      "maxMatch" : 8,
      "minPatLength" : 2,
      "triggerKeyCombination" : "^ "
  },
  "template": [{
      "pattern": "[[",
      "filter": "[all[tiddlers]!is[system]]",
      "start": "[[",
      "end": "]]"
      }
  ]
}
{
    "tiddlers": {
        "$:/plugins/sq/editor-autolist/editor-operation-autolist": {
            "text": "/*\\\ntitle: $:/plugins/sq/editor-autolist/editor-operation-autolist.js\ntype: application/javascript\nmodule-type: texteditoroperation\nText editor operation to automate syntax for lists\n\\*/\n(function(){\n\n/*jslint node: true, browser: true */\n/*global $tw: false */\n\"use strict\";\n\nexports[\"autolist\"] = function(event,operation) {\n\t\n\tvar lineStart = $tw.utils.findPrecedingLineBreak(operation.text,operation.selStart);\n\tvar lineEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selStart);\n\tvar line = operation.text.substring(lineStart,lineEnd);\t\n\t\n\tvar listPrefixRegex = /^((\\*|#)+).*/;\n\tvar match = line.match(listPrefixRegex);\n\t\n\tvar mode = event.paramObject? event.paramObject.mode : undefined;\n\t\n\t//ensure we only handle lines starting with * or #\n\tif(match != null && match[1]) {\n\t\t// check if we are handling indent level\n\t\tif(mode === \"indent\" || mode === \"unindent\") {\n\t\t\tvar indentRegExp = /^((\\*|#)+)(.*)$/;\n\t\t\tvar indentMatch = line.match(indentRegExp);\n\t\t\tif(indentMatch != null) {\n\t\t\t\t//check if the line has content\n\t\t\t\tvar content = (indentMatch[3].trim().length != 0) ? indentMatch[3].trim() : \"\";\n\t\t\t\toperation.cutStart = lineStart;\n\t\t\t\toperation.cutEnd = lineEnd;\n\t\t\t\tif(mode === \"indent\") {\t\t\t\t\n\t\t\t\t\t//indent a line\n\t\t\t\t\toperation.replacement = indentMatch[1] + indentMatch[2] + \" \" + content;\n\t\t\t\t\toperation.newSelStart = operation.selStart + 1;\n\t\t\t\t\toperation.newSelEnd = operation.selEnd + 1;\n\t\t\t\t} else if(mode === \"unindent\") {\n\t\t\t\t\t//unindent a line\n\t\t\t\t\toperation.replacement = indentMatch[1].substring(0,indentMatch[1].length - 1) + \" \" + content;\n\t\t\t\t\toperation.newSelStart = operation.selStart - 1;\n\t\t\t\t\toperation.newSelEnd = operation.selEnd - 1;\t\t\t\t\t\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\t//handle enter key, meaning new line\n\t\t\tvar trimmed = match[0].replace(/\\s\\s*$/, '');\n\t\t\tvar prefixRegEx = /^((\\*|#)+)$/;\n\t\t\tvar trimmedMatch = trimmed.match(prefixRegEx);\n\t\t\tif(trimmedMatch != null) {\n\t\t\t\t// the line only contains * or # characters and optional whitespace\n\t\t\t\t//terminate the list\n\t\t\t\toperation.replacement = \"\\n\";\n\t\t\t\toperation.cutStart = lineStart;\n\t\t\t\toperation.cutEnd = operation.selStart;\n\t\t\t\toperation.newSelStart = lineStart + 1;\n\t\t\t\toperation.newSelEnd = lineStart + 1;\n\t\t\t} else {\n\t\t\t\t// continue indent level on next line\n\t\t\t\tvar prefix = match[1];\n\t\t\t\toperation.replacement = \"\\n\" + prefix + \" \";\n\t\t\t\toperation.cutStart = operation.selStart;\n\t\t\t\toperation.cutEnd = operation.selStart;\n\t\t\t\t\n\t\t\t\t//check if there is trailing whitespace on the line we are on\n\t\t\t\tvar lineEnd = $tw.utils.findFollowingLineBreak(operation.text,operation.selStart);\n\t\t\t\tvar trailingText = operation.text.substring(operation.selStart,lineEnd);\n\t\t\t\tif(trailingText.trim().length == 0) {\n\t\t\t\t\toperation.cutEnd = lineEnd;\n\t\t\t\t}\n\t\t\t\t\n\t\t\t\toperation.newSelStart = operation.selStart + prefix.length + 2;\n\t\t\t\toperation.newSelEnd = operation.selEnd + prefix.length + 2;\n\t\t\t}\n\t\t}\n\t} else if(mode != \"indent\" && mode != \"unindent\") {\n\t\t// we need to manually add a linebreak for lines not starting with list markup\n\t\toperation.replacement = \"\\n\";\n\t\toperation.cutStart = operation.selStart;\n\t\toperation.cutEnd = operation.selEnd;\n\t\toperation.newSelStart = operation.selStart + 1;\n\t\toperation.newSelEnd = operation.selEnd + 1;\n\t}\n};\n\n})();",
            "type": "application/javascript",
            "title": "$:/plugins/sq/editor-autolist/editor-operation-autolist",
            "tags": "",
            "module-type": "texteditoroperation",
            "modified": "20200804125155562",
            "created": "20200803160356743"
        },
        "$:/plugins/sq/editor-autolist/EditorToolbar-autolist": {
            "created": "20200803165453913",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"autolist\"\n/>\n",
            "title": "$:/plugins/sq/editor-autolist/EditorToolbar-autolist",
            "tags": "$:/tags/EditorToolbar",
            "shortcuts": "((autolist-newline))",
            "modified": "20200804124434675",
            "icon": "$:/core/images/list-bullet",
            "description": "",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "caption": "",
            "button-classes": "sq-text-editor-btn-hidden"
        },
        "$:/plugins/sq/editor-autolist/styles": {
            "text": ".sq-text-editor-btn-hidden {\n\tdisplay: none;\n}",
            "title": "$:/plugins/sq/editor-autolist/styles",
            "tags": "$:/tags/Stylesheet",
            "modified": "20200803172530073",
            "created": "20200803171440138"
        },
        "$:/plugins/sq/editor-autolist/EditorToolbar-autolist-indent": {
            "created": "20200803213912954",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"autolist\"\n\tmode=\"indent\"\n/>\n",
            "title": "$:/plugins/sq/editor-autolist/EditorToolbar-autolist-indent",
            "tags": "$:/tags/EditorToolbar",
            "shortcuts": "((autolist-indent))",
            "modified": "20200804124659294",
            "icon": "$:/core/images/list-bullet",
            "description": "",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "caption": "",
            "button-classes": "sq-text-editor-btn-hidden"
        },
        "$:/plugins/sq/editor-autolist/EditorToolbar-autolist-unindent": {
            "created": "20200804122848593",
            "text": "<$action-sendmessage\n\t$message=\"tm-edit-text-operation\"\n\t$param=\"autolist\"\n\tmode=\"unindent\"\n/>\n",
            "title": "$:/plugins/sq/editor-autolist/EditorToolbar-autolist-unindent",
            "tags": "$:/tags/EditorToolbar",
            "shortcuts": "((autolist-unindent))",
            "modified": "20200804124808496",
            "icon": "$:/core/images/list-bullet",
            "description": "",
            "condition": "[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]",
            "caption": "",
            "button-classes": "sq-text-editor-btn-hidden"
        },
        "$:/config/shortcuts/autolist-newline": {
            "created": "20200804124551033",
            "title": "$:/config/shortcuts/autolist-newline",
            "text": "Enter",
            "modified": "20200804124551033"
        },
        "$:/config/shortcuts/autolist-indent": {
            "created": "20200804124746636",
            "title": "$:/config/shortcuts/autolist-indent",
            "text": "Tab",
            "modified": "20200804124746636"
        },
        "$:/config/shortcuts/autolist-unindent": {
            "created": "20200804124833452",
            "title": "$:/config/shortcuts/autolist-unindent",
            "text": "shift-Tab",
            "modified": "20200804124833452"
        },
        "$:/config/ShortcutInfo/autolist-newline": {
            "created": "20200804124436341",
            "text": "Add a newline and list markup if in a list",
            "tags": "",
            "title": "$:/config/ShortcutInfo/autolist-newline",
            "modified": "20200804124533962"
        },
        "$:/config/ShortcutInfo/autolist-indent": {
            "created": "20200804124703604",
            "text": "Indent a line in a list",
            "tags": "",
            "title": "$:/config/ShortcutInfo/autolist-indent",
            "modified": "20200804124720020"
        },
        "$:/config/ShortcutInfo/autolist-unindent": {
            "created": "20200804124811668",
            "text": "Unindent a line in a list",
            "tags": "",
            "title": "$:/config/ShortcutInfo/autolist-unindent",
            "modified": "20200804124823040"
        }
    }
}
{
"tiddlers": {
"$:/_sq/Stories/config/openLinkDivert": {
    "text": "bottom",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/openLinkDivert",
    "modified": "20200422063802598",
    "created": "20170629173808777"
},

"$:/_sq/Stories/config/showRiverDropZones": {
    "text": "disable",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/showRiverDropZones",
    "modified": "20200523213957947",
    "created": "20200417170940547"
},

"$:/_sq/Stories/config/sidebaroverlaybreakpoint": {
    "text": "1500px",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/sidebaroverlaybreakpoint",
    "modified": "20200416182732404",
    "created": "20170616192704225"
},

"$:/_sq/Stories/config/snippets/viewswitcher": {
    "text": "\\define icon()\n$:/core/images/storyview-$(storyview)$\n\\end\n<$linkcatcher to=\"$:/_sq/Stories/config/Story2-storyview\">\n<div class=\"tc-chooser\">\n<$list filter=\"[storyviews[]]\" variable=\"storyview\">\n<$set name=\"cls\" filter=\"[<storyview>prefix{$:/_sq/Stories/config/Story2-storyview}]\" value=\"tc-chooser-item tc-chosen\" emptyValue=\"tc-chooser-item\"><div class=<<cls>>>\n<$link to=<<storyview>>>\n<$transclude tiddler=<<icon>>/>\n<$text text=<<storyview>>/>\n</$link>\n</div>\n</$set>\n</$list>\n</div>\n</$linkcatcher>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/snippets/viewswitcher",
    "tags": "",
    "modified": "20200416183434009",
    "created": "20200416183108721"
},

"$:/_sq/Stories/config/Story2-storyview": {
    "text": "classic",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/Story2-storyview",
    "tags": "",
    "modified": "20200417205214764",
    "created": "20200415213157946"
},

"$:/_sq/Stories/config/twostorybreakpoint": {
    "text": "1100px",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/twostorybreakpoint",
    "modified": "20200416182753284",
    "created": "20170616192701335"
},

"$:/_sq/Stories/CorePatch/ButtonDispatchMessage": {
    "text": "var ButtonWidget = require(\"$:/core/modules/widgets/button.js\").button;\n\nButtonWidget.prototype.dispatchMessage = function(event) {\n\tthis.dispatchEvent({type: this.message, param: this.param, tiddlerTitle: this.getVariable(\"currentTiddler\"), event: event, navigateFromNode: this});\n};\n\n/*\nInvoke the action widgets that are descendents of the current widget.\n*/\nButtonWidget.prototype.invokeActions = function(triggeringWidget,event) {\nevent.navigateFromNode = this;\n\tvar handled = false;\n\t// For each child widget\n\tfor(var t=0; t<this.children.length; t++) {\n\t\tvar child = this.children[t];\n\t\t// Invoke the child if it is an action widget\n\t\tif(child.invokeAction) {\n\t\t\tchild.refreshSelf();\n\t\t\tif(child.invokeAction(triggeringWidget,event)) {\n\t\t\t\thandled = true;\n\t\t\t}\n\t\t}\n\t\t// Propagate through through the child if it permits it\n\t\tif(child.allowActionPropagation() && child.invokeActions(triggeringWidget,event)) {\n\t\t\thandled = true;\n\t\t}\n\t}\n\treturn handled;\n};",
    "bag": "default",
    "revision": "0",
    "type": "application/javascript",
    "title": "$:/_sq/Stories/CorePatch/ButtonDispatchMessage",
    "tags": "",
    "module-type": "startup",
    "modified": "20200430193633599",
    "created": "20170616103202530"
},

"$:/_sq/Stories/divertTiddlerEditMacro": {
    "text": "\\define divertTiddlerEditButton()\n<$set name=\"original\" value={{!!draft.title}}>\n<$set name=\"otherStoryList\"  filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<$set name=\"otherHistoryList\" filter=\"[enlist{$:/_sq/Stories/HistoriesList!!list}] -[<tv-history-list>]\" select=\"0\">\n\t<$button class=<<tv-config-toolbar-class>> tooltip=\"Divert this tiddler to the other story for viewing\">\n\t\t<$navigator story=<<otherStoryList>> history=<<otherHistoryList>> >\n\t\t\t<$action-navigate $to=<<original>> />\n\t\t</$navigator>\n\t\t<span class=\"sq-button-divert-right sq-button-divert\">{{$:/_sq/Stories/icons/divert-right.svg}}</span><span class=\"sq-button-divert-left sq-button-divert\">{{$:/_sq/Stories/icons/divert-left.svg}}</span>\n\t</$button>\n</$set>\n</$set>\n</$set>\n\\end\n\n<<divertTiddlerEditButton>>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/divertTiddlerEditMacro",
    "tags": "$:/tags/EditToolbar",
    "modified": "20200523202347182",
    "list-before": "$:/core/ui/Buttons/delete",
    "description": "divert right/left",
    "created": "20170616074148780",
    "caption": "{{$:/_sq/Stories/icons/divert-right.svg}}"
},

"$:/_sq/Stories/divertTiddlerMacro": {
    "created": "20170609055347900",
    "text": "\\define divertTiddlerButton()\n<$set name=\"otherStoryList\" filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<$set name=\"otherHistoryList\" filter=\"[enlist{$:/_sq/Stories/HistoriesList!!list}] -[<tv-history-list>]\" select=\"0\">\n\t<$button class=<<tv-config-toolbar-class>> tooltip=\"Divert this tiddler to the other story\">\n\t\t<$navigator story=<<tv-story-list>> history=<<tv-history-list>> >\n\t\t\t<$action-sendmessage $message=\"tm-close-tiddler\" $param=<<currentTiddler>> />\n\t\t</$navigator>\n\t\t<$navigator story=<<otherStoryList>> history=<<otherHistoryList>> >\n\t\t\t<$action-navigate $to=<<currentTiddler>> />\n\t\t</$navigator>\t\n\t\t<span class=\"sq-button-divert-right sq-button-divert\">{{$:/_sq/Stories/icons/divert-right.svg}}</span><span class=\"sq-button-divert-left sq-button-divert\">{{$:/_sq/Stories/icons/divert-left.svg}}</span>\n\t</$button>\n</$set>\n</$set>\n\\end\n\n<<divertTiddlerButton>>\n",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/divertTiddlerMacro",
    "tags": "$:/tags/ViewToolbar",
    "modified": "20200806034422564",
    "list-before": "",
    "description": "Divert left/right",
    "caption": "{{$:/_sq/Stories/icons/divert-right.svg}} divert left/right"
},

"$:/_sq/Stories/EditTiddlerHook": {
    "text": "$tw.hooks.addHook(\"th-editing-tiddler\", function(event) {\n\tvar targetTitle = event.tiddlerTitle;\n\tvar stories = $tw.wiki.getTiddlerList('$:/_sq/Stories/StoriesList');\n\tvar draftTitle = $tw.wiki.findDraft(targetTitle);\n\tvar shiftKey = (event && event.event) ? event.event.shiftKey : null;\n\n\t//if !draftTitle, its not open anywhere\n\t//cant be open without existing, but can exist without being opened\n\n\tif(!draftTitle && !shiftKey) {\n\t\treturn true;\n\t}\n\n\tvar node = event.navigateFromNode;\n\tvar thisStory = node.getVariable(\"tv-story-title\");\n\tvar otherStory = (stories[0] == thisStory)? stories[1] : stories[0];\n\tvar otherStoryList = $tw.wiki.getTiddlerList(otherStory);\n\n\tif(otherStoryList.indexOf(draftTitle) > -1) {\n\t\talert(\"This tiddler is already open for editing in the other story\");\n\t\treturn false;\n\t}\n\n\tvar generateDraftTitle = function(title) {\n\t\tvar c = 0,\n\t\tdraftTitle;\n\t\tdo {\n\t\t\tdraftTitle = \"Draft \" + (c ? (c + 1) + \" \" : \"\") + \"of '\" + title + \"'\";\n\t\t\tc++;\n\t\t} while($tw.wiki.tiddlerExists(draftTitle));\n\t\treturn draftTitle;\n\t};\n\t\n\tif(shiftKey) {\n    //open in other story\n\t\tif(!draftTitle) {\n\t\t\tvar tiddler = $tw.wiki.getTiddler(targetTitle);\n\t\t\tdraftTitle = generateDraftTitle(targetTitle);\n\t\t\tvar draftTiddler = new $tw.Tiddler(\n\t\t\t\ttiddler,\n\t\t\t\t{\n\t\t\t\t\ttitle: draftTitle,\n\t\t\t\t\t\"draft.title\": targetTitle,\n\t\t\t\t\t\"draft.of\": targetTitle\n\t\t\t\t},\n\t\t\t\t$tw.wiki.getModificationFields()\n\t\t\t);\n\t\t\t$tw.wiki.addTiddler(draftTiddler);\n\t\t}\n\t\tvar otherStoryTiddler = $tw.wiki.getTiddler(otherStory);\n\t\totherStoryList.splice(0 ,0, draftTitle);\n\t\t$tw.wiki.addTiddler(new $tw.Tiddler(\n\t\t\t{title: otherStory},\n\t\t\totherStoryTiddler,\n\t\t\t{list:otherStoryList}\n\t\t));\n\t\treturn false;\n\t}\n\n\treturn true;\n});\n",
    "bag": "default",
    "revision": "0",
    "type": "application/javascript",
    "title": "$:/_sq/Stories/EditTiddlerHook",
    "tags": "",
    "module-type": "startup",
    "modified": "20200729135111179",
    "created": "20170616091547338"
},

"$:/_sq/Stories/HistoriesList": {
    "text": "",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/HistoriesList",
    "tags": "",
    "modified": "20200414145004336",
    "list": "$:/_sq/Stories/Story2HistoryList $:/HistoryList",
    "created": "20170610091606312"
},

"$:/_sq/Stories/icons/bars-empty.svg": {
    "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 100 100\" version=\"1.1\" x=\"0px\" y=\"0px\" class=\"tc-image-bars-empty tc-image-button\" width=\"40pt\" height=\"40pt\"><title>Single fold</title><desc>Created with Sketch.</desc><g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\"><g stroke=\"#000000\"><rect stroke-width=\"2\" x=\"17\" y=\"17\" width=\"66\" height=\"66\" rx=\"2\"/><path d=\"M50.5,18.5 L50.5,80.789646\" stroke-linecap=\"round\" stroke-dasharray=\"2,3,2,3\"/></g></g></svg>",
    "bag": "default",
    "revision": "0",
    "type": "image/svg+xml",
    "title": "$:/_sq/Stories/icons/bars-empty.svg",
    "tags": "",
    "modified": "20200414145004334",
    "created": "20170617203017607"
},

"$:/_sq/Stories/icons/bars.svg": {
    "text": "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" version=\"1.1\" x=\"0px\" y=\"0px\" viewBox=\"0 0 100 100\" enable-background=\"new 0 0 100 100\" xml:space=\"preserve\" class=\"tc-image-bars tc-image-button\" width=\"20\" height=\"20\" ><path d=\"M41.667,0h-37.5C0,0,0,0,0,4.167v91.667C0,100,0,100,4.167,100h37.5c4.167,0,4.167,0,4.167-4.167V4.167  C45.833,0,45.833,0,41.667,0z M95.833,0h-37.5c-4.167,0-4.167,0-4.167,4.167v91.667c0,4.167,0,4.167,4.167,4.167h37.5  C100,100,100,100,100,95.833V4.167C100,0,100,0,95.833,0z\"/></svg>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/icons/bars.svg",
    "modified": "20200414145004333",
    "created": "20170608202154511"
},

"$:/_sq/Stories/icons/divert-left.svg": {
    "text": "<svg class=\"tc-image-button\"  x=\"0px\" y=\"0px\" width=\"30pt\" height=\"30pt\" viewBox=\"0 0 100 125\" ><path  d=\"M7.197,44.697l27.5-27.5c2.929-2.929,7.678-2.929,10.607,0c2.929,2.929,2.929,7.678,0,10.607L30.607,42.5H70  h0c5.118,0,10.237,1.953,14.142,5.858c7.81,7.81,7.81,20.474,0,28.284c-2.929,2.929-7.678,2.929-10.607,0  c-2.929-2.929-2.929-7.678,0-10.607c1.953-1.953,1.953-5.118,0-7.071C72.559,57.988,71.28,57.5,70,57.5h0v0H30.607l14.697,14.697  c2.929,2.929,2.929,7.678,0,10.607c-2.929,2.929-7.678,2.929-10.607,0L16.036,64.142l-8.839-8.839  C4.268,52.374,4.268,47.626,7.197,44.697z\"/></svg>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/icons/divert-left.svg",
    "modified": "20200414145004330",
    "created": "20170609061834078"
},

"$:/_sq/Stories/icons/divert-right.svg": {
    "text": "<svg class=\"tc-image-button\"  x=\"0px\" y=\"0px\" width=\"30pt\" height=\"30pt\" viewBox=\"0 0 100 125\" ><path d=\"M92.803,44.697l-27.5-27.5c-2.929-2.929-7.678-2.929-10.607,0c-2.929,2.929-2.929,7.678,0,10.607  L69.393,42.5H30h0c-5.118,0-10.237,1.953-14.142,5.858c-7.81,7.81-7.81,20.474,0,28.284c2.929,2.929,7.678,2.929,10.607,0  c2.929-2.929,2.929-7.678,0-10.607c-1.953-1.953-1.953-5.118,0-7.071C27.441,57.988,28.72,57.5,30,57.5h0v0h39.393L54.697,72.197  c-2.929,2.929-2.929,7.678,0,10.607s7.678,2.929,10.607,0l18.661-18.661l8.839-8.839C95.732,52.374,95.732,47.626,92.803,44.697z\"/></svg>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/icons/divert-right.svg",
    "modified": "20200414145004328",
    "created": "20170609061824401"
},

"$:/_sq/Stories/LinkKeybindings": {
    "text": "$tw.hooks.addHook('th-navigating', function(event) {\n\t//override core behaviour when shift key was used\n\tif( ((event.event && event.event.shiftKey) || (event.shiftKey && event)) && event.navigateTo) {\n\t\tvar stories = $tw.wiki.getTiddlerList('$:/_sq/Stories/StoriesList');\n\t\tvar node = event.navigateFromNode;\n\t\tvar thisStory = node.getVariable(\"tv-story-list\");\n\t\tvar otherStory = (stories[0] == thisStory)? stories[1] : stories[0];\t\n\t\tvar storyList = $tw.wiki.getTiddlerList(otherStory);\n\t\tvar slot = storyList.indexOf(event.navigateTo);\n\t\t\n\t\tif(slot < 0){\n\t\t\tif($tw.wiki.getTiddlerText(\"$:/config/Navigation/openLinkFromOutsideRiver\") === \"bottom\") {\n\t\t\t\n\t\t\t\tstoryList.splice(storyList.length, 0, event.navigateTo);\n\t\t\t} else {\n\t\t\t\tstoryList.splice(0, 0, event.navigateTo);\n\t\t\t}\n\t\t\tvar storyTiddler =\t$tw.wiki.getTiddler(otherStory);\n\t\t\t$tw.wiki.addTiddler(new $tw.Tiddler(\n\t\t\t\t{title: otherStory},\n\t\t\t\tstoryTiddler,\n\t\t\t\t{list:storyList}\n\t\t\t));\n\t\t}\n\t\tvar histories = $tw.wiki.getTiddlerList('$:/_sq/Stories/HistoriesList');\n\t\tvar thisHistory = node.getVariable(\"tv-history-list\");\n\t\tvar otherHistory = (histories[0] == thisHistory) ? histories[1] : histories[0];\t\t\n\t\t$tw.wiki.addToHistory(event.navigateTo,event.navigateFromClientRect, otherHistory); \n\t\tif($tw.wiki.getTiddlerText(\"$:/config/_sq/Stories/story2\") === \"no\") {\n\t\t\t$tw.wiki.setText(\"$:/config/_sq/Stories/story2\",undefined,undefined,\"yes\",undefined);\n\t\t}\n\t\tevent.navigateTo = false;\n\t}\n\treturn event;\n});",
    "bag": "default",
    "revision": "0",
    "type": "application/javascript",
    "title": "$:/_sq/Stories/LinkKeybindings",
    "tags": "",
    "module-type": "startup",
    "modified": "20200422065240983",
    "created": "20170610071940508"
},

"$:/_sq/Stories/startup-actions": {
    "text": "<$action-deletetiddler $tiddler=\"$:/_sq/Stories/Story2HistoryList\"/>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/startup-actions",
    "tags": "$:/tags/StartupAction/Browser",
    "modified": "20200417172054199",
    "created": "20200417171756341"
},

"$:/_sq/Stories/Stories.css": {
    "text": "\\define if-fluid-fixed(text,disableText)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"match\" text=\"fluid-fixed\">\n$text$\n</$reveal>\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"nomatch\" text=\"fluid-fixed\">\n$disableText$\n</$reveal>\n\\end\n\n\\define if-two-stories(twoStoryCommon, twoStorySidebar twoStoryNoSidebar, oneStoryText)\n<$reveal default=\"yes\" type=\"match\" text={{{[{$:/_sq/Stories/Story2StoryList!!list}length[]match[0]then[no]] ~[{$:/config/_sq/Stories/story2}]}}}>\n$twoStoryCommon$\n<$reveal state=\"$:/state/sidebar\" type=\"match\" text=\"yes\" default=\"yes\">\n$twoStorySidebar$\n</$reveal>\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">\n$twoStoryNoSidebar$\n</$reveal>\n</$reveal>\n<$reveal default=\"yes\" type=\"nomatch\" text={{{[{$:/_sq/Stories/Story2StoryList!!list}length[]match[0]then[no]] ~[{$:/config/_sq/Stories/story2}]}}}>\n$oneStoryText$\n</$reveal>\n\\end\n\n\n<pre>\n\n.tc-page-container.tc-page-view-zoomin .tc-storyview-zoomin-tiddler {\n\twidth: 100%;\n\tposition: relative;\n}\n\n.tc-btn-storytwotoggle {\n\tpadding:0px;\n}\n\n.tc-btn-storytwotoggle img {\n\twidth: 30px;\n\theight: 30px;\n}\n\n.tc-sidebar-lists .tc-btn-storytwotoggle-bars {\n\tfont-size: 1.5em;\n}\n\n.tc-sidebar-lists .tc-btn-storytwotoggle-bars svg {\n\tfill: #aaa;\n}\n\n.tc-story-river .sq-button-divert-left{\n\tdisplay: none;\n}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar{width:10px}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb{background:#a5a5a5;border-radius:10px}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb:hover{background:#6f6f6f}\n\n.sq-story-rivertwo-scrollable::-webkit-scrollbar-thumb:active{background:#333}\n\n\t.tc-sidebar-tab-open.sq-sidebar-open .tc-btn-invisible.tc-btn-mini {\n\t\tpadding: 0 0.2em;\n\t}\n\n\t.tc-sidebar-tab-open.sq-sidebar-open .tc-sidebar-tab-open-item {\n\t\tpadding: 0.1em;\n\t}\n\t\n\thtml body.tc-body .tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink {\n\t\tfont-weight: 400;\n\t}\n\n.tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink {\n\tcolor:<<color very-muted-foreground>>;\n}\n\n.tc-sidebar-tab-open.sq-sidebar-open a.tc-tiddlylink:hover {\n\tcolor: <<color sidebar-tiddler-link-foreground-hover>>;\n}\n\n<<if-two-stories twoStoryCommon:\"\"\"\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n.sq-story-rivertwo-scrollable {\n\tposition: fixed;\n\ttop: calc(1em + {{$:/themes/tiddlywiki/vanilla/metrics/storytop}});\n\tbottom: 0;\n}\n\n.tc-story-river.sq-story-rivertwo .tc-tiddler-frame {\n\tmargin-right: 1em !important;\n\tmargin-left: 0;\n\tfont-size: {{$:/config/sq/Stories/story2/fontsize-title}}px;\n}\n\n.tc-story-river.sq-story-rivertwo .tc-tiddler-frame .tc-tiddler-body {\n\tfont-size: {{$:/config/sq/Stories/story2/fontsize-body}}px;\n}\n\n.tc-story-river {\n\tfloat: left;\n\tmargin-right: 0;\n\tpadding-right: 0em;\n\tpadding-top: 0em;\n}\n\nbody .tc-story-river {\n\tpadding: 0 1.5em 1em 0em !important;\n\tmin-height: 500px; /** so story 2 doesnt collapse to left when no tiddler in story 1***/ \n}\n\nbody .tc-story-river.tc-storytwo-river { padding-right:0em !important; }\n\nbody section.story-backdrop p:nth-child(1) {\n\tmargin:0;\n\tpadding:0;\n}\n\n.tc-story-river .sq-button-divert-right{\n\tdisplay:inline-block;\n}\n\n.tc-story-river .sq-button-divert-left{\n\tdisplay: none;\n}\n\n.tc-story-river.sq-story-rivertwo .sq-button-divert-left{\n\tdisplay:inline-block;\n}\n\n.tc-story-river.sq-story-rivertwo .sq-button-divert-right{\n\tdisplay: none;\n}\n\n.sq-storydropzone {\n\tpadding: 0.5em;\n\tborder:1px solid #bbb;\n\tcolor: #ccc;\n\ttext-align: center;\n\tposition: relative;\n\twidth: calc(100% - 45px);\n\t-moz-box-shadow:    inset 0 0 10px #ccc;\n\t-webkit-box-shadow: inset 0 0 10px #ccc;\n\tbox-shadow:         inset 0 0 10px #ccc;\n\tmargin-bottom: 1em;\n}\n\n.sq-storydropzone-newtiddlerbutton {\n\twidth: 40px;\n\tfloat: right;\n\tpadding: 0.2em 0.5em 0.5em 0.5em;\n\tmargin-top: 0em;\n\tmargin-right: 0.2em;\n}\n\n.tc-tiddler-frame {\n\tpadding-right:28px;\n}\n\n}\n\"\"\" twoStorySidebar:\"\"\"\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n.tc-story-river {\n\twidth: calc((100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}} - {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} + 14px)*{{$:/config/sq/Stories/storyRiverRatio}}/100);\n}\n\n.sq-storydropzone {\n\tpadding: 0.5em;\n\tborder:1px solid #bbb;\n\tcolor: #ccc;\n\ttext-align: center;\n}\n\n.sq-story-rivertwo-scrollable, .sq-story-rivertwo {\n\twidth: calc((100% -  {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}} - {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} + 14px)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n}\n}\n\n.tc-sidebar-scrollable {\n\twidth: calc({{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}} - 14px);\n\tpadding-left: 28px;\n}\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) and (max-width: {{$:/_sq/Stories/config/sidebaroverlaybreakpoint}}) {\n\t\n\t.tc-story-river {\n\t\twidth: calc((100% - 1em)*{{$:/config/sq/Stories/storyRiverRatio}}/100);\n\t}\n\n\t.sq-story-rivertwo {\n\t\twidth: calc((100% -  1em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n\t}\n\t\n\n\t.sq-story-rivertwo-scrollable {\n\t\twidth: calc((100% -  0.5em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tz-index:999;\n\t\tbackground:#eee;\n\t\tborder-left: 1px solid #ddd;\n\t}\n\n}\n\n\"\"\" twoStoryNoSidebar:\"\"\"\n\n.tc-story-river.sq-story-rivertwo {\n\tpadding-right: 0.5em;\n}\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n.tc-story-river {\n\twidth: calc((100% - 1em)*{{$:/config/sq/Stories/storyRiverRatio}}/100);\n}\n\n.sq-story-rivertwo {\n\twidth: calc((100% -  1em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n}\n}\n\n.sq-story-rivertwo-scrollable {\n\twidth: calc((100% -  0.5em)*(100 - {{$:/config/sq/Stories/storyRiverRatio}})/100);\n}\n\n\n\n\n}\n\n@media (min-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) and (max-width: {{$:/_sq/Stories/config/sidebaroverlaybreakpoint}}) {\n\t.tc-sidebar-scrollable {\n\t\tdisplay:none;\n\t}\n}\n\n\"\"\" oneStoryText: \"\"\"\n.sq-twostoriesonly {\n\tdisplay: none;\n}\n\n.tc-story-river {\n\tpadding-top: 15px;\n}\n\n\"\"\"\n>>\n\n@media (max-width: {{$:/_sq/Stories/config/twostorybreakpoint}}) {\n\t.sq-twostoriesonly {\n\t\tdisplay: none;\n\t}\n\n\t.tc-btn-storytwotoggle {\n\t\tdisplay: none;\n\t}\n\n\t.sq-stories-disabled {\n\t\tdisplay: none;\n\t}\n\n<<if-two-stories twoStoryCommon:\"\"\"\n\n\t.tc-storytwo-river {\n\t\tdisplay: none;\n\t}\n\n\t.tc-story-river {\n\t\twidth: auto;\n\t\tpadding-top: 15px;\n\t}\n\n\t.tc-story-river .sq-button-divert {\n\t\tdisplay: none;\n\t}\n\n\n\t.sq-story-rivertwo-scrollable {\n\t\tdisplay:none;\n\t}\n\n\n\"\"\" twoStorySidebar:\"\"\"\n\t.tc-story-river {\n\t\tmargin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tborder-left: 0;\n\t\tz-index: inherit;\n\t\tbackground: transparent;\n\t}\n\"\"\" twoStoryNoSidebar: \"\"\"\n\t.tc-story-river {\n\t\tpadding-right: 2em;\n\t}\n\"\"\"\n\n>>\n}\n\n@media (max-width: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}) {\n.tc-story-river {\nmargin-right: 0;\n}\n}\n\n\n</pre>\n",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/Stories.css",
    "tags": "$:/tags/Stylesheet",
    "modified": "20200731105030883",
    "created": "20170608102837192"
},

"$:/_sq/Stories/StoriesList": {
    "text": "",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/StoriesList",
    "tags": "",
    "modified": "20200414145004320",
    "list": "$:/_sq/Stories/Story2StoryList $:/StoryList",
    "created": "20170610072420739"
},

"$:/_sq/Stories/Story2StoryList": {
    "title": "$:/_sq/Stories/Story2StoryList",
    "text": "",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "modified": "20200731105210982",
    "list": "$:/plugins/sq/Stories/changelog $:/config/sq/Stories/story2/fontsize-title $:/config/sq/Stories/storyRiverRatio [[Pack stories to plugin]]",
    "created": "20170615140314952"
},

"$:/_sq/Stories/Templates/RiverDropZone": {
    "text": "\\define drop-actions()\n<$action-listops $tiddler=<<otherStoryList>> $subfilter=\"+[remove<actionTiddler>]\"/> \n<$action-navigate $to=<<actionTiddler>>/>\n\\end\n<$reveal state=\"$:/_sq/Stories/config/showRiverDropZones\" text=\"enable\" type=\"match\" default=\"disable\">\n<div class=\"sq-storydropzone-container sq-twostoriesonly\">\n\t<div class=\"sq-storydropzone-newtiddlerbutton  tc-page-controls\">\n\t\t<$transclude tiddler=\"$:/core/ui/Buttons/new-tiddler\"/>\n\t</div>\n\t<div style=\"position: relative; \" class=\"sq-storydropzone sq-twostoriesonly\">\n\t\t<$set name=\"otherStoryList\"  filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n\t\t<$droppable actions=<<drop-actions>>>\n\t\t\t<div class=\"tc-droppable-placeholder\">\n\t\t\t&nbsp;\n\t\t\t</div>\n\t\t\t<div>\n\t\t\t\tDrop link here to open\n\t\t\t</div>\n\t\t</$droppable>\n\t\t</$set>\n\t</div>\n</div>\n</$reveal>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/Templates/RiverDropZone",
    "tags": "$:/tags/AboveStory",
    "modified": "20200523213430940",
    "list-before": "$:/core/ui/PageTemplate/story",
    "created": "20170609191118712"
},

"$:/_sq/Stories/Templates/Story2Template": {
    "text": "\\whitespace trim\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"match\" text=\"yes\" default=\"no\" retain=\"yes\" animate=\"no\" tag=\"section\" class=\"tc-story-river tc-storytwo-river sq-story-rivertwo\">\n\n<$navigator story=\"$:/_sq/Stories/Story2StoryList\" history=\"$:/_sq/Stories/Story2HistoryList\" openLinkFromInsideRiver={{$:/config/Navigation/openLinkFromInsideRiver}} openLinkFromOutsideRiver={{$:/config/Navigation/openLinkFromOutsideRiver}} relinkOnRename={{$:/config/RelinkOnRename}}>\n<$scrollable class=\"sq-story-rivertwo-scrollable\"  fallthrough=\"no\">\n<section class=\"story-backdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/AboveStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n<$list filter=\"[list[$:/_sq/Stories/Story2StoryList]]\" history=\"$:/_sq/Stories/Story2HistoryList\" template={{{[[$:/config/sq/Stories/story2/ViewTemplate]get[text]!is[blank]] ~[[$:/config/ui/ViewTemplate]get[text]]}}} editTemplate={{{[[$:/config/sq/Stories/story2/EditTemplate]get[text]!is[blank]] ~[[$:/config/ui/EditTemplate]get[text]]}}}  storyview={{$:/_sq/Stories/config/Story2-storyview}}>\n\n<div>\n<$transclude/>\n</div>\n\n</$list>\n\n<section class=\"story-frontdrop\">\n\n<$list filter=\"[all[shadows+tiddlers]tag[$:/tags/BelowStory]!has[draft.of]]\">\n\n<$transclude/>\n\n</$list>\n\n</section>\n\n</$scrollable>\n</$navigator>\n\n</$reveal>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/Templates/Story2Template",
    "tags": "$:/tags/PageTemplate",
    "modified": "20200730045003939",
    "list-after": "$:/core/ui/PageTemplate/story",
    "created": "20170608171610013"
},

"$:/_sq/Stories/Templates/StoryToggleMenu": {
    "text": "<div class=\"sq-twostoriesonly\">\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"nomatch\" text=\"no\" default=\"no\">\n<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"no\" tooltip=\"Hide right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle\">{{$:/_sq/Stories/icons/bars-empty.svg}} </$button> Hide right column\n</$reveal>\n</div>\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"match\" text=\"no\" default=\"no\">\n<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"yes\" tooltip=\"Show right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle tc-btn-storytwotoggle-bars\">{{$:/_sq/Stories/icons/bars.svg}}</$button>  <span class=\"sq-stories-disabled\">Show right column</span>\n</$reveal>\n",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/Templates/StoryToggleMenu",
    "modified": "20200425133224298",
    "created": "20170608172531552"
},

"$:/_sq/Stories/Templates/StoryTogglePageControl": {
    "text": "<span class=\"sq-twostoriesonly\">\n\t<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"nomatch\" text=\"no\" default=\"no\">\n\t\t<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"no\" tooltip=\"Hide right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle\">{{$:/_sq/Stories/icons/bars-empty.svg}} </$button>\n\t</$reveal>\n</span>\n<$reveal state=\"$:/config/_sq/Stories/story2\" type=\"match\" text=\"no\" default=\"no\">\n\t<$button set=\"$:/config/_sq/Stories/story2\" setTo=\"yes\" tooltip=\"Show right column\" aria-label=\"\" class=\"tc-btn-invisible tc-btn-storytwotoggle\">{{$:/_sq/Stories/icons/bars.svg}}</$button>\n</$reveal>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/Templates/StoryTogglePageControl",
    "tags": "$:/tags/PageControls",
    "modified": "20200425133303133",
    "description": "Show right column for second story",
    "created": "20170617182141154",
    "caption": "{{$:/_sq/Stories/icons/bars.svg}} Show right column"
},

"$:/_sq/Stories/Story2HistoryList": {
    "created": "20200425131030296",
    "text": "[\n    {\n        \"title\": \"$:/config/Tiddlers/TitleLinks\",\n        \"fromPageRect\": {\n            \"top\": 249.296875,\n            \"left\": 1230,\n            \"width\": 183.515625,\n            \"right\": 1413.515625,\n            \"bottom\": 269.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerMacro\",\n        \"fromPageRect\": {\n            \"top\": 623.296875,\n            \"left\": 1230,\n            \"width\": 220.390625,\n            \"right\": 1450.390625,\n            \"bottom\": 643.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerMacro\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerMacro\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\",\n        \"fromPageRect\": {\n            \"top\": 319.296875,\n            \"left\": 1230,\n            \"width\": 245.53125,\n            \"right\": 1475.53125,\n            \"bottom\": 339.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\",\n        \"fromPageRect\": {\n            \"top\": 537.296875,\n            \"left\": 1230,\n            \"width\": 283.546875,\n            \"right\": 1513.546875,\n            \"bottom\": 557.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\",\n        \"fromPageRect\": {\n            \"top\": 297.296875,\n            \"left\": 1230,\n            \"width\": 326.734375,\n            \"right\": 1556.734375,\n            \"bottom\": 317.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryToggleMenu'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryToggleMenu\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/Templates/StoryTogglePageControl'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/Templates/StoryTogglePageControl\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n    },\n    {\n        \"title\": \"$:/core/ui/SideBar/Open\",\n        \"fromPageRect\": {\n            \"top\": 337.296875,\n            \"left\": 1230,\n            \"width\": 161.8125,\n            \"right\": 1391.8125,\n            \"bottom\": 357.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/core/ui/SideBar/Open'\"\n    },\n    {\n        \"title\": \"$:/core/ui/SideBar/Open\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/divertTiddlerEditMacro'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/divertTiddlerEditMacro\"\n    },\n    {\n        \"title\": \"TiddlyBlink\"\n    },\n    {\n        \"title\": \"Stories-overview\",\n        \"fromPageRect\": {\n            \"top\": 1035.921875,\n            \"left\": 1190,\n            \"width\": 101.6875,\n            \"right\": 1291.6875,\n            \"bottom\": 1054.921875,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"$:/.giffmex/Customize.TiddlyBlink\",\n        \"fromPageRect\": {\n            \"top\": 735.625,\n            \"left\": 107.5,\n            \"width\": 145.171875,\n            \"right\": 252.671875,\n            \"bottom\": 755.625,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"$:/.giffmex/meta/hack.tiddlyblink\",\n        \"fromPageRect\": {\n            \"top\": 757.625,\n            \"left\": 107.5,\n            \"width\": 129.59375,\n            \"right\": 237.09375,\n            \"bottom\": 777.625,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"TiddlyBlink\",\n        \"fromPageRect\": {\n            \"top\": 161.296875,\n            \"left\": 221.953125,\n            \"width\": 71.859375,\n            \"right\": 293.8125,\n            \"bottom\": 181.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"TiddlyBlink\",\n        \"fromPageRect\": {\n            \"top\": 161.296875,\n            \"left\": 221.953125,\n            \"width\": 71.859375,\n            \"right\": 293.8125,\n            \"bottom\": 181.296875,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Stories-overview\",\n        \"fromPageRect\": {}\n    },\n    {\n        \"title\": \"Draft of 'Stories-overview'\"\n    },\n    {\n        \"title\": \"Stories-overview\"\n    },\n    {\n        \"title\": \"Draft of 'Stories-overview'\"\n    },\n    {\n        \"title\": \"Stories-overview\"\n    },\n    {\n        \"title\": \"Draft of 'Stories'\"\n    },\n    {\n        \"title\": \"Plugin maker\",\n        \"fromPageRect\": {\n            \"top\": 481.34375,\n            \"left\": 2259,\n            \"width\": 80.890625,\n            \"right\": 2339.890625,\n            \"bottom\": 500.34375,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of 'Plugin maker'\"\n    },\n    {\n        \"title\": \"Plugin maker\"\n    },\n    {\n        \"title\": \"Stories\",\n        \"fromPageRect\": {\n            \"top\": 296.84375,\n            \"left\": 2259,\n            \"width\": 41.453125,\n            \"right\": 2300.453125,\n            \"bottom\": 315.84375,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Plugin maker\",\n        \"fromPageRect\": {\n            \"top\": 501.34375,\n            \"left\": 2259,\n            \"width\": 80.890625,\n            \"right\": 2339.890625,\n            \"bottom\": 520.34375,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of 'Plugin maker'\"\n    },\n    {\n        \"title\": \"Plugin maker\"\n    },\n    {\n        \"title\": \"Draft of 'Stories'\"\n    },\n    {\n        \"title\": \"Stories\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/config/Settings\",\n        \"fromPageRect\": {\n            \"top\": 360.171875,\n            \"left\": 1245,\n            \"width\": 182.21875,\n            \"right\": 1427.21875,\n            \"bottom\": 379.171875,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/config/Settings'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/config/Settings\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/config/Settings\",\n        \"fromPageRect\": {\n            \"top\": 360.171875,\n            \"left\": 1245,\n            \"width\": 182.21875,\n            \"right\": 1427.21875,\n            \"bottom\": 379.171875,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/config/Settings'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/config/Settings\"\n    },\n    {\n        \"title\": \"Draft of 'Stories'\"\n    },\n    {\n        \"title\": \"Stories\"\n    },\n    {\n        \"title\": \"Draft of 'Stories'\"\n    },\n    {\n        \"title\": \"Stories\"\n    },\n    {\n        \"title\": \"Draft of 'Stories'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories\",\n        \"fromPageRect\": {\n            \"top\": 463.734375,\n            \"left\": 2321.1875,\n            \"width\": 476.734375,\n            \"right\": 2797.921875,\n            \"bottom\": 482.734375,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"Stories-overview\"\n    },\n    {\n        \"title\": \"Draft of 'Stories changelog'\"\n    },\n    {\n        \"title\": \"Stories changelog\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories\",\n        \"fromPageRect\": {\n            \"top\": 573.203125,\n            \"left\": 2255.625,\n            \"width\": 127.640625,\n            \"right\": 2383.265625,\n            \"bottom\": 592.203125,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"$:/_sq/Stories/widgets/action-addtohistory\",\n        \"fromPageRect\": {\n            \"top\": 1023.453125,\n            \"left\": 1194.5,\n            \"width\": 263.703125,\n            \"right\": 1458.203125,\n            \"bottom\": 1042.453125,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/widgets/action-addtohistory\",\n        \"fromPageRect\": {\n            \"top\": 653.453125,\n            \"left\": 1194.5,\n            \"width\": 263.703125,\n            \"right\": 1458.203125,\n            \"bottom\": 672.453125,\n            \"height\": 19\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories'\"\n    },\n    {\n        \"title\": \"Draft of 'Stories changelog'\"\n    },\n    {\n        \"title\": \"Stories_changelog\"\n    },\n    {\n        \"title\": \"Draft of 'Stories_changelog'\"\n    },\n    {\n        \"title\": \"$:/_sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/_sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"$:/config/_sq/Stories/story2/EditTemplate\",\n        \"fromPageRect\": {\n            \"top\": 242.78125,\n            \"left\": 1226.5,\n            \"width\": 273.875,\n            \"right\": 1500.375,\n            \"bottom\": 262.78125,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"Draft of 'Pack stories to plugin'\"\n    },\n    {\n        \"title\": \"Pack stories to plugin\"\n    },\n    {\n        \"title\": \"$:/config/sq/Stories/story2/EditTemplate\",\n        \"fromPageRect\": {\n            \"top\": 242.78125,\n            \"left\": 1226.5,\n            \"width\": 267.65625,\n            \"right\": 1494.15625,\n            \"bottom\": 262.78125,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"$:/config/sq/Stories/storyRiverRatio\",\n        \"fromPageRect\": {\n            \"top\": 330.78125,\n            \"left\": 1302.75,\n            \"width\": 235.375,\n            \"right\": 1538.125,\n            \"bottom\": 350.78125,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"$:/config/sq/Stories/story2-fontsize\",\n        \"fromPageRect\": {\n            \"top\": 220.78125,\n            \"left\": 1522.875,\n            \"width\": 234.171875,\n            \"right\": 1757.046875,\n            \"bottom\": 240.78125,\n            \"height\": 20\n        }\n    },\n    {\n        \"title\": \"Draft of '$:/config/sq/Stories/story2-fontsize'\"\n    },\n    {\n        \"title\": \"$:/config/sq/Stories/story2/fontsize-title\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    },\n    {\n        \"title\": \"Draft of '$:/plugins/sq/Stories/changelog'\"\n    },\n    {\n        \"title\": \"$:/plugins/sq/Stories/changelog\"\n    }\n]",
    "type": "application/json",
    "current-tiddler": "$:/plugins/sq/Stories/changelog",
    "modified": "20200806034532118",
    "title": "$:/_sq/Stories/Story2HistoryList",
    "revision": "0",
    "bag": "default"
},

"$:/core/ui/SideBar/Open": {
    "text": "\\whitespace trim\n\\define lingo-base() $:/language/CloseAll/\n\n\\define drop-actions()\n<$action-listops $tiddler=<<tv-story-list>> $subfilter=\"+[insertbefore:currentTiddler<actionTiddler>]\"/>\n<$action-listops $tiddler=<<_otherStory>> $subfilter=\"-[<actionTiddler>]\"/>\n\\end\n\n\\define placeholder()\n<div class=\"tc-droppable-placeholder\"/>\n\\end\n\n\\define droppable-item(button)\n\\whitespace trim\n<$droppable actions=<<drop-actions>>>\n<<placeholder>>\n<div>\n$button$\n</div>\n</$droppable>\n\\end\n\n\\define open-tiddler-list()\n<div class=\"tc-sidebar-tab-open sq-sidebar-open\">\n<$list filter=\"[list<tv-story-list>]\" history=<<tv-history-list>> storyview=\"pop\">\n<div class=\"tc-sidebar-tab-open-item\">\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-tiddler\" tooltip={{$:/language/Buttons/Close/Hint}} aria-label={{$:/language/Buttons/Close/Caption}} class=\"tc-btn-invisible tc-btn-mini\">{{$:/core/images/close-button}}</$button>&nbsp;<$link to={{!!title}}><$view field=\"title\"/></$link>\"\"\"/>\n</div>\n</$list>\n<$tiddler tiddler=\"\">\n<div>\n<$macrocall $name=\"droppable-item\" button=\"\"\"<$button message=\"tm-close-all-tiddlers\" class=\"tc-btn-invisible tc-btn-mini\"><<lingo Button>></$button>\"\"\"/>\n</div>\n</$tiddler>\n</div>\n\\end\n\n\n''Left Column''\n<$set name=\"_otherStory\" filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<<open-tiddler-list>>\n</$set>\n<div class=\"sq-twostoriesonly\">\n\n---\n\n''Right Column''\n<$set name=\"_otherStory\" value=<<tv-story-list>> >\n<$set name=\"tv-story-list\"  filter=\"[enlist{$:/_sq/Stories/StoriesList!!list}] -[<tv-story-list>]\" select=\"0\">\n<$set name=\"tv-history-list\"  filter=\"[enlist{$:/_sq/Stories/HistoriesList!!list}] -[<tv-history-list>]\" select=\"0\">\n<$navigator story=<<tv-story-list>>  history=<<tv-history-list>> >\n<<open-tiddler-list>>\n</$navigator>\n</$set>\n</$set>\n</$set>\n\n</div>\n\n---\n\n<$transclude tiddler=\"$:/_sq/Stories/Templates/StoryToggleMenu\"/>",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/core/ui/SideBar/Open",
    "tags": "$:/tags/SideBar",
    "modified": "20200425133519499",
    "created": "20170609174945253",
    "caption": "{{$:/language/SideBar/Open/Caption}}"
},

"$:/config/_sq/Stories/story2": {
    "text": "yes",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/config/_sq/Stories/story2",
    "modified": "20200731104006221",
    "created": "20170615081040584"
},

"$:/themes/tiddlywiki/vanilla/options/sidebarlayout": {
    "text": "fluid-fixed",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/themes/tiddlywiki/vanilla/options/sidebarlayout",
    "tags": "tb",
    "modified": "20200416185419828",
    "created": "20200127172539001"
},

"$:/plugins/sq/Stories/settings": {
    "text": "\\define switchStoryView(storyview,default)\n<$select tiddler='$storyview$' default='$default$'>\n<option value=\"zoomin\"><$text text='one tiddler only'/></option>\n<option value=\"classic\"><$text text='multiple tiddlers'/></option>\n</$select>\n\\end\n\n|[[Minimum width to show the second story|$:/_sq/Stories/config/twostorybreakpoint]] |<$edit-text tiddler=\"$:/_sq/Stories/config/twostorybreakpoint\" default=\"\" tag=\"input\"/> |\n|[[Minimum width to show non-overlapping sidebar|$:/_sq/Stories/config/sidebaroverlaybreakpoint]] |<$edit-text tiddler=\"$:/_sq/Stories/config/sidebaroverlaybreakpoint\" default=\"\" tag=\"input\"/> |\n|[[Open tiddlers at top or bottom of story when using divert button|$:/_sq/Stories/config/openLinkDivert]] | <$select tiddler=\"$:/_sq/Stories/config/openLinkDivert\" default=\"top\"><option value=\"top\">top</option><option value=\"bottom\">bottom</option></$select>|\n|<$link to=\"$:/_sq/Stories/config/showRiverDropZones\">Show dropzones above each story</$link>|<$checkbox tiddler=\"$:/_sq/Stories/config/showRiverDropZones\" field=\"text\" checked=\"enable\" unchecked=\"disable\" default=\"disable\"></$checkbox>|\n|[[Story view for second story|$:/_sq/Stories/config/Story2-storyview]]:|{{$:/_sq/Stories/config/snippets/viewswitcher}}|\n\n\n\n''Choose how to view tiddlers in each column''\n\nLeft column: <<switchStoryView $:/view zoomin>>\n\nRight column: <<switchStoryView $:/_sq/Stories/config/Story2-storyview classic>>\n\n''Left column to right column width ratio:''\n\n{{$:/config/sq/Stories/storyRiverRatio}} : <$text text={{{[[100]subtract{$:/config/sq/Stories/storyRiverRatio}]}}}/>\n\n<$range tiddler=\"$:/config/sq/Stories/storyRiverRatio\" min=\"20\" max=\"80\" default=\"50\" increment=\"5\"/> \n<!--\n''Right column font-size''\n\nTiddler: {{$:/config/sq/Stories/story2/fontsize-title}}px\n\n<$range tiddler=\"$:/config/sq/Stories/story2/fontsize-title\" min=\"6\" max=\"40\" default=\"14\" increment=\"1\"/> \n\nBody: {{$:/config/sq/Stories/story2/fontsize-body}}px\n\n<$range tiddler=\"$:/config/sq/Stories/story2/fontsize-body\" min=\"6\" max=\"40\" default=\"15\" increment=\"1\"/> \n\n-->",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/plugins/sq/Stories/settings",
    "tags": "$:/tags/ControlPanel/Appearance",
    "modified": "20200731105236925",
    "created": "20170616185336118",
    "caption": "Two Story Layout"
},

"$:/plugins/sq/Stories/changelog": {
    "created": "20200430210052275",
    "text": "Version 1.03\n\n* Fixed bug in view toolbar position caused by extra blank line in $:/_sq/Stories/divertTiddlerMacro\n\nVersion 1.0.2\n\n* Fixed bug where storyRiverRatio was not respected at some resolutions\n\nVersion 1.0.1\n\n* Added support for config tiddlers to customize view and edit templates for second story. These tiddlers override the core config tiddlers if they exist.\n** $:/config/sq/Stories/story2/EditTemplate\n** $:/config/sq/Stories/story2/ViewTemplate\n* Relative width of each story river can now be customized in settings tab for plugin\n** introduced $:/config/sq/Stories/storyRiverRatio and updated Stories.css accordingly\n\nVersion 1.0.0\n\n* 29/07: updated $:/_sq/Stories/EditTiddlerHook to try and fix https://github.com/felixhayashi/TW5-TiddlyMap/issues/357\n* 23/05 : tweaked Stories.css based on personal theme to allow easier adjustment of story width\n* 23/05 : deprecated action-addtohistory widget\n* 23/05 : updated divertTiddlerEditMacro to use navigator widgets\n* 23/05 : updated divertTiddlerMacro to use navigator widgets\n* 30/04 : updated divertTiddlerEditMacro to also update history and avoid issues with zoomin storyview",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/plugins/sq/Stories/changelog",
    "tags": "",
    "modified": "20200806034532118"
},

"$:/_sq/Stories/config/storyRiverRatio": {
    "text": "50",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/_sq/Stories/config/storyRiverRatio",
    "tags": "",
    "modified": "20200730045328744",
    "created": "20200730040856198"
},

"$:/config/sq/Stories/story2/fontsize-body": {
    "text": "15",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/config/sq/Stories/story2/fontsize-body",
    "tags": "",
    "modified": "20200731104543869",
    "created": "20200731102336058"
},

"$:/config/sq/Stories/story2/fontsize-title": {
    "text": "14",
    "bag": "default",
    "revision": "0",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/config/sq/Stories/story2/fontsize-title",
    "tags": "",
    "modified": "20200731105040270",
    "created": "20200730045554550"
},

"$:/config/sq/Stories/storyRiverRatio": {
    "text": "50",
    "bag": "default",
    "revision": "14",
    "type": "text/vnd.tiddlywiki",
    "title": "$:/config/sq/Stories/storyRiverRatio",
    "tags": "",
    "modified": "20200802091529278",
    "created": "20200730040856198"
}
}
}
{
    "tiddlers": {
        "$:/core/macros/tabs": {
            "title": "$:/core/macros/tabs",
            "tags": "$:/tags/Macro",
            "text": "\\define tabs(tabsList,default,state:\"$:/state/tab\",class,template,buttonTemplate,retain,actions,explicitState)\n<$set name=\"qualifiedState\" value=<<qualify \"$state$\">>>\n<$set name=\"tabsState\" filter=\"[<__explicitState__>minlength[1]] ~[<qualifiedState>]\">\n<div class=\"tc-tab-set $class$\">\n<div class=\"tc-tab-buttons $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\" storyview=\"pop\"><$set name=\"save-currentTiddler\" value=<<currentTiddler>>><$tiddler tiddler=<<currentTab>>><$button set=<<tabsState>> setTo=<<currentTab>> default=\"$default$\" selectedClass=\"tc-tab-selected\" tooltip={{!!tooltip}}>\n<$tiddler tiddler=<<save-currentTiddler>>>\n<$set name=\"tv-wikilinks\" value=\"no\">\n<$transclude tiddler=\"$buttonTemplate$\" mode=\"inline\">\n<$transclude tiddler=<<currentTab>> field=\"caption\">\n<$macrocall $name=\"currentTab\" $type=\"text/plain\" $output=\"text/plain\"/>\n</$transclude>\n</$transclude>\n</$set></$tiddler>$actions$</$button><span class=\"wltc-link-to-tab\"><$link overrideClass=\"\" to=<<currentTiddler>> >{{$:/core/images/link}}</$link></span></$tiddler></$set></$list>\n</div>\n<div class=\"tc-tab-divider $class$\"/>\n<div class=\"tc-tab-content $class$\">\n<$list filter=\"$tabsList$\" variable=\"currentTab\">\n\n<$reveal type=\"match\" state=<<tabsState>> text=<<currentTab>> default=\"$default$\" retain=\"\"\"$retain$\"\"\">\n\n<$transclude tiddler=\"$template$\" mode=\"block\">\n\n<$transclude tiddler=<<currentTab>> mode=\"block\"/>\n\n</$transclude>\n\n</$reveal>\n\n</$list>\n</div>\n</div>\n</$set>\n</$set>\n\\end\n"
        },
        "$:/core/ui/ControlPanel/Settings/link-to-tabs": {
            "title": "$:/core/ui/ControlPanel/Settings/link-to-tabs",
            "caption": "Link-to-Tabs plugin",
            "created": "20190712133607244",
            "modified": "20190714104631250",
            "tags": "$:/tags/ControlPanel/Settings",
            "type": "text/vnd.tiddlywiki",
            "text": "<$checkbox tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"show-all-links\" checked=\"inline-block\" unchecked=\"none\" default=\"none\"> Show internal tab link for ''all tabs''</$checkbox>\n\n<$checkbox tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"show-single-link\" checked=\"inline-block\" unchecked=\"none\" default=\"inline-block\"> Show internal tab link for ''selected tabs''</$checkbox>\n\n<$checkbox tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"initial-opacity\" checked=\"0\" unchecked=\"0.7\" default=\"0.7\"> Tab links are initially hidden and need mouse hover to become visible.</$checkbox> The transition time in seconds is: <$edit-text tiddler=\"$:/plugins/wikilabs/link-to-tabs/config\" field=\"transition\" default=\"0.3\"/>\n\n<$button message=\"tm-delete-tiddler\" param=\"$:/plugins/wikilabs/link-to-tabs/config\">\nReset to Default!\n</$button>"
        },
        "$:/plugins/wikilabs/link-to-tabs/config": {
            "title": "$:/plugins/wikilabs/link-to-tabs/config",
            "created": "20190712133008077",
            "initial-opacity": "0.7",
            "modified": "20190714104541701",
            "show-all-links": "none",
            "show-single-link": "inline-block",
            "transition": "0.3",
            "type": "text/vnd.tiddlywiki",
            "text": "This tiddler is used to configure the \"Link-to-tabs\" plugin behaviour. \n\nThere are 4 fields, which are used by [[$:/plugins/wikilabs/link-to-tabs/styles]] enable and disable the internal links. \n\n* show-all-links: {{!!show-all-links}}\n* show-single-link: {{!!show-single-link}}\n* initial-opacity: {{!!initial-opacity}}\n* transition time in seconds: {{!!transition}}\n"
        },
        "$:/plugins/wikilabs/link-to-tabs/history": {
            "title": "$:/plugins/wikilabs/link-to-tabs/history",
            "text": "V 2.0.1 - 2020-12-25\n\n* update license\n\nV 2.0.0 - 2020.12.05\n\n* Update $:/core/macros/tabs to V5.1.23\n\nV 1.1.1 - 2020.01.19\n\n* Update license link/text\n\nV 1.1.0 - 2019.07.14\n\n* Add new option: Initially hide link\n** Transition time from hidden to visible is adjustable\n* Added: \"Reset to Default\" button\n\nV 1.0.1 - 2019.02.18\n\n* link-to-tabs works in drop-down elements now.\n\nV 1.0.0 - 2019.02.14\n\n* Use core tabs-macro from TW 5.1.19\n\nV <1.0.0\n\n* Use core tabs-macro from TW 5.1.15\n"
        },
        "$:/plugins/wikilabs/link-to-tabs/license": {
            "title": "$:/plugins/wikilabs/link-to-tabs/license",
            "text": "[[Link-to-Tabs-Macro|https://wikilabs.github.io/#link-to-tabs]] (c) Mario Pietsch - 2016-2021\n\nhttps://opensource.org/licenses/BSD-3-Clause\n"
        },
        "$:/plugins/wikilabs/link-to-tabs/styles": {
            "title": "$:/plugins/wikilabs/link-to-tabs/styles",
            "created": "20190712133348541",
            "modified": "20190714104306483",
            "tags": "$:/tags/Stylesheet",
            "type": "text/vnd.tiddlywiki",
            "text": "<pre>\n\n.wltc-link-to-tab {\n  display: {{$:/plugins/wikilabs/link-to-tabs/config!!show-all-links}};\n  position: relative;\n  top: -1em;\n  left: -1.3em;\n  font-size: 0.7em;\n  opacity: {{$:/plugins/wikilabs/link-to-tabs/config!!initial-opacity}};\n  margin-right: -1em;\n}\n\n.wltc-link-to-tab svg{\n  width: 1.4em;\n  height: 1.4em;\n}\n\n.wltc-link-to-tab:hover {\n  opacity: 1;\n  transition:opacity {{$:/plugins/wikilabs/link-to-tabs/config!!transition}}s;\n  transition-timing-function: cubic-bezier(1,-0.06,.39,.89);\n}\n\n.tc-tab-selected + .wltc-link-to-tab {\n  display: {{$:/plugins/wikilabs/link-to-tabs/config!!show-single-link}};\n}\n\n.tc-vertical > .wltc-link-to-tab {\n  top: -1.9em;\n  left: 0;\n  height: 0;\n  float: right;\n}\n\n.tc-search-results .wltc-link-to-tab a {\n  display: contents;\n  padding: 0;\n}\n\n</pre>"
        },
        "$:/plugins/wikilabs/link-to-tabs/readme": {
            "title": "$:/plugins/wikilabs/link-to-tabs/readme",
            "text": "This plugin adds a little link icon to every tab.\n\n''Important:'' This plugin changes the core tabs macro.\n\n! Lint-to-Tabs Settings\n\n{{$:/core/ui/ControlPanel/Settings/link-to-tabs}}"
        }
    }
}
Where notes for the campaign will be kept
Yown's Directives
Context Search
$:/plugins/danielo515/ContextPlugin/visualizer

hide
hide
show
hide
hide
hide
hide
show
hide
hide
hide
hide
hide
show
hide
hide
hide
hide
hide
$:/core/ui/EditTemplate/body/preview/output
no
yes
show
show
show
hide
no
no
no
yes
configuration
no
$:/core/ui/DefaultSearchResultList
yes
yes
Public Save Button
Context Search
$:/core/ui/ControlPanel/Palette
Quick View
$:/core/ui/TiddlerInfo/Fields
$:/plugins/flibbles/relink/ui/TiddlerInfo/References
$:/plugins/flibbles/relink/ui/configuration/Fields
$:/core/ui/ControlPanel/Plugins/Installed/Plugins
$:/core/ui/ControlPanel/Info
$:/core/ui/ControlPanel/Saving/GitHub
$:/core/ui/TiddlerInfo/Tools
$:/core/ui/MoreSideBar/Tags
$:/plugins/danielo515/ContextPlugin/visualizer
$:/core/ui/DefaultSearchResultList
Quick View
$:/core/ui/ControlPanel/Toolbars/EditToolbar
closed
show
hide
hide
hide
hide
show
hide
hide
hide
hide
show
show
hide
hide
hide
show
hide
hide
hide
hide
hide
hide
hide
hide
hide
hide
hide
hide
hide
hide
hide
hide
show
hide
hide
no

\define lingo-base() $:/language/TagManager/
\define iconEditorTab(type)
\whitespace trim
<$link to=""><<lingo Icons/None>></$link>
<$list filter="[all[shadows+tiddlers]is[image]] [all[shadows+tiddlers]tag[$:/tags/Image]] -[type[application/pdf]] +[sort[title]] +[$type$is[system]]">
<$link to={{!!title}}>
<$transclude/> <$view field="title"/>
</$link>
</$list>
\end
\define iconEditor(title)
\whitespace trim
<div class="tc-drop-down-wrapper">
<$button popupTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} class="tc-btn-invisible tc-btn-dropdown">{{$:/core/images/down-arrow}}</$button>
<$reveal stateTitle={{{ [[$:/state/popup/icon/]addsuffix<__title__>] }}} type="popup" position="belowleft" text="" default="">
<div class="tc-drop-down">
<$linkcatcher actions="""<$action-setfield $tiddler=<<__title__>> icon=<<navigateTo>>/>""">
<<iconEditorTab type:"!">>
<hr/>
<<iconEditorTab type:"">>
</$linkcatcher>
</div>
</$reveal>
</div>
\end
\define toggleButton(state)
\whitespace trim
<$reveal stateTitle=<<__state__>> type="match" text="closed" default="closed">
<$button setTitle=<<__state__>> setTo="open" class="tc-btn-invisible tc-btn-dropdown" selectedClass="tc-selected">
{{$:/core/images/info-button}}
</$button>
</$reveal>
<$reveal stateTitle=<<__state__>> type="match" text="open" default="closed">
<$button setTitle=<<__state__>> setTo="closed" class="tc-btn-invisible tc-btn-dropdown" selectedClass="tc-selected">
{{$:/core/images/info-button}}
</$button>
</$reveal>
\end
\whitespace trim
<table class="tc-tag-manager-table">
<tbody>
<tr>
<th><<lingo Colour/Heading>></th>
<th class="tc-tag-manager-tag"><<lingo Tag/Heading>></th>
<th><<lingo Count/Heading>></th>
<th><<lingo Icon/Heading>></th>
<th><<lingo Info/Heading>></th>
</tr>
<$list filter="[tags[]!is[system]sort[title]sort[color]]">
<tr>
<td><$edit-text field="color" tag="input" type="color"/></td>
<td>{{||$:/core/ui/TagTemplate}}</td>
<td><$count filter="[all[current]tagging[]]"/></td>
<td>
<$macrocall $name="iconEditor" title={{!!title}}/>
</td>
<td>
<$macrocall $name="toggleButton" state={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} /> 
</td>
</tr>
<tr>
<td></td>
<td colspan="4">
<$reveal stateTitle={{{ [[$:/state/tag-manager/]addsuffix<currentTiddler>] }}} type="match" text="open" default="">
<table>
<tbody>
<tr><td><<lingo Colour/Heading>></td><td><$edit-text field="color" tag="input" type="text" size="9"/></td></tr>
<tr><td><<lingo Icon/Heading>></td><td><$edit-text field="icon" tag="input" size="45"/></td></tr>
</tbody>
</table>
</$reveal>
</td>
</tr>
</$list>
<tr>
<td></td>
<td style="position:relative;">
{{$:/core/ui/UntaggedTemplate}}
</td>
<td>
<small class="tc-menu-list-count"><$count filter="[untagged[]!is[system]] -[tags[]]"/></small>
</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>




{
    "tiddlers": {
        "$:/info/browser": {
            "title": "$:/info/browser",
            "text": "yes"
        },
        "$:/info/node": {
            "title": "$:/info/node",
            "text": "no"
        },
        "$:/info/startup-timestamp": {
            "title": "$:/info/startup-timestamp",
            "text": "20220703021518887"
        },
        "$:/info/url/full": {
            "title": "$:/info/url/full",
            "text": "file:///C:/Users/Shinnogo/Dropbox/Tiddly%20Stuff/DnD/Yown%20Campaign%20Diary.html"
        },
        "$:/info/url/host": {
            "title": "$:/info/url/host",
            "text": ""
        },
        "$:/info/url/hostname": {
            "title": "$:/info/url/hostname",
            "text": ""
        },
        "$:/info/url/protocol": {
            "title": "$:/info/url/protocol",
            "text": "file:"
        },
        "$:/info/url/port": {
            "title": "$:/info/url/port",
            "text": ""
        },
        "$:/info/url/pathname": {
            "title": "$:/info/url/pathname",
            "text": "/C:/Users/Shinnogo/Dropbox/Tiddly%20Stuff/DnD/Yown%20Campaign%20Diary.html"
        },
        "$:/info/url/search": {
            "title": "$:/info/url/search",
            "text": ""
        },
        "$:/info/url/origin": {
            "title": "$:/info/url/origin",
            "text": "file://"
        },
        "$:/info/browser/screen/width": {
            "title": "$:/info/browser/screen/width",
            "text": "1680"
        },
        "$:/info/browser/screen/height": {
            "title": "$:/info/browser/screen/height",
            "text": "1050"
        },
        "$:/info/darkmode": {
            "title": "$:/info/darkmode",
            "text": "no"
        },
        "$:/info/browser/language": {
            "title": "$:/info/browser/language",
            "text": "en-US"
        }
    }
}
$:/themes/tiddlywiki/snowwhite
{
    "tiddlers": {
        "$:/themes/tiddlywiki/snowwhite/base": {
            "title": "$:/themes/tiddlywiki/snowwhite/base",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": "\\define sidebarbreakpoint-minus-one()\n<$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}}/>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\n\n.tc-sidebar-header {\n\ttext-shadow: 0 1px 0 <<colour sidebar-foreground-shadow>>;\n}\n\n.tc-tiddler-info {\n\t<<box-shadow \"inset 1px 2px 3px rgba(0,0,0,0.1)\">>\n}\n\n@media screen {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow \"1px 1px 5px rgba(0, 0, 0, 0.3)\">>\n\t}\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\t.tc-tiddler-frame {\n\t\t<<box-shadow none>>\n\t}\n}\n\n.tc-page-controls button svg, .tc-tiddler-controls button svg, .tc-topbar button svg {\n\t<<transition \"fill 150ms ease-in-out\">>\n}\n\n.tc-tiddler-controls button.tc-selected,\n.tc-page-controls button.tc-selected {\n\t<<filter \"drop-shadow(0px -1px 2px rgba(0,0,0,0.25))\">>\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-edit-tags {\n\t<<box-shadow \"inset 0 1px 8px rgba(0, 0, 0, 0.15)\">>\n}\n\n.tc-tiddler-frame .tc-edit-tags input.tc-edit-texteditor {\n\t<<box-shadow \"none\">>\n\tborder: none;\n\toutline: none;\n}\n\ntextarea.tc-edit-texteditor {\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\n}\n\ncanvas.tc-edit-bitmapeditor  {\n\t<<box-shadow \"2px 2px 5px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-drop-down {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-block-dropdown {\n\tborder-radius: 4px;\n\t<<box-shadow \"2px 2px 10px rgba(0, 0, 0, 0.5)\">>\n}\n\n.tc-modal {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.3)\">>\n}\n\n.tc-modal-footer {\n\tborder-radius: 0 0 6px 6px;\n\t<<box-shadow \"inset 0 1px 0 #fff\">>;\n}\n\n\n.tc-alert {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.6)\">>\n}\n\n.tc-notification {\n\tborder-radius: 6px;\n\t<<box-shadow \"0 3px 7px rgba(0,0,0,0.3)\">>\n\ttext-shadow: 0 1px 0 rgba(255,255,255, 0.8);\n}\n\n.tc-sidebar-lists .tc-tab-set .tc-tab-divider {\n\tborder-top: none;\n\theight: 1px;\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.0) 100%\">>\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.1) 100%\">>\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {\n\t<<background-linear-gradient \"left, rgba(0,0,0,0.05) 0%, rgba(255,255,255,0.05) 100%\">>\n}\n\n.tc-message-box img {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n\n.tc-plugin-info {\n\t<<box-shadow \"1px 1px 3px rgba(0,0,0,0.5)\">>\n}\n"
        }
    }
}
{
    "tiddlers": {
        "$:/themes/tiddlywiki/vanilla/themetweaks": {
            "title": "$:/themes/tiddlywiki/vanilla/themetweaks",
            "tags": "$:/tags/ControlPanel/Appearance",
            "caption": "{{$:/language/ThemeTweaks/ThemeTweaks}}",
            "text": "\\define lingo-base() $:/language/ThemeTweaks/\n\n\\define replacement-text()\n[img[$(imageTitle)$]]\n\\end\n\n\\define backgroundimage-dropdown()\n<div class=\"tc-drop-down-wrapper\">\n<$button popup=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> class=\"tc-btn-invisible tc-btn-dropdown\">{{$:/core/images/down-arrow}}</$button>\n<$reveal state=<<qualify \"$:/state/popup/themetweaks/backgroundimage\">> type=\"popup\" position=\"belowleft\" text=\"\" default=\"\">\n<div class=\"tc-drop-down\">\n<$macrocall $name=\"image-picker\" actions=\"\"\"\n\n<$action-setfield\n\t$tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\"\n\t$value=<<imageTitle>>\n/>\n\n\"\"\"/>\n</div>\n</$reveal>\n</div>\n\\end\n\n\\define backgroundimageattachment-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\" default=\"scroll\">\n<option value=\"scroll\"><<lingo Settings/BackgroundImageAttachment/Scroll>></option>\n<option value=\"fixed\"><<lingo Settings/BackgroundImageAttachment/Fixed>></option>\n</$select>\n\\end\n\n\\define backgroundimagesize-dropdown()\n<$select tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\" default=\"scroll\">\n<option value=\"auto\"><<lingo Settings/BackgroundImageSize/Auto>></option>\n<option value=\"cover\"><<lingo Settings/BackgroundImageSize/Cover>></option>\n<option value=\"contain\"><<lingo Settings/BackgroundImageSize/Contain>></option>\n</$select>\n\\end\n\n<<lingo ThemeTweaks/Hint>>\n\n! <<lingo Options>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><<lingo Options/SidebarLayout>></$link> |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\"><option value=\"fixed-fluid\"><<lingo Options/SidebarLayout/Fixed-Fluid>></option><option value=\"fluid-fixed\"><<lingo Options/SidebarLayout/Fluid-Fixed>></option></$select> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><<lingo Options/StickyTitles>></$link><br>//<<lingo Options/StickyTitles/Hint>>// |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\"><option value=\"no\">{{$:/language/No}}</option><option value=\"yes\">{{$:/language/Yes}}</option></$select> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/options/codewrapping\"><<lingo Options/CodeWrapping>></$link> |<$select tiddler=\"$:/themes/tiddlywiki/vanilla/options/codewrapping\"><option value=\"pre\">{{$:/language/No}}</option><option value=\"pre-wrap\">{{$:/language/Yes}}</option></$select> |\n\n! <<lingo Settings>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\"><<lingo Settings/FontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/fontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\"><<lingo Settings/CodeFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/codefontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\"><<lingo Settings/EditorFontFamily>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/editorfontfamily\" default=\"\" tag=\"input\"/> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\"><<lingo Settings/BackgroundImage>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimage\" default=\"\" tag=\"input\"/> |<<backgroundimage-dropdown>> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment\"><<lingo Settings/BackgroundImageAttachment>></$link> |<<backgroundimageattachment-dropdown>> | |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize\"><<lingo Settings/BackgroundImageSize>></$link> |<<backgroundimagesize-dropdown>> | |\n\n! <<lingo Metrics>>\n\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\"><<lingo Metrics/FontSize>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/fontsize\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\"><<lingo Metrics/LineHeight>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/lineheight\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\"><<lingo Metrics/BodyFontSize>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\"><<lingo Metrics/BodyLineHeight>></$link> |<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/bodylineheight\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\"><<lingo Metrics/StoryLeft>></$link><br>//<<lingo Metrics/StoryLeft/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyleft\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\"><<lingo Metrics/StoryTop>></$link><br>//<<lingo Metrics/StoryTop/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storytop\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\"><<lingo Metrics/StoryRight>></$link><br>//<<lingo Metrics/StoryRight/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storyright\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\"><<lingo Metrics/StoryWidth>></$link><br>//<<lingo Metrics/StoryWidth/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/storywidth\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\"><<lingo Metrics/TiddlerWidth>></$link><br>//<<lingo Metrics/TiddlerWidth/Hint>>//<br> |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\"><<lingo Metrics/SidebarBreakpoint>></$link><br>//<<lingo Metrics/SidebarBreakpoint/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\"><<lingo Metrics/SidebarWidth>></$link><br>//<<lingo Metrics/SidebarWidth/Hint>>// |^<$edit-text tiddler=\"$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth\" default=\"\" tag=\"input\"/> |\n"
        },
        "$:/themes/tiddlywiki/vanilla/base": {
            "title": "$:/themes/tiddlywiki/vanilla/base",
            "tags": "[[$:/tags/Stylesheet]]",
            "text": "\\define custom-background-datauri()\n<$set name=\"background\" value={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}>\n<$list filter=\"[<background>is[image]]\">\n`background: url(`\n<$list filter=\"[<background>!has[_canonical_uri]]\">\n`\"`<$macrocall $name=\"datauri\" title={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}}/>`\"`\n</$list>\n<$list filter=\"[<background>has[_canonical_uri]]\">\n`\"`<$view tiddler={{$:/themes/tiddlywiki/vanilla/settings/backgroundimage}} field=\"_canonical_uri\"/>`\"`\n</$list>\n`) center center;`\n`background-attachment: `{{$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment}}`;\n-webkit-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\n-moz-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\n-o-background-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;\nbackground-size:` {{$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize}}`;`\n</$list>\n</$set>\n\\end\n\n\\define sidebarbreakpoint()\n<$text text={{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}}/>\n\\end\n\n\\define sidebarbreakpoint-minus-one()\n<$text text={{{ [{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}removesuffix[px]subtract[1]addsuffix[px]] ~[{$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint}] }}}/>\n\\end\n\n\\define if-fluid-fixed(text,hiddenSidebarText)\n<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/sidebarlayout\" type=\"match\" text=\"fluid-fixed\">\n$text$\n<$reveal state=\"$:/state/sidebar\" type=\"nomatch\" text=\"yes\" default=\"yes\">\n$hiddenSidebarText$\n</$reveal>\n</$reveal>\n\\end\n\n\\define if-editor-height-fixed(then,else)\n<$reveal state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"fixed\">\n$then$\n</$reveal>\n<$reveal state=\"$:/config/TextEditor/EditorHeight/Mode\" type=\"match\" text=\"auto\">\n$else$\n</$reveal>\n\\end\n\n\\define set-type-selector-min-width()\n<$set name=\"typeLength\" value={{{ [all[shadows+tiddlers]prefix[$:/language/Docs/Types/]get[name]length[]maxall[]] }}}>\n\n\t.tc-type-selector-dropdown-wrapper {\n\t\tmin-width: calc(<<typeLength>>ch + 4em);\n\t}\n\n\t.tc-type-selector-dropdown-wrapper input.tc-edit-typeeditor {\n\t\tmin-width: <<typeLength>>ch;\n\t}\n\n</$set>\n\\end\n\n\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline macrocallblock\n\n/*\n** Start with the normalize CSS reset, and then belay some of its effects\n*/\n\n{{$:/themes/tiddlywiki/vanilla/reset}}\n\n*, input[type=\"search\"] {\n\tbox-sizing: border-box;\n\t-moz-box-sizing: border-box;\n\t-webkit-box-sizing: border-box;\n}\n\ninput[type=\"search\"] {\n  outline-offset: initial;\n}\n\nhtml button {\n\tline-height: 1.2;\n\tcolor: <<colour button-foreground>>;\n\tfill: <<colour button-foreground>>;\n\tbackground: <<colour button-background>>;\n\tborder-color: <<colour button-border>>;\n}\n\n/*\n** Basic element styles\n*/\n\nhtml, body {\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/fontfamily}};\n\ttext-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */\n\t-webkit-font-smoothing: antialiased;\n\t-moz-osx-font-smoothing: grayscale;\n}\n\nhtml:-webkit-full-screen {\n\tbackground-color: <<colour page-background>>;\n}\n\nbody.tc-body {\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/fontsize}};\n\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}};\n\tword-wrap: break-word;\n\t<<custom-background-datauri>>\n\tcolor: <<colour foreground>>;\n\tbackground-color: <<colour page-background>>;\n\tfill: <<colour foreground>>;\n}\n\n<<if-background-attachment \"\"\"\n\nbody.tc-body {\n        background-color: transparent;\n}\n\n\"\"\">>\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n\tfont-size: 2em;\n}\n\nh1, h2, h3, h4, h5, h6 {\n\tline-height: 1.2;\n\tfont-weight: 300;\n}\n\npre {\n\tdisplay: block;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n\tword-break: normal;\n\tword-wrap: break-word;\n\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\n\tbackground-color: <<colour pre-background>>;\n\tborder: 1px solid <<colour pre-border>>;\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\ncode {\n\tcolor: <<colour code-foreground>>;\n\tbackground-color: <<colour code-background>>;\n\tborder: 1px solid <<colour code-border>>;\n\twhite-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}};\n\tpadding: 0 3px 2px;\n\tborder-radius: 3px;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}};\n}\n\nblockquote {\n\tborder-left: 5px solid <<colour blockquote-bar>>;\n\tmargin-left: 25px;\n\tpadding-left: 10px;\n\tquotes: \"\\201C\"\"\\201D\"\"\\2018\"\"\\2019\";\n}\n\nblockquote > div {\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n}\n\nblockquote.tc-big-quote {\n\tfont-family: Georgia, serif;\n\tposition: relative;\n\tbackground: <<colour pre-background>>;\n\tborder-left: none;\n\tmargin-left: 50px;\n\tmargin-right: 50px;\n\tpadding: 10px;\n    border-radius: 8px;\n}\n\nblockquote.tc-big-quote cite:before {\n\tcontent: \"\\2014 \\2009\";\n}\n\nblockquote.tc-big-quote:before {\n\tfont-family: Georgia, serif;\n\tcolor: <<colour blockquote-bar>>;\n\tcontent: open-quote;\n\tfont-size: 8em;\n\tline-height: 0.1em;\n\tmargin-right: 0.25em;\n\tvertical-align: -0.4em;\n\tposition: absolute;\n    left: -50px;\n    top: 42px;\n}\n\nblockquote.tc-big-quote:after {\n\tfont-family: Georgia, serif;\n\tcolor: <<colour blockquote-bar>>;\n\tcontent: close-quote;\n\tfont-size: 8em;\n\tline-height: 0.1em;\n\tmargin-right: 0.25em;\n\tvertical-align: -0.4em;\n\tposition: absolute;\n    right: -80px;\n    bottom: -20px;\n}\n\ndl dt {\n\tfont-weight: bold;\n\tmargin-top: 6px;\n}\n\nbutton, textarea, input, select {\n\toutline-color: <<colour primary>>;\n}\n\ntextarea,\ninput[type=text],\ninput[type=search],\ninput[type=\"\"],\ninput:not([type]) {\n\tcolor: <<colour foreground>>;\n\tbackground: <<colour background>>;\n}\n\ninput[type=\"checkbox\"] {\n  vertical-align: middle;\n}\n\ninput[type=\"search\"]::-webkit-search-decoration,\ninput[type=\"search\"]::-webkit-search-cancel-button,\ninput[type=\"search\"]::-webkit-search-results-button,\ninput[type=\"search\"]::-webkit-search-results-decoration {\n\t-webkit-appearance:none;\n}\n\n.tc-muted {\n\tcolor: <<colour muted-foreground>>;\n}\n\nsvg.tc-image-button {\n\tpadding: 0px 1px 1px 0px;\n}\n\n.tc-icon-wrapper > svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\nkbd {\n\tdisplay: inline-block;\n\tpadding: 3px 5px;\n\tfont-size: 0.8em;\n\tline-height: 1.2;\n\tcolor: <<colour foreground>>;\n\tvertical-align: middle;\n\tbackground-color: <<colour background>>;\n\tborder: solid 1px <<colour muted-foreground>>;\n\tborder-bottom-color: <<colour muted-foreground>>;\n\tborder-radius: 3px;\n\tbox-shadow: inset 0 -1px 0 <<colour muted-foreground>>;\n}\n\n::selection {\n\tbackground-color: Highlight;\n\tcolor: HighlightText;\n\tbackground-color: <<colour selection-background>>;\n\tcolor: <<colour selection-foreground>>;\n}\n\n/*\nMarkdown likes putting code elements inside pre elements\n*/\npre > code {\n\tpadding: 0;\n\tborder: none;\n\tbackground-color: inherit;\n\tcolor: inherit;\n}\n\ntable {\n\tborder: 1px solid <<colour table-border>>;\n\twidth: auto;\n\tmax-width: 100%;\n\tcaption-side: bottom;\n\tmargin-top: 1em;\n\tmargin-bottom: 1em;\n\t/* next 2 elements needed, since normalize 8.0.1 */\n\tborder-collapse: collapse;\n\tborder-spacing: 0;\n}\n\ntable th, table td {\n\tpadding: 0 7px 0 7px;\n\tborder-top: 1px solid <<colour table-border>>;\n\tborder-left: 1px solid <<colour table-border>>;\n}\n\ntable thead tr td, table th {\n\tbackground-color: <<colour table-header-background>>;\n\tfont-weight: bold;\n}\n\ntable tfoot tr td {\n\tbackground-color: <<colour table-footer-background>>;\n}\n\n.tc-csv-table {\n\twhite-space: nowrap;\n}\n\n.tc-tiddler-frame img,\n.tc-tiddler-frame svg,\n.tc-tiddler-frame canvas,\n.tc-tiddler-frame embed,\n.tc-tiddler-frame iframe {\n\tmax-width: 100%;\n}\n\n.tc-tiddler-body > embed,\n.tc-tiddler-body > iframe {\n\twidth: 100%;\n\theight: 600px;\n}\n\n/*\n** Links\n*/\n\nbutton.tc-tiddlylink,\na.tc-tiddlylink {\n\ttext-decoration: none;\n\tfont-weight: 500;\n\tcolor: <<colour tiddler-link-foreground>>;\n\t-webkit-user-select: inherit; /* Otherwise the draggable attribute makes links impossible to select */\n}\n\n.tc-sidebar-lists a.tc-tiddlylink {\n\tcolor: <<colour sidebar-tiddler-link-foreground>>;\n}\n\n.tc-sidebar-lists a.tc-tiddlylink:hover {\n\tcolor: <<colour sidebar-tiddler-link-foreground-hover>>;\n}\n\nbutton.tc-tiddlylink:hover,\na.tc-tiddlylink:hover {\n\ttext-decoration: underline;\n}\n\na.tc-tiddlylink-resolves {\n}\n\na.tc-tiddlylink-shadow {\n\tfont-weight: bold;\n}\n\na.tc-tiddlylink-shadow.tc-tiddlylink-resolves {\n\tfont-weight: normal;\n}\n\na.tc-tiddlylink-missing {\n\tfont-style: italic;\n}\n\na.tc-tiddlylink-external {\n\ttext-decoration: underline;\n\tcolor: <<colour external-link-foreground>>;\n\tbackground-color: <<colour external-link-background>>;\n}\n\na.tc-tiddlylink-external:visited {\n\tcolor: <<colour external-link-foreground-visited>>;\n\tbackground-color: <<colour external-link-background-visited>>;\n}\n\na.tc-tiddlylink-external:hover {\n\tcolor: <<colour external-link-foreground-hover>>;\n\tbackground-color: <<colour external-link-background-hover>>;\n}\n\n.tc-drop-down a.tc-tiddlylink:hover {\n\tcolor: <<colour tiddler-link-background>>;\n}\n\n/*\n** Drag and drop styles\n*/\n\n.tc-tiddler-dragger {\n\tposition: relative;\n\tz-index: -10000;\n}\n\n.tc-tiddler-dragger-inner {\n\tposition: absolute;\n\ttop: -1000px;\n\tleft: -1000px;\n\tdisplay: inline-block;\n\tpadding: 8px 20px;\n\tfont-size: 16.9px;\n\tfont-weight: bold;\n\tline-height: 20px;\n\tcolor: <<colour dragger-foreground>>;\n\ttext-shadow: 0 1px 0 rgba(0, 0, 0, 1);\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour dragger-background>>;\n\tborder-radius: 20px;\n}\n\n.tc-tiddler-dragger-cover {\n\tposition: absolute;\n\tbackground-color: <<colour page-background>>;\n}\n\n.tc-dropzone {\n\tposition: relative;\n}\n\n.tc-dropzone.tc-dragover:before {\n\tz-index: 10000;\n\tdisplay: block;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbackground: <<colour dropzone-background>>;\n\ttext-align: center;\n\tcontent: \"<<lingo DropMessage>>\";\n}\n\n.tc-droppable > .tc-droppable-placeholder {\n\tdisplay: none;\n}\n\n.tc-droppable.tc-dragover > .tc-droppable-placeholder {\n\tdisplay: block;\n\tborder: 2px dashed <<colour dropzone-background>>;\n}\n\n.tc-draggable {\n\tcursor: move;\n}\n\n.tc-sidebar-tab-open .tc-droppable-placeholder, .tc-tagged-draggable-list .tc-droppable-placeholder,\n.tc-links-draggable-list .tc-droppable-placeholder {\n\tline-height: 2em;\n\theight: 2em;\n}\n\n.tc-sidebar-tab-open-item {\n\tposition: relative;\n}\n\n.tc-sidebar-tab-open .tc-btn-invisible.tc-btn-mini svg {\n\tfont-size: 0.7em;\n\tfill: <<colour muted-foreground>>;\n}\n\n/*\n** Plugin reload warning\n*/\n\n.tc-plugin-reload-warning {\n\tz-index: 1000;\n\tdisplay: block;\n\tposition: fixed;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbackground: <<colour alert-background>>;\n\ttext-align: center;\n}\n\n/*\n** Buttons\n*/\n\nbutton svg, button img, label svg, label img {\n\tvertical-align: middle;\n}\n\n.tc-btn-invisible {\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\tcursor: pointer;\n\tcolor: <<colour foreground>>;\n\tfill: <<colour foreground>>;\n}\n\n.tc-btn-boxed {\n\tfont-size: 0.6em;\n\tpadding: 0.2em;\n\tmargin: 1px;\n\tbackground: none;\n\tborder: 1px solid <<colour tiddler-controls-foreground>>;\n\tborder-radius: 0.25em;\n}\n\nhtml body.tc-body .tc-btn-boxed svg {\n\tfont-size: 1.6666em;\n}\n\n.tc-btn-boxed:hover {\n\tbackground: <<colour muted-foreground>>;\n\tcolor: <<colour background>>;\n}\n\nhtml body.tc-body .tc-btn-boxed:hover svg {\n\tfill: <<colour background>>;\n}\n\n.tc-btn-rounded {\n\tfont-size: 0.5em;\n\tline-height: 2;\n\tpadding: 0em 0.3em 0.2em 0.4em;\n\tmargin: 1px;\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour muted-foreground>>;\n\tcolor: <<colour background>>;\n\tborder-radius: 2em;\n}\n\nhtml body.tc-body .tc-btn-rounded svg {\n\tfont-size: 1.6666em;\n\tfill: <<colour background>>;\n}\n\n.tc-btn-rounded:hover {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour background>>;\n\tcolor: <<colour muted-foreground>>;\n}\n\nhtml body.tc-body .tc-btn-rounded:hover svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-icon svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-btn-text {\n\tpadding: 0;\n\tmargin: 0;\n}\n\n/* used for documentation \"fake\" buttons */\n.tc-btn-standard {\n\tline-height: 1.8;\n\tcolor: #667;\n\tbackground-color: #e0e0e0;\n\tborder: 1px solid #888;\n\tpadding: 2px 1px 2px 1px;\n\tmargin: 1px 4px 1px 4px;\n}\n\n.tc-btn-big-green {\n\tdisplay: inline-block;\n\tpadding: 8px;\n\tmargin: 4px 8px 4px 8px;\n\tbackground: <<colour download-background>>;\n\tcolor: <<colour download-foreground>>;\n\tfill: <<colour download-foreground>>;\n\tborder: none;\n\tborder-radius: 2px;\n\tfont-size: 1.2em;\n\tline-height: 1.4em;\n\ttext-decoration: none;\n}\n\n.tc-btn-big-green svg,\n.tc-btn-big-green img {\n\theight: 2em;\n\twidth: 2em;\n\tvertical-align: middle;\n\tfill: <<colour download-foreground>>;\n}\n\n.tc-primary-btn {\n \tbackground: <<colour primary>>;\n}\n\n.tc-sidebar-lists input {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-sidebar-lists button {\n\tcolor: <<colour sidebar-button-foreground>>;\n\tfill: <<colour sidebar-button-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini {\n\tcolor: <<colour sidebar-muted-foreground>>;\n}\n\n.tc-sidebar-lists button.tc-btn-mini:hover {\n\tcolor: <<colour sidebar-muted-foreground-hover>>;\n}\n\n.tc-sidebar-lists button small {\n\tcolor: <<colour foreground>>;\n}\n\nbutton svg.tc-image-button, button .tc-image-button img {\n\theight: 1em;\n\twidth: 1em;\n}\n\n.tc-unfold-banner {\n\tposition: absolute;\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\twidth: 100%;\n\twidth: calc(100% + 2px);\n\tmargin-left: -43px;\n\ttext-align: center;\n\tborder-top: 2px solid <<colour tiddler-info-background>>;\n\tmargin-top: 4px;\n}\n\n.tc-unfold-banner:hover {\n\tbackground: <<colour tiddler-info-background>>;\n\tborder-top: 2px solid <<colour tiddler-info-border>>;\n}\n\n.tc-unfold-banner svg, .tc-fold-banner svg {\n\theight: 0.75em;\n\tfill: <<colour tiddler-controls-foreground>>;\n}\n\n.tc-unfold-banner:hover svg, .tc-fold-banner:hover svg {\n\tfill: <<colour tiddler-controls-foreground-hover>>;\n}\n\n.tc-fold-banner {\n\tposition: absolute;\n\tpadding: 0;\n\tmargin: 0;\n\tbackground: none;\n\tborder: none;\n\twidth: 23px;\n\ttext-align: center;\n\tmargin-left: -35px;\n\ttop: 6px;\n\tbottom: 6px;\n}\n\n.tc-fold-banner:hover {\n\tbackground: <<colour tiddler-info-background>>;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-unfold-banner {\n\t\tposition: static;\n\t\twidth: calc(100% + 59px);\n\t}\n\n\t.tc-fold-banner {\n\t\twidth: 16px;\n\t\tmargin-left: -16px;\n\t\tfont-size: 0.75em;\n\t}\n\n}\n\n/*\n** Tags and missing tiddlers\n*/\n\n.tc-tag-list-item {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin-right: 7px;\n}\n\n.tc-tags-wrapper {\n\tmargin: 4px 0 14px 0;\n}\n\n.tc-missing-tiddler-label {\n\tfont-style: italic;\n\tfont-weight: normal;\n\tdisplay: inline-block;\n\tfont-size: 11.844px;\n\tline-height: 14px;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n}\n\n.tc-block-tags-dropdown > .tc-btn-invisible:hover {\n\tbackground-color: <<colour primary>>;\n}\n\nbutton.tc-tag-label, span.tc-tag-label {\n\tdisplay: inline-block;\n\tpadding: 0.16em 0.7em;\n\tfont-size: 0.9em;\n\tfont-weight: 400;\n\tline-height: 1.2em;\n\tcolor: <<colour tag-foreground>>;\n\twhite-space: nowrap;\n\tvertical-align: baseline;\n\tbackground-color: <<colour tag-background>>;\n\tborder-radius: 1em;\n}\n\n.tc-sidebar-scrollable .tc-tag-label {\n\ttext-shadow: none;\n}\n\n.tc-untagged-separator {\n\twidth: 10em;\n\tleft: 0;\n\tmargin-left: 0;\n\tborder: 0;\n\theight: 1px;\n\tbackground: <<colour tab-divider>>;\n}\n\nbutton.tc-untagged-label {\n\tbackground-color: <<colour untagged-background>>;\n}\n\n.tc-tag-label svg, .tc-tag-label img {\n\theight: 1em;\n\twidth: 1em;\n\tmargin-right: 3px; \n\tmargin-bottom: 1px;\n\tvertical-align: bottom;\n}\n\n.tc-edit-tags button.tc-remove-tag-button svg {\n\tfont-size: 0.7em;\n\tvertical-align: middle;\n}\n\n.tc-tag-manager-table .tc-tag-label {\n\twhite-space: normal;\n}\n\n.tc-tag-manager-tag {\n\twidth: 100%;\n}\n\nbutton.tc-btn-invisible.tc-remove-tag-button {\n\toutline: none;\n}\n\n.tc-tag-button-selected,\n.tc-list-item-selected a.tc-tiddlylink, a.tc-list-item-selected {\n\tbackground-color: <<colour primary>>;\n\tcolor: <<colour tiddler-background>>;\n}\n\n/*\n** Page layout\n*/\n\n.tc-topbar {\n\tposition: fixed;\n\tz-index: 1200;\n}\n\n.tc-topbar-left {\n\tleft: 29px;\n\ttop: 5px;\n}\n\n.tc-topbar-right {\n\ttop: 5px;\n\tright: 29px;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-topbar-right {\n\t\tright: 10px;\n\t}\n\n}\n\n.tc-topbar button {\n\tpadding: 8px;\n}\n\n.tc-topbar svg {\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-topbar button:hover svg {\n\tfill: <<colour foreground>>;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-show-sidebar-btn svg.tc-image-chevron-left, .tc-hide-sidebar-btn svg.tc-image-chevron-right {\n\t\ttransform: rotate(-90deg);\n\t}\n\n}\n\n.tc-sidebar-header {\n\tcolor: <<colour sidebar-foreground>>;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-sidebar-header .tc-title a.tc-tiddlylink-resolves {\n\tfont-weight: 300;\n}\n\n.tc-sidebar-header .tc-sidebar-lists p {\n\tmargin-top: 3px;\n\tmargin-bottom: 3px;\n}\n\n.tc-sidebar-header .tc-missing-tiddler-label {\n\tcolor: <<colour sidebar-foreground>>;\n}\n\n.tc-advanced-search input {\n\twidth: 60%;\n}\n\n.tc-search a svg {\n\twidth: 1.2em;\n\theight: 1.2em;\n\tvertical-align: middle;\n}\n\n.tc-page-controls {\n\tmargin-top: 14px;\n\tfont-size: 1.5em;\n}\n\n.tc-page-controls .tc-drop-down {\n  font-size: 1rem;\n}\n\n.tc-page-controls button {\n\tmargin-right: 0.5em;\n}\n\n.tc-page-controls a.tc-tiddlylink:hover {\n\ttext-decoration: none;\n}\n\n.tc-page-controls img {\n\twidth: 1em;\n}\n\n.tc-page-controls svg {\n\tfill: <<colour sidebar-controls-foreground>>;\n}\n\n.tc-page-controls button:hover svg, .tc-page-controls a:hover svg {\n\tfill: <<colour sidebar-controls-foreground-hover>>;\n}\n\n.tc-sidebar-lists .tc-menu-list-item {\n\twhite-space: nowrap;\n}\n\n.tc-menu-list-count {\n\tfont-weight: bold;\n}\n\n.tc-menu-list-subitem {\n\tpadding-left: 7px;\n}\n\n.tc-story-river {\n\tposition: relative;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-sidebar-header {\n\t\tpadding: 14px;\n\t\tmin-height: 32px;\n\t\tmargin-top: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\ttransition:  min-height {{$:/config/AnimationDuration}}ms ease-in-out, padding-top {{$:/config/AnimationDuration}}ms ease-in-out, padding-bottom {{$:/config/AnimationDuration}}ms ease-in-out;\n\t}\n\t\n\t<<if-no-sidebar \"\"\"\n\n\t\t.tc-sidebar-header {\n\t\t\tmin-height: 0;\n\t\t\tpadding-top: 0;\n\t\t\tpadding-bottom: 0;\n\t\t}\n\n\t\"\"\">>\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tpadding: 0;\n\t}\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n\t.tc-message-box {\n\t\tmargin: 21px -21px 21px -21px;\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tposition: fixed;\n\t\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\n\t\tbottom: 0;\n\t\tright: 0;\n\t\toverflow-y: auto;\n\t\toverflow-x: auto;\n\t\t-webkit-overflow-scrolling: touch;\n\t\tmargin: 0 0 0 -42px;\n\t\tpadding: 71px 0 28px 42px;\n\t}\n\n\thtml[dir=\"rtl\"] .tc-sidebar-scrollable {\n\t\tleft: auto;\n\t\tright: {{$:/themes/tiddlywiki/vanilla/metrics/storyright}};\n\t}\n\n\t.tc-story-river {\n\t\tposition: relative;\n\t\tleft: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\n\t\ttop: {{$:/themes/tiddlywiki/vanilla/metrics/storytop}};\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/storywidth}};\n\t\tpadding: 42px 42px 42px 42px;\n\t}\n\n<<if-no-sidebar \"\n\n\t.tc-story-river {\n\t\twidth: calc(100% - {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}});\n\t}\n\n\">>\n\n\t.tc-story-river.tc-static-story-river {\n\t\tmargin-right: 0;\n\t\tpadding-right: 42px;\n\t}\n\n}\n\n@media print {\n\n\tbody.tc-body {\n\t\tbackground-color: transparent;\n\t}\n\n\t.tc-sidebar-header, .tc-topbar {\n\t\tdisplay: none;\n\t}\n\n\t.tc-story-river {\n\t\tmargin: 0;\n\t\tpadding: 0;\n\t}\n\n\t.tc-story-river .tc-tiddler-frame {\n\t\tmargin: 0;\n\t\tborder: none;\n\t\tpadding: 0;\n\t}\n}\n\n/*\n** Tiddler styles\n*/\n\n.tc-tiddler-frame {\n\tposition: relative;\n\tmargin-bottom: 28px;\n\tbackground-color: <<colour tiddler-background>>;\n\tborder: 1px solid <<colour tiddler-border>>;\n}\n\n{{$:/themes/tiddlywiki/vanilla/sticky}}\n\n.tc-tiddler-info {\n\tpadding: 14px 42px 14px 42px;\n\tbackground-color: <<colour tiddler-info-background>>;\n\tborder-top: 1px solid <<colour tiddler-info-border>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-border>>;\n}\n\n.tc-tiddler-info p {\n\tmargin-top: 3px;\n\tmargin-bottom: 3px;\n}\n\n.tc-tiddler-info .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour tiddler-info-tab-background>>;\n\tborder-bottom: 1px solid <<colour tiddler-info-tab-background>>;\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\n\t.tc-tiddler-info {\n\t\tpadding: 14px 14px 14px 14px;\n\t}\n\n}\n\n.tc-view-field-table {\n\twidth: 100%;\n}\n\n.tc-view-field-name {\n\twidth: 1%; /* Makes this column be as narrow as possible */\n\ttext-align: right;\n\tfont-style: italic;\n\tfont-weight: 200;\n}\n\n.tc-view-field-value {\n}\n\n@media (max-width: <<sidebarbreakpoint-minus-one>>) {\n\t.tc-tiddler-frame {\n\t\tpadding: 14px 14px 14px 14px;\n\t\tmargin-bottom: .5em;\n\t}\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -14px 0 -14px;\n\t}\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\t.tc-tiddler-frame {\n\t\tpadding: 28px 42px 42px 42px;\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth}};\n\t\tborder-radius: 2px;\n\t}\n\n<<if-no-sidebar \"\n\n\t.tc-tiddler-frame {\n\t\twidth: 100%;\n\t}\n\n\">>\n\n\t.tc-tiddler-info {\n\t\tmargin: 0 -42px 0 -42px;\n\t}\n}\n\n.tc-site-title,\n.tc-titlebar {\n\tfont-weight: 300;\n\tfont-size: 2.35em;\n\tline-height: 1.35em;\n\tcolor: <<colour tiddler-title-foreground>>;\n\tmargin: 0;\n}\n\n.tc-site-title {\n\tcolor: <<colour site-title-foreground>>;\n}\n\n.tc-tiddler-title-icon {\n\tvertical-align: middle;\n\tmargin-right: .1em;\n}\n\n.tc-system-title-prefix {\n\tcolor: <<colour muted-foreground>>;\n}\n\n.tc-titlebar h2 {\n\tfont-size: 1em;\n\tdisplay: inline;\n}\n\n.tc-titlebar img {\n\theight: 1em;\n}\n\n.tc-subtitle {\n\tfont-size: 0.9em;\n\tcolor: <<colour tiddler-subtitle-foreground>>;\n\tfont-weight: 300;\n}\n\n.tc-subtitle .tc-tiddlylink {\n\tmargin-right: .3em;\n}\n\n.tc-tiddler-missing .tc-title {\n  font-style: italic;\n  font-weight: normal;\n}\n\n.tc-tiddler-frame .tc-tiddler-controls {\n\tfloat: right;\n}\n\n.tc-tiddler-controls .tc-drop-down {\n\tfont-size: 0.6em;\n}\n\n.tc-tiddler-controls .tc-drop-down .tc-drop-down {\n\tfont-size: 1em;\n}\n\n.tc-tiddler-controls > span > button,\n.tc-tiddler-controls > span > span > button,\n.tc-tiddler-controls > span > span > span > button {\n\tvertical-align: baseline;\n\tmargin-left:5px;\n}\n\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img,\n.tc-search button svg, .tc-search a svg {\n\tfill: <<colour tiddler-controls-foreground>>;\n}\n\n.tc-tiddler-controls button svg, .tc-tiddler-controls button img {\n\theight: 0.75em;\n}\n\n.tc-search button svg, .tc-search a svg {\n    height: 1.2em;\n    width: 1.2em;\n    margin: 0 0.25em;\n}\n\n.tc-tiddler-controls button.tc-selected svg,\n.tc-page-controls button.tc-selected svg  {\n\tfill: <<colour tiddler-controls-foreground-selected>>;\n}\n\n.tc-tiddler-controls button.tc-btn-invisible:hover svg,\n.tc-search button:hover svg, .tc-search a:hover svg {\n\tfill: <<colour tiddler-controls-foreground-hover>>;\n}\n\n@media print {\n\t.tc-tiddler-controls {\n\t\tdisplay: none;\n\t}\n}\n\n.tc-tiddler-help { /* Help prompts within tiddler template */\n\tcolor: <<colour muted-foreground>>;\n\tmargin-top: 14px;\n}\n\n.tc-tiddler-help a.tc-tiddlylink {\n\tcolor: <<colour very-muted-foreground>>;\n}\n\n.tc-tiddler-frame .tc-edit-texteditor {\n\twidth: 100%;\n\tmargin: 4px 0 4px 0;\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor,\n.tc-tiddler-frame textarea.tc-edit-texteditor,\n.tc-tiddler-frame iframe.tc-edit-texteditor {\n\tpadding: 3px 3px 3px 3px;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tline-height: 1.3em;\n\t-webkit-appearance: none;\n\tfont-family: {{$:/themes/tiddlywiki/vanilla/settings/editorfontfamily}};\n}\n\n.tc-tiddler-frame input.tc-edit-texteditor,\n.tc-tiddler-frame textarea.tc-edit-texteditor {\n\tbackground-color: <<colour tiddler-editor-background>>;\n}\n\n.tc-tiddler-frame iframe.tc-edit-texteditor {\n\tbackground-color: <<colour tiddler-background>>;\n}\n\n.tc-tiddler-frame .tc-binary-warning {\n\twidth: 100%;\n\theight: 5em;\n\ttext-align: center;\n\tpadding: 3em 3em 6em 3em;\n\tbackground: <<colour alert-background>>;\n\tborder: 1px solid <<colour alert-border>>;\n}\n\ncanvas.tc-edit-bitmapeditor  {\n\tborder: 6px solid <<colour tiddler-editor-border-image>>;\n\tcursor: crosshair;\n\t-moz-user-select: none;\n\t-webkit-user-select: none;\n\t-ms-user-select: none;\n\tmargin-top: 6px;\n\tmargin-bottom: 6px;\n}\n\n.tc-edit-bitmapeditor-width {\n\tdisplay: block;\n}\n\n.tc-edit-bitmapeditor-height {\n\tdisplay: block;\n}\n\n.tc-tiddler-body {\n\tclear: both;\n}\n\n.tc-tiddler-frame .tc-tiddler-body {\n\tfont-size: {{$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize}};\n\tline-height: {{$:/themes/tiddlywiki/vanilla/metrics/bodylineheight}};\n}\n\n.tc-titlebar, .tc-tiddler-edit-title {\n\toverflow: hidden; /* https://github.com/Jermolene/TiddlyWiki5/issues/282 */\n}\n\nhtml body.tc-body.tc-single-tiddler-window {\n\tmargin: 1em;\n\tbackground: <<colour tiddler-background>>;\n}\n\n.tc-single-tiddler-window img,\n.tc-single-tiddler-window svg,\n.tc-single-tiddler-window canvas,\n.tc-single-tiddler-window embed,\n.tc-single-tiddler-window iframe {\n\tmax-width: 100%;\n}\n\n/*\n** Editor\n*/\n\n.tc-editor-toolbar {\n\tmargin-top: 8px;\n}\n\n.tc-editor-toolbar button {\n\tvertical-align: middle;\n\tbackground-color: <<colour tiddler-controls-foreground>>;\n\tcolor: <<colour tiddler-controls-foreground-selected>>;\n\tfill: <<colour tiddler-controls-foreground-selected>>;\n\tborder-radius: 4px;\n\tpadding: 3px;\n\tmargin: 2px 0 2px 4px;\n}\n\n.tc-editor-toolbar button.tc-text-editor-toolbar-item-adjunct {\n\tmargin-left: 1px;\n\twidth: 1em;\n\tborder-radius: 8px;\n}\n\n.tc-editor-toolbar button.tc-text-editor-toolbar-item-start-group {\n\tmargin-left: 11px;\n}\n\n.tc-editor-toolbar button.tc-selected {\n\tbackground-color: <<colour primary>>;\n}\n\n.tc-editor-toolbar button svg {\n\twidth: 1.6em;\n\theight: 1.2em;\n}\n\n.tc-editor-toolbar button:hover {\n\tbackground-color: <<colour tiddler-controls-foreground-selected>>;\n\tfill: <<colour background>>;\n\tcolor: <<colour background>>;\n}\n\n.tc-editor-toolbar .tc-text-editor-toolbar-more {\n\twhite-space: normal;\n}\n\n.tc-editor-toolbar .tc-text-editor-toolbar-more button {\n\tdisplay: inline-block;\n\tpadding: 3px;\n\twidth: auto;\n}\n\n.tc-editor-toolbar .tc-search-results {\n\tpadding: 0;\n}\n\n/*\n** Adjustments for fluid-fixed mode\n*/\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n<<if-fluid-fixed text:\"\"\"\n\n\t.tc-story-river {\n\t\tpadding-right: 0;\n\t\tposition: relative;\n\t\twidth: auto;\n\t\tleft: 0;\n\t\tmargin-left: {{$:/themes/tiddlywiki/vanilla/metrics/storyleft}};\n\t\tmargin-right: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\t.tc-tiddler-frame {\n\t\twidth: 100%;\n\t}\n\n\t.tc-sidebar-scrollable {\n\t\tleft: auto;\n\t\tbottom: 0;\n\t\tright: 0;\n\t\twidth: {{$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth}};\n\t}\n\n\tbody.tc-body .tc-storyview-zoomin-tiddler {\n\t\twidth: 100%;\n\t\twidth: calc(100% - 42px);\n\t}\n\n\"\"\" hiddenSidebarText:\"\"\"\n\n\t.tc-story-river {\n\t\tpadding-right: 3em;\n\t\tmargin-right: 0;\n\t}\n\n\tbody.tc-body .tc-storyview-zoomin-tiddler {\n\t\twidth: 100%;\n\t\twidth: calc(100% - 84px);\n\t}\n\n\"\"\">>\n\n}\n\n/*\n** Toolbar buttons\n*/\n\n.tc-page-controls svg.tc-image-new-button {\n  fill: <<colour toolbar-new-button>>;\n}\n\n.tc-page-controls svg.tc-image-options-button {\n  fill: <<colour toolbar-options-button>>;\n}\n\n.tc-page-controls svg.tc-image-save-button {\n  fill: <<colour toolbar-save-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-info-button {\n  fill: <<colour toolbar-info-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-edit-button {\n  fill: <<colour toolbar-edit-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-close-button {\n  fill: <<colour toolbar-close-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-delete-button {\n  fill: <<colour toolbar-delete-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-cancel-button {\n  fill: <<colour toolbar-cancel-button>>;\n}\n\n.tc-tiddler-controls button svg.tc-image-done-button {\n  fill: <<colour toolbar-done-button>>;\n}\n\n/*\n** Tiddler edit mode\n*/\n\n.tc-tiddler-edit-frame em.tc-edit {\n\tcolor: <<colour muted-foreground>>;\n\tfont-style: normal;\n}\n\n.tc-edit-type-dropdown a.tc-tiddlylink-missing {\n\tfont-style: normal;\n}\n\n.tc-type-selector .tc-edit-typeeditor {\n\twidth: auto;\n}\n\n.tc-type-selector-dropdown-wrapper {\n\tdisplay: inline-block;\n}\n\n<<set-type-selector-min-width>>\n\n.tc-edit-tags {\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tpadding: 4px 8px 4px 8px;\n}\n\n.tc-edit-add-tag {\n\tdisplay: inline-block;\n}\n\n.tc-edit-add-tag .tc-add-tag-name input {\n\twidth: 50%;\n}\n\n.tc-edit-add-tag .tc-keyboard {\n\tdisplay:inline;\n}\n\n.tc-edit-tags .tc-tag-label {\n\tdisplay: inline-block;\n}\n\n.tc-edit-tags-list {\n\tmargin: 14px 0 14px 0;\n}\n\n.tc-remove-tag-button {\n\tpadding-left: 4px;\n}\n\n.tc-tiddler-preview {\n\toverflow: auto;\n}\n\n.tc-tiddler-preview-preview {\n\tfloat: right;\n\twidth: 49%;\n\tborder: 1px solid <<colour tiddler-editor-border>>;\n\tmargin: 4px 0 3px 3px;\n\tpadding: 3px 3px 3px 3px;\n}\n\n<<if-editor-height-fixed then:\"\"\"\n\n.tc-tiddler-preview-preview {\n\toverflow-y: scroll;\n\theight: {{$:/config/TextEditor/EditorHeight/Height}};\n}\n\n\"\"\">>\n\n.tc-tiddler-frame .tc-tiddler-preview .tc-edit-texteditor {\n\twidth: 49%;\n}\n\n.tc-tiddler-frame .tc-tiddler-preview canvas.tc-edit-bitmapeditor {\n\tmax-width: 49%;\n}\n\n.tc-edit-fields {\n\twidth: 100%;\n}\n\n.tc-edit-fields.tc-edit-fields-small {\n\tmargin-top: 0;\n\tmargin-bottom: 0;\n}\n\n.tc-edit-fields table, .tc-edit-fields tr, .tc-edit-fields td {\n\tborder: none;\n\tpadding: 4px;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(odd) {\n\tbackground-color: <<colour tiddler-editor-fields-odd>>;\n}\n\n.tc-edit-fields > tbody > .tc-edit-field:nth-child(even) {\n\tbackground-color: <<colour tiddler-editor-fields-even>>;\n}\n\n.tc-edit-field-name {\n\ttext-align: right;\n}\n\n.tc-edit-field-value input {\n\twidth: 100%;\n}\n\n.tc-edit-field-remove {\n}\n\n.tc-edit-field-remove svg {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n\tvertical-align: middle;\n}\n\n.tc-edit-field-add-name-wrapper input.tc-edit-texteditor {\n\twidth: auto;\n}\n\n.tc-edit-field-add-name-wrapper {\n\tdisplay: inline-block;\n}\n\n.tc-edit-field-add-value {\n\tdisplay: inline-block;\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n\t.tc-edit-field-add-value {\n\t\twidth: 35%;\n\t}\n\n}\n\n.tc-edit-field-add-button {\n\tdisplay: inline-block;\n\twidth: 10%;\n}\n\n/*\n** Storyview Classes\n*/\n\n.tc-viewswitcher .tc-image-button {\n\tmargin-right: .3em;\n}\n\n.tc-storyview-zoomin-tiddler {\n\tposition: absolute;\n\tdisplay: block;\n\twidth: 100%;\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n\t.tc-storyview-zoomin-tiddler {\n\t\twidth: calc(100% - 84px);\n\t}\n\n}\n\n/*\n** Dropdowns\n*/\n\n.tc-btn-dropdown {\n\ttext-align: left;\n}\n\n.tc-btn-dropdown svg, .tc-btn-dropdown img {\n\theight: 1em;\n\twidth: 1em;\n\tfill: <<colour muted-foreground>>;\n}\n\n.tc-drop-down-wrapper {\n\tposition: relative;\n}\n\n.tc-drop-down {\n\tmin-width: 380px;\n\tborder: 1px solid <<colour dropdown-border>>;\n\tbackground-color: <<colour dropdown-background>>;\n\tpadding: 7px 0 7px 0;\n\tmargin: 4px 0 0 0;\n\twhite-space: nowrap;\n\ttext-shadow: none;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-drop-down {\n\tmargin-left: 14px;\n}\n\n.tc-drop-down button svg, .tc-drop-down a svg  {\n\tfill: <<colour foreground>>;\n}\n\n.tc-drop-down button.tc-btn-invisible:hover svg {\n\tfill: <<colour background>>;\n}\n\n.tc-drop-down .tc-drop-down-info {\n\tpadding-left: 14px;\n}\n\n.tc-drop-down p {\n\tpadding: 0 14px 0 14px;\n}\n\n.tc-drop-down svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-drop-down img {\n\twidth: 1em;\n}\n\n.tc-drop-down a, .tc-drop-down button {\n\tdisplay: block;\n\tpadding: 0 14px 0 14px;\n\twidth: 100%;\n\ttext-align: left;\n\tcolor: <<colour foreground>>;\n\tline-height: 1.4;\n}\n\n.tc-drop-down .tc-tab-set .tc-tab-buttons button {\n\tdisplay: inline-block;\n    width: auto;\n    margin-bottom: 0px;\n    border-bottom-left-radius: 0;\n    border-bottom-right-radius: 0;\n}\n\n.tc-drop-down .tc-prompt {\n\tpadding: 0 14px;\n}\n\n.tc-drop-down .tc-chooser {\n\tborder: none;\n}\n\n.tc-drop-down .tc-chooser .tc-swatches-horiz {\n\tfont-size: 0.4em;\n\tpadding-left: 1.2em;\n}\n\n.tc-drop-down .tc-file-input-wrapper {\n\twidth: 100%;\n}\n\n.tc-drop-down .tc-file-input-wrapper button {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-drop-down a:hover, .tc-drop-down button:hover, .tc-drop-down .tc-file-input-wrapper:hover button {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n.tc-drop-down .tc-tab-buttons button {\n\tbackground-color: <<colour dropdown-tab-background>>;\n}\n\n.tc-drop-down .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour dropdown-tab-background-selected>>;\n\tborder-bottom: 1px solid <<colour dropdown-tab-background-selected>>;\n}\n\n.tc-drop-down-bullet {\n\tdisplay: inline-block;\n\twidth: 0.5em;\n}\n\n.tc-drop-down .tc-tab-contents a {\n\tpadding: 0 0.5em 0 0.5em;\n}\n\n.tc-block-dropdown-wrapper {\n\tposition: relative;\n}\n\n.tc-block-dropdown {\n\tposition: absolute;\n\tmin-width: 220px;\n\tborder: 1px solid <<colour dropdown-border>>;\n\tbackground-color: <<colour dropdown-background>>;\n\tpadding: 7px 0;\n\tmargin: 4px 0 0 0;\n\twhite-space: nowrap;\n\tz-index: 1000;\n\ttext-shadow: none;\n}\n\n.tc-block-dropdown.tc-search-drop-down {\n\tmargin-left: -12px;\n}\n\n.tc-block-dropdown a {\n\tdisplay: block;\n\tpadding: 4px 14px 4px 14px;\n}\n\n.tc-block-dropdown.tc-search-drop-down a {\n\tdisplay: block;\n\tpadding: 0px 10px 0px 10px;\n}\n\n.tc-drop-down .tc-dropdown-item-plain,\n.tc-block-dropdown .tc-dropdown-item-plain {\n\tpadding: 4px 14px 4px 7px;\n}\n\n.tc-drop-down .tc-dropdown-item,\n.tc-block-dropdown .tc-dropdown-item {\n\tpadding: 4px 14px 4px 7px;\n\tcolor: <<colour muted-foreground>>;\n}\n\n.tc-block-dropdown a.tc-tiddlylink:hover {\n\tcolor: <<colour tiddler-link-background>>;\n\tbackground-color: <<colour tiddler-link-foreground>>;\n\ttext-decoration: none;\n}\n\n.tc-search-results {\n\tpadding: 0 7px 0 7px;\n}\n\n.tc-image-chooser, .tc-colour-chooser {\n\twhite-space: normal;\n}\n\n.tc-image-chooser a,\n.tc-colour-chooser a {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\ttext-align: center;\n\tposition: relative;\n}\n\n.tc-image-chooser a {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tpadding: 2px;\n\tmargin: 2px;\n\twidth: 4em;\n\theight: 4em;\n}\n\n.tc-colour-chooser a {\n\tpadding: 3px;\n\twidth: 2em;\n\theight: 2em;\n\tvertical-align: middle;\n}\n\n.tc-image-chooser a:hover,\n.tc-colour-chooser a:hover {\n\tbackground: <<colour primary>>;\n\tpadding: 0px;\n\tborder: 3px solid <<colour primary>>;\n}\n\n.tc-image-chooser a svg,\n.tc-image-chooser a img {\n\tdisplay: inline-block;\n\twidth: auto;\n\theight: auto;\n\tmax-width: 3.5em;\n\tmax-height: 3.5em;\n\tposition: absolute;\n\ttop: 0;\n\tbottom: 0;\n\tleft: 0;\n\tright: 0;\n\tmargin: auto;\n}\n\n/*\n** Modals\n*/\n\n.tc-modal-wrapper {\n\tposition: fixed;\n\toverflow: auto;\n\toverflow-y: scroll;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\tz-index: 900;\n}\n\n.tc-modal-backdrop {\n\tposition: fixed;\n\ttop: 0;\n\tright: 0;\n\tbottom: 0;\n\tleft: 0;\n\tz-index: 1000;\n\tbackground-color: <<colour modal-backdrop>>;\n}\n\n.tc-modal {\n\tz-index: 1100;\n\tbackground-color: <<colour modal-background>>;\n\tborder: 1px solid <<colour modal-border>>;\n}\n\n@media (max-width: 55em) {\n\t.tc-modal {\n\t\tposition: fixed;\n\t\ttop: 1em;\n\t\tleft: 1em;\n\t\tright: 1em;\n\t}\n\n\t.tc-modal-body {\n\t\toverflow-y: auto;\n\t\tmax-height: 400px;\n\t\tmax-height: 60vh;\n\t}\n}\n\n@media (min-width: 55em) {\n\t.tc-modal {\n\t\tposition: fixed;\n\t\ttop: 2em;\n\t\tleft: 25%;\n\t\twidth: 50%;\n\t}\n\n\t.tc-modal-body {\n\t\toverflow-y: auto;\n\t\tmax-height: 400px;\n\t\tmax-height: 60vh;\n\t}\n}\n\n.tc-modal-header {\n\tpadding: 9px 15px;\n\tborder-bottom: 1px solid <<colour modal-header-border>>;\n}\n\n.tc-modal-header h3 {\n\tmargin: 0;\n\tline-height: 30px;\n}\n\n.tc-modal-header img, .tc-modal-header svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-modal-body {\n\tpadding: 15px;\n}\n\n.tc-modal-footer {\n\tpadding: 14px 15px 15px;\n\tmargin-bottom: 0;\n\ttext-align: right;\n\tbackground-color: <<colour modal-footer-background>>;\n\tborder-top: 1px solid <<colour modal-footer-border>>;\n}\n\n\n/*\n** Centered modals\n*/\n.tc-modal-centered .tc-modal {\n\twidth: auto;\n\ttop: 50%;\n\tleft: 50%;\n\ttransform: translate(-50%, -50%) !important;\n}\n\n/*\n** Notifications\n*/\n\n.tc-notification {\n\tposition: fixed;\n\ttop: 14px;\n\tright: 42px;\n\tz-index: 1300;\n\tmax-width: 280px;\n\tpadding: 0 14px 0 14px;\n\tbackground-color: <<colour notification-background>>;\n\tborder: 1px solid <<colour notification-border>>;\n}\n\n/*\n** Tabs\n*/\n\n.tc-tab-set.tc-vertical {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-tab-buttons {\n\tfont-size: 0.85em;\n\tpadding-top: 1em;\n\tmargin-bottom: -2px;\n}\n\n.tc-tab-buttons.tc-vertical  {\n\tz-index: 100;\n\tdisplay: block;\n\tpadding-top: 14px;\n\tvertical-align: top;\n\ttext-align: right;\n\tmargin-bottom: inherit;\n\tmargin-right: -1px;\n\tmax-width: 33%;\n\t-webkit-flex: 0 0 auto;\n\tflex: 0 0 auto;\n}\n\n.tc-tab-buttons button.tc-tab-selected {\n\tcolor: <<colour tab-foreground-selected>>;\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-left: 1px solid <<colour tab-border-selected>>;\n\tborder-top: 1px solid <<colour tab-border-selected>>;\n\tborder-right: 1px solid <<colour tab-border-selected>>;\n}\n\n.tc-tab-buttons button {\n\tcolor: <<colour tab-foreground>>;\n\tpadding: 3px 5px 3px 5px;\n\tmargin-right: 0.3em;\n\tfont-weight: 300;\n\tborder: none;\n\tbackground: inherit;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-right: 1px solid <<colour tab-border>>;\n\tborder-top-left-radius: 2px;\n\tborder-top-right-radius: 2px;\n\tborder-bottom-left-radius: 0;\n\tborder-bottom-right-radius: 0;\n}\n\n.tc-tab-buttons.tc-vertical button {\n\tdisplay: block;\n\twidth: 100%;\n\tmargin-top: 3px;\n\tmargin-right: 0;\n\ttext-align: right;\n\tbackground-color: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tborder-right: none;\n\tborder-top-left-radius: 2px;\n\tborder-bottom-left-radius: 2px;\n\tborder-top-right-radius: 0;\n\tborder-bottom-right-radius: 0;\n}\n\n.tc-tab-buttons.tc-vertical button.tc-tab-selected {\n\tbackground-color: <<colour tab-background-selected>>;\n\tborder-right: 1px solid <<colour tab-background-selected>>;\n}\n\n.tc-tab-divider {\n\tborder-top: 1px solid <<colour tab-divider>>;\n}\n\n.tc-tab-divider.tc-vertical  {\n\tdisplay: none;\n}\n\n.tc-tab-content {\n\tmargin-top: 14px;\n}\n\n.tc-tab-content.tc-vertical  {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tpadding-top: 0;\n\tpadding-left: 14px;\n\tborder-left: 1px solid <<colour tab-border>>;\n\t-webkit-flex: 1 0 70%;\n\tflex: 1 0 70%;\n\toverflow: auto;\n}\n\n.tc-sidebar-lists .tc-tab-buttons {\n\tmargin-bottom: -1px;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button.tc-tab-selected {\n\tbackground-color: <<colour sidebar-tab-background-selected>>;\n\tcolor: <<colour sidebar-tab-foreground-selected>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border-selected>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border-selected>>;\n}\n\n.tc-sidebar-lists .tc-tab-buttons button {\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tcolor: <<colour sidebar-tab-foreground>>;\n\tborder-left: 1px solid <<colour sidebar-tab-border>>;\n\tborder-top: 1px solid <<colour sidebar-tab-border>>;\n\tborder-right: 1px solid <<colour sidebar-tab-border>>;\n}\n\n.tc-sidebar-lists .tc-tab-divider {\n\tborder-top: 1px solid <<colour sidebar-tab-divider>>;\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button {\n\tdisplay: block;\n\twidth: 100%;\n\tbackground-color: <<colour sidebar-tab-background>>;\n\tborder-top: none;\n\tborder-left: none;\n\tborder-bottom: none;\n\tborder-right: 1px solid #ccc;\n\tmargin-bottom: inherit;\n}\n\n.tc-more-sidebar > .tc-tab-set > .tc-tab-buttons > button.tc-tab-selected {\n\tbackground-color: <<colour sidebar-tab-background-selected>>;\n\tborder: none;\n}\n\n/*\n** Manager\n*/\n\n.tc-manager-wrapper {\n\t\n}\n\n.tc-manager-controls {\n\t\n}\n\n.tc-manager-control {\n\tmargin: 0.5em 0;\n}\n\n.tc-manager-list {\n\twidth: 100%;\n\tborder-top: 1px solid <<colour muted-foreground>>;\n\tborder-left: 1px solid <<colour muted-foreground>>;\n\tborder-right: 1px solid <<colour muted-foreground>>;\n}\n\n.tc-manager-list-item {\n\n}\n\n.tc-manager-list-item-heading {\n    display: block;\n    width: 100%;\n    text-align: left;\t\n\tborder-bottom: 1px solid <<colour muted-foreground>>;\n\tpadding: 3px;\n}\n\n.tc-manager-list-item-heading-selected {\n\tfont-weight: bold;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n\tbackground-color: <<colour foreground>>;\n}\n\n.tc-manager-list-item-heading:hover {\n\tbackground: <<colour primary>>;\n\tcolor: <<colour background>>;\n}\n\n.tc-manager-list-item-content {\n\tdisplay: flex;\n}\n\n.tc-manager-list-item-content-sidebar {\n    flex: 1 0;\n    background: <<colour tiddler-editor-background>>;\n    border-right: 0.5em solid <<colour muted-foreground>>;\n    border-bottom: 0.5em solid <<colour muted-foreground>>;\n    white-space: nowrap;\n}\n\n.tc-manager-list-item-content-item-heading {\n\tdisplay: block;\n\twidth: 100%;\n\ttext-align: left;\n    background: <<colour muted-foreground>>;\n\ttext-transform: uppercase;\n\tfont-size: 0.6em;\n\tfont-weight: bold;\n    padding: 0.5em 0 0.5em 0;\n}\n\n.tc-manager-list-item-content-item-body {\n\tpadding: 0 0.5em 0 0.5em;\n}\n\n.tc-manager-list-item-content-item-body > pre {\n\tmargin: 0.5em 0 0.5em 0;\n\tborder: none;\n\tbackground: inherit;\n}\n\n.tc-manager-list-item-content-tiddler {\n    flex: 3 1;\n    border-left: 0.5em solid <<colour muted-foreground>>;\n    border-right: 0.5em solid <<colour muted-foreground>>;\n    border-bottom: 0.5em solid <<colour muted-foreground>>;\n}\n\n.tc-manager-list-item-content-item-body > table {\n\tborder: none;\n\tpadding: 0;\n\tmargin: 0;\n}\n\n.tc-manager-list-item-content-item-body > table td {\n\tborder: none;\n}\n\n.tc-manager-icon-editor > button {\n\twidth: 100%;\n}\n\n.tc-manager-icon-editor > button > svg,\n.tc-manager-icon-editor > button > button {\n\twidth: 100%;\n\theight: auto;\n}\n\n/*\n** Import table\n*/\n\n.tc-import-table {\n\twidth: 100%;\n}\n\n.tc-import-table svg.tc-image-edit-button {\n\tmax-width: unset;\n}\n\n.tc-import-table th:first-of-type {\n\twidth: 10%;\n}\n\n.tc-import-table th:last-of-type {\n\twidth: 30%;\n}\n\n.tc-import-table .tc-row-disabled {\n\tbackground: <<colour very-muted-foreground>>10;\n\topacity: 0.8;\n}\n\n.tc-import-table .tc-row-warning {\n\tbackground: <<colour diff-delete-background>>50;\n}\n\n/*\n** Alerts\n*/\n\n.tc-alerts {\n\tposition: fixed;\n\ttop: 28px;\n\tleft: 0;\n\tright: 0;\n\tmax-width: 50%;\n\tz-index: 20000;\n}\n\n.tc-alert {\n\tposition: relative;\n\tmargin: 14px;\n\tpadding: 7px;\n\tborder: 1px solid <<colour alert-border>>;\n\tbackground-color: <<colour alert-background>>;\n}\n\n.tc-alert-toolbar {\n\tposition: absolute;\n\ttop: 7px;\n\tright: 7px;\n    line-height: 0;\n}\n\n.tc-alert-toolbar svg {\n\tfill: <<colour alert-muted-foreground>>;\n}\n\n.tc-alert-subtitle {\n\tcolor: <<colour alert-muted-foreground>>;\n\tfont-weight: bold;\n    font-size: 0.8em;\n    margin-bottom: 0.5em;\n}\n\n.tc-alert-body > p {\n\tmargin: 0;\n}\n\n.tc-alert-highlight {\n\tcolor: <<colour alert-highlight>>;\n}\n\n@media (min-width: <<sidebarbreakpoint>>) {\n\n\t.tc-static-alert {\n\t\tposition: relative;\n\t}\n\n\t.tc-static-alert-inner {\n\t\tposition: absolute;\n\t\tz-index: 100;\n\t}\n\n}\n\n.tc-static-alert-inner {\n\tpadding: 0 2px 2px 42px;\n\tcolor: <<colour static-alert-foreground>>;\n}\n\n/*\n** Floating drafts list\n*/\n\n.tc-drafts-list {\n\tz-index: 2000;\n\tposition: fixed;\n\tfont-size: 0.8em;\n\tleft: 0;\n\tbottom: 0;\n}\n\n.tc-drafts-list a {\n\tmargin: 0 0.5em;\n\tpadding: 4px 4px;\n\tborder-top-left-radius: 4px;\n\tborder-top-right-radius: 4px;\n\tborder: 1px solid <<colour background>>;\n\tborder-bottom-none;\n\tbackground: <<colour dirty-indicator>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n}\n\n.tc-drafts-list a:hover {\n\ttext-decoration: none;\n\tbackground: <<colour foreground>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour background>>;\n}\n\n.tc-drafts-list a svg {\n\twidth: 1em;\n\theight: 1em;\n\tvertical-align: text-bottom;\n}\n\n/*\n** Control panel\n*/\n\n.tc-control-panel td {\n\tpadding: 4px;\n}\n\n.tc-control-panel table, .tc-control-panel table input, .tc-control-panel table textarea {\n\twidth: 100%;\n}\n\n.tc-plugin-info {\n\tdisplay: flex;\n\tborder: 1px solid <<colour muted-foreground>>;\n\tfill: <<colour muted-foreground>>;\n\tbackground-color: <<colour background>>;\n\tmargin: 0.5em 0 0.5em 0;\n\tpadding: 4px;\n    align-items: center;\n}\n\n.tc-plugin-info-sub-plugins .tc-plugin-info {\n    margin: 0.5em;\n\tbackground: <<colour background>>;\n}\n\n.tc-plugin-info-sub-plugin-indicator {\n\tmargin: -16px 1em 0 2em;\n}\n\n.tc-plugin-info-sub-plugin-indicator button {\n\tcolor: <<colour background>>;\n\tbackground: <<colour foreground>>;\n\tborder-radius: 8px;\n    padding: 2px 7px;\n    font-size: 0.75em;\n}\n\n.tc-plugin-info-sub-plugins .tc-plugin-info-dropdown {\n\tmargin-left: 1em;\n\tmargin-right: 1em;\n}\n\n.tc-plugin-info-disabled {\n\tbackground: -webkit-repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\n\tbackground: repeating-linear-gradient(45deg, #ff0, #ff0 10px, #eee 10px, #eee 20px);\n}\n\n.tc-plugin-info-disabled:hover {\n\tbackground: -webkit-repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\n\tbackground: repeating-linear-gradient(45deg, #aa0, #aa0 10px, #888 10px, #888 20px);\n}\n\na.tc-tiddlylink.tc-plugin-info:hover {\n\ttext-decoration: none;\n\tbackground-color: <<colour primary>>;\n\tcolor: <<colour background>>;\n\tfill: <<colour foreground>>;\n}\n\na.tc-tiddlylink.tc-plugin-info:hover > .tc-plugin-info-chunk > svg {\n\tfill: <<colour background>>;\n}\n\n.tc-plugin-info-chunk {\n    margin: 2px;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-toggle {\n\tflex-grow: 0;\n\tflex-shrink: 0;\n\tline-height: 1;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-icon {\n\tflex-grow: 0;\n\tflex-shrink: 0;\n\tline-height: 1;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-description {\n\tflex-grow: 1;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-buttons {\n\tfont-size: 0.8em;\n\tline-height: 1.2;\n\tflex-grow: 0;\n\tflex-shrink: 0;\n    text-align: right;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-description h1 {\n\tfont-size: 1em;\n\tline-height: 1.2;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-description h2 {\n\tfont-size: 0.8em;\n\tline-height: 1.2;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-description div {\n\tfont-size: 0.7em;\n\tline-height: 1.2;\n\tmargin: 2px 0 2px 0;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-toggle img, .tc-plugin-info-chunk.tc-plugin-info-toggle svg {\n\twidth: 1em;\n\theight: 1em;\n}\n\n.tc-plugin-info-chunk.tc-plugin-info-icon img, .tc-plugin-info-chunk.tc-plugin-info-icon svg {\n\twidth: 2em;\n\theight: 2em;\n}\n\n.tc-plugin-info-dropdown {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tbackground: <<colour background>>;\n\tmargin-top: -8px;\n}\n\n.tc-plugin-info-dropdown-message {\n\tbackground: <<colour message-background>>;\n\tpadding: 0.5em 1em 0.5em 1em;\n\tfont-weight: bold;\n\tfont-size: 0.8em;\n}\n\n.tc-plugin-info-dropdown-body {\n\tpadding: 1em 1em 0 1em;\n\tbackground: <<colour background>>;\n}\n\n.tc-plugin-info-sub-plugins {\n\tpadding: 0.5em;\n    margin: 0 1em 1em 1em;\n\tbackground: <<colour notification-background>>;\n}\n\n.tc-install-plugin {\n\tfont-weight: bold;\n\tbackground: green;\n\tcolor: white;\n\tfill: white;\n\tborder-radius: 4px;\n\tpadding: 3px;\n}\n\n.tc-install-plugin.tc-reinstall-downgrade {\n\tbackground: red;\n}\n\n.tc-install-plugin.tc-reinstall {\n\tbackground: blue;\n}\n\n.tc-install-plugin.tc-reinstall-upgrade {\n\tbackground: orange;\n}\n\n.tc-check-list {\n\tline-height: 2em;\n}\n\n.tc-check-list .tc-image-button {\n\theight: 1.5em;\n}\n\n/*\n** Message boxes\n*/\n\n.tc-message-box {\n\tborder: 1px solid <<colour message-border>>;\n\tbackground: <<colour message-background>>;\n\tpadding: 0px 21px 0px 21px;\n\tfont-size: 12px;\n\tline-height: 18px;\n\tcolor: <<colour message-foreground>>;\n}\n\n.tc-message-box svg {\n\twidth: 1em;\n\theight: 1em;\n    vertical-align: text-bottom;\n}\n\n/*\n** Pictures\n*/\n\n.tc-bordered-image {\n\tborder: 1px solid <<colour muted-foreground>>;\n\tpadding: 5px;\n\tmargin: 5px;\n}\n\n/*\n** Floats\n*/\n\n.tc-float-right {\n\tfloat: right;\n}\n\n/*\n** Chooser\n*/\n\n.tc-chooser {\n\tborder-right: 1px solid <<colour table-header-background>>;\n\tborder-left: 1px solid <<colour table-header-background>>;\n}\n\n\n.tc-chooser-item {\n\tborder-bottom: 1px solid <<colour table-header-background>>;\n\tborder-top: 1px solid <<colour table-header-background>>;\n\tpadding: 2px 4px 2px 14px;\n}\n\n.tc-drop-down .tc-chooser-item {\n\tpadding: 2px;\n}\n\n.tc-chosen,\n.tc-chooser-item:hover {\n\tbackground-color: <<colour table-header-background>>;\n\tborder-color: <<colour table-footer-background>>;\n}\n\n.tc-chosen .tc-tiddlylink {\n\tcursor:default;\n}\n\n.tc-chooser-item .tc-tiddlylink {\n\tdisplay: block;\n\ttext-decoration: none;\n\tbackground-color: transparent;\n}\n\n.tc-chooser-item:hover .tc-tiddlylink:hover {\n\ttext-decoration: none;\n}\n\n.tc-drop-down .tc-chosen .tc-tiddlylink,\n.tc-drop-down .tc-chooser-item .tc-tiddlylink:hover {\n\tcolor: <<colour foreground>>;\n}\n\n.tc-chosen > .tc-tiddlylink:before {\n\tmargin-left: -10px;\n\tposition: relative;\n\tcontent: \"» \";\n}\n\n.tc-chooser-item svg,\n.tc-chooser-item img{\n\twidth: 1em;\n\theight: 1em;\n\tvertical-align: middle;\n}\n\n.tc-language-chooser .tc-image-button img {\n\twidth: 2em;\n\tvertical-align: -0.15em;\n}\n\n/*\n** Palette swatches\n*/\n\n.tc-swatches-horiz {\n}\n\n.tc-swatches-horiz .tc-swatch {\n\tdisplay: inline-block;\n}\n\n.tc-swatch {\n\twidth: 2em;\n\theight: 2em;\n\tmargin: 0.4em;\n\tborder: 1px solid #888;\n}\n\ninput.tc-palette-manager-colour-input {\n\twidth: 100%;\n\tpadding: 0;\n}\n\n/*\n** Table of contents\n*/\n\n.tc-sidebar-lists .tc-table-of-contents {\n\twhite-space: nowrap;\n}\n\n.tc-table-of-contents button {\n\tcolor: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents svg {\n\twidth: 0.7em;\n\theight: 0.7em;\n\tvertical-align: middle;\n\tfill: <<colour sidebar-foreground>>;\n}\n\n.tc-table-of-contents ol {\n\tlist-style-type: none;\n\tpadding-left: 0;\n}\n\n.tc-table-of-contents ol ol {\n\tpadding-left: 1em;\n}\n\n.tc-table-of-contents li {\n\tfont-size: 1.0em;\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li a {\n\tfont-weight: bold;\n}\n\n.tc-table-of-contents li li {\n\tfont-size: 0.95em;\n\tfont-weight: normal;\n\tline-height: 1.4;\n}\n\n.tc-table-of-contents li li a {\n\tfont-weight: normal;\n}\n\n.tc-table-of-contents li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\n\tline-height: 1.5;\n}\n\n.tc-table-of-contents li li li li {\n\tfont-size: 0.95em;\n\tfont-weight: 200;\n}\n\n.tc-tabbed-table-of-contents {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents {\n\tz-index: 100;\n\tdisplay: inline-block;\n\tpadding-left: 1em;\n\tmax-width: 50%;\n\t-webkit-flex: 0 0 auto;\n\tflex: 0 0 auto;\n\tbackground: <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a,\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tdisplay: block;\n\tpadding: 0.12em 1em 0.12em 0.25em;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a {\n\tborder-top: 1px solid <<colour tab-background>>;\n\tborder-left: 1px solid <<colour tab-background>>;\n\tborder-bottom: 1px solid <<colour tab-background>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item > a:hover {\n\ttext-decoration: none;\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour tab-border>>;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a {\n\tborder-top: 1px solid <<colour tab-border>>;\n\tborder-left: 1px solid <<colour tab-border>>;\n\tborder-bottom: 1px solid <<colour tab-border>>;\n\tbackground: <<colour background>>;\n\tmargin-right: -1px;\n}\n\n.tc-tabbed-table-of-contents .tc-table-of-contents .toc-item-selected > a:hover {\n\ttext-decoration: none;\n}\n\n.tc-tabbed-table-of-contents .tc-tabbed-table-of-contents-content {\n\tdisplay: inline-block;\n\tvertical-align: top;\n\tpadding-left: 1.5em;\n\tpadding-right: 1.5em;\n\tborder: 1px solid <<colour tab-border>>;\n\t-webkit-flex: 1 0 50%;\n\tflex: 1 0 50%;\n}\n\n/*\n** Dirty indicator\n*/\n\nbody.tc-dirty span.tc-dirty-indicator, body.tc-dirty span.tc-dirty-indicator svg {\n\tfill: <<colour dirty-indicator>>;\n\tcolor: <<colour dirty-indicator>>;\n}\n\n/*\n** File inputs\n*/\n\n.tc-file-input-wrapper {\n\tposition: relative;\n\toverflow: hidden;\n\tdisplay: inline-block;\n\tvertical-align: middle;\n}\n\n.tc-file-input-wrapper input[type=file] {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\tfont-size: 999px;\n\tmax-width: 100%;\n\tmax-height: 100%;\n\tfilter: alpha(opacity=0);\n\topacity: 0;\n\toutline: none;\n\tbackground: white;\n\tcursor: pointer;\n\tdisplay: inline-block;\n}\n\n::-webkit-file-upload-button {\n\tcursor:pointer;\n}\n\n/*\n** Thumbnail macros\n*/\n\n.tc-thumbnail-wrapper {\n\tposition: relative;\n\tdisplay: inline-block;\n\tmargin: 6px;\n\tvertical-align: top;\n}\n\n.tc-thumbnail-right-wrapper {\n\tfloat:right;\n\tmargin: 0.5em 0 0.5em 0.5em;\n}\n\n.tc-thumbnail-image {\n\ttext-align: center;\n\toverflow: hidden;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-image svg,\n.tc-thumbnail-image img {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n\tmin-width: 100%;\n\tmin-height: 100%;\n\tmax-width: 100%;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-image img {\n\tfilter: alpha(opacity=0.8);\n\topacity: 0.8;\n}\n\n.tc-thumbnail-background {\n\tposition: absolute;\n\tborder-radius: 3px;\n}\n\n.tc-thumbnail-icon svg,\n.tc-thumbnail-icon img {\n\twidth: 3em;\n\theight: 3em;\n\t<<filter \"drop-shadow(2px 2px 4px rgba(0,0,0,0.3))\">>\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon svg,\n.tc-thumbnail-wrapper:hover .tc-thumbnail-icon img {\n\tfill: #fff;\n\t<<filter \"drop-shadow(3px 3px 4px rgba(0,0,0,0.6))\">>\n}\n\n.tc-thumbnail-icon {\n\tposition: absolute;\n\ttop: 0;\n\tleft: 0;\n\tright: 0;\n\tbottom: 0;\n\tdisplay: -webkit-flex;\n\t-webkit-align-items: center;\n\t-webkit-justify-content: center;\n\tdisplay: flex;\n\talign-items: center;\n\tjustify-content: center;\n}\n\n.tc-thumbnail-caption {\n\tposition: absolute;\n\tbackground-color: #777;\n\tcolor: #fff;\n\ttext-align: center;\n\tbottom: 0;\n\twidth: 100%;\n\tfilter: alpha(opacity=0.9);\n\topacity: 0.9;\n\tline-height: 1.4;\n\tborder-bottom-left-radius: 3px;\n\tborder-bottom-right-radius: 3px;\n}\n\n.tc-thumbnail-wrapper:hover .tc-thumbnail-caption {\n\tfilter: alpha(opacity=1);\n\topacity: 1;\n}\n\n/*\n** Diffs\n*/\n\n.tc-diff-equal {\n\tbackground-color: <<colour diff-equal-background>>;\n\tcolor: <<colour diff-equal-foreground>>;\n}\n\n.tc-diff-insert {\n\tbackground-color: <<colour diff-insert-background>>;\n\tcolor: <<colour diff-insert-foreground>>;\n}\n\n.tc-diff-delete {\n\tbackground-color: <<colour diff-delete-background>>;\n\tcolor: <<colour diff-delete-foreground>>;\n}\n\n.tc-diff-invisible {\n\tbackground-color: <<colour diff-invisible-background>>;\n\tcolor: <<colour diff-invisible-foreground>>;\n}\n\n.tc-diff-tiddlers th {\n\ttext-align: right;\n\tbackground: <<colour background>>;\n\tfont-weight: normal;\n\tfont-style: italic;\n}\n\n.tc-diff-tiddlers pre {\n    margin: 0;\n    padding: 0;\n    border: none;\n    background: none;\n}\n\n/*\n** Errors\n*/\n\n.tc-error {\n\tbackground: #f00;\n\tcolor: #fff;\n}\n\n/*\n** Tree macro\n*/\n\n.tc-tree div {\n    \tpadding-left: 14px;\n}\n\n.tc-tree ol {\n    \tlist-style-type: none;\n    \tpadding-left: 0;\n    \tmargin-top: 0;\n}\n\n.tc-tree ol ol {\n    \tpadding-left: 1em;    \n}\n\n.tc-tree button { \n    \tcolor: #acacac;\n}\n\n.tc-tree svg {\n     \tfill: #acacac;\n}\n\n.tc-tree span svg {\n    \twidth: 1em;\n    \theight: 1em;\n    \tvertical-align: baseline;\n}\n\n.tc-tree li span {\n    \tcolor: lightgray;\n}\n\nselect {\n        color: <<colour select-tag-foreground>>;\n        background: <<colour select-tag-background>>;\n}\n\n/*\n** Utility classes for SVG icons\n*/\n\n.tc-fill-background {\n\tfill: <<colour background>>;\n}\n\n/*\n** Flexbox utility classes\n*/\n\n.tc-flex {\n\tdisplay: -webkit-flex;\n\tdisplay: flex;\n}\n\n.tc-flex-column {\n\tflex-direction: column;\n}\n\n.tc-flex-row {\n\tflex-direction: row;\n}\n\n.tc-flex-grow-1 {\n\tflex-grow: 1;\n}\n\n.tc-flex-grow-2 {\n\tflex-grow: 2;\n}\n\n/*\n** Other utility classes\n*/\n\n.tc-small-gap {\n\tmargin-left: .5em;\n\tmargin-right: .5em;\n}\n\n.tc-small-gap-left {\n\tmargin-left: .5em;\n}\n\n.tc-small-gap-right {\n\tmargin-right: .5em;\n}\n\n.tc-big-gap {\n\tmargin-left: 1em;\n\tmargin-right: 1em;\n}\n\n.tc-big-gap-left {\n\tmargin-left: 1em;\n}\n\n.tc-big-gap-right {\n\tmargin-right: 1em;\n}\n\n.tc-word-break {\n\tword-break: break-all;\n}\n"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/bodyfontsize",
            "text": "15px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/bodylineheight": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/bodylineheight",
            "text": "22px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/fontsize": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/fontsize",
            "text": "14px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/lineheight": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/lineheight",
            "text": "20px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storyleft": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storyleft",
            "text": "0px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storytop": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storytop",
            "text": "0px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storyright": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storyright",
            "text": "770px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/storywidth": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/storywidth",
            "text": "770px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/tiddlerwidth",
            "text": "686px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarbreakpoint",
            "text": "960px"
        },
        "$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth": {
            "title": "$:/themes/tiddlywiki/vanilla/metrics/sidebarwidth",
            "text": "350px"
        },
        "$:/themes/tiddlywiki/vanilla/options/stickytitles": {
            "title": "$:/themes/tiddlywiki/vanilla/options/stickytitles",
            "text": "no"
        },
        "$:/themes/tiddlywiki/vanilla/options/sidebarlayout": {
            "title": "$:/themes/tiddlywiki/vanilla/options/sidebarlayout",
            "text": "fixed-fluid"
        },
        "$:/themes/tiddlywiki/vanilla/options/codewrapping": {
            "title": "$:/themes/tiddlywiki/vanilla/options/codewrapping",
            "text": "pre-wrap"
        },
        "$:/themes/tiddlywiki/vanilla/reset": {
            "title": "$:/themes/tiddlywiki/vanilla/reset",
            "type": "text/plain",
            "text": "/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */\n\n/*\nDocument\n========\n*/\n\n/**\nUse a better box model (opinionated).\n*/\n\n*,\n*::before,\n*::after {\n  box-sizing: border-box;\n}\n\n/**\nUse a more readable tab size (opinionated).\n*/\n\n:root {\n  -moz-tab-size: 4;\n  tab-size: 4;\n}\n\n/**\n1. Correct the line height in all browsers.\n2. Prevent adjustments of font size after orientation changes in iOS.\n*/\n\nhtml {\n  line-height: 1.15; /* 1 */\n  -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/*\nSections\n========\n*/\n\n/**\nRemove the margin in all browsers.\n*/\n\nbody {\n  margin: 0;\n}\n\n/**\nImprove consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n*/\n\nbody {\n  font-family:\n    system-ui,\n    -apple-system, /* Firefox supports this but not yet `system-ui` */\n    'Segoe UI',\n    Roboto,\n    Helvetica,\n    Arial,\n    sans-serif,\n    'Apple Color Emoji',\n    'Segoe UI Emoji';\n}\n\n/*\nGrouping content\n================\n*/\n\n/**\n1. Add the correct height in Firefox.\n2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)\n*/\n\nhr {\n  height: 0; /* 1 */\n  color: inherit; /* 2 */\n}\n\n/*\nText-level semantics\n====================\n*/\n\n/**\nAdd the correct text decoration in Chrome, Edge, and Safari.\n*/\n\nabbr[title] {\n  text-decoration: underline dotted;\n}\n\n/**\nAdd the correct font weight in Edge and Safari.\n*/\n\nb,\nstrong {\n  font-weight: bolder;\n}\n\n/**\n1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)\n2. Correct the odd 'em' font sizing in all browsers.\n*/\n\ncode,\nkbd,\nsamp,\npre {\n  font-family:\n    ui-monospace,\n    SFMono-Regular,\n    Consolas,\n    'Liberation Mono',\n    Menlo,\n    monospace; /* 1 */\n  font-size: 1em; /* 2 */\n}\n\n/**\nAdd the correct font size in all browsers.\n*/\n\nsmall {\n  font-size: 80%;\n}\n\n/**\nPrevent 'sub' and 'sup' elements from affecting the line height in all browsers.\n*/\n\nsub,\nsup {\n  font-size: 75%;\n  line-height: 0;\n  position: relative;\n  vertical-align: baseline;\n}\n\nsub {\n  bottom: -0.25em;\n}\n\nsup {\n  top: -0.5em;\n}\n\n/*\nTabular data\n============\n*/\n\n/**\n1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)\n2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)\n*/\n\ntable {\n  text-indent: 0; /* 1 */\n  border-color: inherit; /* 2 */\n}\n\n/*\nForms\n=====\n*/\n\n/**\n1. Change the font styles in all browsers.\n2. Remove the margin in Firefox and Safari.\n*/\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n  font-family: inherit; /* 1 */\n  font-size: 100%; /* 1 */\n  line-height: 1.15; /* 1 */\n  margin: 0; /* 2 */\n}\n\n/**\nRemove the inheritance of text transform in Edge and Firefox.\n1. Remove the inheritance of text transform in Firefox.\n*/\n\nbutton,\nselect { /* 1 */\n  text-transform: none;\n}\n\n/**\nCorrect the inability to style clickable types in iOS and Safari.\n*/\n\nbutton,\n[type='button'],\n[type='reset'],\n[type='submit'] {\n  -webkit-appearance: button;\n}\n\n/**\nRemove the inner border and padding in Firefox.\n*/\n\n::-moz-focus-inner {\n  border-style: none;\n  padding: 0;\n}\n\n/**\nRestore the focus styles unset by the previous rule.\n*/\n\n:-moz-focusring {\n  outline: 1px dotted ButtonText;\n}\n\n/**\nRemove the additional ':invalid' styles in Firefox.\nSee: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737\n*/\n\n:-moz-ui-invalid {\n  box-shadow: none;\n}\n\n/**\nRemove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.\n*/\n\nlegend {\n  padding: 0;\n}\n\n/**\nAdd the correct vertical alignment in Chrome and Firefox.\n*/\n\nprogress {\n  vertical-align: baseline;\n}\n\n/**\nCorrect the cursor style of increment and decrement buttons in Safari.\n*/\n\n::-webkit-inner-spin-button,\n::-webkit-outer-spin-button {\n  height: auto;\n}\n\n/**\n1. Correct the odd appearance in Chrome and Safari.\n2. Correct the outline style in Safari.\n*/\n\n[type='search'] {\n  -webkit-appearance: textfield; /* 1 */\n  outline-offset: -2px; /* 2 */\n}\n\n/**\nRemove the inner padding in Chrome and Safari on macOS.\n*/\n\n::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\n\n/**\n1. Correct the inability to style clickable types in iOS and Safari.\n2. Change font properties to 'inherit' in Safari.\n*/\n\n::-webkit-file-upload-button {\n  -webkit-appearance: button; /* 1 */\n  font: inherit; /* 2 */\n}\n\n/*\nInteractive\n===========\n*/\n\n/*\nAdd the correct display in Chrome and Safari.\n*/\n\nsummary {\n  display: list-item;\n}\n"
        },
        "$:/themes/tiddlywiki/vanilla/settings/fontfamily": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/fontfamily",
            "text": "system-ui, -apple-system, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\""
        },
        "$:/themes/tiddlywiki/vanilla/settings/codefontfamily": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/codefontfamily",
            "text": "\"SFMono-Regular\",Consolas,\"Liberation Mono\",Menlo,Courier,monospace"
        },
        "$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimageattachment",
            "text": "fixed"
        },
        "$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize": {
            "title": "$:/themes/tiddlywiki/vanilla/settings/backgroundimagesize",
            "text": "auto"
        },
        "$:/themes/tiddlywiki/vanilla/sticky": {
            "title": "$:/themes/tiddlywiki/vanilla/sticky",
            "text": "<$reveal state=\"$:/themes/tiddlywiki/vanilla/options/stickytitles\" type=\"match\" text=\"yes\">\n``\n.tc-tiddler-title {\n\tposition: -webkit-sticky;\n\tposition: -moz-sticky;\n\tposition: -o-sticky;\n\tposition: -ms-sticky;\n\tposition: sticky;\n\ttop: 0px;\n\tbackground: ``<<colour tiddler-background>>``;\n\tz-index: 500;\n}\n\n``\n<$list filter=\"[range[100]]\">\n`.tc-story-river .tc-tiddler-frame:nth-child(100n+`<$text text=<<currentTiddler>>/>`) {\nz-index: `<$text text={{{ [[200]subtract<currentTiddler>] }}}/>`;\n}\n`\n</$list>\n</$reveal>\n"
        }
    }
}
fluid-fixed
classic
<<toggleBlock """Intro"""
"""
* [[Jasper]] made replica of [[Xre]] Bomb to plant in [[Bobby]]'s house
* House building in certain radius is prohibited by him
* No real markings on pathways nearby
* No guards on ground level, on the walls though
** Aren't really looking out, more just looking menacing
* We are at night time?
* Scale back wall, guards have torches
* Imported grass ground? Astro Turf? Lighter than normal
* Very clear indent in the ground, then clears itself?
* Feet sinking a bit deeper than normal right now
* No pane, just sill, nothing impeding us
* [[Jasper]] gets magic vibe, but no actual magic items
* We climb in
""">>

<<toggleBlock """Inside 1F"""
"""
* Wood is reminiscent of grass outside, Bends with our steps....
* Corner of main building is where we entered to
* Well decorated, statues across area of various figures in armor, replicas, but well made
* Paintings of landscapes, mountains, snowfields, forests
* Main hall, stairs, carpet, 
* Carpet has other purpose? further in? Don't know yet...
** [[Jasper]] knows dungeons usually have impassable trap as a warning for the rest of the dungeon, sees odd movement as [[Zhon]] taps it with his flat spear head
* We don't touch the carpet, [[Jasper]] gets a ritual ready to do tenser's floating disk. Although, walls are pretty cling-able...
* Exotic plants
""">>

<<toggleBlock """Reading room"""
"""
* 2nd room has tables and chairs, not cluttered bookshelves (actual books) Documents of history, maps, creatures
** Reading seats? Solitary or communal?
** Ladder
** Some [[Savrtish]], draft of the one [[Kerryn]] has already
*** Organised by place, Isles of cede with Empire books
*** Xre with Diao
*** Books reshuffled? some..
*** Devils are super close to [[Savrtish]]
*** only handful that discuss giants, near kaex, some with Diao and [[Hyetei]]
** Some religious texts, some unable to be read though
*** [[Greslei]] has some but not common language
** Some draconic text, detailed topics
*** Confirmation texts? near other books that confirm details
*** Xre's draconic's name generals and such
**** Extra space to add or remove here, not sure why though
*** [[Zhon]] grabs the religious draconic ones?
**** Also the draconic [[Savrtish]] texts
*** Empire Draconic goes back to founding, sketches of individuals, focus on weapons for others given
* Book on table looks like it's writing draconic in it, current events, [[Luk'grn]]
** Draft in page [[Atkelos]] see's, demons and [[Luk'grn]] and his downfall, and ''all our names''
** [[Zhon]] Takes this book
* [[Drejuin]] section has some woodworking books
""">>

<<toggleBlock """Other side of hall"""
"""
* Strange pottery designs
* Shelves
* [[Jasper]] puts on reading glasses
* Documents of council members here, EXTREME DETAIL, METICULOUS, Several pages per person, clothes quirks, routines
** Some with links to higher ups of mage hunters
* No hidden compartments in this room
* [[Jasper]] takes notes on [[Dairtr]]
* [[Zhon]] takes random files
* Corner
** Statues of individuals, kings, leaders? important people at least, don't recognize any bar one
** Founder of city? human, grey feeble, triumphant pose, no details though
** [[Jasper]] Defaces the statues
* [[Kerryn]] ponders how old the city is...
** roughly 400 years old
""">>

<<toggleBlock """Upstairs 2F"""
"""
* Large open room, furnishings, pianos, resting areas, lobby like, shelves with stuff, pipe to be lit
* 2 stairs going up, left right rooms, balcony
* Double doors to rooms
* Left room
** [[Zhon]] surprised by door opening mechanism slamming it open (LOUD)
** room empty, office
** Balcony, files, break area
** Official business, not official blackmail but you know //Wink wink//
** Gathering of details, no direct orders
** Some linked to [[Savrtish]]
*** Dad is mentioned.... [[Saelver]]
** Writing style has changed here? May be multiple or one? Master of penmanship?
** [[Kerryn]] takes stuff that mentions [[Saelver]]
* Right room
** [[Kerryn]] opens well
** Bedroom
** Bed away from balcony
** Closets with extremely well made clothes, upperclass?
** Style of clothes change dramatically....... Pristine quality
** Bags with gold, middle ish amount
** Writing materials
** HE'S NOT HERE RIGHT NOW
** WE'RE EARLY HERE AT EARLY MORNING RETCON
** [[Jasper]] takes gold, also ink on previous room files
** 10am right now
** [[Jasper]] puts the Xre bomb replica, puts blueprints in left room? with Bomb?
** 
""">>

<<toggleBlock """3F Storage"""
"""
* Info on neighboring cities, Some on Xre and empires influence and what to do with them
* Hostilities toward Xre not shared in documents with empire
* new collection mentioning giants
* [[Zhon]] does 1 hour deep search....
** 44, ROOM HAS NOTHING
* [[Jasper]] Scent of gold, 5 squares, smells nothing
* [[Kerryn]] tries to climb wall, fails and now damage when falling perception check
** She is very embarrassed [[Kurt]] usually doing this
** [[Atkelos]] loses sight of [[Kerryn]] for a second
* [[Oscar]] Tries same, wall is VERY STURDY
* [[Kerryn]] takes ladder to 2F
** Pushes up but Its the HARDEST TASK SHE'S EVER DONE
* 3 people on ladder at a time comfortably
* [[Atkelos]], [[Oscar]], and [[Zhon]] try
** [[Atkelos]] makes it through
* We try to push [[Zhon]] through the ceiling with the ladder and tensers disc
** Loosing vision, getting exhausted, not enough pressure
* [[Oscar]] next...
** GETS THROUGH with 3 healing potions from [[Jasper]]
* 
""">>

<<toggleBlock """3F Secret room?"""
"""
* [[Oscar]] and [[Atkelos]]
* 12am
* 12:30, [[Oscar]] fell through the floor, DRAGON INCOMING
* [[Oscar]] very exhausted, [[Atkelos]] got voice in head saying "Don't desecrate my stuff, I'll be there soon"
* [[Atkelos]] said to leave, he'll find another way out
* We GTFOing?
""">>

<<toggleBlock """Running away"""
"""
* [[Jasper]] lights grass on fire, with firestorm arrow
* Guards call emergency as fire start
""">>

<<toggleBlock """[[Dairtr]]'s Estate"""
"""
* Files on underground [[Erendui]]
** Mardex verseti
** [[Savrtish]]
** giants
*** 2 became giants [[Yruw]] was one
*** Varef fell and became dangerous, understands their power very well
*** Extreme care to make connection with non-giants
*** Brotherhood is their puppets
*** think the giants are gods, will serve them their entire lives
* [[Atkelos]] LIVES!!!!!
* Demands, grass fixed
** books returned
** statues remade
** messages to be returned or written
** gold back
** files back
** bill of 10,000plat if not done..
** Dinner tonight.....
* Wants to continue to be a historian
* Doesn't want the forces we oppose to rule the world..
** Xre, giants, or otherwise
* Amount of information was unfathomable 
* Dragon has family
""">>

<<toggleBlock """Intro"""
"""
* Just got out of undead dragon pit, time to craft and be with ourselves
* Scales, bit of soul attached, made into armour and Ring for [[Oscar]]
* On way to couple, still have 2 dragons and legit devils
* Vision becomes difficult as we travel, trees are dead but so many branches make thick canopy
* Mounts ill suited for the dense forest, we don't use them going forward
* [[Vaesh]] struggling ut managing
* We making noise as we unavoidably
* [[Saelver]] says at first sign of contact, him [[Vaesh]] and [[Ehzehk]] can distract them
* We continue marching forward, Perception check
* ROAR, sound of wind, shadow flies over head
* [[Saelver]] transforms to devil form
* [[Vaesh]] concerned but takes flight, [[Ehzehk]] riding
* Hard to see what is happening but we need to keep going
""">>

<<toggleBlock """1st encounter - Frost Troll and Mooks"""
"""
* foreign presence, somewhat warded by [[Oscar]]'s new armour
* Lightly armoured demons and devils!
* 10, around a single frost troll.. no intelligence in his eyes
* INITIATIVE 26+2
* Demons and Devils didn't attack on their round...
* [[Oscar]] eating/collecting souls of mooks as we fight
* Troll back up, after being knocked out, 1 mook still up though
* [[Oscar]] stops the regen by taking it's soul
""">>

<<toggleBlock """Manor entrance - Chain Devil"""
"""
* bit more travel, then perception
** 27
* building amidst the swamp, dark, grey and black
* [[Kerryn]] hears chains, intermittent
* Some devils have used chains as weapons in past...
* We survey around, towers(?) in the back, not much of note
* Nature check 12...
* Tracking is fruitless, sound direction keeps changing
* Curtains blocking window
* [[Kerryn]] recognizes this manor, it's where the couple are
* Push gate action, [[Zhon]] opens and steps in
* [[Zhon]] opened door, [[Chiernam]] gets dominated and walks in
* [[Chiernam]] saves the throw upstairs, big monster carcases, HOPEFULLY statues in the walls
** Multi arm, insectoid, bulky creatures
* 3 of the petrified beasts have the stone fade to skin and hide
* Chain devil goes upstairs
* "Could join us one day, if you're agreeable" talking to [[Chiernam]]
* One umberhulk starts taking [[Chiernam]], most see that it's shadow is weird
* shadow attacks [[Oscar]] as it passes him
* [[Atkelos]] and [[Chiernam]] taken through a door we don't know which on 2nd floor
* [[Istord]] says maybe group close gap if they walk slow...
* [[Chiernam]] yells, we listen out for it....
* [[Atkelos]] breaks the umbehulk hold...
* [[Atkelos]] uses the dagger [[Seigmond]] gave him against the chain devil
** Fails but thankfully doesn't hurt himself
* [[Chiernam]] calls out to chained down creature in next room
* [[Oscar]] takes the Chain devil soul, still 2 umberhulks and their shadows
* Enemies defeated, need 2 to get people out of the chains
* [[Chiernam]] out
* [[Zhon]] too
* [[Atkelos]] as well
** He's... a corpse..
* Dragon like creature is Tauric.. lizard like, upperhalf like [[Atkelos]]
** Completely unconcious
""">>

<<toggleBlock """Kerryn's Used Abilities"""
"""
* Black Flame Form
* Ring and belt
* Shadow Darts, Cloaking Mist, Second Wind
* Targeted for death
* 14/56 Health, 7/8 Surges
""">>

Ilaten'Zisteej

Less of an island and more of a mass of ice. Avalorth is a large glacier in the centre of the ocean. The water around it frozen, but brittle. Most would question the populous decision to include this area as a landmass, but many swear life exists on Avalorth. Noting unique wildlife, a group of tribes, and caverns leading in to the centre of the ice. Though despite these claims, nothing has been proven.






{{$:/DnD/Calender/Table}}

<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New Day"/>
{{$:/DnD/Calender/Button}}





<<toggleBlock """Intro"""
"""
* Everyone made their way back to the house
** Split up to avoid attention
* Morning we're all home and rested
* We meet up in main room and discuss
* Kerryn explains stuff FILL IN INFO HERE
** Kurt kidnapped an underling of [[Luk'grn]]
** His minions might be controlled, manipulated, or coerced into submission
** [[Chiernam]] Was added to registry, has been living here 20 years
* Atkelos has info from [[Sorf Goren]]
** Offered to assist in locating [[Chiernam]]
** Person in charge is Orc named [[Luk'grn]]
** Living under estate of a noble name [[Keen]], in his pocket
** Behind staircase in main entrance of estate is way down to where he is
** Perimeter is patrolled by Mage hunters
** Info is free, for now
""">>

<<toggleBlock """Interrogation"""
"""
* Guarded in guest bedroom
* Prisoner still a bit out of it, doesn't know exactly what happened, still dazed
* Human tied to bed loosely
** In nobles house
* Least common thing is capturing
* Somewhere down there is where they keep the captured
** Some rooms under, some on side
* Mage hunter welcome them in
* Some Mage hunters are members
* Knows some other members faces
* A lot down there? more than ten?
* Doesn't know about the registry
* People down there can tell who is with them
* Not all explode
** Luk'grn is in charge of making people capable of exploding
* [[Keen]] Did business with [[Luk'grn]]
* Members not to familiar with Keen on a personal level
* [[Oscar]] Tries to manacle him to kill him outside
* Kill In this room, skin tears itself apart.. Strange demonic creature emerges...
* INITIATIVE
* Demon spider dies, leaving nothing... like he was never there
* Demon's usually serve a single instinct, some serve goddess of war
* This one was a 'supporting' one
""">>

<<toggleBlock """To Keen's Estate"""
"""
* Bit down town, 10 min from [[Dairtr]]'s estate
* See residence in question
* Tightly compact property compared to the others
* Hunters here, no backyard
** 2 at gate
** 5 past it
* [[Atkelos]] Streetwise check to see what bribe value
** 1k gold per person to ignore us
* [[Kerryn]] contributes 1k, as do others
* One acts different when offered gold
** Goliath saddened by offer, and companion's reactions
** Escorted [[Chiernam]] to his cell, hasn't left building
** Only one set of cells down there, should be to the left
** In house, near stairs go right, door, left, dip down, main room, straight and left to the cells
** Doesn't want to help THESE Mage hunters, corrupt here
** [[Torsjul]] is name
** Didn't take the money, get 200gp back
""">>

<<toggleBlock """Estate 1F"""
"""
* We go to right door near stairs
* 3 individuals inside, thugs, goons of [[Luk'grn]]
* We're Expected, INITIATIVE
* elemental demon replacements in nature
* Kill them all, one howled as we did
""">>

<<toggleBlock """Estate B1"""
"""
* Group down here at tables, [[Chiernam]]
* INTIATIVE
* Chiernam attacks us NO WAIT THE DEMON
* Melinda notices that the demons seem to be healing
* (Rabbits Explode into red mists)
** (CAN SEE IN THIS POISON)
* When Oscar and Kerryn in mist, Chiernam is not
* Atkelos says we shouldn't leave [[Luk'grn]]
* NOT CHIERNAM
* Name is [[Istord]]
* Put in by boss, many arm demon
* SHORT REST
* Spoke to [[Yateh]]
* Not "half" demon like Kerryn is "half" devil
* Looks like Half-Orc but likely full demon
* [[Luk'grn]] is down here, don't know where though
""">>

<<toggleBlock """B1 - Post Short Rest"""
"""
* NEXT TIME ON DBZ
** HP 48/48
** Surges 7/8
** STILL THIS LOL
** Action surge, Grave Spike, and Targeted for Death used
""">>
<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New Class"/>
{{$:/DnD/Class/Button}}

---
Search: <$edit-text tiddler="$:/DnD/Class/Table" field="tbl-search"/>
<$set name="search" value={{$:/DnD/Class/Table!!tbl-search}}>
{{$:/DnD/Class/Table}}
</$set>
<<toggleBlock """Intro"""
"""
* Resting in the chamber with Vaesh, It is extremely worn out
* Opposite door as well, [[Tormaeuth]] Investigating
** Same as the one before
* Going through door for Egg for [[Gale]]
* [[Tormaeuth]] to open door, stay with dragon, but keep ear open, door's not soundproof so all good
* We go through door
""">>

<<toggleBlock """Egg Hunting - Serpent encounter"""
"""
* Odd passage, torches but no actual walls
* Strange cavernous setting, ground is a bit damp, water on the sides.. kinda flooded
* Isolated buildings 100s ft in the distance
* Walled building ahead
* Follow path, no doors seen
* Water is DEEEEEEP, movement hard to see but in the distance
* Creatures reacting to touching it..
* [[Chiernam]] grabs one of the torches
* Walled off and roofed building ahead, left and ahead
* Some movement ahead..
* Perception 17
* Snake like creature, lower body exactly
** Humanoid torso and arms, head is serpent
** Rod/implement on its side, orange/brown metal
** Light green scales, robes around it's torso
** Not aggressive
* "Dragon problem has been dealt with" in common
** notes it is still alive
* [[Sahstiihs]], leader of the [[Mage Underground]]
** Not.. innately.. magical creature
* Most magic isn't pure anymore, taken by gods and people and reshaped into what it is today
* Insight 22
** Has been looking us over, tone, speech, so on..
** Maybe good judge of character, maybe magic? knowing things about us like [[Kerryn]] from [[Savrtish]]
* Would be happy to take us to [[Savrtish]], we're saviours to this group.
* [[Vaesh]] was in way of their exit, it escaping would be bad
* Points to hallway of doors, with roof
* Experiments with niches of magic, bedding rooms (floating)
* Water more dangerous than the dragon
* Worries for sanity of those that know what is down there
* Prefers not to kill dragon, wouldn't want to lead it into the water
* Offers to ask questions in [[Sahstiihs]] research lab
* Do not have dragon eggs here.................
* Most divine practitioners here are of [[Zra]], some of [[Refk’ur’shii]] here too
""">>

<<toggleBlock """Research lab/Splorin?"""
"""
* Pure gold door, most others are silverish
* Larger room than ones we've seen 150x150ft
* Desks with vials and potions, other area's walled off with beasts
** Common animals, bears, wolves
** Exotic ones, owlbears?
** MORE exotic, [[Jherstidon]]
** Experiments with animals, humanoidish, mishmashes, drake with boar bristles, werebeast wolf thing thin though
* Shelves of books
* Ritualistic setup on side of room, markings, drawings and patterns we're not familiar with.. advanced though, not around when [[Chiernam]] was made
* cushioned area too
** we're led here
* [[Sahstiihs]] studies a LOT of subjects
* Looks to Gale "SOME HAVE BEEN AROUND SINCE EARLY IN THE WORLD'S LIFE SPAN"
* Has not cared to name their own race, [[Sahstiihs]]'
* Eggs hatched into the world, don't reproduce often
* [[Jherstidon]]...... is tamed?!
* Dragon has magic in it, didn't want to taint it with own attempts
* aware we are attached to the dragon...
** interested in keeping it for research
** Wouldn't harm the dragon
** Needs magical caretaker, has huge magic potential
* [[Savrtish]] has it's own dragons, suggestion of [[Vaesh]] coming to with us
* Bag of iron REPLENISHES ITSELF
* [[Gale]] to be it's protector
* Taking it, Understandable have a nice day..
* [[Vaesh]] has pure magic?
* [[Zhon]] looks for [[Jherstidon]] books.. [[Sahstiihs]] can answer questions..
* Divine research first!
""">>

<<toggleBlock """Divine research room"""
"""
* Door passages confusing to keep track of
* Doors are just water to us, [[Sahstiihs]] can open them to places though
* 30x30ft, Compact
* Several people working in here
* 15 or so here, several kill on sight like elves and Tielfings
** Those staying need to know some magic, pull their own weight as it were
* Trying to channel energy of divine, strange property
** Deteriorates over time if connection severed
*** [[Chiernam]] would die if connection was lost
* Not too much to be seen from divine here
* @@color:red;Could... depower a god by tapping into it's magic and wasting it's energy?????@@
** Technique not mastered
* [[Denakx]] magic is there and growing but haven't made much progress connecting here
* Minor gods have had more success, but trouble with [[Krivis]] total failure, and [[Greslei]]
* [[Zhon]] hits [[Sahstiihs]], little impact
** To show diety, lower half is different to most
* [[Xre]] power has diminished over time, little reason to persue until war is finished..
* [[Sahstiihs]] doesn't really know the dragon that mentored [[Gale]]
** COULD RESSURECT IT?
** [[Gale]] objects
* [[Hriern]] partnered with [[Xre]] then abandoned her
** Mages that channelled needed rituals to not fall to him
** avoid channelling to avoid falling into his being
* [[Chiernam]] looking into [[Greslei]] via a researcher
** Have to channel what they are, mask of follower
** [[Greslei]] hard cause she keeps changing
""">>

<<toggleBlock """Shadow Magic room"""
"""
* One researcher at a time
* Linked to corruption, often has severe repercussions
* Dragons with it loose their scales, become shadowy figures
* same size room as last single desk?
* Not much care into to keep clean, books piled, some open, some with torn pages and pinned
* Section with cages, animals have shadow magic forced on them
** Rabbits to lizard mounts, most are mass of shadow in shape of creature rather than creature itself
* Researcher is the same race as [[Sahstiihs]], black purple scales ([[Sahstiihs]] is green)
** Thin, but stocky
* Didn't want research interrupted, [[Bastiihs]]
* PRIVATE TO [[Atkelos]] FROM [[Oscar]], Shadow magic came from [[Xre]]
** @@color:red;[[Cedeish Empire]] used to convert to [[Xre]] and back to get magic@@
* We leave
* Going into soul, could kill host and spring new life if trying to get Hriern taint off
* Desired to get shadow power without the shadow
* Can't promise he wouldn't harm, but would ask first
* Watch my children, doesn't make threats likely
""">>

<<toggleBlock """Psionics room"""
"""
* Top of [[Sahstiihs]] rod changes based on magic being channeled
* More work benches, training dummies, more physical aspect
* 4 researches, some doing practical stuff like punching
* Dummy of actual skin, not alive, but concentrating magic into it
* [[Sahstiihs]] other siblings might be interested in fighting [[Gale]], researchers aren't right now
* [[Kerryn]] asks how to get goliath copy out of head, no success yet
* [[Istord]] says [[Sahstiihs]] is lying alot
* Ready to move on?
* Need to be cautious introducing [[Vaesh]] to [[Sahstiihs]]
* We return to [[Tormaeuth]]
* Buildings in the distance are the rooms we've visited
""">>

<<toggleBlock """Prepping to embark"""
"""
* [[Vaesh]] looking forward to seeing the sky
* Move him to corner, [[Sahstiihs]] comes to open the circle...
* [[Vaesh]] GROWLING AND SNARLING AND STUFF
** Put him in cage, darker scaled one did things to him
* Straight walk with feet wet but creatures in water do not pursue
* End is 10x10ft room with circle in the center
* [[Chiernam]] takes note of what the circle looks like
* [[Vaesh]] hesitant but enters the circle
* Send us to [[Blustuf]], neighbouring village
* Be prepared for the worst while being sent over
* [[Chiernam]] trying to take [[Sahstiihs]] with us.........
** DODGE
* Reappear in basement area, cellar
* [[Tormaeuth]] confirms it is [[Blustuf]]
""">>

<<toggleBlock """Blustuf"""
"""
* Opens to barn, some damage, half caved in..
* 30ish buildings with stone paths, most destroyed, no survivors
* Reaping of cultivated souls for the king
> [[Krivis]] had no colour, unlike others for Yu.
* [[Chiernam]] contacting [[Rogek]] to learn speak with dead
* Gets 1 question
>* Where did the important survivors head?
* Familiar figure comes in to [[Atkelos]] and [[Kerryn]]
** Yown messenger?
** Count of debt, 32 days have passed, 4k a day
*** 128k right now
** [[Atkelos]] and [[Kerryn]] zoning out for this, he walks off
* Asking the corpse..
** Travelled to nearby villages
* Rest time, [[Tormaeuth]] reassures, no expectation of knights here cause recent destruction. 
** They're certain all are dead, won't check up
* Can see the sky [[Vaesh]] flying around
* [[Gale]] now has the iron magic bag
* 6 hours or so, sun starts to set.. [[Chiernam]] wanted to ask about [[Savrtish]]
* We're wating with [[Vaesh]]
** Most dragons can take human form, [[Vaesh]] can't
* 2 people with [[Tormaeuth]] when he returns
** Hobgoblin is one
* [[Tormaeuth]] checking on something
* Fully armoured, one is SAELVER
* [[Asteh]] is to be killed on sight by order of the king
** Heading to the continent, to here
* King's dragons sent to protect the couple in the swamp
** Ruthless devils among them, recent.. devils without the king's need
* Some from avalorth, frost trolls, have moved around. BECOME DEVILS, SERVING HRIERN
* Once a foot in the swamp, must finish, no time to rest really until we win in the estate
* 2 hours by animal back from edge of swamp to estate
** advise against animal travel, will know second we're in, ambush us
* [[Gale]] asks for dragon eggs, king has some
* Dragon interested in the swamp, could approach him.. but he's not nice
** VAMPIRE dragon..
* Villages around drained
* Few knights have died, SOULS ABSORBED, NOT GONE TO [[Hriern]]
* Knights can be set up to distract while we do this
* Dragons away from keep, could also try direct assault but king is full power
** Would still need to deal with couple after, Knights would help us though if we succeed
* WOuld need support to take king at full power
* 2 days travel to get to the Vampire Dragon
** SOme mounts can be lent to us, loyal to the knights
""">>

<<toggleBlock """Resting while Saelver gets the mounts"""
"""
* 700gp for [[Chiernam]] to learn how to teleport with the circles
** Knows [[Blustuf]] and [[Mage Underground]]
** Don't have to be in a circle, can go TO a circle ''Linked Portal''
** Fake circle in front of real one would fail to reach, If we wanted to make one on the ship
* [[Saelver]] can't read [[Sahstiihs]] either
** 8 of his kind down there 6 male 2 female
* [[Saelver]] can teach fake circle and RELAY CIRCLES HE KNOWS OF
* KNOWS OF CIRCLE Nearby [[Tarwe]]
** King was wishing to backstab [[Xre]], can use his plan for advantage if we go there
* [[Zhon]] and [[Gale]] want to talk more to [[Sahstiihs]].. [[Kerryn]] will follow [[Saelver]] to accompany
* [[Rogek]] talks to [[Chiernam]]
** [[Irie]] mentions [[Victor]] is deep in [[Xre]], with device to free cultists, working to free old firbolg body
** Freed Highpriest on the ship
""">>
! Long Rest
> Will level up if we defeat the couple
<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New Page"/>

<$reveal stateTitle="Creation Buttons" stateField="public_reveal" type="match" text="Yes">
<$button style="color: green;">
<$fieldmangler tiddler="$:/DnD/PC/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Race/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Class/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Pantheon/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Faction/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Location/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Quest/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Item/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/NPC/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Session/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Public"/>
</$fieldmangler>
<$action-setfield $tiddler="Creation Buttons" $field="public_reveal" $value="No"/>
{{$:/core/images/done-button}} Public Tag Toggle
</$button>
</$reveal>

<$reveal stateTitle="Creation Buttons" stateField="public_reveal" type="match" text="No">
<$button style="color: red;">
<$fieldmangler tiddler="$:/DnD/PC/Template">
<$action-sendmessage $message="tm-add-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Race/Template">
<$action-sendmessage $message="tm-add-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Class/Template">
<$action-sendmessage $message="tm-add-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Pantheon/Template">
<$action-sendmessage $message="tm-add-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Faction/Template">
<$action-sendmessage $message="tm-add-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Location/Template">
<$action-sendmessage $message="tm-add-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Quest/Template">
<$action-sendmessage $message="tm-add-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Item/Template">
<$action-sendmessage $message="tm-add-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/NPC/Template">
<$action-sendmessage $message="tm-add-tag" $param="Public"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Session/Template">
<$action-sendmessage $message="tm-add-tag" $param="Public"/>
</$fieldmangler>
<$action-setfield $tiddler="Creation Buttons" $field="public_reveal" $value="Yes"/>
''X'' Public Tag Toggle
</$button>
</$reveal>

<$reveal stateTitle="Creation Buttons" stateField="quick_view_reveal" type="match" text="Yes">
<$button style="color: green;">
<$fieldmangler tiddler="$:/DnD/PC/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Race/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Class/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Pantheon/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Faction/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Location/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Quest/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Item/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/NPC/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Session/Template">
<$action-sendmessage $message="tm-remove-tag" $param="Quick View"/>
</$fieldmangler>
<$action-setfield $tiddler="Creation Buttons" $field="quick_view_reveal" $value="No"/>
{{$:/core/images/done-button}} Quick View Tag Toggle
</$button>
</$reveal>

<$reveal stateTitle="Creation Buttons" stateField="quick_view_reveal" type="match" text="No">
<$button style="color: red;">
<$fieldmangler tiddler="$:/DnD/PC/Template">
<$action-sendmessage $message="tm-add-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Race/Template">
<$action-sendmessage $message="tm-add-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Class/Template">
<$action-sendmessage $message="tm-add-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Pantheon/Template">
<$action-sendmessage $message="tm-add-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Faction/Template">
<$action-sendmessage $message="tm-add-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Location/Template">
<$action-sendmessage $message="tm-add-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Quest/Template">
<$action-sendmessage $message="tm-add-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Item/Template">
<$action-sendmessage $message="tm-add-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/NPC/Template">
<$action-sendmessage $message="tm-add-tag" $param="Quick View"/>
</$fieldmangler>
<$fieldmangler tiddler="$:/DnD/Session/Template">
<$action-sendmessage $message="tm-add-tag" $param="Quick View"/>
</$fieldmangler>
<$action-setfield $tiddler="Creation Buttons" $field="quick_view_reveal" $value="Yes"/>
''X'' Quick View Tag Toggle
</$button>
</$reveal>

<$list filter="[tag[Button]]">
{{!!text}}<br>
</$list>














//Enemies:// [[Hriern]], Those who would commit evils, Devils and Demons.

//Description:// Diara is the goddess of everything good. A deity of pureness and kindness, she believes in forgiveness and doing your best. Helping others to avoid their suffering and torment. Out of all the gods, her followers are the most vocal and the most respected. Her church working alongside doctors and apothecaries, developing modern medicine as Diara respects the worlds wish of avoiding divine interventions. Though even with her respect, Diara does not always keep her servants away from the world. Some of her followers being blessed with her power, an act only done in retaliation to Hriern’s own agents. As the host of the divine, Diara watches over the realm of the divine. A pleasant haven for her worshippers and the souls of the good, where they may relax eternally under her gaze.

<<toggleBlock """Intro"""
"""
* Meeting at front [[Dairtr]]'s Estate
* [[Chiernam]] expresses apology in advance for not healing enough for dragon encounter if needed
* [[Kerryn]] arrives with [[Tormaeuth]]
* [[Zhon]] leads us to [[Ghaiteej]]'s
* servants let us in, we go to 2nd floor
""">>

<<toggleBlock """Dinner start"""
"""
* [[Zhon]] sits, [[Kerryn]] sits next to him
* [[Atkelos]] sits, [[Chiernam]] sits strategically amid his allies
* [[Tormaeuth]] is recognized by [[Ghaiteej]]
* Food will be here shortly
* Has food from different regions
* [[Mage Underground]] gone over their head?
** Direct movements against [[Ghaiteej]] are annoying, not what they've done
** In dire situation right now (deep shit)
* Eggs of dragons scattered worldwide
* [[Mage Underground]] have a dragon egg?!
* [[Ghaiteej]] has sired dragonborn before
* [[Mage Underground]] have hatched the egg
* Scales denote differences
** [[Ghaiteej]]'s denote wish to be on top authority-wise
* Pure iron for the [[Mage Underground]]'s one
** Closest to wild animal
* Metallic dragons rarely breed
* Egg was a success? hatched, quickly became Guinee pig, tamed(???)
** Needs bigger meals
** Old enough to want out
* [[Mage Underground]] have isolated themselves from it, causing problems
* Small amount of the underground on the surface, watching the children with magic. Try to protect them from [[Mage Hunters]]
* [[Mage Underground]] are thin spread, kids likely know they are being protected
* Would recommend [[Viljen]], dragonborn, drawn to slums even though he escaped
** mix of reds and blacks in scales
** Mischievous, moves out of web setup often
* Doesn't mind what we do with the iron dragonling, is close to beast after all
* [[Ghaiteej]] documenting [[Zhon]]'s work on reviving dead god
** [[Soltun Boautei]], found by experimenting with heat while inhaling breath, god of Kings & Rulers
** Giant, doesn't want to be remembered as such while their in power
* [[Woss]] possibly being brought back but not by us, doesn't want to be giant either
** paintings on cave wall had him before, experimentation could happen if those were found by one who would bring him back that isn't us
** Search for one who could give a deity a body?
*** One such mage has power to do so, 2nd god would replace but [[Woss]] would be free, Like with [[Victor]] and [[Xre]]
*** Keys provided, directed to be at specific locations
* [[Yown]] has evaded his research, unsure if it's truth or lies, Knows the name yown though
** Most he asks are full of lies when questioned about yown
* [[Zhon]] asks, [[Ghaiteej]] thinks possibly Yown might be the fundemental of lies, [[Krivis]] might be a creation of yown
** [[Krivis]] not impacted by beliefs of the people of this world, he's just a title
""">>

<<toggleBlock """Chiernam"""
"""
* [[Ghaiteej]] glad [[Chiernam]] came
* Been a while since he's seen a warforged
* Creator had to abandon warforged when [[Mage Hunters]] started up
** knew him in passing
* [[Chiernam]] asks his own age
** 500 years maybe? [[Chiernam]] more modern, more like 300 years
* Rest of creations still sealed away in [[Xre]] territory, [[Ghaiteej]] thinks their will won't bend though
* [[Chiernam]] mentions [[Istord]] in his mind
* [[Ghaiteej]] would potentially bend to [[Xre]] if given long enough in her grip
* to get to island, recommends:
** Joining opposing forces? Could be captured
** Magic circles for [[Xre]]'s lands, would make an easy entrance
* [[Ghaiteej]] only wants to know what we find there, if golems there are in good condition (in exchange for info on how to get there)
** [[Chiernam]] doesn't want to make that exchange
* [[Ghaiteej]] says his true name of [[Tormaeuth]]'s true name
** asks about [[Savrtish]]
* Asks for [[Tormaeuth]]'s Devil form
** He says he wants privacy for it
""">>

<<toggleBlock """Outside the dinner room, then back in"""
"""
* Will discuss back at [[Dairtr]]'s
* back in, [[Tormaeuth]] isn't likely to return to human
* More alterations done to the [[Brotherhood]]
** Has spy that went on [[Sorf Goren]]'s ship?
** Intended to bless partner with something similar to giantism?
** Would cause their followers to take on more suitable forms in the past
* Meals delivered
""">>

<<toggleBlock """Post Dinner"""
"""
* [[Kerryn]] drags [[Tormaeuth]] out, he's shaken, but okay
* We head back
""">>

<<toggleBlock """Back to [[Dairtr]]'s Estate"""
"""
* [[Oscar]] sees a delivery
** small cage, animal, supplies and food
** documents on how to dry food for the animal (lizard like nature), temperature instructions (cold-blooded)
** Room in estate set up for it now
** it is quite fast and hardy
*** COMPARABLE TO THE [[Jherstidon]]'S?! in future
* [[Kerryn]] explains plan A (Dragonling) and Plan b (Blackmail)
* [[Tormaeuth]] confirms [[Ghaiteej]]'s main concern is information
** Cares if [[Erendui]] is damaged
* [[Ghaiteej]]'s children live under the town, a potential weakness of his, mostly in the slums
* [[Zhon]] connects to [[Denakx]] with [[Ghaiteej]]'s breath stuff, he gets that info in return
* [[Tormaeuth]] warns [[Ghaiteej]] might try to get a warforged for himself if he can when [[Tarwe]] is visited
** suggests put them in society far off as workers with no notability to raise interest
** ([[Chiernam]] considering killing his own god to save the other warforged?!?!?)
* We resting for the night?
* [[Chiernam]] Private moment
""">>

<<toggleBlock """Next morning - [[Viljen]]"""
"""
* [[Jasper]] and [[Atkelos]] and [[Oscar]] not joining for the [[Viljen]] hunt
* We go to streets, Streetwise
* 2 hours later in slums, we catch eye of 8 year old boy, [[Viljen]]
** Attire reflects middle class, blues and greys, good quality
* Watching to swoop in.. stealthing
* [[Viljen]] doesn't notice, others do notice but aren't bothered by our snooping
* Noble area of town walled off
* This is good thief area, fruit trees near walls and such
* [[Viljen]] looks at an apple tree, casts something
** [[Kerryn]] notices it is shadow magic
* 2 [[Mage Hunters]] on walls, 1 nearby, 1 far off 70ft away
* [[Kerryn]] distracts with Black Flame Form, draws attention of the [[Mage Hunters]] away
* [[Zhon]] goes to console [[Viljen]]
* [[Kerryn]] attempts to lose them in a marketplace
* [[Chiernam]] sets up meetup location mentally with her
* We meet up
""">>

<<toggleBlock """Consoling [[Viljen]]"""
"""
* Looking for father
* We go to talk where he lives
* lives in general store
* Lives with mother mid 30s
* Not busy business
* [[Viljen]] heads upstairs
* [[Carmen]] is [[Viljen]]
* 3 years ago is when magic started
* Baby sister
** 4 years old
* [[Carmen]] knows about the [[Knights of Savrtish]]
* We upstairs now
""">>

<<toggleBlock """Talking to [[Carmen]]"""
"""
* [[Kerryn]] asks the father's name
** [[Asteh]], sword of the king
* [[Asteh]] brought a hobgoblin knight with him one time
* [[Asteh]] has relationship with the [[Mage Underground]]
* Meeting next day?
* rest go back [[Kerryn]] stays with [[Viljen]]
""">>

<<toggleBlock """[[Kerryn]]'s sidequest"""
"""
* [[Stoneheart]] deurgar working with [[Istjide]]
* [[Kerryn]] heads back to [[Dairtr]]'s
""">>

<<toggleBlock """Back to estate"""
"""
* [[Tormaeuth]] back, [[Ghaiteej]] is content
* [[Kerryn]] explains that kids are in good company
* We gonna rest for the night, ready for meeting tomorrow
""">>

<<toggleBlock """Meeting day morning"""
"""
* We group up to [[Carmen]]'s store
* (Jesse's laptop battery died)
* [[Tormaeuth]] goes upstairs with the kids
* 10 minutes to meeting
* 10minutes later
* Cloaked, slightly sus human woman
** [[Skarl]]
* High activity of [[Savrtish]] recently
* [[Tormaeuth]]'S KIDS (SOME) ARE IN THE [[Mage Underground]]'s CARE
* Last chance to resupply before [[Savrtish]]
* 
""">>

<<toggleBlock """[[Brotherhood]] sidequest - Help them recover"""
"""
* Approach one we know? see if we can learn how to help them
* [[Jashaiet]] knows //of// [[Mellinda]] from a book from his ancestor
* we decide to try and help with [[Dairtr]]
* We're talking with him
* Found something he liked more than [[Brotherhood]] life, being with [[Kurt]] and the staff at estate
* Couldn't mention the giants until we did
* Psionics do the conversion
* [[Brotherhood]] drink something, then work on mind, then body, then a member
** Drink made to knock out, stop resistance
* [[Chiernam]] asks [[Istord]] if he's trapped in [[Chiernam]]
** Can't leave unless forced to, even if he's willing
** Could peer into [[Chiernam]]'s memories and such, but doesn't want to
* maybe [[Istord]] could do the same to [[Dairtr]]?
** IF we can get [[Istord]] in..
* We get [[Yateh]] for help
* Transference is easy enough?
""">>

<<toggleBlock """Trying to help [[Dairtr]] via [[Istord]]"""
"""
* [[Kerryn]] suggests [[Oscar]] knock them out for the process
* [[Yateh]] performs ritual expertly
* [[Chiernam]] wakes, then [[Dairtr]]
* he is in pain, collapses
* 1 hour before movement
* [[Istord]] fought goliath
* [[Dairtr]] is fine
* [[Istord]] ATE the goliath personality
* Too noisy in [[Dairtr]]'s head
* Knockout round 2
* [[Istord]] back in [[Chiernam]]'s head, quieter, likes it better
* [[Dairtr]]'s body out for a while but is sturdy
* [[Chiernam]] helps and he wakes up
* [[Istord]] said goliath wasn't strong, because [[Dairtr]] was resisting already
** Fullstrength version likely too strong for [[Istord]]
* [[Dairtr]]'s head had a tavern location, comparitively [[Chiernam]]'s head doesn't really have a location
* [[Dairtr]]'s free!!!!!!!!!!!!!
* [[Kurt]] informed by [[Kerryn]]
""">>

<<toggleBlock """Intro"""
"""
* (Late session, we're skipping the elder dragon encounter)
* We march off to catch up with frontline squadrons
** Well trained, resist corruption, they're fine
* Destruction still present at villages we pass, circles get destroyed along the way
* Reach front lines, live conflict before us
* Settlements so far are on grass, good sturdy construction without doorways for some
* Here however, Larger settlement before us
** Central base for them presumably
** Opposite of fortress we're looking for
** Ferocious fight with brotherhood fighting through spiked walls
** Marvel to look at, some architecture seemingly defying gravity
* Centre, spherical structure, top opens
* scaled hand hold against the top, creature coming out
* Dragon comes out, dim grey black scales, bulky
** spadelike tail
* Flies above, looks around
* "You will all serve Xre as I do!"
* Brotherhood start attacking with arrows, but a force deflects them
* Breathes lightning to the walls
* Brotherhood boss is coming?
* asks us for help
* We do divert it's attention a bit
* Dragon is augmented by xre to the core, original will long lost at this stage
* Kerryn and Oscar die but live
* Fire giant arrives from a ship in the distance
* Leaps on with someone he grabbed onto his shoulder
* Greatsword for giant, greataxe for figure
* Figure channeling an energy, Similar to [[Ellix]]', psionic energy, into weapon
** Proprelled forward by energy, makes opening for giant to KO
* Giant chuckles, pseudo high five
* We totally did it guys yaaaaaay
""">>

<<toggleBlock """Post //battle//"""
"""
* Fur and hides dress, dark skin, glowy eyes
* Bit bulkier build and less height than normal giants
* Giant is in cocky grin identical [[Brotherhood]]
* Humanoid, icy blue skin, white hair, hobgoblin visage
* Looks very similar to [[Ellix]], same grin though
* [[Cyte]] (Was joined to brotherhood at same time as [[Ellix]])
* Giant [[Malg’Balte]]
* [[Ellix]] is very busy
* Earth shakes for a moment, gently though
* a head pokes out from the dirt, a giant's head....
** stone giant?!
** [[Joy]] knows
* [[Vorg]], giant, back to old self before giantism
* Giants didn't want to exterminate, but rule, from [[Vorg]]'s experience
* [[Vorg]] will rejoin if around giants too long
* [[Cyte]] and [[Malg'Balte]] return after [[Vorg]] leaves
* we continue march, [[Cyte]] very strong for one so young, looks 17
""">>

<<toggleBlock """Night time campfire"""
"""
* Idle chatter
* Voice in our heads
* "This is Irie, [[Victor]]'s wife, something important to discuss"
* 2 minutes to reach
* Fire giant wants to head to Syrait after
* Deal with other lands? [[Drejuin]] and [[Aure]]
** [[Kaex]] too?
* We head to boat, parked close to shore, familiar faces on ship
* We reach [[Irie]]
* on chair at desk concentrating
* Secured a giant, one of [[Varef Goren]]'s group, one turning [[Refk’ur’shii]] realm
* Bound, here soon, willingly got turned to get info when brought back
* We go to teleportation circle on ship
""">>

<<toggleBlock """[[Breldevez]] Encounter"""
"""
* Someone emerges, broad human, wild looking, sharp claws, hunched, sharp teeth, youthful, no facial hair, light brown hair
* Leather armour, well maintained, bound and chains
* Tattoos on arms, but not further
* 10 individuals holding the chains
* Brought to [[Irie]]'s room, chains glowing when struggling
* [[Irie]] approaches to use magic to bring the truth out of him
* He goes unconcious
* [[Irie]] scoured his memories
* Firbolgs were tasked to prep realm for refk conversion
* tattoos eat at the magic of refk, combines it with [[Hriern]] taint
* giants aware of makeup of pure magic with [[Hriern]] taint
* some creations made with the same mix.. angels demons devils and firbolgs
* Taken what makes them refk bound and put in giant stuff
* planning on taking all Firbolgs
* 100 firbolgs gone already? Resistant creatures like wereboars and bulls taken under wing, brotherhood grin
* not sure how long [[Refk’ur’shii]] has left
* Gathered unique info?
** Old friend of ours, long since a giant, seems to be freeing himself
** [[Vekvar]] and [[Uriel]] trying to stop [[Varef Goren]]
** [[Varef Goren]] wants [[Xre]] fight to distract from his conversion
* Pure magic source, wants access to it
* Planned to ally with Lies Fundemental to take out the other 2
* [[Vekvar]] journeyed to pure magic land? Free'd himself?
* Long forgotten ruler, fundemental of lies wants it replaced
* Finding way to pure spot, with Uriel and Viktor to secure
* Would mean leaving this land to [[Varef Goren]] for a time
* If [[Refk’ur’shii]] falls, then opportunity to reach the pure realm starts
* We don't have an opening yet either
* [[Varef Goren]] has a tool, stronk!
** Creatures born in a god's realm, super strong, stronger than the gods some times?
** Werebeasts under rule
** Were boar converted, fine
** were BULL, had a magic best to avoid, especially [[Chiernam]]
** Can pull pull magic from tainted individuals to get pure, change, and reinsert
* Still in [[Refk’ur’shii]]'s realm, but when he falls, can travel freely
* Tattoos reinforce giant stuff.. [[Varef Goren]] puts on those he doesn't trust, makes going back really hard
* [[Irie]] to take care of him in the mean time
* Tattoos stay on those freed (Double edged, frees them but easier to enforce control
* [[Breldevez]] conflicted individual
* Pure magic... may?.... help?.....
* If we die in the conflict ahead, bring body back. Maybe revival possible?
* a warforged down there is willing, [[Irie]] asks what [[Chiernam]] plans to do
* Giants spoke of a plan
** Can't control Xre problem
** Want to weaken her to be eaten by [[Hriern]]
** Followers then become [[Xra]]'s
""">>

<<toggleBlock """Back to Camp, nec day"""
"""
* More voices in [[Chiernam]]'s head
* Fundemental's can go in because of pure magic
* LONG Rest
* Fire giant leads to foresty area
* Gestures to a steep decline, descends to stairs stone and turning gears
* Boss's boss told it was here
* Some to follow us, to secure areas we clear
* Only entrance
* Boss boss put runes around the island, prevents teleporting out
""">>

!LEVEL UP!!! Level 12


A large city built on the far south of [[Hyetei]]. Erendui hosts majority of the continents colleges as well as their central political structure. The city gaining travellers from across the world, many seeking to educate themselves before returning home.

NPCs that have the Faction's name in 'faction' like `[[Faction Name]]` will automatically be listed on this table.

<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New Faction"/>
{{$:/DnD/Faction/Button}}

---
Search: <$edit-text tiddler="$:/DnD/Faction/Table" field="tbl-search"/>
<$set name="search" value={{$:/DnD/Faction/Table!!tbl-search}}>
{{$:/DnD/Faction/Table}}
</$set>


Giant notes

* Giants have the power to change the world. They gained this when they entered the realm of the gods and drank from the tree sap.
* [[Sorf Goren]] and [[Yruw]] were the first two giants. Frost and fire respectively. 
* [[Varef Goren]] is the giant with the greatest understanding of their potential.
* [[Varef Goren]] wants to watch the world and make sure it's safe. Though it's basically still him and other giants ruling as gods above all.
* [[Varef Goren]] has made connections with various non-giant groups.
* The most noteworthy one is the [[Brotherhood]]. Who are, as part of joining, mentally rewritten to be entirely approving and loyal of giants.
!City
---
!!Docks
*Varef does bark orders, Vekvar confused from awakening so just takes it for now.
*Vekvar now on seperate boats
*Varef doesn't want Vakvar meeting sorf
*Meeting point told to Vekvar by varef
*Town has been modifierd when Vekvar arrives
*Nueret? port town
*Vekvar arrives
*Person directs Vekvar to pub
*Those subjicated by sorf are fearful, not present in this town
*People here flourishing, still individuals

!!Pub
*3 giants, hobgoblin, and gnoll at a table
*Heilten - Yu's Husband
*Non Giants don't phase him
*Varef had Connor capture the city to keep Xre out
*Close to cave systems, some have locked doors, some may lead us to Yown
*Varef asks if Vekvar met VICTOR
*Varef monitoring him from the shadows, Potential contact of Yown
*One cave has a entry my key unlocks
*Might meet him, power far greater than we know
*Vekvar had weird dreams??
*Chir gives Vekvar a drink
*Manio is doing well???
*Sorf has eyes on him, but can be distracted
*Vekvar postulates forcing sorf into a bargain using giant-bond
**Maaaay work
*Nel's Valley hard to find
*Xre, would be problem if she can pierce giant resistance....
*Sleep time before we go

!!Necc day
*Chir says no fighting while he's gone
*Day passes without incident
*Gather together now, Surrounding area aware of giant take over
*Some go to port for protection it offers
*Don't see bandits on the road

!To Cave
---
!!Marshlands
*2 weeks pass, plains, to marshlands
*Hilly terrain, small openings underground (Animal Size, like rabbit size)
*Eventually reach a mound that's dug up for giant size
*Group of dwarves outside, salute to Varef

!!Cave
*Single passage way down
*Few hours journeying down, dwarves worked to extend the tunnel
**Varef is forced to slouch though
*Stone Double Doors, ring handles
*Carving in middle, mask of some sort
*Door looks out of place.. not attached to a wall or anything
*15ft wide, taller
*Key is indeed magic
*Magic needs to be specific, deviation would equal failure
**Random aspects, jumbled mess of magic in the key
**Had to be this intentionally odd, seemingly impossible
*Push door open, door is empty
*Mask indent in door
*Mask slots in, bit of force to open this time
*CRACK, mask splits in middle, door opens, see sand..
*No portal aspect
*Otherside of door leads to water.....
*Looks like beach on otherside

!BEACH
---
!!Shorefront entry point
*Very small Isle in an ocean
*Enough space, 120ft long 300ft wide
*Multiple land spots, water not too deep, waist height on giant
*Nothing immediately apparent on this island
*Look around enough, Nel notices first
**Pattern to these isles, next is over 1000ft away
**Same shape and form, one has a figure, directly opposite one has form two. human sized
*DERGAN familiar
**ielzra
**Goes to investigate
*Flies back, human, they're slowly approaching, walking over the water
*Varef thinks Yown wants us to wait
*Flapping of wing noises..
*Sun in the sky, bright day, glare exists, doesn't take long to see a big lizard in the sky....
**Knowledge of dragons is limited
**DEFINITE DRAGON, at odds with current knowledge
**This one is made of magma.... perpetually on fire
*INSIGHT ROLL
**Not just a dragon that's been flying about wandering, booked it to this patch of sand, likely sent straight to us or just noticed us immediately

!!BATTLE
*ENTER ROCK DRAGON
*ENTER SNOW DRAGON
*Dragon's don't leave a corpse, they fade away and turn to sand
*2 individuals remain, 1 male 1 female
**They ARE the ones I met before
*WATER BE GONE, SAND BE GONE, Tiny platform beneath each of us
*Who said we were allowed in
**Decision made by all but seperate, he brought you here, the one who controls all perception
*Yown Present
**Seen him more than you know
*Yown //perhaps// has great power, fall to abyss for reward
*"Does yown make conference with his workers?"
**"improper word, yown is just a title, could be said all is one"
*"True form when?"
**"Who says you haven't?!"

!DOWN THE ABYSS
---
!!Entry point
*Vision reveals ruins, Uncommon architecture, expired
**Varef mutters "Diao"
**Matches books of records of Diao in the past in time of peace
*Flat ground, lacks colour, substance, feels foreign
*Stair way up, leads to strange substance, more falls into void
*Things trying to build here, same tiefling that approached us
*5 years since they've talked to Varef
*Keeps trying to rebuild but it keeps falling
*Past is lost, more die, more is lost
**Perhaps correlation with deaths on the //surface//
*Will of those who have been erased from history
**Attempts to rebuild have been met with failure, Xre cause?!
**Perhaps directly opposing
*Emperor of Cede city might also be here, lost to time
*He leads us to a central structure

!!Temple
*Deity Xre and Xra, twin temple
*Tiefling enteres, "5 left, if that"
**Place built on memories, dying ones only
*One of us could bear Memories, a mortal
*Vekvar could keep it going until the memories are built up more
**When it's time for giants to emerge, that's when the world will learn
*Blended motifs of Xre and Xra
**Could lead to reunification?
*Tiefling reaches out to Vekvar
**Flood of memories, lives of elves and eladrin
**Paradise kept in check by a perfect balance of both sides
**Both sides move to match eachother, a panic when unbalanced caused the fall of the ISLAND
*Vekvar has perfect knowledge of the society
**Land mass in area is a bit better off now
*"Return to reality"
*Vekvar goes up the stairs, each layer of a different societies, some form Hietei and Cede
*More stable as he ascends
*Top is patch of sand again with door

!New figure
---
!!Person who MADE SENSE
*Unatural beauty, cape has wind without air
*Bows, "Hope you enjoyed yown's tour, Small taste to the future"
*"What would you ask [Yown]?"
*"Yown doesn't have an objective, couldn't care if Xre rules, he's unaffected"
*Hopes Vekvar understood his vision
*Think of it differently...
**Is no power equal to balance?
**Wants all gods depowered? (Inference)
*New gods rise as non realise it, like the emperor?
*Vekvar //could// become a god to rival the rest of them?!
*Varef thinks it might be time to join the giants, To become god emperor of the giants?
**Maybe take sorf's place?
*Vekvar doesn't like sorf
*Varef blunt
**The day you try to kill sorf, he will stop that
!!!Perception check
*Chir notices the figure is listening intently and has a gentle passive smile, turns into a smirk with the convo, then gentle smile again
**Smirk at the entire plan in general
*Messenger Yown advice, be aware of the one the gods fear.....


{{$:/DnD/Battle/GM Table}}


Add the page you want private notes on to the note_source like this `[[NPC Name]]` and it will automatically update if you change the name of that tiddler later.

<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New GM Note"/>
{{$:/DnD/GM Note/Button}}

---
Search: <$edit-text tiddler="$:/DnD/GM Note/Table" field="tbl-search"/>
<$set name="search" value={{$:/DnD/GM Note/Table!!tbl-search}}>
{{$:/DnD/GM Note/Table}}
</$set>
Greslei is one of the more unique deities. Her domain and power is linked to ones view of themselves. How an individual is different from those around them, likes and dislikes, opinions. Greslei encourages every to just be them, no matter who is around them or what they might seek to do. Her followers are those who feel most comfortable being themselves, and her agents travel around to small villages and communities. Helping those who were forced into a set life escape their forced path.

//Enemies:// [[Leritle]], Peacekeepers

Grutelen is the goddess of war, an evil being who wishes for nothing more than global conflict. Her wish for violence and conquest made due to a mix of her own boredom and entertainment, a deity who wants death and destruction just for the fun of it. Her followers are inducted by receiving visions from her, images of the most horrifying war and the consequences. The visions turning her believers just as mad as her, as they seek to set the world into a ruinous state. Grutelen blesses the commander of armies, whether they are willing or unwilling. Plenty of men have marched into war under Grutelen’s blessing, completely unaware that she has given them her powers. Grutelen’s loyalists find themselves in the demonic realm. The souls shielded from [[Hriern]]’s hunger, instead residing far away from his devils and demons, finding themselves besides their goddess. The creatures being placed into her eternal army, a legion that fights amongst itself for her own entertainment.


<<tabs "[tag[Home Page]]">>
//Enemies:// [[Diara]], Those who would do acts of good, Angels. 

//Description:// Hriern is the god of everything evil. A deity of corruption and cunning, he believes that all must look after themselves, taking what they wish to take. Hriern is despised in the world, his followers forming cults, known for ritualistic sacrifices to Hriern. Hriern rewarding his followers with more power. Out of all the gods, Hriern is the most direct with his followers. Granting power to almost all of his agents, demanding them to corrupt the rest of the world so that it may serve him and his purposes. As the host of the damned, Hriern controls the demonic realm. His worshipers and other evil souls finding their way to him as they die. Their souls being absorbed into Hriern, becoming part of his collective. Occasionally a soul may prove itself too strong to be absorbed, instead, the soul being reshaped into a devil or demon. A being completely under Hriern’s control.
































<<toggleBlock """Intro"""
"""
* [[Zhon]] has bag of iron, might placate the Iron Dragon, got it from [[Ghaiteej]]
* Being led to [[Mage Underground]] base, to help with Iron Dragon
* Passage collapsed out if we fail so it doesn't get out
* Lady says DO NOT TOUCH THE WATER
* Lead to slums, warehouse being repurposed, hatch leads to underground passage then strange stone formation
* Try to close behind you..
* Will collapse behind us without word from a mage if things get hairy?
* Light blue glow on platform as we descend, not man made, 2 minutes going down. Dampness to the air
* Cavern like, water dripping noises
* Windows at bottom of platform, water outside (Darkvision shows it goes quite far, cavernwalls 500ft off, movement in the water)
""">>

<<toggleBlock """In the depths - New Character Intro"""
"""
* Human ahead of us, out of place
* Primal Human
* We weren't expecting others down here..
* [[Tormaeuth]] shifter is with us
* Muscular, tall, iskandar from fate show?
* "More mage hunters.."
* Cloak is striking, on Gale's person?
** Scales are draconic grey, hood is dragon....
* Platform raises behind us, leaves hole to water behind it.
* Cloak is friend, all he has left, retrieved it from bandit who stole it from his friend
* [[Gale]] see's [[Zhon]]'s armour and gets a familiar feeling
* Needs to retrieve something.. an egg? from mentor
* Cloak is not metallic dragon
* Light greens inbetween [[Zhon]]'s armour pieces
* [[Chiernam]] and [[Tormaeuth]] inspect door, lock is hard to keep open
* [[Tormaeuth]] to stay here, keep door open while we're in
** 3 doors, individual seals, middle door is quite tight squeeze
** Doors intended to open further but emergency procedures...
""">>

<<toggleBlock """Going Deeper"""
"""
* Sparks, electricity, flies and hits roof, runs at us on all fours
* INITIATIVE
* Breathing in wild pattern around itself
* Lightning retracts into itself
* Scales shift to a lighter green when hit by poison..
* [[Chiernam]] and [[Oscar]] and [[Mellinda]] make the arcana check
* Lightning blast, then necrotic.. dusty fire, seeps into us after
* Scales turn orange, loosing metallic texture..
* [[Chiernam]] says, seems to be transforming
* Head is very different now, diabolic, barb looking creature now
* Scales turn orange now, vitality restored, roars
* Burning dust eruption (demon form?)
* Zhon's life gets sucked out of him into the dragon (17 necrotic, it heals by 17)
* Knocked out, iron scales again, beyond exhausted
""">>

<<toggleBlock """Post Combat"""
"""
* [[Zhon]] pulls out bag of adamantine, tries to put
* [[Kerryn]] lets [[Tormaeuth]] know we did it
* 
""">>

<<toggleBlock """After I left"""
"""
* Session Ended
* Party Agreed to help the dragon escape.
* [[Oscar]] and [[Chiernam]] opposed this, but they were outvoted.
* [[Chiernam]] is angee
* [[Zhon]] named the dragon [[Vaesh]]
""">>


Add 'pc' like this `[[PC Name]]` and it will automatically update if you change the name of that tiddler later.

<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New Item"/>
{{$:/DnD/Item/Button}}

---
Search: <$edit-text tiddler="$:/DnD/Item/Table" field="tbl-search"/>
<$set name="search" value={{$:/DnD/Item/Table!!tbl-search}}>
{{$:/DnD/Item/Table}}
</$set>









//Enemies//: [[Refk’ur’shii]], Nature.

Kesminis is considered the greatest architect in existence, worshiped by those constructing cities and houses. Her ideologies being that man must build and expend, learning, progressing. She seeks an evolution of humanity, where man has control over the world, unity in goals as they build and construct projects that would be thought impossible. Kesminis’s care is for human evolution and construction, as such she has blessed her followers only a handful of times. Kesminis believing that humanity should be able to continue their lives and progress without needing her intervention. As a goddess of civilisation, many neutral and civilised souls are sent to her realm. The creatures becoming architects and labourers under her banner, building projects in her realm, an ever-growing city.

Savrtish notes

* One of the oldest kingdoms. Predates [[Erendui]] though was not always in a grand state.
* [[King Yithoet]] has been related to [[Hriern]] as far as he was placed on the throne.
* Theory that [[King Yithoet]] was one of the ones responsible for making [[Hriern]], unsure though.
* Knights are not full devils, but are still devils. They have humanity still and can become more like the men they once were.
* No knight has ever died in the history of [[Savrtish]]. Some have been demoted. 
* The head knights are some of the oldest. [[Saelver]] (Ush'Darkarexh), [[Tormaeuth]] (Vistg'uneth), [[Asteh]] (Ilaten'Zisteej).
* The [[king|King Yithoet]]'s true name is unknown to even [[the dragon|Ghaiteej]].
Yown Pseudonym?

[[Krivis]] is a relatively unknown and unworshiped deity. His domain being over decisions and perceptions, an aspect so broad that it grants him little power. His beliefs are simple, no matter the truth, what is perceived and believed is final. Should a man cheat his way to innocence and be found innocent, then he is innocent. [[Krivis]] encourages deception, cheating, and lying. Whatever one can do in their pursuits to achieve their end goal, convincing the public eye that they are the correct party.


//Enemies//: [[Grutelen]], Warmongers.

Leritle is the god of peace, a good aligned being who wishes for the world to find itself in an age of prosperity. Leritle finds himself attached to each creature of the world, his wish for each and every one to turn to good and put aside their differences. His followers are often ex-knights and ex-mercenaries, folks who have seen the worst of the worst, and wish to prevent it from ever occurring again. Commonly, his men will be sent to monster or bandit camps, trying to give the denizens a second chance at life. Leritle is also considered the deity in charge of administering justice. While he gives second chances, he expects everyone to make up for past mistakes. Living their full life devoted to good to make up for their previous life of evil. Souls that serve Leritle end up in the divine realm. The souls being reshaped into angels, becoming agents of Leritle’s divine will.

NPCs that have the Location's name in 'location' like `[[NPC Name]]` will automatically be listed on this table.

<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New Location"/>
{{$:/DnD/Location/Button}}

---
Search: <$edit-text tiddler="$:/DnD/Location/Table" field="tbl-search"/>
<$set name="search" value={{$:/DnD/Location/Table!!tbl-search}}>
{{$:/DnD/Location/Table}}
</$set>

<<toggleBlock """Recap"""
"""
* We rested and got details from Chiernam as to the layout
* Jasper found a solution to the death mist
""">>

<<toggleBlock """B1 Cont. - C1"""
"""
* We head to C8 - [[Luk'grn]]'s Personal Quarters
* Hear a 2nd door open while in hallway to C8
* Zhon attempts do bar the door behind us
* They were listening for door opening sounds
* INITIATIVE
* Take them out
* Quiet again
* Everyone not Zhon gets a healing potion from Jasper
* Jasper has long rest potion
* Close doors behind us
""">>

<<toggleBlock """[[Luk'grn]]'s Quarters"""
"""
* [[Luk'grn]] here with body guard
* Jasper saves most, but not Oscar, from surprise round
* Heavy weight on us
* 2 sets of arms on [[Luk'grn]]'s demon form
* Long rest potion used on [[Chiernam]]
* 67HP revealed by Oscar
* 18HP? Resists Piercing?
* -10HP? still up
* WE MADE IT
""">>

<<toggleBlock """HOLY SHIT WE WON"""
"""
* room has bad bed, barely legible writing, orders and threats
* Books directly tied to [[Grutelen]]
* 100k Gold
** 16,666 Gold each
* 30K in various rare coins
* Sizable axe, one handed, design strange, mechanisms on handle and blade
* May keep going?
* Luk'grn returned to home realm
""">>

<<toggleBlock """Cells?"""
"""
* Istord taking lead, Kerryn sharing her shadow for stealth
""">>

<<toggleBlock """Ritual Room"""
"""
* runes of divine nature, one person inside
* Half orc boy in middle
** Laying in center of runes, dazed
* Runes are active
* Zhon feels strange
** losing consciousness, lose focus, tired
* Kerryn feels it lightly
* Rune replaces people with demon inside
* Runes are feeding into eachother, none more prominent than the rest
** Carved into floor with unknown material
** Red glow
* Disenchant magic item fails.. but might be able to disrupt long enough to get him out
* Kerryn ready to get [[Yateh]] out
* SUCCESS
** Some resistance in attempt
** room itself seems to by trying to keep him, linked spiritually
* [[Istord]] takes 5 minutes to bring [[Chiernam]] back
* [[Chiernam]] thanks [[Torsjul]] on way out
** Will make sure whoever did this crime pays or is known
""">>

<<toggleBlock """[[Dairtr]]'s Estate"""
"""
* [[Yateh]] taken to room
* Deliveries arrive
* Zhon watching over [[Yateh]]
* [[Kerryn]] checks in then goes to [[Vance]]
* [[Atkelos]] goes to clean self and equipment
* 
""">>

<<toggleBlock """Dinner"""
"""
* [[Yateh]] still asleep
* [[Vance]] not attending, still recovering/worrying
* [[Kurt]] cooking is better, [[Dairtr]] here too.
* [[Kurt]] has something to talk about
** [[Freedom Fighters]] probably can't get us in
** Higher up coming here though
** All welcome to sit in
* [[Jasper]] going to sleep
* Woman enters, [[Kerryn]] recognizes as one of two head couples
* Half Elf, Noble appearance (50-60years)
** lightly toned
* [[Shashtel]]
""">>

<<toggleBlock """Meeting"""
"""
* Hopes [[Seigmond]] isn't causing much trouble
* [[Kerryn]] Introduces [[Atkelos]]
* [[Freedom Fighters]] Shut up with trouble here
* Mentions that Cede has changed of late
* They have worry of some who serve him
** Some are too fervent in there service of him
* Asks us opinion on [[Atkelos]]
* We back him up
* Can help Emperor, don't like the //EMPIRE//
** Emperor can't look at all going on at once
** [[Freedom Fighters]] want to be the eyes for the common man for [[The Emperor]]
** [[Atkelos]] Wants to make sure people uphold the //spirit// of the law, Finer details to be worked out later but he supports this move
* [[Atkelos]] can talk to [[The Emperor]]
* [[Savrtish]] trying to hide true nature, act of desperation
** Doesn't think [[King Yithoet]] would be foolish though
** [[Knights of Savrtish]] growing fast over last year
** [[Seigmond]] joined through this, no word since
** Many common folk are surviving through banditry
* [[Kerryn]] mentions [[Tarwe]] for [[Chiernam]]
* New [[Xre]] In place, lost a lot... recovering now
** Drastic Measures taking place
** [[Syrait]] had bomb go off, converting the continent
*** Smaller versions, heard of on [[Drejuin]]
** Focus turned here, bomb planned to go off here
** COULD TAKE FULL YEAR!! but must find soon
** Could march on [[Syrait]] after if we succeed on taking the bomb out
* [[Grutelen]] likely just causing trouble
* [[Freedom Fighters]] have experience with magic, base is in the clouds, hidden
* [[Jasper]] mentions device to cut ties to [[Xre]] similar to bombs but in reverse
* Roads to [[Savrtish]] are to be dangerous, alternate method?
** EXTREMELY FAST
** [[Erendui]] has organizations inside
** group eludes the [[Freedom Fighters]]
** Method to transport between cities in mere days
** Should have one to [[Savrtish]]
** [[Knights of Savrtish]] agent knows the way, put to death believed, loyalty to [[King Yithoet]] was waning. No idea how to find him
** Secretive organization
** avoiding methods of being found, Might need to get their attention, convince them to have us join
*** Must look genuine in our motive
** [[Jasper]] asks who the richest man in city is
** [[Dairtr]] says [[Bobby]], Scumbag
*** Tried to kill [[Dairtr]] in the past
** [[Dairtr]] might be able to get some plans to his buildings
* [[Shashtel]] Leaves
""">>

<<toggleBlock """Post Meeting"""
"""
* [[Dairtr]] Alone with us
* Wants be out of [[Kurt]]'s earshot
* Head is getting clearer from [[Brotherhood]] influence
* Was in service of someone before he served the [[Brotherhood]]
* Can't remember who he feels he serves/served
* Can't remember if it was a divine feeling or not
* Psionics in [[Brotherhood]] can convert
* [[Kurt]] gets worried, don't tell him?
""">>
!Long rest and level up







Add 'faction' and 'location' like this `[[Faction/Location Name]]` and it will automatically update if you change the name of those tiddlers later.

<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New NPC"/>
{{$:/DnD/NPC/Button}}

---
Search: <$edit-text tiddler="$:/DnD/NPC/Table" field="tbl-search"/>

Filters:
<$select tiddler="$:/DnD/NPC/Table" field="tble-filter1">
<option value="[">Locations</option>
<$list filter="[tag[Location]!prefix[$]]">
<option value=<<currentTiddler>>><<currentTiddler>></option>
</$list>
</$select>
<$select tiddler="$:/DnD/NPC/Table" field="tble-filter2">
<option value="[">Factions</option>
<$list filter="[tag[Faction]!prefix[$]]">
<option value=<<currentTiddler>>><<currentTiddler>></option>
</$list>
</$select>
<$select tiddler="$:/DnD/NPC/Table" field="tble-filter3">
<option value="[">Living Status</option>
<option value="Yes">Alive</option>
<option value="No">Dead</option>
</$select>
<$set name="filter1" value={{$:/DnD/NPC/Table!!tble-filter1}}>
<$set name="filter2" value={{$:/DnD/NPC/Table!!tble-filter2}}>
<$set name="filter3" value={{$:/DnD/NPC/Table!!tble-filter3}}>
<$set name="search" value={{$:/DnD/NPC/Table!!tbl-search}}>
{{$:/DnD/NPC/Table}}
</$set>
</$set>
</$set>
</$set>

<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New God"/>
{{$:/DnD/Pantheon/Button}}

---
Search: <$edit-text tiddler="$:/DnD/Pantheon/Table" field="tbl-search"/>
<$set name="search" value={{$:/DnD/Pantheon/Table!!tbl-search}}>
{{$:/DnD/Pantheon/Table}}
</$set>

Items that have the PC's name in 'pc' like `[[PC Name]]` will automatically be listed on this table.

<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New PC"/>
{{$:/DnD/PC/Button}}

---
Search: <$edit-text tiddler="$:/DnD/PC/Table" field="tbl-search"/>
<$set name="search" value={{$:/DnD/PC/Table!!tbl-search}}>
{{$:/DnD/PC/Table}}
</$set>
{{$:/DnD/Battle/Player Table}}

Kerryn Grew up no parents, was rescued by Ellix (Character played by Connor previously), who was rescued by Kerryn in return with Seigmond's help. They both Joined the Freedom Fighters. (Seigmond being a higher up member)

She went on a mission with Ellix to scout out a boat the main party were taking over at the time and joined their group. On the boat they went to a few places and picked up a few people on the ship.

After meeting Tilt (Tiefling boy on the ship) and Tirus (Shifter boy with soul in Hriern's claim (God of corruption) on the ship, currently chef), the possibility that Kerryn's soul was at stake for her shadow magic abilites was brought up and Kerryn got to investigating.

While with the trolls and Primal humans of the island group of Kaex, Kerryn got a glimpse of the couple who have a hold on her soul through a vision:
A vampire woman named Luvela
And a Teifling man named Tirx
Kerryn also saw the skull of a large strange creature (The one we now know to be the lizard Zhon has a weird affinity for called Jherstidon)
These two acted as the middle-men for the deal on her soul and others. When they saw Kerryn, they remarked that Saelver's daughter had returned, which is when Kerryn ran and the vision ended.

When the group went into one of Yown's hidden caches on Kaex and found a room that could show the past, Kerryn asked about Saelver, which revealed him to be a knight of a very old king. Later, Vaelden (The dragon we rescued while in said cache) showed Kerryn a room that showed things based on his memories. While flying over his memories of ancient Hyetei (Her home Continent), they saw the creature that Kerryn saw the skull of in her vision, which lead them to the then ancient kingdom of Savrtish.

A servant of Yown took control of Vaelden to offer a trade, making the experience real instead of based on Vaelden's memories, in exchange for delivering a package for Yown to be determined at a later date. Kerryn took this offer and, within this transformed memory, met with Darsheuk, A knight same as Saelver, Saelver himself, and the couple.

It's during this past experience that Kerryn learned that the knights sire lots of children but are kept from seeing them. The kids are then taken to the couple and both them and the king get power from their souls from Hriern. Kerryn also learned the true name of Saelver when she explained what was happening to him and how she could save him if he let her. (The knights and the king himself are devils who have a true name that, if known, gives complete control over)

When the party reached Nalmoer (small town in Hyetei), Kerryn met Darsheuk again, this time for real in the town jail. When she met him a second time and met Zhon (Connor's current character), it was revealed that Darsheuk was also looking to take out the king of Savrtish, while the knights were ordered to slaughter all trying to ressurect the God of Resilience, like Zhon was attempting. Since the deal on the sire'd children's souls involved giving power to the king and the couple, if one of them was taken out, the deal would be nulled and the souls no longer claimed. Befriending Darsheuk, Kerryn learned of his true name too.

When the party reached Dor'streh (a medium town), Kerryn was kidnapped by slaves forced to serve the knights, like those she saw in her vision on Kaex in service of the couple. She was rescued and the party explored the hideout the slaves worked in and found Kerryn's brother, Vance, in the basement with several other children of the knights, starving on the verge of death.

Before reaching Erendui, Yown came for the debt on Atkelos and Jasper, the only remaining original members of the group, and gave them a new payment.. an escalating payment to be made when Savrtish was liberated, increasing every day that it wasn't.

In Erendui (Big city, and Kerryn's home), Kerryn got mail in her bag, a box of various strange and outlandish coins which turned out to be what she needed to deliver for her deal with Yown which she eventually found who to deliver them too. While in Erendui, the party learned of a secret underground mage group who had ways of traveling across the continent really fast which allow their passage to Savrtish to take place in days instead of weeks, but they didn't like being approached directly so we had a plan. Rob one of the nobles to get noticed by them.

The noble we chose turned out to be a dragon himself, and a very well informed one at that. Among the information we stole, and that volunteered by the dragon after he discovered what we'd done and demanded we repair the damage we'd caused, were the names and true names of the 3 head knights of Savrtish (Saelver included), and 4 of the magical kids in the city the Underground group were keeping an eye on to keep safe. He also mentioned that the underground were dealing with an iron dragon, and that helping would likely be a way to get in their good books.

Kerryn took the opportunity to meet with 1 of the head knights that happened to be in the city, Tormaeuth, and used his true name to start a conversation but quickly became friends when her intentions to dethrone the king and reunite with her father Saelver were made clear and Tormaeuth was able to feel like himself again. (The knights over the course of service start to see themselves as only their job)

We later tailed one of the kids and intervened when the guards noticed him using his shadow magic (The same as Kerryn's) to take food. Kerryn lead the guards away while the others lead the kid to safety. Meeting up later, the kid's mother had a meeting scheduled with the mage underground the next day and let us sit in on it. After saving the kid, the mage underground representative knew we weren't looking to cause trouble and we explained we were after Savrtish and were looking to help.

The representative accepted our offer of aid and explained that Savrtish were also causing problems for them.

So the current plan:

* Deal with the Iron Dragon (Hopefully peacefully but quite possibly not as they are among the most beast like)
* Use the Mage network to get to Savrtish in a timely manner
* Tormaeuth convinces some knights to attack the couple and draw out Saelver
* Get Saelver on our side and defeat the couple, weakening the king
* Get the other knights to notice the king's weakness and tempt them to join our take over

Things tagged as <<tag-pill Public>>will will be saved to a separate HTML file, excluding Tiddlers that aren't.

This way, you can have a private version with GM Notes or other pages not available to players.

<$button>
<$action-sendmessage
  $message="tm-download-file"
  $param="$:/DnD/Public Save"
  filename="DnD Wiki Public.html"
/>
Save Public Wiki
</$button>


<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New Quest"/>
{{$:/DnD/Quest/Button}}

---
Search: <$edit-text tiddler="$:/DnD/Quest/Table" field="tbl-search"/>

Filters:
<$select tiddler="$:/DnD/Quest/Table" field="tble-filter1">
<option value="[">Progress</option>
<option value="Completed">Completed</option>
<option value="Incomplete">Incomplete</option>
</$select>

<$set name="filter1" value={{$:/DnD/Quest/Table!!tble-filter1}}>
<$set name="search" value={{$:/DnD/Quest/Table!!tbl-search}}>
{{$:/DnD/Quest/Table}}
</$set>
</$set>
Add the tag <<tag-pill "Quick View">>to list things here

!!PCs
---
<table style="font-size: 0.85em;">
<$list filter="[tag[PC]!prefix[$]field:status[Active]sort[]]">
<tr>
<td><$link>''{{!!title}}''</$link></td>
<td>__{{!!player}}__</td>
<td>{{!!race}}</td>
</tr>
</$list>
</table>

<$list filter="[tag[Quick View]tag[NPC]!prefix[$]limit[1]]">

!!NPCs
---
</$list>
<$list filter="[tag[Quick View]tag[NPC]!prefix[$]sort[]sort[location]]">
<$link>''{{!!title}}''</$link> - <$link>__{{!!location}}__</$link> - {{!!race}}<br><li>{{!!notes}}</li>
</$list>

<$list filter="[tag[Quick View]tag[Location]!prefix[$]limit[1]]">

!!Locations
---
</$list>
<ul style="margin:0px;padding:0 0 0 1rem;">
<$list filter="[tag[Quick View]tag[Location]!prefix[$]sort[location]]">
<li><$link>''{{!!title}}''</$link>
<$list filter="[search:location<currentTiddler>tag[Location]]"><ul style="margin:0px;padding:0 0 0 1rem;"><li>
<$link>{{!!title}}</$link></li></ul>
</$list></li>
</$list></ul>

<$list filter="[tag[Quick View]!tag[NPC]!tag[Location]!prefix[$]limit[1]]">

!!Other
---
</$list>
<$list filter="[tag[Quick View]!tag[NPC]!tag[Location]!prefix[$]sort[tags]]">
<$link>''{{!!title}}''</$link> - {{{ [enlist{!!tags}search-replace[Quick View],[]search-replace[Public],[]] }}}<br>
</$list>
<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New Race"/>
{{$:/DnD/Race/Button}}

---
Search: <$edit-text tiddler="$:/DnD/Race/Table" field="tbl-search"/>
<$set name="search" value={{$:/DnD/Race/Table!!tbl-search}}>
{{$:/DnD/Race/Table}}
</$set>
//Enemies//: [[Kesminis]], [[Xre]], Civilisation

Refk’ur’shii is considered the greatest hunter in existence, worshiped by aspiring hunters and druids. His domain is over the natural world, containing beasts and plant life. The forest his preferred settlement as he would see the world returned to a natural state. Far before the first building was ever constructed. Refk’ur’shii rarely bestows his power to followers, men and women only receiving his gifts if they seek to hunt beasts far beyond their own power, or seek to set a city to rubble. As a god of the wilds, many neutral and Intune with nature souls are sent to his realm. The creatures being devolved as they enter his domain, their bodies becoming primal as they roam his realm. Hunting and being hunted, resurrecting should they ever fall and continuing the eternal cycle.



Ush'Darkarexh



<<toggleBlock """Intro"""
"""
* After battle is done, we get bearings
* Get them secured
* [[Kerryn]] checks [[Seigmond]]'s restraints, then goes for hug
* Entrance here into spire
* Looks like royal estate inside, stone is more smooth but no real furnishing
* Looks empty at current, @@color:crimson; much colder inside@@
* [[Seigmond]] dragged into entry way of first room
""">>

<<toggleBlock """Entering the Tower"""
"""
* Fight outside escalating
* Towering stone giant in the battlefield
** No hair, styled stone though
** Marching through enemy knights, making way for our side
** Throws someone over gate, lands on ground floor
* [[Joy]]
** Tiefling
** No weapon, big and tall and bulky (Flame sword appears when she attacks)
** Sprinting up the stairs, imp on shoulder
*** Grinning, barbed tail, wings (away)
* Minotaur friend, [[Baravan]]?, Calls after "Joy, hey!"
* [[Joy]] saved several of [[Baravan]]'s friend lives
* Through doors, main passage way
** King usually has guarded by things can't see but can when they want to hurt us...
* [[Baravan]] to guard [[Seigmond]]
* We head inside, Short resting may be risky, King trying to summon something?
* From thin air, seemingly more knights?
** 4 knights, specrally armored, but damaged?
** Look wounded, blood on their form
""">>

<<toggleBlock """Battle with spirits"""
"""
* INITIATIVE
* Narjok, the imp, has some energy channeled from [[Joy]] to up physical standing to that on the level of [[Gale]]
* Spirits laugh at [[Gale]] first miss
** One is a dragonborn?
* [[Gale]], [[Oscar]], and [[Keratos]] possessed
* Knowing how the spirit died might help
** History check might help against the spirit minor action
* Human bandit spirit was slain in a bloody crusade, despicable spirit at least made friends in the after life
* [[Keratos]] knocked out, spirit came out
* Spirit form gets bloody with damage.. all share this
* Possessed pcs get +5 to History check once freed
* [[Oscar]] down, needs stabilizing
** Managed to stabilize on his own with a nat 20
* [[Quell]] daily ends battle and heals all, hitting thanks to Narjok's -3ac debuff
""">>

<<toggleBlock """Post battle"""
"""
* King lies in wait in nearby passage
* Gated treasury here
** Holes too small for any but Narjok to reach in
* [[Kerryn]] applies a poison to weapon
""">>

<<toggleBlock """Throne room"""
"""
* Brown clothes human, fine made though
* King doesn't think we can be bribed by regular offers
* Wants to start fresh somewhere new
* INITIATIVE, we don't want him stalling for time here
* King takes devil form
** Very monstrous, not humanoid, legendary form
** Twisted mockery of several headed beast, draconic or reptilian
*** Hydra
* +5 vulnerability from Keratos
* [[Quell]] heals with strength of conviction
** +1 power bonus to all defenses
** +15 TEMP HP
* On head drops off, 2 more heads grow...
* One head stunned from Gale
* Another head drop and 2 more
** and again
** 7 heads now
* [[Keratos]] downed again
* Up from [[Quell]] Inspiring Word, [[Kerryn]] downed
* Devil king goes down, hitting people on the way out......
* Dissipates... DEATH SAVES ALL ROUND
* Narjok doing heal checks
* NO ONE DIED!
""">>

<<toggleBlock """King is dead"""
"""
* Narjok gets head pats
* [[Kerryn]] rushes outside
* Rest of kingdom, very few opposed, rest surrender
* [[Kerryn]] stays with [[Seigmond]], people checking throne room
** Hidden part? opens up to secret key
* Treasury can be opened, 1MILLION Gold, gear, relics artifacts.. can take or leave
* [[Baravan]] says devils won't complain if they get some
** "won't notice if some is missing"
* 70K GP and some.. 15 or so artifacts
* [[Keratos]] takes 200 GP more
** +50GP for blinging up
* [[Saelver]] and [[Tormaeuth]]
* Will treat us to a feast, our job is done
** Everything is ours
* Some wish to talk with us, [[Chiernam]] helped some and [[Baravan]]
* [[Saelver]] to ensure our travel will be safe, into [[Xre]] territory
* [[Kerryn]], [[Saelver]], and [[Tormaeuth]] go with [[Seigmond]]
* Everyone reuniting with allies, resting and recovering until dinner and planning for the journey ahead
* Someone should tell [[Ehzehk]] about [[Zhon]]
""">>
After regaining our bearings from the fight on the outer staircase of the [[King|King Yithoet]]'s tower, we head further up into the next opening into the inner tower, [[Kerryn]] bringing [[Seigmond]], her trainer turned [[Knight of Savrtish|Knights of Savrtish]] to the entrance with us. As we enter the tower, we hear [[Baravan]], the Golden minotaur knight that helped us get to the tower, yell "Joy, hey!" as one of the giants on the battlefield throws a tiefling over the wall surrounding the tower. [[Joy (Connor)|Joy]] quickly catches up to us and we introduce ourselves quickly before [[Baravan]] joins us at the entrance to watch over [[Seigmond]].

Inside we se a large horde of treasure behind a locked gate, but the air gets even colder as 4 spectral knights appear and engage us. It's a tough fight, with some getting possessed for a time but with the aid of [[Joy]] and her summoned Imp, Narjok, we pull through the other end in okay condition. [[Kerryn]] asks [[Baravan]] if he thinks there's enough time to catch our collective breath but he warns that the [[King|King Yithoet]] knows we're coming; the longer we take, the more time he has to prepare, so we forge on.

We soon come upon the throne room itself and see the [[King|King Yithoet]], human looking in brown finely made clothes. He starts talking about wanting to start somewhere new, knowing we couldn't be bought by conventional means, but we cut him off not wanting him to stall for time. He then takes a new form, one monstrous and legendary. A twisted mockery of something reptilian or draconic with several heads; a hydra.

The fight is perilous, with more heads growing as we weaken the [[King|King Yithoet]], Many being knocked down through out. As the [[King|King Yithoet]] loses the last of his strength, he lashes out in desperation and knocks everyone down except for Narjok, [[Joy]]'s imp. Desperately, the imp works on ensuring our wounds aren't fatal, rousing some to consciousness to do the same and luckily none were fatal.

[[Kerryn]] being roused to consciousness, rushes outside of the tower and sees the rest of the [[King|King Yithoet]]'s forces surrendering; the battle is won! While [[Kerryn]] is outside, the others rest and the ones awake discover a hidden key in the throne room for the treasury gate. Easily over a million gold in there, [[Baravan]] says the devils that fought for this victory won't notice if a little is missing and so we fill our bag of holding with 70,000 GP, and about 15 magical artifacts. [[Keratos]] is more brazen, deciding to take some more of what he can wear, about 250 GP of jewelry.

[[Saelver]] and [[Tormaeuth]] join us in the tower, saying that our job is done and a feast will be setup to congratulate our victory, and promise that our travel into [[Xre]] territory will be secure as that is likely where we are headed next (to an island called [[Tarwe]] where [[Xre Cultist]]'s work to convert [[Chiernam]]'s (Warforged) people).

[[Kerryn]] goes with [[Saelver]] (Kerryn's father) and [[Tormaeuth]] (A head knight that helped get us into [[Savrtish]] from [[Erendui]]) to watch over [[Seigmond]] until he recovers. [[Ehzehk]] ([[Kerryn]]'s brother rescued from the [[Mage Underground]] on the way to [[Savrtish]]) still needs to be informed of [[Zhon]]'s fall as they were close.
<<toggleBlock """Intro - Dinner feast"""
"""
* Narjok has crown
* Invited to feast, victory celebration in finest chambers
* Top of tower, large dining room, long table
** 200 seats?
* Knights around we recognize, others we don't around
* What we doin?
** [[Oscar]] not in party mood, will avoid most people?
** [[Kerryn]] sticking around the knights she knows
** [[Keratos]] eat and drink, asking people about what's happened
** [[Joy]] checking on everyone, specifically those she has saved
** [[Gale]] BIGGEST TANKARD, MUCH ALCHOHOL, among the knights
** [[Chiernam]] sticking with [[Kerryn]], one of only 2 OGs
* Avoid talking about the gold taken, but not hiding much in conversation with these guys
* [[Gale]] completely pissed
""">>

<<toggleBlock """Next day, Hriern Gear"""
"""
* Head to throne room, repurposed to military strategy room
* [[Chiernam]] does a deep prayer, early rise to pray very long
** [[Kerryn]] witnesses
* [[Saelver]] here, looking over maps and gear
* Hopes [[Gale]] comes back for more drinks in general
* Drinks were reward for saving the kingdom
* [[Saelver]] lifts the throne, moves it, slab of gold stone under
** ladder and passage underneath
* We go down, another chamber
* Carpets of red and purple, paintings of figures most devils some humans
** Presumably the king's forms
* bed chambers, some chests, glass lockboxes
* Narjok.. [[Saelver]] goes to a lockbox with scale armor, presents to him
** Roughly his size, bit for tail too.. dark purple and blue
** Made from several scales of the king, gifted to own imp?
*** Imp's fate digested to own master
** No more scale stuff here though
* Desk, wooden container (charcoal texture)
** 5 sets of golden needles
** Suppressors, influence of outside sources, Hriern and Xre
** Mind one's own while inside, but still claimed.
* Not super effective on giants
* Made of raw magic, not connected to any god
** Doesn't feel smooth, looses it's weight in [[Joy]]'s hand
* Probably would have tried to take on [[Hriern]] one day
* Hriern magic stuff would send an uncomfortable feeling to [[Chiernam]]
* Brimstone object, we feel hot near it
** [[Saelver]] approaches dresser in devil form
** Horn object, dark black, long as an arm, attached to red brimstone
*** Blade of sorts? Lesser horns of [[Hriern]], Hotter than most blades one could comprehend
*** Meant to be wielded briefly
*** Soul consumed if gets too hot, Discomfort to [[Chiernam]] here
*** Mechanically a long sword 3prof +10, 3d8, each turn loose 5 max health, back on long rest
** Parody of holy symbol, almost offensive to [[Chiernam]]
*** Made of brimstone
*** Unsettling, mixed with organic material? amalgam of a devil?
*** Signs of various god's symbols here, part of ring, wolf?, quill, mix match
*** [[Chiernam]] notices, every symbol of each god
**** [[Saelver]] concentrates, it shifts to charcoal crown with jewels
**** Holy symbol of [[Hriern]], changes to white with veins, at odds with itself
**** Abomination, gives [[Chiernam]] control of it's fate
**** Channels any god's power by becoming it's symbol
**** [[Chiernam]] says he'll keep it safe
**** [[Istord]] "made from corpse"... for once he's interested
**** Can find out if symbol is still alive or not..
** [[Saelver]] grabs 2 wings? large, skeletal, partly petrified
*** Doesn't know full story of these wings.. belong to one of [[Hriern]]'s brightest and strongest devils
*** Wings were cut off, this is what remains
*** Could attach, EXTREME PAIN, would gain his strength
*** Possibly one of the strongest figures in the mortal plane
** Other artifacts here [[Saelver]] doesn't feel comfortable imparting to anyone
* Planning time for [[Chiernam]]'s goal?
* If too many warforged controlled, the needles might be needed?
* March on Xre mentioned to the knights, agreed it would be a mighty action
* We're free to do so, [[Xre]] cannot claim [[Hriern]] but [[Hriern]] can claim [[Xre]]
* Knights are preparing at the dock for this
** ports still under their command, head knights to make a council
** [[Saelver]], [[Tormaeuth]], and [[Asteh]] (full devil) to be the council
* Room for 6 needles, but 5 there
* Permanent mind control suppression
* [[Oscar]] asks if pure magic would mix and explode
* [[Saelver]] says Dick head ([[Asteh]]) has done so (6th spot)
* [[Gale]] uses one needle, feels fine (4 left)
* We head up ladder
""">>

<<toggleBlock """Main planning room"""
"""
* [[Seigmond]] is here
* Here for warning
* [[Baravan]] is missing
** Perhaps left to thwart our goals
** [[Kerryn]] informs she knows [[Baravan]]'s true name if it comes up
* [[Seigmond]] goes to rest more
* [[Xre]] is desperate
* Another magic bomb planned
* Up to cede and [[Mage Hunters]] to stop that, we go south
* We plan for [[Tarwe]] to save [[Chiernam]]'s people
* [[Xre]] try to convert, souls to her instead of afterlife
* Our ship be back up?
* [[Gale]] knows someone who could help? need help contacting?
* [[Saelver]] has scouted, Cultist sharks ahead? and cultist pirates
* Enchanted boats, some wooden, some like ours
* [[Chiernam]] can teleportation circle people to our party boat
** Best to meet at shore though?
** We'd need strong formation all through out if [[Baravan]] is against us
* [[Kerryn]] gets messages from [[Rogek]], can meet at port
* [[Chiernam]] wants to not be disturbed while contacting [[Greslei]], hoping for info on [[Tarwe]]
** NAT 20 on Religion check
*** Private chat for this
* [[Kerryn]] and [[Joy]] to visit [[Joy]]'s house in the prepping days, Narjok showing off
** Still survived the war, will be here afterwards now that [[Savrtish]] has new management
""">>

<<toggleBlock """Dinner post Ritual"""
"""
* Private
** [[Istord]] didn't see [[Chiernam]]'s experience
** [[Chiernam]] thinks we might need more prep
* Dinner time
* [[Chiernam]] did prayin, [[Greslei]] took him on sky trip
** So many more of the warforged than us.. most shackled and chained up, experimented on
** Conversion is workin now........ saw a few days in this moment
** One of them said [[Xre]] consistently, got unshackled
** Big place, corridors, pathways, big rooms
** The one made it outside, on a beach, partly buried building
*** Tree and forest things around
** More prepared than we knew, Desperation is a front? [[Xre]] is fortified
** boats prepared to defend, armored
** Lots of different races, 150 on the beach alone, thousands of experiments happening at any moment
** Miiiiiiight be focused on one side? Could attack from their prep beach side..
* [[Tormaeuth]] walks in
* We explain this stuff
* Some knights could assist a stealth operation, but getting to beach is the issue without getting caught
* [[Tormaeuth]] has wings in his devil form
* Devils could be a front assault while be back in?
* Beach eastern north side of island
* Contact [[Irie]], see if she knows anything
* [[Gale]]'s friend's name is [[Yvrtgres]], [[Chiernam]] to try sending for this
** Failed
** 25 words "This is Gale. Need your assistance urgently. In Savrtish. Come fast. Bring everyone."
** 2nd attempt CRIT "Ey? Heheh. This black dragon will be right there."
* [[Chiernam]] to attempt to understand the Parody Symbol more
** Device, able to draw power as a follower, buffer so no influence
** Maybe 2 way stream (Like very aware of the channeling)
** God's power used on same god good to weaken their own spell casters
** 
* Library available, [[Joy]] wants to check it out
* [[Kerryn]] wants to contact [[Kurt]]
""">>

<<toggleBlock """Dock?"""
"""
* [[Ehzehk]] in snake form
** To stay and defend [[Savrtish]]
* [[Vaesh]] approaches, [[Gale]] feeds him with snack bag iron
* asks if he should come or go
* Says he should stay with [[Yvrtgres]], will teach him things [[Gale]] can't
* Offers to fly us to the dock (month travel to dock otherwise)
* No incidents in travel
* Mage hunters have joined with [[Cedeish Empire]]
* 
""">>

<<toggleBlock """Port actually"""
"""
* Countless ships ready for war, friends and family of knights here too
* [[Yvrtgres]] here
* 15 ships, one person approaches
** Bulky, short dwarf, like a member of the brotherhood
** [[Chiernam]] vaguley remembers from monastary before [[Erendui]]????
** [[Barxtart]]
** 10 fresh ships full of brothers [[Brotherhood]]
** [[Ellix]] is fine
** Might recruit a few in town
** New recruit to talk to [[Kerryn]]
* [[Chiernam]] asks that the facilities remain Warforged land
** Not looking to force brotherhood on the Warforged
** Bit of [[Barxtart]] original coming through
** [[Brotherhood]] can't be [[Xre]]'d
** Looking to recruit a pirate crew nearby?
* [[Yvrtgres]] is the pirate captain
* Want to avoid hurting too many warforged
* [[Volious]] will be part of next session
* Infiltration team we will be joining
""">>


<<toggleBlock !STARTO
"""*Heading to city far south of narmor
*3 staying behind to go through the yown base
*We to go straight east? we go nalmoer to join cede
*Going with Broxt
*Small forest and clearing
*Suspect someone approaching
*Non-hostile""">>

!Farakyr
*Short halfling 3'1"
*Pompous swagger
*Shield and hammer, darkskin brown hair
*Pink eyes
*Pompous git
*Part of Jasper's group
*Favour for 5 years ago, help us not die

!moving on (1.5 months?)
*Mostly damp and wet
*3 weeks in, stone structures jutting out of the ground
*Wild activity here compared to barren marshes
*Getting closer to MH territory
*Broxt mentions post nearby with supplies and bodies
*Makeshift tents and such, near tree cover

<<toggleBlock """!Connor and An"""
"""!!Smickle Bixley
*Gnome sitting on Dargir shoulder
*Robes and staff, recognizes Atkelos, has empire emblem?

!!Dargir (Smickle's Niece)
*Tall woman, 180cm tall
*Black hair, dark features and clothes, hide armor
*2 swords (Twin set)
*Feral demeanor/look
*Glimmer in eye at seeing Atkelos
>Shifter
*Emperor's flag?""">>

!Meeting
*Told to assist Broxt, told of atkelos
*We dismount
*Broxt greets them
*Broxt asks if hostiles from MH are expected
*Grip on Nalmoer, miiiiight be prepping for invasion? Movements at least
*Dargir uses traveler's chant to speed up travel a little

!Nalmoer entrance
*Activity in forest much lower
*Lack of safety that cede provides, most avoid us, plenty fearful
*Mostly stone on wall, orange substance
*More guards as we approach
**Mostly human
*Let us pass

!Through Gate
*Metal gate, command given to move it into walls, we enter
*Roads mostly short, activity high
*No housing so far, shops and pubs though
*Ground is stone here, some patches of grass (Rare)
*Some roads have names here even
*Larger building in back of city
*Dwarf waiting at front of building
*Thinner than normal dwarves
*Clean shaven, bald
*Rich light blue attire, bears MH badge

<<toggleBlock """!Inside the building"""
"""*Orange walling, addition to building, recent?
*2 months old IF even that
**Deep underground rock of somesort
*Dim glow, like fireflies, when we get in room
*Guards nearby are uncomfortable
*Walls here open up? with lever sound
*2 walls sink into the floor
*Bedrooms, storage
*Another unique room
**1yearish old
**General discomfort for some
**Emergency prison
*Saps magic from magic folk
*LARGE table on top floor
*Had enough people at one point to fill up every seat
*Guide gonna go get drunk
*No workers here, just guards, prison is empty that we saw""">>

!Free roam (3pm)
*NO mail..
*Bedrooms hastily built, no traps really possible, very barren
*Atkelos was warned? Watch out for traps?
*Younger half elf guard (Possible Tour guide?)
*City quite different, no districts
*Businesses and the like built near locations of convenience
*No real magic items, but excellent craftsmanship, non-replicable strong. Good for enchanting base?
*GOOD FOOD
*Relative comfort for first night of staying
*(Kerryn doesn't notice) despite clear hatred looks, no-one makes attempts at us, Chiernam knows they're trying to ignore biases toward us, most are at least open minded

!Night time
*Council building is better manned now
*Want to feel like citizens are in the right, pray to gods of purity
*Feels presence while chanting and praying, Chiernam
*More progress than ever had
**Might find contact in city, feel presence but nothing more
*Chiernam goes out at night, finds church, single building per god
*See's several symbols of the gods, Agzix is worndown, passage is walled in.
*More polish on one of them than normal, missed name (God of oaths)
*Grizzly's symbol
**Minor gods pathways are usually clean
*Want's in to Agzix
*Can't enter, peer in, empty mostly, hear voice nearby asking if follows Agzix
*Older looking dragonborn, silverscale, robes and symbol of "the riddle"?
*Oaths was falling to Xre, but is free now
*Follower of Grizzly ''left half year ago'', east, looks like Chiernam
*Wanted to visit all churches they could, have god keep strength to exist?
*Pulls out a clockwork watch
**Name inscribed

!Inside Grizzly's chamber
*Only awoken a few years ago themselves
*More recent version of what chiernam is
*Had gone north already, went east afterward
*Sieamon, name of ...priest?

!Next day
*Movement happening now, nobles and such heading upstairs
*Broxt has talked to ones in charge, should be fine but keep guard up
*2 humans, 1 half elf and a goliath, at head of table, council?
*Goliath is older than others, not really jiving with the noble aesthetic
*Asks what Cede expects us them to join
*Atkelos had dream chat with the emperor, assimilation rule is ammended
*Peaceful abstinance is an option
*Have some mages imprisoned for appearances, offer them up for freedom but will likely attack
*Rebrand the MH on table too
*Already killed Xre cult vips, want to keep hunting cede enemies cause they have skills for it.
*Will war with Baetxes, want reinforcements
**Hostile takeover only option
*Can do but need mine path access through the mountains
*Religion is a big part of MH? do excuse agents of gods on RARE occasions..
*''Volious'' is other grizzly agent
*Wouldn't appoint new leader of city
*No expectation of worshiping the emperor, Atkelos says he's not a god
*Would emperor hear out those wishing to negotiate laws?
**Reasonable enough to see faults and adjust
*Xre Spies are easy to spot now
*First day of Negotiations done, tomorrow for more rigid terms

!Post meeting
*Atkelos to see the absolute state of the city
*Genuine surprise at simplicity of the terms
*Some still cautious though
*Fruits and meats
*Night and eating now
*During a night meal, Guards talking in corner
*Can't believe bastard like that sneaking in....
**BANG, arrested
**Almost lost a few men to bastard
**knight of savrtish
*Fellow trying to get in to city, had horns
*Lost all his magic
*Locked up right now
*Gives Directions

!TO THE KNIGHT OF SAVRTISH
*Human at front of jails, same magic sap stone construction
*Fullplate, skull of large feline beast, modified to helmet
*Darsheak? Tiefling, first I met in vision
*Can find Saelver in his city
*Cruelty in him now, not much of a nice guy now

!Night sleep
*Me and Dargir woken up in the night
*Rugged figure open figure to room, close, and move to lock it
*INITIATIVE
*Seem to be reckless in their attack
<<toggleBlock """On the road"""
"""
*Swamp given way to stone
*Brotherhood have supplies for the trek, middle point off the mountain
**Range becoming a lot flatter
*Fortress here? camp set up, tiefling
*Near camp, entrance, roofed area of stone like the magic stone in city
*Delicate stone, but seemingly no entrance.
""">>

!Entrance to the hideout
*Ellix still going by Ellix
*Brotherhood lead the formation

<<toggleBlock """Level 1"""
"""
*Magic place
*Patterned faults in the walls
*Jasper and I notice that the structures are strong but the floor is MUCH higher quality.. might be able to brute force the walls but DEF NOT THE FLOOR
*Low light visioners- little light, vision feels better without the light..... VISION FLIPPED!!!
*Carvings in first empty room
*depictions of dealings
**One figure matches the letter dealing figure
**Dragons, kings, rulers, giants (left to right)
**One does remind of Vaelden (Some scars and markings identify him)
*Passage continues left and right, finer details on ground
*Ground has names (MANY)
""">>

 !Right Passage
*Devices, tables, and beds.. cluttered
*Nothing easy to pilfer, podiums, thrones, dressers, draws
*Jasper see's his work bench on the ship
**One device looks like something he'd design, a burrowing device with replica eggs (Draconic but different, hard stone around it)
**Device is made of worldroot, like an auto drill
**Greater craftsmanship than he's seen
*Ellix seen something before, a book of some kind
**Jasper looks, more advanced than others he's seen, coded, hard to decipher and understand, maybe belonged to strongest caster ever
*book hits a 'wall' as he tries to take it out
*Ellix sees things from his guild
*Ushtk copies nearly perfect replica of the coded mages book
*Door closes as we leave

!Post workshop room
*Pile of black sludge filled area we came from, slowly approaching
*Group Vigor count = 1

!post Slime fight
*Left hall then right passage!
*arrow flies at us, row of 7 crossbows at end of hall, 5 rows total
*Ushtk respects Jasper
*Room passed arrow corridor is mostly empty, arrows are being taken away by floor
*Stone arrows, maybe same as walls
*Jasper looks in nook at end of non-crossbow hallway
**Box
***is box
**Gets box out, has carving on top, made of bronze?
**Carving reads "Jasper" as he touches it
**Ushtk and Bygailas names don't appear when touched, Ellix does, Mellinda doesn't

!BOX OPEN
**Japser
***Tools of really good make
**Ellix
***Necklace, jewels, resonates with his psionic powers
>Ellix puts his stuff in backpack
*devices litter the floor, consistent make
*Left of devices floor is different, weight sensetive?
*Ellix takes 20 damage as one explodes
*Jasper tenser's discs us across
*Jasper now uses Leomund's Secret Chest to get some world root boards
*Arrow dissipates when it hits it.
*Only 2 peices of world root needed to protect the group as we go down arrow corridor

!Post Arrow bolts
*Pile of gold on right, left has passage way
*Jasper sending to Rogek "Remove all stuff in chest"
*Gold in chest "70,000"

!Chest room!!!
*We feel heavier in this room
*Room floor fell as stepped off
*Ellix opens first chest, animal skin bag filled with something
*9 chests opened, 9 animal sacks
**Variety of magical items, some with Gemstones (30k to good seller) worth selling
**Keys/Objects
>Loot so far
>- 70,000 gold
>- 30,000 gold (in gems)
>- 5 sacks with magic items.
>- 2 sacks with keys.
*Jasper takes a crossbow from hallway

<<toggleBlock """Downstairs, floor 2"""
"""
*CAPITALS
*Can move pieces, no tilt, 90* locked
*Block letter L, Blocks sink and glow blue
*Arrow sinks through the glow
*Head through, L shaped room, floor, chest?
*Grabs container, room resets
*L and I had chests
*T, empty of chests, has passage
*Y has 2 chests
*O has 1 chest
*3 chests from M/W/E
*2 chests from B
*D 1
*U pitty 1
*+15
""">>

!To the T
*HAS MAP GLOW STOPS, WE STUCK
*10 hammers in our room
*Make it with 3 hammers, they glow now
*8 chests at the end
*80ft drop down hole at the end

!Down hole
*2 Inscriptions
**for dangerous foes
**for Persistent traps
*Sludge behind, flame ahead
*Wired hallway
*I BLOW UP THE ROOM
*I am stablelized
*Jasper heals me

!Past the traps
*LARGE MAP OF WORLD on the floor, near back has smaller side room
*Messenger, Ellix can see where the strongholds are on map
*Money and wealth on one side, gems and keys on other side
*Gives letter to Ushtk
*Ellix Hi fives the messenger
*Letter of praise
*Give Jasper his letter
*OUR group levels to 7
*+100k Gold, Keys, Ushtk says he should hold them if Ellix can do dungeoneering

!Surface
*
<<toggleBlock """Broxt"""
"""
* Broxt asked us here
* Perp in his cell, might get info from him
* Meeting members were in different building
* Chiernam 
""">>

<<toggleBlock """To the cells"""
"""
* Devil saw here is gone
* Badly damaged, stable but not being 'healed'
* Human, bland looking
* Basic Gear
* Chiernam and Atkelos intimidating
* More shakey at talk when you're dead part
* Chiernam hits him with the mace
* Atkelos got through
* Baextes, the other city caught wind of cedish folk
** Sent to make sure it didn't go through, us and officials were the targets
** "Know when you see them"
** Saw us at the meeting
* Chiernam upset at innocent people dead
* Oscar gives execution now that he's not co-operating
* Chiernam planning to ritual talk with prisoner, using Rogek
* Broxt willing to send messenger to boat for it
* Broxt thinks Baextes will try to appeal to the Mage Hunters here in a follow up attack
* Baextes is likely only worry, others would need to use boat travel and such
* Suggests hiding cedeish ties while on the road
* 1day or a MONTH before attack possible
* Recommends port to SW
* Broxt shakes Atkelos and Kerryn's hand
""">>

<<toggleBlock """To the SW Port"""
"""
* Another attack by time we reach (a week travel), proper war has started
* Marshlands again, farms with mushrooms and small animals
* Outposts guard the area, buildings and houses inside, some pubs, 3 or 4 boats and trading ships
* Various races, human common, some dwarves, maybe a half-elf, Some human and orc MH, Looks like not with the empire
* No magic stone we can see (Like the jail was made out of)
* NO MAIL
* Rogek is messaging us nightly
* Need Jasper to make a mini boat at some point
* Chiernam tells us of decrepit shrine to grislei, and the other of his kind
* Streetwise check to see if ship going to bottom port
** Supply ships go to bigger cities
** Some have done routes to Erendui, most don't anymore
** Attack likely waiting, but need reassurance to get there and back safely
** Dor'streh is a port city
** Monastery east of dock north of Dor'streh
** Boat ride to Dor'streh
""">>

<<toggleBlock """Dor'streh"""
"""
* Stone grounding
** better work of quality to previous towns
* Mostly dwarvish citizens, MH from what we gather
* Forges, smiths, armories readily available from other stores, high quality
* Large port we arrive at, 50 boats docked, room for another 100 hundred
* Boat is searched by guards, thankfully no magic checking stones
* No MAILLLLL
* Some shrines, similar deities to Nalmoer, also regel, hrevel, grislei, and newer to unknown deity, each with an attendee
* Head priest recognizes what Chiernam is, says brother was here
* About a month ago was here, made for the monastary for settling down purposes
* NAME WAS VOLIOUS, also grislei follower
* has met Zhon, serves danax, god of resilience, new god to come back
* Dwarves like Danax already
* Sister settlement, Small town south of Savrtsh was destroyed for it
* Zhon was heading NW
* Roads are wide enough for us to travel, goods too, most buildings are stations for factions
* Variety of groups here
""">>

<<toggleBlock """PERCEPTION CHECK"""
"""
* Kerryn gets grabbed by someone
* An's Character called Dargir notices it most
* Strong grip holding me, mouth covered, magic teleport not working
* GROUP FOLLOWS
* Still got me
* I try to drop sling bullets as we go
* 4 checks til I'm out of sight
* Loosened but he reached his destination
* Get out but others grab me and rest reach the destination
""">>

<<toggleBlock """End of the Chase"""
"""
* Intricate dwarvish carvings, 2 storey building, not well manned or fortified
* Kerryn inside building struggling
* They get inside, 3 figures restraining me, all human and roughly a mature age, 30-40s
* Bulky, winning struggle
* one tries diplomacy, says orders to detain me
* Bit too high up to ignore orders
* Tries to make a deal
* Wants to be civil
* Weapons drawn
* I'm free, Oscar tries to pin guy fleeing
* Some folks that don't like children getting close to other folks
* Devils are usually born through death, Knights of Savrtsh are not, are more human
* Door leads to main hallway with stairs and left right doors
* More humans around the place, skittish at my presence
* WE GO IN
""">>

<<toggleBlock """Inside the building"""
"""
* Oscar leads us in, INTIMIDATE check
* Avoid anything in the basement
* All the knights have been recalled
* Losing what's in the basement will be bad for them, If we go down, it'll be gone
* Left, right, or Up?
* UPSTAIRS
* Unmanned office buildings, dwarf at work cleaning
* Knights rooms up here, will know if stuff is taken
* Beds mostly unused, some desks, some enchanted stuff bonded to creature itself (Bad feelings)
* Diaries of conquest, some more specific than others, Some note future objectives
* Most detail about new deity, knights deployed on this mostlikely
* Reference to couple that have sacrifices ready in various places
* NOW LEFT
* Dining room, higher up, clean but untouched, kitchen and servants quarters
* 3 kidnappers are here
* RIGHT PATH
* Training room, whetstone and tools, half elf servant
* Half truth in that it's a training room
* We LOOK AROUND
* Can't see what's wrong with the room
* Dargir not worried about the //room// investigation
* OSCAR HAS VIAL WITH A SOUL IN IT!! offers it.
* King sold their souls
* Packs up tools, Something in the bucket is odd.
* Dargir sees the bucket water is red
* Mostly water.......
* 3 people's blood, last didn't leave blood (or body?)
* Use people like me... as the dummies...
* Knight not back for a month or so
* We let him get to work downstairs
* Peaking downstairs as we leave, looks like jail cells
""">>

<<toggleBlock """Back in City"""
"""
* We prep to leave for next port
* Find a ship, not difficult to find
* We head to northern port
* 2.5 weeks to get there
> Retcon back to half elf, Ask about Saelver and the other guy
* Not allowed to be here
""">>

<<toggleBlock """GOING DOWN THERE"""
"""
* Cells mostly empty, poor condition, like the prisoner in Nalmoer was in
* ONLY ONE PERSON HERE!!!
* Dirty features, starved, chained to wall, 19 - 20 Human
* Thinks there's more down here?
* Walks to wall, glow to wall, another set of cells
* MH Said he was caught for theft, Knight's don't know about this place?
* Teilfing woman, Githzerai male, and HISTORY CHECK alien race, was kill on sight for MH
** feral people, mix with human and plant, Wilden
* Escort them out trying to keep them out of sight
* Chiernam does Heroes' Feast? and enchanted skull watching in corner with exits in sight
** alerts chiernam if anyone else enters
* Dargir can escort them out of MH
* Vance, good to meet us (Kerryn's Brother)
* Tiefling broke out recently
* Darsheuk's SON got out of here, Vance was friends with him...
* Out for a week
* Wilden about 30years old
* 2 weeks in there for Vance, Dayum
* Vance needs some rest
""">>

<<toggleBlock """Smuggling these people out of Dor'streh"""
"""
* Organise how to get them out of city in discord
* Next session will be at the monastery
""">>
<<toggleBlock """Recap"""
"""
* LAST TIME with Ellix jasper and melinda with brotherhood, Ellix joined, Jasper didn't
* Jasper got the supplies that he wanted, got wagon and is heading to meet up point
* Wagon is sentient, lizards for show
* Kerryn abducted in mostly dwarven city
* Brother rescued, rest sent to Cede
* Heading to monastery now
""">>

<<toggleBlock """Monastery Start"""
"""
* On another dwarven ship, supply route so easy trip, mounts to monastery but temp just for the trip
* Tight guard around the monastery, most don't wear MH uniform, armour with god emblems abound
** Golden crown common
* 1 week or so to get to monastery from the port, quite the building
* 1000ftsquare 90ft tall, some windows but few on ground floor, pagoda style with receeding tiers
* Pure white stone, smooth and shiny but some obsuring banners with different god symbols
** Color of god in back ground, symbol on top
* Grislei's banner is there, but Evil gods and magic gods aren't there
* Guards around but not many at the entrance, 2 at entrance (only one, double doors)
** white fullplate with crown at top, finer armour than most with halberds
* Nod at Chiernam, allow us entry
* Know CHiernam is an emmisary of grislei, Other one is staying with the 'monks?'
""">>

<<toggleBlock """Inside"""
"""
* Interior looks like church of Nalmoer, sections to gods, walls and no door dividers
* Carpets with symbols of gods too
* Paintings and decor, staircass up and down
* We head to top right where grislei stuff is? 15 to 16 people in grislei garb here
** carving and cleaning and talking
* Another warforged here, similar to Chiernam, looks more refined and polished, higher quality plating
* Updated model
* Notices Chiernam, Approaches..
* "Didn't khnow there were other actives around here"
** Volus
* Doing work, making sure her churches are up to scratch, considering Xre activity
* Volus trying to connect to Grislei too
* Leads to room with tables and windows looking out, we sit at table together
""">>

<<toggleBlock """Reunion"""
"""
* Chiernam says he was found under ice, crumpled
* Kaex far from where they were built?
* Volus memories mostly blank too, but remembers being built somewhat
** Storage area, thinks he was the newest attempt
** others there at time, similar to Chiernam's model
** Made to see the world and be people?
** Volus' maker told him to hide others, put them on boats inactive
** Magehunt beginning was around this time
** No real destination in mind, remembers waking up in the chapel.. Magehunters not attacking him when he woke
* Being seen as emissaries of Grislei is a good thing as long as they don't show up their magical power
* Passed by most churches around, not much he can do in Xre territory itself (or Cede? misheard that one?)
* Can't say he's seen emperor in action, thinks he's foolish but places are accepted when assimilated
** Always gonna have people that exploit the system and new Xre's in future
* Volus talks to alot of people here, god of triumph is free from Xre's clutches, boy in giant hands..
* Foster parents are traveling with the giants... (Vekvar???!?!?!)
* DOwnstairs can worship any god, even magehunters accept this
* Denaks, God of resistance, person down stairs setting that one up
* Chiernam staying and praying here for a while
""">>

<<toggleBlock """Downstairs"""
"""
* 2nd layer similar to first, stone smooth walls, carpets, passageway missing it's tapestry though
* Rest are more dispised gods and such
* Follow the one without decor -> Darshuek and Zhon here (Half orc in fullplate, no skin exposed, stone armour)
** Multiple weapons, Greatsword, falchion, warpick, etcetera
* Vance mentions Darshuek's kid, headed to homeland
* Knights patrol there often, Saelver close there last darshuek heard
* Plan B, after the couple
* Can track the knights.. outposts near the city, Darshuek could double agent for us and look see
* Denaks is enemy of Hriern, Hriern was a collaberator that took him down way back when
""">>

<<toggleBlock """Zhon Private time"""
"""
* Training room, walls with weapons and equipment, draws a greatspear
* Zhon and Oscar spar
* Both miss
* ZHON IS WINNING, 1 damage vs Oscar's 4HP
* Kerryn cheering on Zhon
* Atkelos splitting up the fight, saving Oscar if it gets to it
* Zhon won
* Crowd drawn
* Duergar that Jasper travelled with is there too
* COnstant grin while watching the fight
* Chiernam joins us and Jasper too
* Jasper laughing at news of Farakyr
* Farakyr is a satyr, went to fae wild instead of dying....
* Should be able to come back when ever he wants......
** Was going to help but got caught in THE WAR
* Crowd lessens, Duergar approaches
** Toa
* Chiernam and Jasper mention shared dream, facility is south on Xre island
* No magehunter were present at the fight to witness the magic show
""">>

<<toggleBlock """Jasper"""
"""
* Travelling with Mellinda and small squadron of brotherhood, headed to monastery to resupply
* Durgar apprentice of Yushk and some humans
* arrives at monastery..Jasper mentions metal man, guard lets them in
* Brotherhood people headed in too, then part ways
* Lead upstairs, sees Chiernam and Volius
* Religion check for Jasper 21,Resonance between the two
* Chiernam lost in the moment in prayer, connection is hindered... something blocking him
** Gets something, sees underground metal facility with other warforged with parts missing
** others experimenting on them with glow, not successful in their attmepts though
** expands outwards to show a small island, further out to Hyetei is shown, far south of erendui
** In Xre Territory Tarwe
* Jasper sitting on floor watching
* Volius saw the same thing
* Were trying to corrupt the metal men warforged (Grislei is god of individuality)
* Jasper is gonna spend time to sending to Rogek to bring ship closer, a bit off shore not in Xre territory
* 5th floor down was the level they saw in the vision, lowest besides floor for spare parts
* Jasper hopes there will be journals there
* Xre folk trying means there likely aren't manuals down there though if they're failing
* Summons ornate chest, gives Chiernam a sack of coins
> KIDNEYS OF GOLD
* 28,570 GP
* 42,856 in gems
* Chiernam asks about merging memory stuff... Jasper doesn't think he can. Gnoll that fixed up Chiernam on boat Puk/Huk?
* Japser will show Chiernam the wagon
** Gypsy style wagon, 3 beds and a hammock (4 hour only for rest in the beds)
* 
""">>

<<toggleBlock """Night 3 of 1 Week at the Monastery"""
"""
* One magic Item each from the Yown deposit
* Communal dining area
* Zhon training some times, Oscar on an off, Kerryn on, Chiernam watches sometimes
* during 3rd night talking with Duergar
* Asks if we're allied with Cede, we explain we have mixed allegiances
** Xre fighting unites us
* 3 Psionics with the Brotherhood
* 'Intentional' monsters around Savrtish
* Even brotherhood don't mess with those sort of things
* Ellix boating nearby to get relics, someone with him that knows sending
** Rock place, dwarvish, aure (Place with Victor's Door)
* Scout will keep in contact with us from brotherhood related to chiernam stuff?
* Heard a rumor, got incontact with Ushtk
** Fire giant about the place, nearish to the north, keep slaves and such, near Cede?
** Keep guard up
** Giant by himself right now?, keep eye out, more giants might be nearby
* No symbol to yown, crivis section is empty
* We wish to inform Farel of the giant rumor
** Farel says ask Varef, Varef contacted
** Was aware already, giving Xre hard time in her own continent, taken back Diao somewhat
* Atkelos talks to Emperor at night
""">>

<<toggleBlock """ERP with Big Daddy"""
"""
* Emperor expected fighting around savrtish
* Chiernam would have asked Atkelos not to relay knowledge of the facility before he's had a chance to go there first personally
* Fire giant in cedeish territory in Hyetei, concerning to hear (North Eastern part of Hyetei)
** Might see about diplomacy with the giant?
* Mentions the Brotherhood, mentions Ellix's deal to get Yown Caches
* Brother hood was founded by Hyetei's natives who broke off from Cede
** Found magic to make others like them, Emperor has doubts about the group..
** war against Xre and MH is beneficial
** Joyous public face, knows nothing else
** Goliath was once in position of high power, base form of the changed
** Some left shore recently, to the west and the war
** Aure is MH territory, mountainous
""">>

<<toggleBlock """TIme for us to leave the Monastery"""
"""
* On road to Erendui, swampy, inclines and declines, hills and forests, rocky outposts
** Varied landscape, cover and souch
* 2 weeks Travel, Yown messenger appears to Atkelos and Jasper
* Zhon is also awake, and likely Chiernam too
* Zhon only sees wind blow open the door
* Collection time approaches, payment easily met this time
* Hands them both a sealed envelope
* Yown is willing to hold off debvt for the moment, only open the envelopes when you reach erendui, no sooner
* Ellix has recieved his end of the bargain, is on way to holds.
* Messenger leaves
* 3rd week of travel, perception check 13 Jasper 27
* Over look of area around us, city visible in distance, few days out yet still
** Still swampy though, even on top of our hill
* Atkelos notices in carraige, possesions shake slightly
* Jasper notices on top of wagon tools shake slightly
* WE NEED TO HIDE
* Lizard mounts are agitated too
* Atkelos calms the mounts as Kerryn shares her shadow
* No trees here, Jasper Leomunding Tiny hut to hid cart
* Stealth check 20
* Creature emerges on all fours at top of hill, reptilian but not draconic, like a lizard, giant, head bigger than any of us
** Bright red scales, change to yellowish color, tail is prehensile
** Almost blinded by the scales as we look... it lookss......... it runs passed us, leaps down hill
** Ground shifts, makes hole, drills underneath
* Jasper nature check: WIldlife is usually mix of giant creatures, this is one of the most deadly, Jherstdon
** Mix of tales told of it, few have seen it, range of abilities is great, some seen tunnel, fly, scales can adapt, uses it for fighting, harder than any metal, Kinda king of land.. travels without fear, will often go after any food source, often meat..
** Legend says if you see a caravaan abandoned, one might be nearby and looking for seconds
""">>

<<toggleBlock """Jherstdon... we move on?"""
"""
* Zhon checks for scale drops, finds none
* Tunnel it left is completely smooth
* Closer to Erendui is uneventful bar some more tunnels spotted
* As we see more tunnels, 2nd perception 27
* More than one is obvious, don't know if they hunt each other
* One tunnel cuts off abruptly, is very shallow
* Back of tunnel NOT completely smooth
* We make note of where this is but we want to move on..... Zhon wants to investigate
* Zhon goes into it to see what's up
* Bit of the wall... something about the wall is off, it's not reacting to what Zhon is doing, armor got some scuffs while looking? Forcefield of damage? I dunno... MIGHT BE A DEAD ONE
* Zhon investigates, feels while touching that armor is damaged
* Endurance check 14
* BELT OF ENDURANCE activate
* feels it move quickly, shifts to red color, and looks at Zhon... He can back away in time
* LOOKS AT ZHON DEAD ON
* Was likely sleeping... Zhon stands his ground
* Moments later, it turns back to it sleeping.. starts to slowly tunnel, tail moving close to Zhon Grabbing motion
* Lets himself get grabbed, opens into cavern with multiple closed off entrances, no real natural light barring some bioluminescent plants
* tail unwraps, it looks around room.. grabs a young stone draconic creature
""">>

<<toggleBlock """Jherstdon Nest?"""
"""
* Voice in Zhon's mind.. asks something
* "43... this is my teacher's"
* //points between Jherstdon and thing// "Which is you?"
* "I understand, I look forward to it, is there anything else before I go?"
* BRINGS ZHON BACK TO US YAY
* Long story involving Zhon's teacher
** Some relation to Denaks, the creatures adapting and shit
** Doesn't want to eat Zhon right now... 7 years to get strong enough to fight it.. it will hunt him down
* WE MOVE ON
""">>

<<toggleBlock """Post Jherstdon nest"""
"""
* Reach Erendui at last
* Same look as before , bustling, towring buildings, solid foundations, presentable especially..
** I know of the underbelly of the city though, and where our hideout is
* MH guarded place, several gates and layers with stations and posts 6 before we even enter the city
* I HAVE MAIL
* Suddenly parcel among my possesions, no name on it
* Guards let us through as we pass inspections...
* In city proper, roads and open spaces, plaza and fountain up ahead, statues, guard towers, aristocratic buildings, most areas open with art and decor
* Cramped spaces in distance for //peasantry//
""">>
<<toggleBlock """Opening"""
"""
* Main strreet, we takin to right
* We in slums, sheltered in corner house. Spent the last 2 days here
* Have not gotten into freedom fighter base, Kerryn off for 2 days
""">>

<<toggleBlock """2nd Day"""
"""
* Knock at the door
* Better dressed boy, most citizens in area have common clothes though
** finer clothes but still common, simple colours but maintained
** 14 or so year old human
* "Is this Kerryn's friends?"
* Estate is offered, Kerryn mentioned to be busy looking for someone, an orc
* Boy can lead to house, welcome to stay as well
* Boy leads them off to higher end of town
* Zhon asks name, Michael
""">>

<<toggleBlock """High class area"""
"""
* Reach the Estate
* Big gate, keeps unwanted intruders out, Michael opens
* Grand opening
* Kerryn there
* Kerryn explains
* Jasper to contact "It's kerryn, where are you, are you safe? Let us know, we can help.."
* Dairtr enters
* Dairtr sends people out to look
* Jasper turns into human boy
* Dairtr suggests middle districts first
""">>

<<toggleBlock """Middle District"""
"""
* 29 Streewise check
* Most buildings here are taverns and shops, homes for owners
* No trace of Vance or others, fairly busy though
* Pass several shops of different purposes, smiths and artisans and such.
* one has trinkets from different times and place
* Kerryn approaches
* Variety of goods, shop is 3 room house size
* I see some boxes used for display
* Coin slots, maybe for my package
* Atkelos sees some instruments of an age long gone
* Human woman at the Counter
* Some religious artifacts, specific god not easy to tell though. One sticks out to Chiernam
** Tool reminiscent of the one the gnoll used to repair him, set this time. Gem stone at bottom of each one, emitting different colours
* Zhon sees historical objects, writings, most have pseudonyms. Some don't mention any god's Zhon is familiar with.
* Woman in early 20s, dressed in blues and greens (Better than brown)
* I ask for confirmation for delivery
* Holding paper, folded, hands to me
* 1st object already delivered
** Religious objects, 4 or 5 months ago
* Recognizes the coins just from the box
* Some won't be for sale
""">>

<<toggleBlock """Post Delivery"""
"""
* Jasper's people's coin won't be for sale
* Would cause trouble if it got out
** Belongs to a higher up, maybe one retired
* Hayley
* We get one thing each for the delivery
* Chiernam's tools as a set
* Can send instructions to address (Kerryn provides)
* Nearby house's owner, people write messages to him "Asked similar question as Jasper"
* Zhon looking for Forgotten gods
** Zhon's god doesn't have tablet here?
** 3 piles
*** God of Elements
*** God of Ancients
*** God of Truth
** 10K for full set, gets one for free, buys other 2
* Find //some// stuff on Savrtish
** Record book repurposed to Historical text, knights and times they were appointed
* some ancient maps are in here too, some of Xre territories, some elvish
""">>

<<toggleBlock """Rewards"""
"""
* Jasper = Coin? (On hold)
* Chiernam = Tools and Instructions
* Kerryn = Savrtish Knights book
* Mellinda = Familiar text (Journal)
** Precise writing, unknown author
** Mage hunter's emerging covered inside, familiar somehow to Mellinda
* Zhon = Texts on Gods
** God of Elements
** God of Ancients
** God of Truth
* Oscar = Lizard thing (To be supplied with supplies)
** Small critters in an area? overgrown insect
** Wings, long nose, in a cage
** Furred, black, big eyes that glow soft red
** Other is lizard, legs like stumps, no claws, slits down the middle of head
** Last is featherless bird, 6 wings, compact, size of Oscar's fist
* Atkelos = Cowl (Something Seraphel (Ship pilot) would like)
** A cowl, lighter blue fabric, silvers and golds woven in, maybe enchanted?
** Elven, similar to gift Atkelos recieved
""">>

<<toggleBlock """Post rewards"""
"""
* Atkelos might do something else? (Reads his letter)
** References the person Kerryn delivers to
* "May I enter your abode?"
* Return about a minute later, Thoughtful
* OOC Zhon born in Neret, wasteland
** Entire Tribe was killed
** Met teacher in ruins sanctuary
** Learned to kill, leanred of Denaks
** Followed doctrine
** Recruited other people, Hriern noticed
** DEVIL CHARGE for 30 YEARS
* Jasper walks back in to shop, putting letter in jacket
* Chiernam -> Jasper
** Tools, help me later?
** Yeah boi
* We continue search?
""">>

<<toggleBlock """Back to Search"""
"""
* Rest of middle district doesn't look out of place, Least criminal activity would be here (That can't be payed off)
* We're stopped for a second by an odd lizardfolk
** Has same form as brotherhood
** Mage Hunter Uniform
* Looks to mellinda, "Jashaiet is happy to see you again, mellinda"
* He's happy to help
* Tell him a boy is lost
* Has heard, section MH are looking away from (Told to)
* Southern side of Higher up district
* Jasper asks if he would avoid the fight if we get 'loud'
* MH here are corrupt, He has duty to protect certain individuals
""">>

<<toggleBlock """Southern Posh District"""
"""
* People are sparse but not //super// sparse
* We are being watched here
* further in, more deserted
* Quiet, sounds travel far, buildings block in both ways though
* 2 story building, some thugs waiting outside it
* Jasper hears a yell, hard to tell age, but sudden gasp, cuts to silence
* Door Closed
* INITIATIVE
* 2 minions dealt with
* We open doors and enter
""">>

<<toggleBlock """Guarded Building"""
"""
* Furniture cleared out for battle
* Oscar kills, red glow and aggressive, Explodes
* Vial thrown, gust of wind pushes us back
* One running, chased but...
* He escapes, scouts alerted, Chiernam who gave chase is surrounded
* Vance found, bloodied and unconcious
* Word gotten out
""">>

<<toggleBlock """Outside"""
"""
* non on this road
* Kerryn to take Vance back
* We are retreating
""">>
<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New Notes"/>
{{$:/DnD/Session/Button}}

---
<$list filter="[tag[Session Notes]!prefix[$]!sort[date]]">
<$link>{{!!title}}</$link> - <$view field="date" format="date" template="0DD/0MM/YY"/><br>
</$list>
Based on Sly Flourish's "Return of the Lazy Dungeon Master", but template can be edited to whatever you prefer [[Here|$:/DnD/Prep/Template]]

<$edit-text tiddler="$:/state/CreationName" tag="input" placeholder="Name of New Prep"/>
{{$:/DnD/Prep/Button}}

---
<$list filter="[tag[Session Prep]!prefix[$]!sort[date]]">
<$link>{{!!title}}</$link> - <$view field="date" format="date" template="0DD/0MM/YY"/><br>
</$list>
!!Session Summaries
<$list filter="[tag[Session Summary]sort[date]]">
<$macrocall $name="toggleBlock"
summary={{!!session}}
details="""<$view field="date" format="date" template="0DD/0MM/YY"/>
<$transclude mode=block field="text"/>"""/><br>
</$list>


Doesn't want to be remembered as a giant while they're still in control like this.


<<toggleBlock """Intro"""
"""
* One magic Item each, [[Kerryn]] getting Elven Chain Shirt (+1AC wondrous item while light or no armour)
* [[Quell]] hanging with the knights right now
* Rest are helping with the Constructs island, we went to town to set off to [[Tarwe]] from
* [[Party's Boat]] arrived
* [[Gale]]'s friends, [[Yvrtgres]] arrived
* Brotherhood members that promised to help arrived [[Barxtart]] too
* [[Gale]] and [[Keratos]] taken well to being with [[Yvrtgres]] pirate? crew
* We gather to set off
* 4 golden needles
* [[Kerryn]] explains [[Ellix]]'s ice piece from [[Sorf Goren]]
* Large individual entering the scene
** Seen //around// town, early adult years, humanish, taller, appears to be a [[Brotherhood]] member
** [[Estranvuhalej]]
* [[Volious]] arrives too
* Warforged put into positions where they would have to willingly give up their freedom on [[Tarwe]]?
* [[Volious]] personal memories are of small towns/villages regarding [[Tarwe]]
** One of the given themselves warforged is in that village
* We're looking to get a foothold using the surprise element
* Boats can reach the beach we get to for helping evacuate
* [[Volious]] good at ranged healing
* [[Chiernam]] concerned about conversion not against their will
* [[Estranvuhalej]] has news, boss is helping with the conflict
* //Some// brotherhood boats with us but most with the main force
* Bit more relaxing time
* [[Volious]] goes with [[Estranvuhalej]], We go to talk to [[Irie]]
""">>

<<toggleBlock """To the Party Boat"""
"""
* Dragon joined the others
* [[Rogek]] taken well with the [[Brotherhood]]
* Teiflings still on board, [[Victor]] absent still
* [[Irie]] explains how she was freed
* [[Tarwe]] hard to defend, most are crafters here too
* [[Xre]] will know when we land..
* Summoning circles could bring more troops, we could take them
** Immune to conversion should intercept ships coming through
* Would concentrate on taking out the indomitable and the dragons
* Need to be quick, more so than stealthy
* Speed recommended
* [[Irie]] trying to watch [[Hriern]]
** will let us know if things develop
** [[Atkelos]] and [[Zhon]] are devils, probably
** [[Kerryn]] mentions that [[Asteh]] was watching over them
""">>

<<toggleBlock """Prep for conflict"""
"""
* We take a small, faster ship, brunt + Dragons go to front
* Week by sea of travel
* We break off from main force
* Battle has broken out now
* We sail to the beach, surprisingly grass filled and jungle like
* Cultists and servants on the island
* We, back end force, meet with the cultist force
* Boat near by, with cultist and archer
* Cultist and warrior on shore too
* [[Brotherhood]] rushes past us, asks to secure village
""">>

<<toggleBlock """To village"""
"""
* most here not built for combat, supplies from here
* [[Brotherhood]] killing easily
* Rumbling sound..
** From larger building.. an odd looking creature
** Reptilian, blue scaled, rows of arms (and used for legs)
** Draconic like maw, rather long.. really long, and large
** Breathers a purple vapour from mouth "WILL NOT CLAIM XRE'S LAND"
* [[Chiernam]] gets eaten, magic seems it would convert lesser people
** Xre's energy inside
* [[Kerryn]] inside, 2 failed saves..
* 116HP remaining
* Last blow "XREEEEE"
** by [[Joy]]
* Magic in [[Kerryn]] leaves
* Hob goblin in armour approaches
** Grin of the [[Brotherhood]]
* "Secured village, no circles here"
* No secret passages
""">>

<<toggleBlock """Post Snek"""
"""
* Xre influenced fought to the death, rest rescued
* Forge in the back of this building, conjured out of air likely
* Metalic humanoid
** Sleeker than [[Chiernam]], from bigger metal slabs, human face, much more accurate design to human
** Light glow to eyes, youthful look
** Sitting in the corner, knees to chest, arms crossed
* Looks in okay condition
* Stares at [[Chiernam]]
** "Don't know too much myself"
** "Xre put her energy in me, just wanted to get out of there"
** "Want help, just wants to be out of there"
* [[Jnwem]], name given a long time ago
* [[Brotherhood]] told no propaganda
* Teifling wants to know what we'll do
* We say we'll spare if not interfering
* Most warforged inactive
* One was a zealot and willing
* Gold minotaur guarding the rest of the warforged
* Summoning Circle, another village?
** Hours travel from here, [[Brotherhood]] already workin at it
** [[Chiernam]] asks them to take a copy of the circle.. Maybe get to where they're coming from?
* Probably more sneks around...
* 1st village about 3 min from beach
* Warforged in facility in centre of the island
* Villages all on outskirts
* [[Jnwem]] can't use his own magic
* We rest a bit here.. shores show more allied boats arriving, mix of [[Brotherhood]] and [[Knights of Savrtish]]
** [[Volious]] and [[Estranvuhalej]]
* [[Volious]] to take care of [[Jnwem]], we're looking to secure summoning circle
* We head out
""">>
A summary for those who couldn't attend.

The party before landing met up with a member of the brotherhood as well as another Warforged that the party had previously met. They determined that it would be best to seize the island entirely to prevent reinforcements while the party is in the facilities. As if the party guns for the other warforged, they could be sealed inside by cultists and virtually doomed.

The party sails to the island and fights a short battle on the shore that is quickly won. From there running off with some of the brotherhood and knights to a nearby supply village to claim it. Most of the inhabitants are non-combatants and thus the village is theirs in moments, until a strange lizardlike creature bursts from one of the buildings and attacks the party.

After a hard fought battle and the close corruption of Kerryn, the party defeats the creature and claims the village. Inside, the party finds another warforged who has some of Xre's corruption. He agreed to serve her due to the constant torture he was receiving while resisting. He lets the party know that there are more like him who agreed just to stop getting hurt, as well as at least one who has fully given in and is now just another cultist.
The party also learns that Kerryn has a plan to save Ellix. As well as that there are circles around the island which will have cultists transported to them. As well as that one of the giants is coming to help with the defence of the island.


Island of the southern coast of [[Hyetei]], in [[Xre]] territory. Houses several warforged, the [[Xre Cultists]] attempting to convert them.

!! Atkelos busy today

<<toggleBlock """Intro"""
"""
* Day after [[Zhon]] got stabbed by [[Saelver]]
* Vaguely remember the events of last night
* [[Ehzehk]] is [[Kerryn]]'s brother now
* Day we set off
* [[Ehzehk]] not here right now, [[Saelver]] wants to talk
""">>

<<toggleBlock """Saelver talk"""
"""
* Fundamental has grasp on [[Ehzehk]], likely
* [[Fundamental of Lies]] present in underground
** [[Ehzehk]] at mercy of them
** Can beat it if we play by his rules, kinda
** Majority belief will define him
* Has strength comparable to the other squidgies, could out do [[Saelver]] in time
* [[Zhon]] will still look after him
* [[Chiernam]] Motivational speech
* Facing something unpleasant today, Vampire Dragon?
* Few days, 2 if lucky, 3 if not (if land fights us)
** Land tainted possibility, lair something something
* KEEP YOUR SOUL IN YOUR BODY
* Mounts arrived?
""">>

<<toggleBlock """Travelin - Day 1 and 2"""
"""
* [[Ehzehk]] rejoins the group
* 4 mounts?
* Fortify Beast ritual used by [[Zhon]]
* No hassle, well trained beasts
* Swampy region still recognizable, grass patches like normal too
* 2nd day of travel different
* Arcana/Dungeoneering/Nature/Religion check
** ''Religion'': Land is unnatural, scent of what would be a god, Land seeping with (energy converted to a god-like whim), leaking magic land, not linked to god known (or at all?)
** ''Dungeoneering'': Zones of power, here not so much. Fortress equivalent area, no walls and such but linked to something
** ''Nature'': Not natural land anymore, changed and altered to artificial land kinda, Life to this land.. sentience? Powered, land could die if it doesn't keep getting what is keeping it alive
* Not much else bad that day of travel, weird land but nothing happens
* [[Chiernam]] wants to attempt to emulate the magic of the land
** [[Zhon]] Assisting
** REALLY HARD, alien to abilities and what he's seen before
** Almost invisible, till he feels it, there.. but changed
** Attempts to recreate don't work, don't understand it at this point
** (Changing colour and shape is [[Chiernam]] aesthetic to magic)
** @@color:green;[[Chiernam]] thinks this may be attempts to waste magic of a god?@@
""">>

<<toggleBlock """3rd day"""
"""
* Weirdness getting worse, wisps of magic turn to streams of colourless essence, land suffering from this
* Ground is surprisingly hard for swamp land, dried-like
* Ground feels brittle when tried to pick some up
* On this day, notice weirdness in our own movements
* Self seeping out when passing through large streams, [[Saelver]] and [[Ehzehk]] not affected at all, [[Kerryn]] much less, [[Zhon]] 2nd least, [[Chiernam]] aggravated affection.
* [[Saelver]] with [[Gale]]
* [[Ehzehk]] with [[Oscar]]
** Souls in [[Oscar]]'s vial pulled to bottom, like a magnet to the ground
* [[Zhon]] with [[Saelver]]
* [[Oscar]]'s pet, Jubjub, is on him
** as if he doesn't even notice this occurrence, looks a little bit excited while in this land
** Has a soul poking out VERY slightly every few hours, Less effected than even [[Saelver]]!!
* [[Chiernam]] Robotically stuttering, asks [[Saelver]] if it is devil/demon magic
* Armour of [[Zhon]] and cloak of [[Gale]] are very resistant
* [[Vaesh]] is flying low to the ground near us all
** Doesn't trust the land even this inexperienced, after image visible on him too, not enough to worry that he might be ejected though
""">>

<<toggleBlock """Endurance check - Resting"""
"""
* ''Endurance check'' Pass
* Land is hard to travel, soft and hard intermittent
* Mounts not affected by soul thing Toooo much, staying close to sentient life
* Land is hungering, wants to devour those on it
** areas that are hard are sated areas, don't affect as much
* End of day, mostly unaffected (do sleep at night, to note)
* In distance, flat surface before, dip ahead, goes straight down, opening to hole
* Dip is where we stop for the night
* Down there is where dragon is
* Everything in 300-400ft around the hole is solid as possible, non-draining
* [[Chiernam]] and [[Zhon]] on watch
** Eye of the storm, land is settled
** glancing in dip, regular releases of energy, floats up and disappears
** Sky was smogy, here is obstructing everything in the sky, light can get through but view obstructed
* Night passes without incident
""">>

<<toggleBlock """Morning day 4 - Hole investigation"""
"""
* [[Vaesh]] shakes head when looking at hole, lays down
* can stay here with [[Ehzehk]] and the mounts
* Promise him we'll be okay
* Jubjub is still VERY excited
* Slope down into hole
** Gets wider the deeper it goes
* [[Saelver]] concerned, how will we get down?
* Can't see the bottom
* Ritual corpse light on a sling bullet of Kerryn's (new total 19)
** Will reveal undead
* TOSS into hole
* 10 minutes, we stop seeing the light.....
* Source of energy float up from the bottom again, rushes to top in seconds, [[Zhon]] pulls [[Kerryn]] back
* Low arcana checks by ALL of us
** Something from up high dragged to bottom, like a transfer
* [[Oscar]] opens a vial, a soul gets SUCKED down to the bottom (Random goblin)
** Soul returns up when next ejection happens
** Rope didn't react to the wave though when [[Kerryn]] tries
* Here, soul separation feeling here is more Organized
* A direct way down through earth possible but not wise [[Saelver]] warns
* [[Zhon]] wants to try pulling something out of ejection?
** Armour off, [[Chiernam]] and [[Vaesh]] are anchor points for the rope
** Ritual, reliable balance, used before hand for [[Zhon]]
** Grabs.. something.. we pull, PERCEPTION CHECKS
** [[Zhon]] IS being pulled by us, body is limp, he's pulled into stream soul wise
*** Battered in the stream, then pulled down
""">>

<<toggleBlock """Zhon pulled into the lifestream"""
"""
* [[Vaesh]] on edge, looking into the hole, "[[Zhon]]?"
* Can rescue [[Zhon]]?
* We mount [[Vaesh]] and go down.. DIVE DIVE DIVE
* Significant journey downwards, [[Vaesh]] fast but not as fast as the wave
* Another flood of energy starting to come from bottom
* Covers us in his chest, he starts to plummet, can't flap
* We see the image of Vaesh holding us above, on spectral form of him below that, cannot see ourselves, not in bodies
* We outspeed the plummet of the physical [[Vaesh]]
* We reach the bottom, clearing around
* [[Vaesh]] body hits ground, loud bang, hard ground textured with stone glued with energy
* Open flat passage, like land above but see nothing above
* [[Zhon]] not here
* [[Vaesh]] soul repelled by own body when trying to touch it, same with [[Gale]]
* No possessions just energy motes right now
* Jubjub is a mote too, crawls onto physical body of [[Vaesh]], wiggles through to himself, Head pops out. He is reconnected and free of [[Vaesh]]
* Jubjub looking around, tail wagging, He seems to caught the look of something, wacking the air, pouncing at it
** Energy similar to us, raw soul magic stuff, looks like [[Vaesh]] fragment?? shattered-like?
** [[Gale]] Recognizes is, part of the cloak he wears.....
""">>

<<toggleBlock """Gale reunion?"""
"""
* Piece of greater whole, doesn't react to conversation
* On [[Gale]] physical form, energy leaking from him and cloak
* Jub jub to follow the ...... soul smell?
* Grab the first soul fragment.. some pieces moving against their will
* Get enough to combine into 1 form from 6 pieces
* Dragon [[Kystieej]]
** Old ancient, matching the cloak [[Gale]] wears
** Grins, FAR TOO LONG! :D
* Gather more fragments, unfamiliar species as it forms better
* Similar to chromatics, grey colour
* 2 pronged tail, 20ish minutes to fully reform
* Doesn't really know much about his circumstances
* [[Vaesh]] called a youngling by [[Kystieej]]
* Puts 'hand' on [[Vaesh]]
* Our forms aren't 100% stable
** [[Kystieej]] is extremely stable
** [[Saelver]] is difficult to tell he is actually in spirit form, is in devil form with bones protruding from arms and back and such
*** Physical body in human form
* Something ahead, best to avoid battle in these forms
* [[Kystieej]] leads off
""">>

<<toggleBlock """Following Kystieej"""
"""
* reach wall, gloss over the mud
* Dragon in flesh and blood WE ASSUME
** clearly active.. a disturbing sight
** Wisps of energy coming to him from where we came from, more visible now that we're closer, some into palm, some into mouth
** Palm ones pressed into wall
* We feel sliiiiight pull to him
* Other palm is holding down what miiight be [[Zhon]]
** Looks fragmented, more so as time goes on
* Extremely fleshy, scales are greyed and rotten
* wings bone parts, sticky flesh hanging on a bit
** energy helps repair it a bit
* As we approach, he stops
* Dormmamu, we've come to bargain?
* He is amused by us attempting to talk to him?
""">>

<<toggleBlock """Dormmamu Bargain time?"""
"""
* Tell him we sought him out
* We're all dead, he is more ahead in energy conversion stuff
* Loosens grip on [[Zhon]], some energy returned to him
* [[Vaesh]] essence is pure
* Offer king soul? Counter offer, life for life..
* [[Oscar]] offers his souls? no dice
* Soul = sustenance, join land, journey as spirit under his banner?
* [[Kerryn]] suggests [[Istord]], says no
* Vampire dragon will let us speak privately, don't leave sight or deal ends
* Jubjub most likely to have chance at coming back if offered
* [[Oscar]] is okay with this..
* We return to the Vamp Dragon
* Offer Jubjub
** Regrets his choice of words, but will accept these terms
** [[Chiernam]] asks if it could ask Jubjub if it's okay with this situation
* @@color:crimson;Dragon gives Jubjub the good succ@@
* Deal complete
* 1 by 1, we re enter ourselves, [[Kystieej]] goes into cloak.. may be able to talk to him?
* Will not spare us a 2nd time
* HEAL CHECK....
* [[Chiernam]] knows, with experience helping people..
** One guy freezes and starts coughing, throws up something
** Reminds him of that, dragon looks like it's kind of dying while it's choking
* [[Chiernam]] casts spiritual weapon, forms into a pair of arms
** "SORRY, IT's for YOU", Heimliched 
** Flood of spiritual energy, keeps going Rapidly flies up to sky, wave after wave
** Dragon starts to shrivel a bit
** Dragon's legs crack off, falls on torso.. souls escape, jubjub rushes off into distance, the rushes back in it's body
* JUBJUB OTKO
* Someone killed it, not sure if Jubjub or [[Chiernam]]
* Land with energy without a master
* Land will recognize the dragon corpse
* [[Gale]] mentions a spare dragon soul lying around ([[Kystieej]])
* Main soul of vamp dragon still here but weakened to non-existence
** Could make something like the cloak, with some time, [[Zhon]] and [[Saelver]] will work together on this?
*** Weapons and armour forged by dragon, has experience with them
* Dragon is rotting, need to act quickly... can survive off the land right now.. Who is the one who will possess the //object// that houses this soul?
** We suggest [[Oscar]]
*** Bones -> Powder -> Fabric -> cloth armor? XD
* [[Vaesh]] could do 2 trips? [[Saelver]] suggests waiting for now?
* While in the Eye of the storm, time not a concern for vamp soul degradation, once out.. time is limited
* We wait to see if Ejection happens, it does though this time it is a natural cycle not as powerful as before. Doesn't grab much of us but goes for the dead easy target of the vamp, Jubjub tethers it this time
""">>

<<toggleBlock """Escaping the Hole"""
"""
* Vamp dragon first trip
* Then us, [[Ehzehk]] near corpse
* We're on surface
* Land less hostile, still solid, softerbits have lowered energy level, more passive
* We settle, with the work beginning
* END SESSION
""">>
<<toggleBlock """Intro"""
"""
* Camping with [[Knights of Savrtish]]
* We rest and recover
* Healed up as best we can, [[Chiernam]] not fully from chain drain
* Days to prepare for the fight ahead
* Movement and talks of marching
* [[Kerryn]] not present, [[Saelver]] greets group
* Talks of how to support us
* Best to charge capital as a group, entrust party to infiltrate for the king
** Best that a knight not attempt lest King knows true name
* [[Knights of Savrtish]] to clear out ground troops, capital not easy to defend though
** Built around a large tower, King will be at the top
* [[Kerryn]] arrives with [[Baravan]], Gold-furred Minotaur
* [[Baravan]] won't face king, but will help us find our way
** Not easy to control, heart belongs to [[Xre]]
* Quite a few know [[Baravan's True Name]]
* [[Atkelos]]' body being preserved, [[Tormaeuth]]'s close associates guarding until it can be sent to [[Cede]]
""">>

<<toggleBlock """Start of the charge"""
"""
* March starts far from city, big stone jutting out into the sky
* Lots of openings and doorways on parts with no supports and such
** Presumably individual homes and shops and such
* We charge, party going ahead led by [[Baravan]]
* Ground level is empty, more will be on stair cases
* left straight, right turn
** We take right turn way
* INSIGHT, Don't think he's lying, should lead to king
* Less guards up there than in the walls
* IN castle, no knights.. likely king's personal servants
* DON'T get possesed......... LETS GO
* 6 knights at top, full armor, can't tell race at this distance, armed to the teeth, [[Jherstidon]] stuff
* 3 at front, then back, grab javelins
* INITIATIVE
* [[Kerryn]] falls, is okay
* [[Zhon]] SPLAT... RIP [[Zhon]]
* [[Quell]] also fell but BARELY survived
* [[Oscar]] falls.....
** is on 0 but also alive technically
* [[Zhon]] gone, as in body missing, gear is there
""">>
Having spent some time among the gathered forces of the [[Knights of Savrtish]], The group except [[Kerryn]] is gathered by [[Saelver]], The knight that is [[Kerryn]]'s father, to discuss the plan of attack, The bulk of the army is going to fight the main forces of the [[King|King Yithoet]], including himself, while our group try to reach the king himself. The capital itself is not easy to defend and is built around a large tower where we'll find [[The King|King Yithoet]] at the top.

[[Kerryn]] rejoining the group after talking with a number of the [[Knights|Knights of Savrtish]] personally is accompanied by a golden-furred minotaur knight named [[Baravan]]. [[Baravan]], [[Saelver]] explains, is a knight whose heart still belongs to [[Xre]] but is a good person. His convictions make him harder to control which helps for us, as those closest to the king are likely there by force, controlled by their true name. While also a cultist, [[Baravan's True Name]] is known by several [[Knights|Knights of Savrtish]] and [[Kerryn]] herself. [[Baravan]] will be helping us get close enough to the tower that we can make it to the king.

Before heading out, [[Oscar]] ensures that [[Atkelos]]' body is being taken care of properly, preserved by close associates of [[Tormaeuth]], the [[Knight|Knights of Savrtish]] that lead us into [[Savrtish]] from [[Erendui]], [[Kerryn]]'s home city, guarded until it can be sent to [[Cede]] to pay proper respects.

The march begins as we approach the big stone tower jutting out into the sky, littered with openings and doorways into the sides, many without supports and structures to actually reach them, likely individual homes and shops and such. [[Baravan]] leads us to the base and explains the ground level is empty but more will be on the stair case leading up the tower's exterior. There should be less guards the further in we go, most fighting the main bulk of our rebel army. Inside the fortification itself though, there is likely to be no [[Knights|Knights of Savrtish]] and more personal servants of [[The King|King Yithoet]]. [[Baravan]] warns us @@color:crimson;not to get possessed without much context@@ as we begin heading up the tower's exterior stair case.

Not long into our run up the tower, 6 [[Knights of Savrtish]], suited up in typical [[Jherstidon]] armour obscuring all identifying details, block our path and a battle ensues and we fight non-lethally, assuming there is a chance that the souls of the [[Knights|Knights of Savrtish]] who fall may give power to [[The King|King Yithoet]], or the God of Corruption [[Hriern]] himself who may help [[The King|King Yithoet]].

> AN: [[Kerryn]] should also be on the look out for one particular knight, [[Seigmond]], who was not among the other rebel [[Knights of Savrtish]]. @@color:crimson;No other known NPCs should be among the opposing knights. [[Stoneheart]] wasn't at the army gathering but is believed to be still back in [[Erendui]].@@ Nathan forgot to keep this in mind, but [[Kerryn]] definitely would have, [[Seigmond]] being the one to train her in her use of shadow magic and joined [[The Knights|Knights of Savrtish]] to find a way to save her, using her name as a banner for the rebel [[Knights|Knights of Savrtish]] to gather under.

During the fight, [[Kerryn]], [[Quell]], [[Oscar]], and [[Zhon]] are forced to fall off the side of the staircase by the [[Knights|Knights of Savrtish]] in ascending order of severity, [[Zhon]] not surviving the fall but his body disappearing upon impact. We pull through and prepare to continue ascending the tower.

> AN: Back at the manor where we fought [[Luvela]] and [[Tirx]], the vampire and tiefling giving the [[King|King Yithoet]] power, [[Saelver]] was fighting a 'shadow dragon' on [[Vaesh]], dragon we rescued from the [[Mage Underground]] before arriving in [[Savrtish]]. I didn't exactly write how many [[Saelver]] was fighting but think it was only 1. We know there to be 2 among [[The King|King Yithoet]]'s forces so @@color:crimson;there is a chance the 2nd 'shadow dragon' is somewhere in this battle, but I don't know for sure.@@


Vistg'uneth
















<<toggleBlock """Intro"""
"""
* Short rest
* AP back too
* We attack the couple decision
** since they responisble for woes of the [[Knights of Savrtish]] and [[King Yithoet]]'s power
* Chain devil separated us, chained some
** [[Atkelos]], [[Zhon]], and [[Chiernam]] were bound
** Also a strange creature, dragotaur, [[Arthrix]]
* [[Arthrix]] gear, specially made, was in a chest nearby
** Armor pieces to strap to his body
* [[Oscar]] wants to take [[Atkelos]]' body with us
** body in good condition, won't make a mess as we go..
* We leave the room
""">>

<<toggleBlock """Hallway of Petrification"""
"""
* Hallway, doors, hallway with stairs down
* 4 doors at the end unexplored
* From top of stairs
** Gale coming up the stairs :D
** Minotaur with him, [[Keratos]]
*** We're his brothers now
* Debating continuing our assault
* We continue, door next to the hallway we came from
""">>

<<toggleBlock """Next passage"""
"""
* Perception check
** Room is odd?
** Late addition
** View of outside, Likely lead to tower we saw from outside
* We continue
* Doorway, to outside area bridge with rails, to tower
* can see [[Saelver]] fighting dragons
* Can see others notice us outside but not attacking for some reason
""">>

<<toggleBlock """Tower entrance - Zhon Restoration"""
"""
* 50ft tall tower
* Entering middle part of tower
* Doors need considerable force to open
* Movement inside, heavy footsteps
* Room dark as we enter, lights itself with runes but dim
* Walls bland stone
* Figure in back
* PERCEPTION CHECK
** Set of stairs leading up (left) and down (right) on sides of room
** Living quarters on this floor for one?
** Large bed, few containers, desks, pile of corpses?? neat though
*** Like [[Atkelos]]' unnatural stiffness
** Near pile is figure, somewhat recognize?????
*** 16ft tall.. giant....... skin purple black, thorns and horns but bald
*** Spines, corrupted like the other residents
* Laughs at us
* [[Arthrix]] supposed to be dinner..
* Wrong turn to reach the couple?
* Here to guard tower
** Harvesting grounds, chained up get sent to [[Hriern]] here
* Assures us [[Saelver]] is fine fighting for now
* [[Zhon]]'s soul is half devoured
** Giant could help?
** No price? just seeing the results of it
** [[Arthrix]] good at insight, mostly honesty here at the very least
** Step into stream, eat some souls to fill his own
*** Bastards across the world, good and bad, sent to [[Hriern]]
** [[Zhon]] agrees, not his friend "See how long that keeps us"
* Goes to corner of 'dead bodies' with [[Zhon]]
* Essence comes from the bodies, lever bodies drop and another pile appears
** Next pile is more active, time for [[Zhon]] to copy
* (missing 40HP and 8 Surges), Roll time!!!
** Endurance: 25
** Endurance: 18
*** Souls entering him, strange, getting stronger
*** At same time, 'food' is tinged with corruption, vile but feels good to be stronger again
** [[Zhon]] stops, gets 1 max and 1 current back
** INSIGHT: 19
** @@color:red;[[Zhon]] gets ready to devour more@@
** Endurance: 22
** Endurance: Belt Auto 20
** Endurance: 24
** Endurance: 26
** Endurance: 19
** 3 more healing surges, 4 remaining
** @@color:red;Souls getting a flavor, delicious, greed rising to keep going@@
** Endurance: 26
** Endurance: 12 (nat 1)
** Endurance: 26
** Endurance: 14
** Endurance: 30
** Endurance: 24
** Endurance: 15
** Endurance: 23
** Endurance: 20
** Endurance: 19
** Endurance: 23
** Endurance: 20
** @@color:red;(We likely royally screwed up by not interrupting this)@@
** Giant pats him on the side, [[Zhon]] returns
*** "Not bad, Oscar, can see why you do this"
** [[Zhon]] having a high right now.
* Giant has no loyalty to the couple
* Hallway -> 4 doors -> one dead end but secret wall door to their relaxing spot, surprise element on our side
* Tell giant when killed, will likely leave after, looking to kill [[King Yithoet]]?
* [[Zhon]] full health and dailies back
""">>

<<toggleBlock """Secret Room - Couple time"""
"""
* Lush room, paintings, animal skulls and shit, spruced up, 2 room divide
* [[Zhon]] sees the smaller room is guest room, bigger room is lusher, shadows inside, aware of our approach and intent
* Shrine in next room, ritual facilities and stuff, power channeled by the two in room?
** Sitting, watching door.. man stands
* INITIATIVE 20
* They both look not stressed, [[Luvela]] and [[Tirx]]
* [[Tirx]] summons dagger
* Person shadow appears from the shrine
* [[Luvela]] taken down, Body disappears
* [[Tirx]] disappears too
""">>

<<toggleBlock """Post battle"""
"""
* Ground shakes, we run!
* Manor crumbles and falls, magic released, tower remains
* Giant jumps out of the tower
** "Job Well Done"
* From the sky, [[Vaesh]] and [[Saelver]] return, dragons ran?
* [[Knights of Savrtish]] are gathering
* All mount dragon and fly off
** [[Arthrix]] will head home
* @@color:red; Good thing we took shadows down inbetween@@
* Days travel?
""">>

<<toggleBlock """Village"""
"""
* Hundreds of knights here, movement constant around here
* [[Savrtish]] in the distance
* See familiar face, no helmet tiefling
* [[Darsheuk]] with someone else
* Giant walks off
* Introduces LIAM [[Quell]]
** Golden Dragonborn, hide armor
** Broadsword, Cheerful
* Wants to talk to [[Zhon]] about [[Denakx]], [[Darsheuk]]
* They return
* Good news, new recruits
""">>

! LEVEL 11!!!!!!!

[[Zhon]] retired




Formerly an avatar of [[Xre]], managed to escape and rescue her, now calling her [[Irie]]. The are married and currently live on the [[Party's Boat]]


[img[World Map]]

[[World Map]] < Image Link here, change this tiddler to change the image above.

!!Campaign Preface
---
You can write about the setting of your world, or session recaps, or whatever else you want here.

---
{{Session Summary}}
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
* [[Zhon]] ate dinner with the dragon. Dragon said he was called [[Ghaiteej]].
* Ghaiteej noticed early that Zhon is a holy man of [[Denakx]]. They had a talk about Denakx, fundamentals, and gods who never were.
* Fundamentals are the forces above gods that are linked to the world. Truth, lies, and the elements.
* Of those three, only lies are directly active in the world and doing something.
* The dragon also offered to train Zhon, but warned him of permanent damage that would be caused by the dragons breath.
* Zhon agreed and they sparred. Zhon was overwhelmed by the breath and his sense of pain was greatly damaged.
* They then went to experiment to communicate with gods to be while zhon was resting. The dragon let out a concentrated bit of his breath to put Zhon into a state between conciousness and unconciousness.
* Zhon met a god who never formed. A protector of [[Avalorth]] who took shape as a primal human. Zhon named him [[Woss]].
* Ghaiteej warned Zhon that if such a god was made by spreading knowledge of him, he would likely be formed as a giant and loyal to [[Varef Goren]] due to Avalorths current shape.
* Ghaiteej also warned Zhon that Varef is only a little bit dumber than himself, and as such he will likely be looking at ways to make gods into giants and make new or never formed gods that are loyal to him. 
* The warning was basically 'if you don't act quick and Varef learns of Woss, Woss will be a giant god.'
* The two went their seperate ways with Ghaiteej gifting zhon over a hundred vials of his own dragon breath to be used to contact these gods. On the condition that Zhon tells Ghaiteej of whatever he discovers.
//Enemies:// [[Zra]], [[Refk’ur’shii]], Practitioners of Primal Magic.

Xre is one of the two gods of magic. A women who believes that magic can take over the world. That one day, those with magic will climb the ranks. Those without the gifts underneath their heels as they do what they see fit. Worship of Xre is outlawed in much the same manner as worship of [[Zra]]. Xre’s followers seen as a global threat, the devotee’s ranging from cunning strategists to deranged cultists. Each seeking to make Xre’s dream a reality. Xre grants her powers to only her most loyal followers, her gifts twisting the individuals physically as they are overwhelmed with magic. Her antithesis is [[Zra]], a god who believes that magic should be used for the good of all. In addition, Xre has problems with both [[Refk’ur’shii]] and primal magic. Believing that the wilds and the spirits within are too kind hearted. A force that must be removed if the world seeks to enter this desired age of magical domination. Magically gifted souls find themselves in the shared domain of Xre and [[Zra]], Xre offering her loyal followers a place alongside her. The followers becoming a fanatical servant of Xre. Their souls working frantically to find new spells for their dark master.





//Enemies//: [[Xre]], Practisers of Shadow Magic.

Zra is one of the two gods of magic. A man whose belief is that magic can benefit the world. That by learning and studying the arts, whether that be divine, arcane, primal, or psionic, the world will become a better place. Worship of Zra is outlawed globally, invoking his name in a prayer is enough of a reason for an execution. Because of this his followers are few and far between, often casters who are already in hiding. Due to his belief in a variety of magic, Zra rarely bestows divine powers in his followers. Instead, encouraging them to continue their own studies in their chosen arts. His antithesis is [[Xre]], a goddess whose believes are that magic should be used for ones own desires. That the world should not be bettered by magic, but instead conquered by it. Zra also has a strong dislike for shadow magic, believing that such an art can never be used for the benefit of humanity. Magically gifted souls find themselves in the shared domain of Zra and [[Xre]], Zra offering souls loyal to him a place in his academy. Studying eternally in the realm as they learn to better use their gifts.